### IMPORTANT: Looking for the camera settings? Those are now located ### in the camera-streamer directory! libcamera.conf to configure the Raspberry Pi ### camera and usb-default.conf to configure USB cameras. Read more about it here: ### https://faq.octoprint.org/camera-streamer-config ### Windows users: To edit this file use Notepad++, VSCode or SublimeText. ### Do not use Notepad or WordPad. ### MacOSX users: If you use Textedit to edit this file make sure to use ### "plain text format" and "disable smart quotes" in "Textedit > Preferences" # Configuration of network monitoring # # This enables network monitoring for wifi connections with a simple ping test. # If connection terminates by variable reasons system tries to restart the wifi connection to reestablish a connection. # The connection test is done every minute. # By default it is disabled (0 = off / 1 = on) # destination_host can be an ip address or a hostname (for hostname ensure dns resosultion is working correctly) enable_network_monitor=0 # Be sure to change this to match your network! destination_host=192.168.1.1 ### EXPERIMENTAL # Support for different streamer types. # # Available options: # mjpeg [default] - camera-streamer # hls - FFMPEG HLS streamer #camera_streamer=mjpeg