Bind video capture unit to a layer
#include <gf/gf.h> void gf_vcap_bind_to_layer ( gf_vcap_t vcap, gf_layer_t layer );
gf
This function binds a video capture unit to a layer. The captured data will be displayed on the specified layer. Synchronization between the layer and the video capture unit is performed automatically. Any buffers needed to store the captured data are allocated and freed automatically.
QNX Graphics Framework
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |