-
-
Notifications
You must be signed in to change notification settings - Fork 773
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
Camera2Source choose with cameraId when streaming #1611
Comments
Hello, First of all send the video source to genericStream (it is necessary to have the camera2source ready) also remember start preview or stream. |
call openCameraId after rtspStream.startStream(endpoint); |
No, that code is incorrect. |
I put camera2Source as params of new RtspStream. it still freezed after calling .openCameraId(cameraId);
|
Ok, the code seems fine now. |
Fixed here: |
Thanks. How can I use this commit |
Try this gradle (last commit of master branch): implementation 'com.github.pedroSG94.RootEncoder:library:56bc7534a9' |
Hello.
Android TV app
There are two cameras (the facing is both Back)
How can i switch camera with cameraId.
The text was updated successfully, but these errors were encountered: