I am capturing still JPEGs with a Camera Module V3 and picamera2 Python library.
If I capture my images at 1920x1080...
... are these JPEGs automatically binned?
Or are the excess pixels just ignored?
If I capture my images at 1920x1080...
Code:
stillConfiguration = camera.create_still_configuration(main={"size": (1920, 1080)})
Or are the excess pixels just ignored?
Statistics: Posted by eat-sleep-code — Sat Jan 27, 2024 3:53 pm