-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrowsnest.conf
More file actions
60 lines (51 loc) · 3.3 KB
/
Copy pathcrowsnest.conf
File metadata and controls
60 lines (51 loc) · 3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#### 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] #####
#### #####
#### Note: These ports are default for most Mainsail #####
#### installations. To use any other port would involve #####
#### changing the proxy configuration or using directly #####
#### http://<ip>:<port>/?action=[stream/snapshot] #####
#### #####
#####################################################################
#### RTSP Stream URL: ( if enabled and supported ) #####
#### rtsp://<ip>:<rtsp_port>/stream.h264 #####
#####################################################################
[crowsnest]
log_path: /home/pi/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
no_proxy: false
[cam Main]
mode: ustreamer # ustreamer - Provides mjpg and snapshots. (All devices)
port: 8080 # HTTP/MJPG Stream/Snapshot Port
device: /dev/video0 # See Log for available ...
resolution: 2592x1944 # widthxheight format
max_fps: 15 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
v4l2ctl: auto_exposure=1,exposure_time_absolute=500,brightness=0,backlight_compensation=1
# [cam Main]
# mode: ustreamer # ustreamer - Provides mjpg and snapshots. (All devices)
# port: 8080 # HTTP/MJPG Stream/Snapshot Port
# device: /dev/video2 # See Log for available ...
# resolution: 640x480 # widthxheight format
# max_fps: 15 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
# [cam Nozzle]
# mode: ustreamer # ustreamer - Provides mjpg and snapshots. (All devices)
# port: 8081 # HTTP/MJPG Stream/Snapshot Port
# device: /dev/video0 # See Log for available ...
# resolution: 1280x800 # widthxheight format
# max_fps: 30 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
# v4l2ctl: auto_exposure=1,exposure_time_absolute=75,brightness=16,backlight_compensation=1