#include <ardev.h>
Inheritance diagram for CaptureObject:
Public Member Functions | |
CaptureObject () | |
Default Constructor. | |
virtual const ARImage & | GetFrame ()=0 |
Abstract member that returns the current Frame, Call update to capture a new frame. | |
virtual bool | Fresh () |
Did the last call to GetFrame return a fresh image. | |
virtual int | GetMaxWidth ()=0 |
returns the maximum possible return frame width | |
virtual int | GetMaxHeight ()=0 |
returns the maximum possible return frame height |