#include <capture.h>
Inheritance diagram for CaptureV4L:

Public Member Functions | |
| CaptureV4L (const char *_VideoDev="/dev/video0", int _width=768, int _height=480, int _channel=1, int _format=1, int _tuner=-1) | |
| Create a CaptureObject that will capture a (wdithxheight) image from the specified videodevice using the specified channel, format and tuner. | |
| virtual | ~CaptureV4L () |
| Destructor. | |
| const ARImage & | GetFrame () |
| Get the current Frame. | |
| bool | Fresh () |
| Did the last call to GetFrame return a fresh image. | |
| int | GetMaxWidth () |
| returns the maximum possible return frame width | |
| int | GetMaxHeight () |
| returns the maximum possible return frame height | |
1.5.1