@@ -640,4 +640,23 @@ controls:
\todo Rename this property to ActiveAreas once we will have property
categories (i.e. Properties::PixelArray::ActiveAreas)
+ - SensorOutputSize:
+ type: Size
+ description: |
+ The size, in pixels, of the image being used to produce the
+ desired output streams. The image size might correspond to the
+ size of the frames produced by the image sensor but would also
+ take into account additional cropping (or even re-scaling)
+ performed by the CSI-2 receiver to adjust the sensor frame
+ size to conform to the output image sizes and aspect ratios.
+ The property is meaningful only after the Camera has been
+ successfully configured and its value changes whenever a new
+ configuration is applied. It can be used to implement digital
+ zoom.
+
+ \sa controls::ISPCrop
+
+ \todo Move this property to CameraConfiguration once the
+ feature is made available
+
...