We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff06e9 commit c04dbefCopy full SHA for c04dbef
examples/facerec_on_raspberry_pi.py
@@ -29,7 +29,7 @@
29
while True:
30
print("Capturing image.")
31
# Grab a single frame of video from the RPi camera as a numpy array
32
- camera.capture(output, format="bgr")
+ camera.capture(output, format="rgb")
33
34
# Find all the faces and face encodings in the current frame of video
35
face_locations = face_recognition.face_locations(output)
0 commit comments