Using two cameras at a same time in Android Things

845 Views Asked by At

I am in a situation where I need to use two cameras at a same time.

I have been looking up in internet for Camera2 api examples. Although not successful in developing my own camera app the way I want for android phone, I found some examples which open the camera.

Now I have a situation. I would like to know if I can access two cameras simultaneously in Android Things Odroid N2+ board. This is because I am working on the app that needs to open two cameras and display at the same time. For processing the image, I am planning to use OpenCV library.

Is this possible in Android/Odroid ?

1

There are 1 best solutions below

0
Sang Chul Go On

I also recommend to use UVC Library to access two camera. Android Things is not fit to this problem. I think this example help you. https://github.com/saki4510t/UVCCamera