raspberrypi / picamera2

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

Deprecate use of the ScalerCropMaximum property #968

Closed naushir closed 6 months ago

naushir commented 7 months ago

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

naushir commented 7 months ago

Don't know if there is a cleaner way to do this?

davidplowman commented 6 months ago

Replaced by https://github.com/raspberrypi/picamera2/pull/973, so closing.