19 #include <boost/signal.hpp>
24 class DtProcessImageTask;
43 virtual void operator()(osg::RenderInfo& renderInfo)
const;
54 virtual void unInit();
57 virtual void setupPixelBufferObjects(
int numBuffers );
63 virtual bool setPixelFormatFromString(
const DtUnicode& pxfString );
66 virtual bool setReadBufferFromString(
const DtUnicode& rbString );
69 virtual bool setDataTypeFromString(
const DtUnicode& dtString );
DtReadFramebufferProcessData myProcessData
hardware frame buffer data
Definition: DtReadFramebufferCallback.h:145
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:33
A DtReadFramebufferCallback instance is installed as the draw callback of the camera attached to the ...
Definition: DtReadFramebufferCallback.h:32
A unicode string.
Definition: DtUnicode.h:33
int myReadIndex
Read buffer index.
Definition: DtReadFramebufferCallback.h:125
Contains the DtVideoStream class declaration.
bool myIsInitialized
is everything initialized
Definition: DtReadFramebufferCallback.h:134
This is a non-extendable container class used to send the information to the NVidia encoder...
Definition: DtReadFramebufferProcessData.h:20
bool myUseReadPixels
if set to true use CPU encoding / false GPU encoding
Definition: DtReadFramebufferCallback.h:95
DtEncoderIO * myEncoderIO
hardware encoding IO object
Definition: DtReadFramebufferCallback.h:142
DtProcessImageTask * myTask
Image processing task.
Definition: DtReadFramebufferCallback.h:131
#define DT_DLL_VRVVIDEOSTREAM
Definition: vrvVideoStream.h:20
DtDe & myDe
Copy of the DtDe.
Definition: DtReadFramebufferCallback.h:86
Contains the DtProcessImageTask class declaration.
This class provides the OSG-specific implementation of a DtChannel.
Definition: DtOsgChannel.h:75
osg::ref_ptr< osg::Image > myImage
Image pointer.
Definition: DtReadFramebufferCallback.h:128
DtVideoStream & myStream
Current VideoStream.
Definition: DtReadFramebufferCallback.h:83
int myY
Position in Y.
Definition: DtReadFramebufferCallback.h:107
GLenum myPixelFormat
Pixel format used.
Definition: DtReadFramebufferCallback.h:110
GLenum myReadBuffer
GL buffer used (back/front/back_hardware/front_hardware)
Definition: DtReadFramebufferCallback.h:116
bool myIsUsingHardware
Are using hardware encoding.
Definition: DtReadFramebufferCallback.h:137
int myHeight
height of the image
Definition: DtReadFramebufferCallback.h:101
GLenum myDataType
Data type format.
Definition: DtReadFramebufferCallback.h:113
bool myReadFromTexture
Definition: DtReadFramebufferCallback.h:139
std::vector< unsigned int > myPbos
Pixel Buffer Object.
Definition: DtReadFramebufferCallback.h:119
Contains the DtReadFramebufferProcessData class declaration.
voidpf stream
Definition: ioapi.h:39
unsigned int GLenum
Definition: DtGlTextureBufferObject.h:18
The EncoderIO class is responsible to initialize CUDA and NVidia encoder then will be responsible to ...
Definition: DtEncoderIO.h:74
DtProcessImageTask creates and manages all the process image pipeline elements.
Definition: DtProcessImageTask.h:36
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
int myWidth
width of the image
Definition: DtReadFramebufferCallback.h:98
double myFrequency
streaming frequency
Definition: DtReadFramebufferCallback.h:92
int myWriteIndex
Write buffer index.
Definition: DtReadFramebufferCallback.h:122
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains DLL export macros.
int myX
Position in X.
Definition: DtReadFramebufferCallback.h:104
DtOsgChannel * myChannel
Ptr to the Channel.
Definition: DtReadFramebufferCallback.h:89