video

video — various video grabbers

Stability Level

Stable, unless otherwise indicated

Synopsis


#include <vips/vips.h>

int                 im_video_v4l1                       (IMAGE *im,
                                                         const char *device,
                                                         int channel,
                                                         int brightness,
                                                         int colour,
                                                         int contrast,
                                                         int hue,
                                                         int ngrabs);
int                 im_video_test                       (IMAGE *im,
                                                         int brightness,
                                                         int error);

Description

Read an image from a video source.

Details

im_video_v4l1 ()

int                 im_video_v4l1                       (IMAGE *im,
                                                         const char *device,
                                                         int channel,
                                                         int brightness,
                                                         int colour,
                                                         int contrast,
                                                         int hue,
                                                         int ngrabs);

im_video_test ()

int                 im_video_test                       (IMAGE *im,
                                                         int brightness,
                                                         int error);

See Also

image