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