Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #### crowsnest.conf
- #### This is a typical default config.
- #### Also used as default in mainsail / MainsailOS
- #### See:
- #### https://github.com/mainsail-crew/crowsnest/blob/master/README.md
- #### for details to configure to your needs.
- #####################################################################
- #### #####
- #### Information about ports and according URL's #####
- #### #####
- #####################################################################
- #### #####
- #### Port 8080 equals /webcam/?action=[stream/snapshot] #####
- #### Port 8081 equals /webcam2/?action=[stream/snapshot] #####
- #### Port 8082 equals /webcam3/?action=[stream/snapshot] #####
- #### Port 8083 equals /webcam4/?action=[stream/snapshot] #####
- #### #####
- #####################################################################
- [crowsnest]
- log_path: ~/printer_data/logs/crowsnest.log
- log_level: verbose # Valid Options are quiet/verbose/debug
- delete_log: true # Deletes log on every restart, if set to true
- [molar cam 1]
- mode: mjpg # mjpg/rtsp
- port: 8080 # Port
- device: /dev/v4l/by-id/usb-046d_HD_Pro_Webcam_C920_8A4DA16F-video-index0 # See Log for available ...
- resolution: 1920x1080 # widthxheight format
- max_fps: 10
- v4l2ctl: focus_auto=0,focus_absolute=30
- # If Hardware Supports this it will be forced, ohterwise 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.
Advertisement
Add Comment
Please, Sign In to add comment