#include <qvcore/qvcamera.h>
Declares an interface for every camera. By now, QVMplayerCamera is the only real camera that is implemented (inheriting from this class), but in the future other cameras (direct interface to IEEE 1394, usb cameras, etc.) could be implemented using the same interface.
Note.- This class is not intended to be used by the final user of the library; It will be useful only for those wishing to implement new camera types.
Definition at line 45 of file qvcamera.h.