Method

AravisFakeCameraget_genicam_xml

Declaration [src]

const char*
arv_fake_camera_get_genicam_xml (
  ArvFakeCamera* camera,
  size_t* size
)

Description

No description available.

Parameters

size size_t*
 

The size of the returned XML string.

 The argument will be set by the function.
 The argument can be NULL.
 The instance takes ownership of the data, and is responsible for freeing it.

Return value

Returns: const char*
 

The genicam XML description of the camera.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.