-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
386 additions
and
1,402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#### 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: false # Deletes log on every restart, if set to true | ||
|
||
[cam 1] | ||
mode: mjpg # mjpg/rtsp | ||
port: 8080 # Port | ||
device: /dev/video0 # See Log for available ... | ||
resolution: 640x480 # widthxheight format | ||
max_fps: 15 # If Hardware Supports this it will be forced, otherwise 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. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.