saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.96k stars 1.19k forks source link

Access multiple USB Cameras at same time #569

Open vidhyagithub opened 3 years ago

vidhyagithub commented 3 years ago

Can the library access frames two USB Cameras concurrently?

MauriDalga commented 3 years ago

Yes u can, i do that.

EjazAmir commented 3 years ago

hey, can you share your project code where you use mulitple usb cameras? I'm really stuck in this

MauriDalga commented 3 years ago

I only did something very similar to 'usbCameraTest7'. Do you already see that example

EjazAmir commented 3 years ago

I only did something very similar to 'usbCameraTest7'. Do you already see that example

hey, i tried 'usbCameraTest7' but unable to capture images from multiple cameras, can you kindly help me that