RTSP-Server
RTSP-Server copied to clipboard
Multi External Camera
Hi, Pedro! I recently studied the work of Android and external camera, I found the feature/extra-video-source branch from you. I managed to use it to output video from my usb camera.
In addition, I got acquainted with the issue and found this: https://github.com/pedroSG94/RTSP-Server/issues/110 . In it, a ronaldsampaio implemented his openCamera function for CameraClient for the AndroidUSB library (https://github.com/pedroSG94/RTSP-Server/issues/110#issuecomment-1941861656 ), which helped solve the problem with video output.
I have a question, is there any way to simultaneously output all the cameras connected to an Android device (for example, two cameras connected via a hub), and stream everything at once? Do I need to implement my own openCamera with SurfaceTexture for MultiCamera? Thanks