From e2f5ec0cb92d8200ca390043ec6ec24d36a115e7 Mon Sep 17 00:00:00 2001 From: Patrick Gehrsitz <58853838+mryel00@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:34:10 +0200 Subject: [PATCH] feat: test --- libs/hwhandler.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/hwhandler.sh b/libs/hwhandler.sh index 63b6710d..6f9ac5ae 100755 --- a/libs/hwhandler.sh +++ b/libs/hwhandler.sh @@ -112,6 +112,7 @@ detect_h264() { ## Determine if cam has MJPEG Hardware encoder ## call detect_mjpeg ex.: detect_mjpeg foobar ## returns 1 = true / 0 = false ( numbers are strings! not int!) +# small test detect_mjpeg() { local dev dev="$(get_param "cam ${1}" device)"