15 #include <vlutil/vlShmPool.h>
21 class DtVideoFrameBuffer;
53 virtual DtUnicode sharedMemoryName()
const;
56 virtual void setSharedMemoryName(
const DtUnicode& name );
59 virtual int bufferSize()
const;
62 virtual void setBufferSize(
int bufferSize );
69 virtual bool configure();
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
A DtSharedMemoryTaskElementCreator instance is registered with the image task element factory to crea...
Definition: DtSharedMemoryTaskElement.h:101
Record for a sensor definition.
Definition: DtImageTaskRecord.h:20
#define DT_DLL_VRVVIDEOSTREAM
Definition: vrvVideoStream.h:20
DtSharedMemoryHeader * myHeader
Definition: DtSharedMemoryTaskElement.h:93
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
DtSharedMemoryPoolManager * mySharedMemoryPool
Definition: DtSharedMemoryTaskElement.h:92
int myBufferSize
Definition: DtSharedMemoryTaskElement.h:90
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
DtUnicode mySharedMemoryName
Definition: DtSharedMemoryTaskElement.h:89
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:70
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
A DtSharedMemoryTaskElement instance will create a pipeline element that can output the image being s...
Definition: DtSharedMemoryTaskElement.h:27