Constructor

AravisGvFakeCameranew_full

since: 0.8.0

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

Type: 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 value is a NUL terminated UTF-8 string.
serial_number

Type: 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 value is a NUL terminated UTF-8 string.
genicam_filename

Type: const char*

Path to alternative genicam data.

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

Return value

Type: ArvGvFakeCamera

A new ArvGvFakeCamera.

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