Method
AravisCameraget_binning
Declaration [src]
void
arv_camera_get_binning (
ArvCamera* camera,
gint* dx,
gint* dy,
GError** error
)
Parameters
dx |
gint* |
Horizontal binning placeholder. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
dy |
gint* |
Vertical binning placeholder. |
|
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 . |