7 Commits

Author SHA1 Message Date
Stephan Wendel
b96c2bd86a
BUGFIX: Typo in shellcheck directive
* 'requires' instead of 'require'

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-12-17 22:02:00 +01:00
Stephan Wendel
1b89b86545
REFACTOR: Refactored comment (L#71)
Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-12-17 21:00:05 +01:00
Stephan Wendel
a3f0317824
SHELLCHECK: Enabled 'requires-variable-braces'
* Affected Files:
* libs/hwhandler.sh
* libs/logging.sh
* libs/messages.sh
* libs/ustreamer.sh
* libs/v4l2_control.sh
* libs/v4l2rtspserver.sh

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-12-17 20:38:49 +01:00
Stephan Wendel
29594c6139
REFACTOR: Avoid SC2001 in func log_output
* Cleanup: Deleted unused 'debug' Variable in func print_cams
* Cleanup: removed redirection to /dev/null of func print_cams

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-12-17 18:53:50 +01:00
Stephan Wendel
856c28d55d
REFACTOR: Renamed develop_log option.
* Renamed develop_log to mor intuitive delete_log

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-12-12 12:12:15 +01:00
Stephan Wendel
6c8a9df33f
Cleanup: Trimmed trailing whitespace
Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-12-08 20:33:44 +01:00
Stephan Wendel
bcefa9886b
IMPROVE: Split webcamd with 'libs'
This should improve maintainability.

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-12-08 20:02:09 +01:00