mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(motion): tweak video_params
This commit is contained in:
parent
07b775665d
commit
702176088f
2 changed files with 8 additions and 7 deletions
|
|
@ -9,10 +9,10 @@
|
|||
in {
|
||||
services.motion.cameras.kitchencam.settings = mapDefaults {
|
||||
videodevice = "/dev/kitchencam";
|
||||
v4l2_palette = 8;
|
||||
width = 640;
|
||||
height = 480;
|
||||
framerate = 5;
|
||||
video_params = "auto_brightness=2,palette=8"; # MJPG=8, YUYV=15
|
||||
width = 1280;
|
||||
height = 720;
|
||||
framerate = 2;
|
||||
camera_id = 1;
|
||||
text_left = "kitchen";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue