feat(motion): living

This commit is contained in:
arcnmx 2024-09-15 13:00:12 -07:00
parent 56b81f3d34
commit 44ab4225e5
6 changed files with 65 additions and 7 deletions

View file

@ -16,6 +16,7 @@ in {
nixos.barcodebuddy-scanner
nixos.motion
nixos.cameras.kitchen
nixos.cameras.living
nixos.cameras.logistics-webcam
./hardware-configuration.nix
];

View file

@ -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;