All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
Loading...
Searching...
No Matches
CameraRegionOfInterest Class Reference

Data structure for setting and getting focus and exposure regions of interest in the camera image. More...

Public Member Functions

 CameraRegionOfInterest (Vector2 screenPosition, float extent)
 

Static Public Member Functions

static CameraRegionOfInterest Default ()
 

Public Attributes

float Extent
 Extent of the region as a percentage of the camera frame width and height.
 
Vector2 ScreenPosition
 Point in the screen coordinates to use as the center of the region.
 

Detailed Description

Data structure for setting and getting focus and exposure regions of interest in the camera image.

Constructor & Destructor Documentation

◆ CameraRegionOfInterest()

CameraRegionOfInterest ( Vector2 screenPosition,
float extent )
inline

Member Function Documentation

◆ Default()

static CameraRegionOfInterest Default ( )
inlinestatic

Member Data Documentation

◆ Extent

float Extent

Extent of the region as a percentage of the camera frame width and height.

◆ ScreenPosition

Vector2 ScreenPosition

Point in the screen coordinates to use as the center of the region.