Guest User

Untitled

a guest
Jan 14th, 2023
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. #### crowsnest.conf
  2. #### This is a typical default config.
  3. #### Also used as default in mainsail / MainsailOS
  4. #### See:
  5. #### https://github.com/mainsail-crew/crowsnest/blob/master/README.md
  6. #### for details to configure to your needs.
  7.  
  8.  
  9. #####################################################################
  10. #### #####
  11. #### Information about ports and according URL's #####
  12. #### #####
  13. #####################################################################
  14. #### #####
  15. #### Port 8080 equals /webcam/?action=[stream/snapshot] #####
  16. #### Port 8081 equals /webcam2/?action=[stream/snapshot] #####
  17. #### Port 8082 equals /webcam3/?action=[stream/snapshot] #####
  18. #### Port 8083 equals /webcam4/?action=[stream/snapshot] #####
  19. #### #####
  20. #####################################################################
  21.  
  22.  
  23. [crowsnest]
  24. log_path: ~/printer_data/logs/crowsnest.log
  25. log_level: verbose # Valid Options are quiet/verbose/debug
  26. delete_log: true # Deletes log on every restart, if set to true
  27.  
  28. [molar cam 1]
  29. mode: mjpg # mjpg/rtsp
  30. port: 8080 # Port
  31. device: /dev/v4l/by-id/usb-046d_HD_Pro_Webcam_C920_8A4DA16F-video-index0 # See Log for available ...
  32. resolution: 1920x1080 # widthxheight format
  33. max_fps: 10
  34. v4l2ctl: focus_auto=0,focus_absolute=30
  35. # If Hardware Supports this it will be forced, ohterwise ignored/coerced.
  36. #custom_flags: # You can run the Stream Services with custom flags.
  37. #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