v4l2src

v4l2src —

Synopsis




                    GstV4l2Src;

Description

v4l2src can be used to capture video from v4l2 devices, like webcams and tv cards.

Example launch line

gst-launch v4l2src ! xvimagesink

This pipeline shows the video captured from /dev/video0 tv card and for webcams.

<include></include>

Details

GstV4l2Src

typedef struct {
  GstPushSrc pushsrc;
} GstV4l2Src;

Opaque object.

GstPushSrc pushsrc; parent GstPushSrc.