raspberrypi / picamera2

New libcamera based python library
BSD 2-Clause "Simplified" License
852 stars 181 forks source link

A couple of miscellaneous fixes #1030

Closed davidplowman closed 5 months ago

davidplowman commented 5 months ago

The first fix is for DRM display devices that don't support alpha blending for overlays. This will make them work for displaying the camera images, just you can't have overlays.

The second is a small encoder features which allows you to skip frames, for example, "encoder only every other frame".