i trying to turn off and on camera in one scene using open camera method in ARSession script.
It works for camera turn off and on (flash light is on laptop), But the new problem is when i trying to turn camera off and on more than second time, the target object is not working
When using EasyAr 2.3 i using this for camera off and on and its works
ARBuilder.Instance.CameraDeviceBehaviours[0].Close();
ARBuilder.Instance.CameraDeviceBehaviours[0].OpenAndStart();
but in EasyAr 3 cant find it