18 struct libwebsocket_context;
40 virtual bool configure();
48 void handlePreFrame();
52 bool generateAndWriteHtml();
int myPort
Definition: DtWebSocketTaskElement.h:57
libwebsocket_context * myContext
Definition: DtWebSocketTaskElement.h:55
DtLocklessQueue< std::string > * myCommandQueue
Definition: DtWebSocketTaskElement.h:56
Contains DLL export macros.
Record for a sensor definition.
Definition: DtImageTaskRecord.h:20
#define DT_DLL_VRVWEBSOCKET
Definition: vrvWebSocket.h:20
A DtWebSocketTaskElementCreator instance is registered with the image task element factory to create ...
Definition: DtWebSocketTaskElement.h:64
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
A DtWebSocketTaskElement instance will create a pipeline element that can listen for an web connectio...
Definition: DtWebSocketTaskElement.h:26
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:72
DtLocklessQueue< std::string > & queue()
Definition: DtWebSocketTaskElement.h:42
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