I added the IV5648 to my setup
Version see screenshot
Crowsnest.conf
[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 OV5648_USB]
mode: mjpg # rtsp/mjpg
port: 8085 # Port
device: /dev/video0#/dev/v4l/by-id/usb-Vimicro_Corp._HBVCAM_FHD_CAMERA-video-index1 #/dev/video1 #/dev/video0 #/dev/v4l/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_1080P_Camera_SN0001-video-index0 # See Log for available ...
resolution: 1600x1200 #640x480 #1600x1200 #2048x1536 #1920x1080 # widthxheight format
max_fps: 15 # If Hardware Supports this it will be forced, ohterwise ignored/coerced.
custom_flags: --host=0.0.0.0 #--encoder=OMX # You can run the Stream Services with custom flags. # --host=0.0.0.0 --slowdown
v4l2ctl: focus_auto=0,focus_absolute=180,power_line_frequency=1,sharpness=4 # Add v4l2-ctl parameters to setup your camera, see Log what your cam is capable of.
the device thets notices, see screens, also lsusb lists the device, but when i want to set it up, i do not get a picture/video
see sceens
when i try to access "http://mainsailos/webcam/?action=stream" directly within my network i always get 502 bad Gateway nginx/1.18.0
any ideas?