You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to setup print farm with 5 printers and 1 PC
i made the config file for the 5 cameras and started the crowsnest service:
[10/08/24 06:44:10] crowsnest: INFO: Configuration of Section [cam 1] looks good. Continue ...
[10/08/24 06:44:10] crowsnest: INFO: Configuration of Section [cam 2] looks good. Continue ...
[10/08/24 06:44:10] crowsnest: INFO: Configuration of Section [cam 3] looks good. Continue ...
[10/08/24 06:44:11] crowsnest: INFO: Configuration of Section [cam 4] looks good. Continue ...
[10/08/24 06:44:11] crowsnest: INFO: Configuration of Section [cam 5] looks good. Continue ...
[10/08/24 06:44:11] crowsnest: V4L2 Control: No parameters set for [cam 1]. Skipped.
[10/08/24 06:44:11] crowsnest: V4L2 Control: No parameters set for [cam 2]. Skipped.
[10/08/24 06:44:11] crowsnest: V4L2 Control: No parameters set for [cam 3]. Skipped.
[10/08/24 06:44:11] crowsnest: V4L2 Control: No parameters set for [cam 4]. Skipped.
[10/08/24 06:44:11] crowsnest: V4L2 Control: No parameters set for [cam 5]. Skipped.
[10/08/24 06:44:14] crowsnest: Starting ustreamer with Device /dev/v4l/by-path/pci-0000:03:00.0-usb-0:1.4.1.1:1.0-video-index0 ...
[10/08/24 06:44:14] crowsnest: Starting ustreamer with Device /dev/v4l/by-id/usb-046d_HD_Pro_Webcam_C920_8CF1DD0F-video-index0 ...
[10/08/24 06:44:14] crowsnest: Starting ustreamer with Device /dev/v4l/by-path/pci-0000:03:00.0-usb-0:1.3.2:1.0-video-index0 ...
[10/08/24 06:44:14] crowsnest: Starting ustreamer with Device /dev/v4l/by-id/usb-046d_C270_HD_WEBCAM_55184460-video-index0 ...
[10/08/24 06:44:14] crowsnest: Starting ustreamer with Device /dev/v4l/by-id/usb-046d_C270_HD_WEBCAM_08302460-video-index0 ...
all 5 streams are working apperently
/webcam/?action=snapshot ->works
/webcam2/?action=snapshot -> works this is cam2
/webcam3/?action=snapshot -> works this is cam3
/webcam4/?action=snapshot -> works this is cam4
/webcam5/?action=snapshot -> this does not work
so webcam 5 link does not work .. and i do not know why....
ports are waiting for connection ...
What did you expect to happen
i expected all streams to work :)
How to reproduce
just add more than 4 cameras
Additional information
No response
The text was updated successfully, but these errors were encountered:
pls check the header of the crowsnest.conf file. there are only 4 redirects in the mainsail nginx proxy config. so if you need more, you can add custom redirects or you have to use the ip:port url.
It looks like this ticket is a request for help (or similar).
Many helpful people will not see your message here and you are
unlikely to get a useful response.
We use the Github Issue-Tracker only for development related
topics, like feature requests, bug reports etc. To get help,
please join our Discord-Server or ask in Github Discussions:
If you join our Discord or open a post, we are happy to help you to add more redirects, but this is nothing that comes from Crowsnest directly, so here is the wrong place for that
What happened
I am trying to setup print farm with 5 printers and 1 PC
i made the config file for the 5 cameras and started the crowsnest service:
all 5 streams are working apperently
/webcam/?action=snapshot ->works
/webcam2/?action=snapshot -> works this is cam2
/webcam3/?action=snapshot -> works this is cam3
/webcam4/?action=snapshot -> works this is cam4
/webcam5/?action=snapshot -> this does not work
so webcam 5 link does not work .. and i do not know why....
ports are waiting for connection ...
What did you expect to happen
i expected all streams to work :)
How to reproduce
just add more than 4 cameras
Additional information
No response
The text was updated successfully, but these errors were encountered: