A class for handling a video device. More...
#include "vidl_v4l2_control.h"#include <vcl_vector.h>#include <vcl_string.h>#include <vcl_cassert.h>#include <vcl_iosfwd.h>#include <vcl_iostream.h>#include <sys/time.h>#include <linux/videodev2.h>Go to the source code of this file.
Classes | |
| class | vidl_v4l2_input |
| A class for handle a video device input. More... | |
| class | vidl_v4l2_device |
| A class for handle a video device. More... | |
| struct | vidl_v4l2_device::buffer |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, const vidl_v4l2_device &dev) |
A class for handling a video device.
Definition in file vidl_v4l2_device.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const vidl_v4l2_device & | dev | ||
| ) |
Definition at line 642 of file vidl_v4l2_device.cxx.
1.7.5.1