-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Multiple cameras - How to select the one you want? #237
Comments
Such as #204. |
Thanks for the feedback @TzuHuanTai. I am glad it exists. One more idea from me: Have you thought about adding a support for an OSD? Let's say I want to insert temperature or battery level or any other useful information into the video stream and have it show up as an overlay. I think this would be useful for home monitoring, etc. |
I did think about it before. |
Understood and thank you. Closing this. |
I found an issue that the camera module v3 must use the libcamera stack on pi. I'll support selecting specific camera when using libcamera. |
What about non-CSI cameras, like a USB camera or some other video device accessible via /dev/videoX, can these be selected? |
That works already. |
It's released in
|
You're a magician! Thank you. |
Pi5 has two CSI ports and Pi4 or even Pi0 2W is capable of interacting with additional cameras via USB. I think it would be useful to be to select which camera we want to stream (and possibly through multiple instances of
pi_webrtc
send multiple streams from one Pi).Thoughts?
The text was updated successfully, but these errors were encountered: