Sets of parameters for cross-process image streamer creation.
Definition at line 59 of file ImageStreamer.h.
Data Fields | |
const char * | parameters |
Array to additional parameters provided to cross-process image streamer creation. More... | |
dwImageStreamerCrossProcessMode | mode |
Operation mode of the cross-process image streamer. More... | |
dwImageStreamerCrossProcessMode dwImageStreamerCrossProcessModeParams::mode |
Operation mode of the cross-process image streamer.
Definition at line 72 of file ImageStreamer.h.
const char* dwImageStreamerCrossProcessModeParams::parameters |
Array to additional parameters provided to cross-process image streamer creation.
In general, this array has a form of key/value pairs separated by commas, i.e., streamName=nvscistream_0 where nvscistream_0 represents nvscistream endpoint name corresponding to producer or consumer endpoint as per nvsciipc specifications or for deprecated EGL, i.e. mode=socket,file=/tmp/file.socket
Definition at line 68 of file ImageStreamer.h.