Stephan Wendel 1991471f39 Updated Documentation
Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-10-27 22:30:40 +02:00

43 lines
1.3 KiB
Markdown

# Crow's Nest
A multiple Cam and Stream Service for mainsailOS
# Developer Documentation
The folder 'crowsnest' is made to add to your existing CustomPIOS Structure.
If you are not already familiar with this, copy 'crowsnest' folder to
/src/modules
## Configuration
Please take a closer look to the 'config' File and set it up to your specific needs.
This is pretty much self explantory.
At least you have to configure:
CROWSNEST_DEFAULT_CONF="mainsail_default.conf"
This takes a conf file from the 'sample_configs' called mainsail_default.conf
and put it to
CROWSNEST_DEFAULT_CONF_DIR="/home/${BASE_USER}/klipper_config"
the folder you configured above.\
Please feel free to Pull Request your config!
I will add them.
Last but not least:
CROWSNEST_MOONRAKER_SUPPORT="y"
this will tell the module to add the content of moonraker_update.txt to your
moonraker.conf\
_Please take note, that moonraker.conf has to be in your CROWSNEST_DEFAULT_CONF_DIR !_
Finally add crowsnest to your config!
As example:
export MODULES="base(network,raspicam(klipper,moonraker,mainsail,crowsnest))"
Make sure it is barely the last one, because it mangles cmake quiet often
unfortunatly.\
This isn't my fault, more the "pickynese" behavior of
mjpg-streamer and v4l2rtspserver :)