Method
AravisCameraget_region
Declaration [src]
void
arv_camera_get_region (
ArvCamera* camera,
gint* x,
gint* y,
gint* width,
gint* height,
GError** error
)
Parameters
x |
gint* |
X offset. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
y |
gint* |
Y_offset. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
width |
gint* |
Region width. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
height |
gint* |
Region height. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |