Webcam not found after Update to Crowsnest v4
After Update of my 3.1 to Crowsnest V4 my Raspi-Cam (CSI) is not working any more.
The crowsnest.log says:
[05/24/23 22:05:09] crowsnest: [cam 1]
[05/24/23 22:05:09] crowsnest: mode: camera-streamer
[05/24/23 22:05:09] crowsnest:
[05/24/23 22:05:09] crowsnest: enable_rtsp: false
[05/24/23 22:05:09] crowsnest: rtsp_port: 8554
[05/24/23 22:05:09] crowsnest: port: 8080
[05/24/23 22:05:09] crowsnest: device: /dev/video0
[05/24/23 22:05:09] crowsnest: resolution: 640x480
[05/24/23 22:05:09] crowsnest: max_fps: 15
[05/24/23 22:05:09] crowsnest: INFO: Detect available Devices
[05/24/23 22:05:09] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
Crowsnest.conf says:
[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 # See Log for available ...
resolution: 640x480 # widthxheight format
max_fps: 15 # 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 crowsnest.log says:
[05/24/23 22:05:09] crowsnest: [cam 1]
[05/24/23 22:05:09] crowsnest: mode: camera-streamer
[05/24/23 22:05:09] crowsnest:
[05/24/23 22:05:09] crowsnest: enable_rtsp: false
[05/24/23 22:05:09] crowsnest: rtsp_port: 8554
[05/24/23 22:05:09] crowsnest: port: 8080
[05/24/23 22:05:09] crowsnest: device: /dev/video0
[05/24/23 22:05:09] crowsnest: resolution: 640x480
[05/24/23 22:05:09] crowsnest: max_fps: 15
[05/24/23 22:05:09] crowsnest: INFO: Detect available Devices
[05/24/23 22:05:09] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
Crowsnest.conf says:
[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 # See Log for available ...
resolution: 640x480 # widthxheight format
max_fps: 15 # 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.
