RTSP-Server icon indicating copy to clipboard operation
RTSP-Server copied to clipboard

Multi External Camera

Open milazki opened this issue 8 months ago • 14 comments

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

milazki avatar Jun 26 '24 23:06 milazki