Method

AravisCameraget_sensor_size

Declaration [src]

void
arv_camera_get_sensor_size (
  ArvCamera* camera,
  gint* width,
  gint* height,
  GError** error
)

Description

No description available.
Available since:0.8.0

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.