gf_vcap_detach()

Detach from a video capture unit

Synopsis:

#include <gf/gf.h>

void gf_vcap_detach ( gf_vcap_t     vcap );

Arguments:

vcap
The handle of the video capture unit, returned by gf_vcap_attach().

Library:

gf

Description:

This function detaches from a video capture unit, releasing all associated resources.

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_vcap_attach()