raspberrypi / picamera2

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

Deprecate use of the ScalerCropMaximum property #973

Closed davidplowman closed 8 months ago

davidplowman commented 8 months ago

This will be dropped by libcamera. Instead, use the maximum value of the ScalerCrop control, which stores an identical rectangle.

davidplowman commented 8 months ago

Replaces https://github.com/raspberrypi/picamera2/pull/968