diff options
author | Anthony Wang | 2024-04-22 01:23:06 -0400 |
---|---|---|
committer | Anthony Wang | 2024-04-22 01:23:32 -0400 |
commit | c41ca8720532388ef95efad01e1f7fd9eb022f58 (patch) | |
tree | 04889e13f1d6b8decc20fb7a41abf558f79ec18c /decoder.py | |
parent | ef73c1183f1a16e8346c906a380032352fcde7f4 (diff) |
Video encoder
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, |