diff --git a/src/recorders/video_capture.py b/src/recorders/video_capture.py index be38873..50032ad 100644 --- a/src/recorders/video_capture.py +++ b/src/recorders/video_capture.py @@ -120,7 +120,8 @@ class VideoCapture: else: # Start video capture on the IR camera through OpenCV self.internal = cv2.VideoCapture( - self.config.get("video", "device_path") + self.config.get("video", "device_path"), + cv2.CAP_V4L ) # Force MJPEG decoding if true