You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.
after first BrOnBackgroundRendererChanged its crashes
voidStart(){Debug.Log("Start");TangoDevice.Connect(newTangoConfig(){enableColorCamera=true,enableDepth=true,enableMotionTracking=true});line=Instantiate(m_lineRenderer);varbr=newARBackgroundRenderer();br.camera=GameObject.Find("CameraImage").GetComponent<Camera>();mat.mainTexture=newTexture2D(0,0,TextureFormat.RGBA32,false);br.backgroundMaterial=mat;br.backgroundRendererChanged+=BrOnBackgroundRendererChanged;br.mode=ARRenderMode.MaterialAsBackground;TangoDevice.backgroundRenderer=br;}privatevoidBrOnBackgroundRendererChanged(){Debug.Log("BrOnBackgroundRendererChanged");}<i>AndroidPlayer(ADB@127.0.0.1:34999)</i>Could not get a pose for the latestimage buffer at time 161744.275238.Error code 0-2
UnityEngine.XR.Tango.TangoDevice:TryGetLatestPointCloudInternal(Object,UInt32&,Double&)UnityEngine.XR.Tango.TangoDevice:TryGetLatestPointCloud(PointCloudData&)(at/Users/builduser/buildslave/unity/build/artifacts/generated/common/modules/AR/TangoBindings.gen.cs:184)
NewBehaviourScript:Update()(atD:\Users\Igor\Documents\New Unity Project 17\Assets\NewBehaviourScript.cs:54)[./Runtime/AR/Tango/TangoDevice.cpp line 206](Filename:/Users/builduser/buildslave/unity/build/artifacts/generated/common/modules/AR/TangoBindings.gen.cs Line:184)
The text was updated successfully, but these errors were encountered:
after first BrOnBackgroundRendererChanged its crashes
The text was updated successfully, but these errors were encountered: