Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
mryel00 committed Oct 26, 2023
1 parent 2700c46 commit 32e2050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/hwhandler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ detect_h264() {
## Determine if cam has MJPEG Hardware encoder
## call detect_mjpeg <nameornumber> 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)"
Expand Down

0 comments on commit 32e2050

Please sign in to comment.