#include <frame_grabber.h>
Inheritance diagram for FrameGrabber:

Definition at line 22 of file frame_grabber.h.
Public Member Functions | |
| virtual | ~FrameGrabber () |
| virtual vil1_memory_image * | get_current_frame ()=0 |
| virtual void | acquire_frame_synch ()=0 |
| virtual void | acquire_frame_asynch ()=0 |
| virtual vil1_memory_image * | get_current_and_acquire ()=0 |
| virtual FrameGrabber::~FrameGrabber | ( | ) | [inline, virtual] |
Definition at line 25 of file frame_grabber.h.
| virtual vil1_memory_image* FrameGrabber::get_current_frame | ( | ) | [pure virtual] |
Implemented in FrameGrabberV4lGrey.
| virtual void FrameGrabber::acquire_frame_synch | ( | ) | [pure virtual] |
Implemented in FrameGrabberV4lGrey.
| virtual void FrameGrabber::acquire_frame_asynch | ( | ) | [pure virtual] |
Implemented in FrameGrabberV4lGrey.
| virtual vil1_memory_image* FrameGrabber::get_current_and_acquire | ( | ) | [pure virtual] |
Implemented in FrameGrabberV4lGrey.
1.5.1