// ksmedia.h
typedef struct tagKSCAMERA_EXTENDEDPROP_FIELDOFVIEW {
ULONG NormalizedFocalLengthX;
ULONG NormalizedFocalLengthY;
ULONG Flag;
ULONG Reserved;
} KSCAMERA_EXTENDEDPROP_FIELDOFVIEW, *PKSCAMERA_EXTENDEDPROP_FIELDOFVIEW;
View the official Windows Driver Kit DDI referenceNo description available.
The Field of View Control property describes the current Field of View (FOV) of the camera along with the pitch angle of the camera position.
NormalizedFocalLengthXThe horizontal focal length, in millimeters, normalized to a 35mm camera aperture size.
NormalizedFocalLengthYThe vertical focal length, in millimeters, normalized to a 35mm camera aperture size.
FlagReserved. Set to 0.
ReservedReserved. Set to 0.
KSPROPERTY_CAMERACONTROL_EXTENDED_FIELDOFVIEW