diff options
Diffstat (limited to 'decoder.py')
-rw-r--r-- | decoder.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ while data is None: # ret, raw_frame = cap.read() # if not ret: # continue + # TODO: Try decoding saved videos raw_frame = cv2.cvtColor( cv2.imread("/home/a/Pictures/Camera/IMG_20240422_000849_027.jpg"), cv2.COLOR_BGR2RGB, |