From 57133bed5300523f2670da79d5b3578f770a398a Mon Sep 17 00:00:00 2001 From: fwastring Date: Sun, 29 Mar 2026 15:06:06 +0200 Subject: [PATCH] changed camera config --- maskiner/laptop/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maskiner/laptop/configuration.nix b/maskiner/laptop/configuration.nix index 7575c80..aac97f9 100644 --- a/maskiner/laptop/configuration.nix +++ b/maskiner/laptop/configuration.nix @@ -28,7 +28,8 @@ in webcam-rtsp = { enable = true; - device = "/dev/v4l/by-id/usb-GENERAL_GENERAL_WEBCAM-video-index0"; + # device = "/dev/v4l/by-id/usb-GENERAL_GENERAL_WEBCAM-video-index0"; + device = "/dev/v4l/by-id/usb-Generic_HD_WebCam_200901010001-video-index0"; rtspUrl = "rtsp://192.168.1.143:8554/laptop"; framerate = 30; videoSize = "1280x720";