ISVP-SDK  3.12.0
Ingenic Smart Video Platform SDK
Data Fields
isp_core_ae_roi_select Union Reference

exposure region of interest. More...

#include <imp_isp.h>

Data Fields

struct {
   unsigned   endy:8
 y coordinate(end), the range is from 0 to 255. More...
 
   unsigned   endx:8
 x coordinate(end), the range is from 0 to 255. More...
 
   unsigned   starty:8
 y coordinate(start), the range is from 0 to 255. More...
 
   unsigned   startx:8
 x coordinate(start), the range is from 0 to 255. More...
 
}; 
 
uint32_t value
 

Detailed Description

exposure region of interest.

Field Documentation

unsigned endx

x coordinate(end), the range is from 0 to 255.

unsigned endy

y coordinate(end), the range is from 0 to 255.

unsigned startx

x coordinate(start), the range is from 0 to 255.

unsigned starty

y coordinate(start), the range is from 0 to 255.


The documentation for this union was generated from the following file: