-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External USB Camera #8
Comments
What you get when you try CameraSource.getInstance().getCount(); ? The number of sourcec changes when you attach external camera? If yes, only thing you have to do is to pick source like this: CameraSource.getInstance().selectSource(number_of_source); |
Thanks for your reply. |
Do we have to find place of camera initialization. I need it to to use flash. Have you seen it anywhere? CameraSource isn't right place |
Camera filr |
I know how to do that, but I can't find class where there is camera initialization. You can't use camera when it is busy. I'm the same place you will be able to change source |
I am able to get video stream from UVC camera connected to Android device on SurfaceView, want to stream this video via OpenwebRTC, please can you guide me.
The text was updated successfully, but these errors were encountered: