|
CVD 0.8
|
A live video buffer which uses the Video for Linux 2 (V4L2) API. More...
#include <v4lbuffer.h>
Classes | |
| struct | V4LFrame |
Public Member Functions | |
| V4LBuffer (const std::string &dev, ImageRef size, int input=-1, bool fields=false, int frames_per_second=0, bool verbose=0) | |
| virtual ImageRef | size () |
| virtual VideoFrame< T > * | get_frame () |
| virtual void | put_frame (VideoFrame< T > *f) |
| virtual bool | frame_pending () |
| virtual double | frame_rate () |
| int | num_buffers () |
A live video buffer which uses the Video for Linux 2 (V4L2) API.
A replacement for the (deprecated?) V4L2Buffer
Definition at line 200 of file v4lbuffer.h.
| virtual void CVD::V4LBuffer< T >::put_frame | ( | VideoFrame< T > * | f | ) | [inline, virtual] |
Tell the buffer that you are finished with this frame.
Typically the VideoBuffer then destroys the frame.
| f | The frame that you are finished with. |
Implements CVD::VideoBuffer< T >.
Definition at line 219 of file v4lbuffer.h.
| virtual bool CVD::V4LBuffer< T >::frame_pending | ( | ) | [inline, virtual] |
Is there a frame waiting in the buffer? This function does not block.
See is_live and is_flushable.
Implements CVD::RawVideoBuffer.
Definition at line 229 of file v4lbuffer.h.
1.7.4