VAOC camera, wrong camera, how to swap

For some reasons, my VAOC camera is now swapped with the chamber camera, making the VAOC unusable, I cannot find a way to force ratos using the VAOC camera. below is my crowsnest,conf:
No description
No description
No description
Solution:
SOrted by inverting the addresses,
Jump to solution
3 Replies
SylvanoMTL
SylvanoMTLOP3w ago
[crowsnest] log_path: /home/pi/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 no_proxy: false [cam 1] mode: camera-streamer # ustreamer - Provides mjpg and snapshots. (All devices) # camera-streamer - Provides webrtc, mjpg and snapshots. (rpi + Raspi OS based only) enable_rtsp: false # If camera-streamer 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: /dev/video0 #/dev/usb-3DO_3DO_NOZZLE_CAMERA_V2_3DO-video-index0 # See Log for available ... resolution: 1920x1080 # 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 2] mode: camera-streamer # ustreamer - Provides mjpg and snapshots. (All devices) # camera-streamer - Provides webrtc, mjpg and snapshots. (rpi + Raspi OS based only) enable_rtsp: true # If camera-streamer is used, this enables also usage of an rtsp server rtsp_port: 18554 # Set different ports for each device! port: 8081 # HTTP/MJPG Stream/Snapshot Port device: /dev/video2 #/dev/usb-046d_B525_HD_Webcam_0F602A90-video-index0 # See Log for available ... resolution: 1920x1080 # 320x240 #640x480 # 1920x1080 # widthxheight format max_fps: 6 # 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.
Solution
SylvanoMTL
SylvanoMTL3w ago
SOrted by inverting the addresses,
dfos
dfos3w ago
Try like this
[cam 1]
mode: camera-streamer
enable_rtsp: false
rtsp_port: 8554
port: 8080
device: /dev/RatOS/rr-vaoc-camera
resolution: 1920x1080
max_fps: 30
[cam 1]
mode: camera-streamer
enable_rtsp: false
rtsp_port: 8554
port: 8080
device: /dev/RatOS/rr-vaoc-camera
resolution: 1920x1080
max_fps: 30

Did you find this page helpful?