mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
feat(motion): living
This commit is contained in:
parent
56b81f3d34
commit
44ab4225e5
6 changed files with 65 additions and 7 deletions
|
|
@ -16,6 +16,7 @@ in {
|
|||
nixos.barcodebuddy-scanner
|
||||
nixos.motion
|
||||
nixos.cameras.kitchen
|
||||
nixos.cameras.living
|
||||
nixos.cameras.logistics-webcam
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -16,6 +16,16 @@
|
|||
nixos.motion
|
||||
nixos.cameras.printer
|
||||
];
|
||||
|
||||
services.motion.cameras.printercam.settings = {
|
||||
# TODO: try to limit CPU usage for now...
|
||||
width = 1280;
|
||||
height = 720;
|
||||
framerate = 2;
|
||||
text_right = "";
|
||||
stream_quality = 60;
|
||||
};
|
||||
|
||||
boot.loader = {
|
||||
grub.enable = false;
|
||||
generic-extlinux-compatible.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue