ISVP-SDK
3.12.0
Ingenic Smart Video Platform SDK
|
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 |
exposure region of interest.
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.