#include <qvcore/qvcamera.h>
Inherits QVPropertyHolder.
Inherited by QVMPlayerCamera.
Declares an interface for video input sources in the QVision. Every class which models a video or image source in the QVision should inherit from this class, and adapt its interface to this class. This class contains functionallity, code and the common structure for all video input sources. Actually only class QVMPlayerCamera implements it, but in the future other cameras (direct interface to IEEE 1394, usb cameras, etc.) could be implemented using the same interface.
This class is intended to be used by advanced programmers wishing to implement new camera types, and by generic camera container structures.
Definition at line 44 of file qvcamera.h.