add: sensors
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
h264:
|
||||
binary: "/usr/bin/libcamera-vid"
|
||||
arguments:
|
||||
- "-n"
|
||||
- "-t"
|
||||
- "0"
|
||||
- "--codec"
|
||||
- "h264"
|
||||
- "--mode"
|
||||
- "1640:1232"
|
||||
- "--denoise"
|
||||
- "off"
|
||||
- "--inline"
|
||||
- "-o"
|
||||
- "-"
|
||||
ivf:
|
||||
binary: "/usr/bin/ffmpeg"
|
||||
arguments:
|
||||
- "-i"
|
||||
- "-"
|
||||
- "-g"
|
||||
- "30"
|
||||
- "-b:v"
|
||||
- "2M"
|
||||
- "-f"
|
||||
- "ivf"
|
||||
- "-"
|
||||
sensor:
|
||||
binary: "/usr/bin/python3"
|
||||
arguments:
|
||||
- "/home/charles/temperature.py"
|
||||
sensor_rate_ms: 10000
|
||||
Reference in New Issue
Block a user