I can't figure out how to set Inmoov to start on camera 2. It always starts up on camera 0 which is my tablets rear camera.

GroG

6 years 1 month ago

Hi dan f, and Welcome !

This might be more of an appropriate question for moz4r, if its configuration of InMoov starting.  I think he has some form of configuration sections or files.

But I do know when you get an OpenCV service you can call the setCameraIndex and set it to the camera of your choice.

 

opencv = Runtime.start('opencv','OpenCV')
opencv.setCameraIndex(1)