Method

AravisCameraset_pixel_format_from_string

Declaration [src]

void
arv_camera_set_pixel_format_from_string (
  ArvCamera* camera,
  const char* format,
  GError** error
)

Description [src]

Defines pixel format described by a string.

Available since:0.8.0

Parameters

format const char*
 

Pixel format.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.