Constructor

AravisGvFakeCameranew_full

Declaration [src]

ArvGvFakeCamera*
arv_gv_fake_camera_new_full (
  const char* interface_name,
  const char* serial_number,
  const char* genicam_filename
)

Description

No description available.
Available since:0.8.0

Parameters

interface_name const char*
 

Listening network interface, by name or IP address, default is 127.0.0.1

 The argument can be NULL.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
serial_number const char*
 

Fake device serial number, default is GV01

 The argument can be NULL.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
genicam_filename const char*
 

Path to alternative genicam data.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: ArvGvFakeCamera
 

A new ArvGvFakeCamera.

 The caller of the function takes ownership of the data, and is responsible for freeing it.