Constructor
AravisGvFakeCameranew
Declaration [src]
ArvGvFakeCamera*
arv_gv_fake_camera_new (
const char* interface_name,
const char* serial_number
)
Parameters
interface_name |
const char* |
Listening network interface (‘lo’ by default) |
|
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 (‘GV01’ by default) |
|
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 |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |