Method
AravisCameraget_sensor_size
Declaration [src]
void
arv_camera_get_sensor_size (
ArvCamera* camera,
gint* width,
gint* height,
GError** error
)
Parameters
width |
gint* |
Camera sensor width. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
height |
gint* |
Camera sensor 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 . |