Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

gf_vcap_disable()

Disable a video capture unit

Synopsis:

#include <gf/gf.h>

void gf_vcap_disable ( gf_vcap_t     vcap );

Arguments:

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

Library:

gf

Description:

This function disables a video capture unit (that is, halts capturing).

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_vcap_attach(), gf_vcap_enable()