In klipper firmware, mainsail install crowsnest, camera works fine. When I try to use crowsnest in octoprint, the camera doesn't work properly: in Webcam & Timelapse setup, only camera snapshots are visible, but not the video stream. How should I set it up?
My settings under octoprint:
The video stream setting is ip:8080/?action=stream
The snapshot setting is http://127.0.0.1:8080/?action=snapshot
The configuration of corwsnest.conf:
[crowsnest]
log_path: ~/printer_data/logs/crowsnest.log
log_level: verbose
delete_log: true
[cam 1]
mode: mjpg
port: 8080
device: /dev/video3
resolution: 1280x720
max_fps: 15