* Moved function to init_streams.sh * Prepared v4l2-ctl device control feature Signed-off-by: Stephan Wendel <me@stephanwe.de>
17 lines
306 B
Bash
17 lines
306 B
Bash
#!/bin/bash
|
|
|
|
#### Init Stream library
|
|
|
|
#### webcamd - A webcam Service for multiple Cams and Stream Services.
|
|
####
|
|
#### written by Stephan Wendel aka KwadFan
|
|
#### Copyright 2021
|
|
#### https://github.com/mainsail-crew/crowsnest
|
|
####
|
|
#### This File is distributed under GPLv3
|
|
####
|
|
|
|
# Exit upon Errors
|
|
set -e
|
|
|