We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dceee7 commit a93e7a0Copy full SHA for a93e7a0
video_demo.py
@@ -33,7 +33,6 @@
33
while True:
34
return_value, frame = vid.read()
35
if return_value:
36
- frame = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB)
37
image = Image.fromarray(frame)
38
else:
39
raise ValueError("No image!")
0 commit comments