| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
Set video capture output dimensions
#include <gf/gf.h>
void gf_vcap_set_output_dimensions (
        gf_vcap_t   vcap,
        int         width,
        int         height );
gf
This function sets a video capture unit's output dimensions. The output dimensions specify the size of the frames that will be stored in the capture buffer, after cropping and scaling.
|  | Changes made to a capture unit via the gf_vcap_set_*() set of functions are enqueued and do not take effect until you explicitly call gf_vcap_update(). | 
QNX Graphics Framework
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes | 
gf_vcap_attach(), gf_vcap_update()
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |