KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL structure (ksmedia.h)

This structure contains information for an ROI ISP control.

Syntax

typedef struct tagKSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL {
  ULONG ControlId;
  ULONG ROICount;
  ULONG Result;
  ULONG Reserved;
} KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL, *PKSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL;

Members

ControlId

The ISP control ID. The following are valid values for this field. These values are defined in ksmedia.h.

  • KSPROPERTY_CAMERACONTROL_EXTENDED_WHITEBALANCEMODE
  • KSPROPERTY_CAMERACONTROL_EXTENDED_EXPOSUREMODE
  • KSPROPERTY_CAMERACONTROL_EXTENDED_FOCUSMODE

ROICount

The number of ROIs associated with this ISP control.

Result

The error results of the last SET operation for this ISP control.

Reserved

Reserved for future use.

Requirements

Requirement Value
Header ksmedia.h