18 class DtVideoFrameBuffer;
36 virtual bool shouldFlipVertically()
const;
39 virtual void setShouldFlipVertically(
bool flip );
42 virtual bool shouldFlipHorizontally()
const;
45 virtual void setShouldFlipHorizontally(
bool flip );
48 virtual bool shouldScale()
const;
51 virtual void setShouldScale(
bool scale );
54 virtual int scaleX()
const;
57 virtual void setScaleX(
int scaleX );
60 virtual int scaleY()
const;
63 virtual void setScaleY(
int scaleY );
66 virtual bool shouldResample()
const;
69 virtual void setShouldResample(
bool resample );
72 virtual int bitsPerPixel()
const;
75 virtual void setBitsPerPixel(
int bpp );
78 virtual void setShouldRotate(
bool rotate );
81 virtual bool shouldRotate()
const;
84 virtual void setRotationAngle(
float degrees);
87 virtual float rotationAngle()
const;
Record for a sensor definition.
Definition: DtImageTaskRecord.h:20
#define DT_DLL_VRVVIDEOSTREAM
Definition: vrvVideoStream.h:20
DtVideoStreamManager is a singleton class that manages DtVideoStreams in VR-Vantage.
Definition: DtVideoStreamManager.h:35
The DtImageTaskElement is an abstract base class for all image task elements. It defines the common i...
Definition: DtImageTaskElement.h:25
DtImageTaskElementCreator is the common base class for all image task element creators.
Definition: DtImageTaskElement.h:95
DtProcessImageTask creates and manages all the process image pipeline elements.
Definition: DtProcessImageTask.h:35
Contains declarations needed to initialize the freeImage library.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains DLL export macros.
The image as initially captured from the camera is placed into a DtVideoFrameBuffer. Instances of DtVideoFrameBuffer are placed on a queue for further processing by the process image task elements.
Definition: DtVideoFrameBuffer.h:20