* This feature allows you to setup v4l2-ctl parameters before stream starts.
* Modified webcamd accordingly.
* Modified libs/configparser.sh.
* Changed functions get_param configured_cams and check_section
Signed-off-by: Stephan Wendel <me@stephanwe.de>
* Updated README.md accordingly
* Ustreamer now compiles without omx flag and
* webcamd does not use --encoder omx.
* Added new install and uninstall script,
* both prepared for later implementing webrtc
* Updated and tested custompios Module
* Removed mjpg-streamer from webcamd
Signed-off-by: Stephan Wendel <me@stephanwe.de>
* webcamd logs now also to systemd.
* viewable via journalctl and systemctl status webcamd.
* Logs always in debug Style to systemd
Signed-off-by: Stephan Wendel <me@stephanwe.de>
* Now you can set log_level to your needs.
See README.md for Details.
* Added Option to delete log file on restarts
* develop_log: true
*
* Updated README.md accordingly
Signed-off-by: Stephan Wendel <me@stephanwe.de>
* If a Device is lost, log file gets spammed over time.
* Now WATCHDOG logs once if device lost and if device returns
Signed-off-by: Stephan Wendel <me@stephanwe.de>
* run_ustreamer and run_rtsp functions modified to add custom_flags
at the end of regular/preset Parameters
Signed-off-by: Stephan Wendel <me@stephanwe.de>
* Changed custom_flags behavior.
* If custom_flags available they are added to the 'input' section.
* This should be easier for the User to add own flags.
* Therefore the User 'lose' full control over mjpg_streamer.
* Output section Parameters are fixed now.
Signed-off-by: Stephan Wendel <me@stephanwe.de>