Constructor
AravisCameranew_with_device
Declaration [src]
ArvCamera*
arv_camera_new_with_device (
ArvDevice* device,
GError** error
)
Description [src]
Creates a new ArvCamera, using device as its internal device object.
| Available since: | 0.8.6 |
Parameters
device |
ArvDevice |
A |
|
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | ArvCamera |
A new |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |