Method

AravisGcRegisterDescriptionNodeget_vendor_name

Declaration [src]

char*
arv_gc_register_description_node_get_vendor_name (
  ArvGcRegisterDescriptionNode* node
)

Description [src]

Gets camera vendor name for given Genicam document.

Available since:0.8.0

Return value

Returns: char*
 

Vendor name string.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The string is a NUL terminated UTF-8 string.