-
Notifications
You must be signed in to change notification settings - Fork 77
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
Stream Problems with 2 Cameras #106
Comments
The Stream works. That was my Fault. But two Cameras on mode Multi are not working for me. |
Hey @sahck2003, Thanks for reporting this, but
So, I will not close this yet to keep track of, but I think it wont get better due hardware limitations. Regards Kwad |
Hey @KwadFan, I just wanted to report this because a feedback on the developer branch was desired. At least that's how I read it :) I also don't expect this bug to be fixed in this Branch. I just wanted to leave some feedback. Regards sahck2003 |
Great, in that regard, your submit is welcome. Thanks. |
@sahck2003 I need logs, |
Hello , here are the logs. config.txt Details
dmesg Details
|
Would you be using a CM4 with a Manta board? |
No, Raspberry Pi 3 with an Octopus 1.1. |
camera-streamer is merged for quite some time now and a lot of people are using multiple cameras with it. So I would close this and hope that you either join our Discord or our Github Discussions, if you still encounter this problem. The links can be found in the bot message below. |
Ahoi! It looks like this ticket is a request for help (or similar). We use the Github Issue-Tracker only for development related This ticket will be automatically closed. Fair wind and a following sea! PS: I'm just an automated script, not a real sailor. |
What happened
Hello, I have two cameras on my system and use the developer version of Crowsnest. I use this because I have connected an RPI3 camera. The other is a Logitech C270
If I set both cams to multi, both cameras no longer work.
If I only set the RPI3 Camera to Multi and the C270 to mjpg, the Stream from the C270 does not work.
I Can see only the RPI3 Stream.
What did you expect to happen
Both streams should work
How to reproduce
Change the mode mpjg to multi for the C270
Additional information
[crowsnest]
log_path: ~/printer_data/logs/crowsnest.log
log_level: verbose # Valid Options are quiet/verbose/debug
delete_log: false # Deletes log on every restart, if set to true
[cam picam]
mode: multi # mjpg/multi - Multi uses webrtc, mjpg and snapshots at the same time
enable_rtsp: false # If multi is used, this enables also usage of an rtsp server
rtsp_port: 8554 # Set different ports for each device!
port: 8080 # HTTP/MJPG Stream/Snapshot Port
device: /base/soc/i2c0mux/i2c@1/imx708@1a # See Log for available ...
resolution: 4608×2592 # widthxheight format
max_fps: 30 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
#custom_flags: # You can run the Stream Services with custom flags.
#v4l2ctl: # Add v4l2-ctl parameters to setup your camera, see Log what your cam is capable of.
[cam c270]
mode: mjpg # mjpg/multi - Multi uses webrtc, mjpg and snapshots at the same time
enable_rtsp: false # If multi is used, this enables also usage of an rtsp server
rtsp_port: 8555 # Set different ports for each device!
port: 8081 # HTTP/MJPG Stream/Snapshot Port
device: /dev/video2 # See Log for available ...
resolution: 1268x800 # widthxheight format
max_fps: 30 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
#custom_flags: # You can run the Stream Services with custom flags.
#v4l2ctl: # Add v4l2-ctl parameters to setup your camera, see Log what your cam is capable of.
The text was updated successfully, but these errors were encountered: