fixing daemon for cam
This commit is contained in:
parent
590344df41
commit
8b2336e753
@ -132,10 +132,11 @@ echo 333333 >"$F/streaming/uncompressed/u/f1/dwDefaultFrameInterval" # 30 fp
|
||||
echo 333333 >"$F/streaming/uncompressed/u/f1/dwFrameInterval"
|
||||
|
||||
# 3. REQUIRED HEADER LINKS ────────────────────────────────────────
|
||||
mkdir -p "$F/streaming/header/h"
|
||||
ln -sf ../../uncompressed/u "$F/streaming/header/h/1"
|
||||
mkdir -p "$F/control/header/h"
|
||||
ln -sf ../../../streaming/header/h "$F/control/header/h/1"
|
||||
mkdir -p "$F/streaming/header/h"
|
||||
ln -sf ../../uncompressed/u "$F/streaming/header/h/1" # first format
|
||||
echo 1 > "$F/streaming/header/h/bNumFormats" # exactly one format
|
||||
mkdir -p "$F/control/header"
|
||||
ln -sf ../../streaming/header/h "$F/control/header" # expose to control
|
||||
|
||||
# Friendly string
|
||||
mkdir -p "$F/control/header/strings/0x409"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user