Classes | Functions
core/vidl/vidl_v4l2_device.h File Reference

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)

Detailed Description

A class for handling a video device.

Author:
Antonio Garrido
    Modifications
     15 Apr 2009 Created (A. Garrido)
  

Definition in file vidl_v4l2_device.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const vidl_v4l2_device dev 
)

Definition at line 642 of file vidl_v4l2_device.cxx.