// ksmedia.h
typedef struct tagKSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS {
LONG ResolutionX;
LONG ResolutionY;
LONG PorchTop;
LONG PorchLeft;
LONG PorchBottom;
LONG PorchRight;
LONG NonUpscalingWindowSize;
LONG MinWindowSize;
LONG MaxWindowSize;
LONG Reserved;
} KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS, *PKSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS;
View the official Windows Driver Kit DDI referenceNo description available.
KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS defines an available resolution and its supported configuration values.
ResolutionXThe width of the output format in pixels.
ResolutionYThe height of the output format in pixels.
PorchTopThe upper limit of the camera sensor's overscan region expressed as a fraction of the total field of view along the y-axis. This value must be less than or equal to 0.0 in Q24 format.
PorchLeftThe left-most limit of the camera sensor's overscan region expressed as a fraction of the total field of view along the x-axis. This value must be less than or equal to 0.0 in Q24 format.
PorchBottomThe lower limit of the camera sensor's overscan region expressed as a fraction of the total field of view along the y-axis. This value must be greater than or equal to 1.0 in Q24 format.
PorchRightThe right-most limit of the camera sensor's overscan region expressed as a fraction of the total field of view along the x-axis. This value must be greater than or equal to 1.0 in Q24 format
NonUpscalingWindowSizeThe value an application should set as the WindowSize so it can acquire an image that returns the full fidelity of the sensor. The value is expressed as a Q24 value, between MinWindowSize and MaxWindowSize.
MinWindowSizeThe smallest WindowSize the Digital Window control can support for this resolution. This value may be any number greater than 0.0 but less than or equal to 1.0.
MaxWindowSizeThe largest WindowSize the Digital Window control can support for this resolution. This value must be 1.0 or greater.
ReservedReserved. Set to 0.
KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPSHEADER
KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_SETTING
KSCAMERA_METADATA_DIGITALWINDOW
KSPROPERTY_CAMERACONTROL_EXTENDED_DIGITALWINDOW
KSPROPERTY_CAMERACONTROL_EXTENDED_DIGITALWINDOW_CONFIGCAPS