Robin Bonafous

Results 2 issues of Robin Bonafous

## How to reproduce the behaviour Create a test.py as follow to use picamera2 : ``` from picamera2 import Picamera2, Preview import time picam2 = Picamera2() picam2.start_preview(Preview.QTGL) camera_config = picam2.create_preview_configuration()...

**Please only report one bug per issue!** **Describe the bug** The camera is super zoomed **To Reproduce** Hello, I wrote down a code in order to do facial_recognition with my...