Method
AravisCameracreate_stream_full
Declaration [src]
ArvStream*
arv_camera_create_stream_full (
ArvCamera* camera,
ArvStreamCallback callback,
void* user_data,
GDestroyNotify destroy,
GError** error
)
Description [src]
Creates a new ArvStream
for video stream reception. See
ArvStreamCallback for details regarding the callback function.
Available since: | 0.8.23 |
Parameters
callback |
ArvStreamCallback |
A frame processing callback. |
|
user_data |
void* |
User data for |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
destroy |
GDestroyNotify |
A |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | ArvStream |
A new |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |