NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwImageStreamerCrossProcessModeParams Struct Reference

Detailed Description

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...
 

Field Documentation

◆ mode

dwImageStreamerCrossProcessMode dwImageStreamerCrossProcessModeParams::mode

Operation mode of the cross-process image streamer.

Definition at line 72 of file ImageStreamer.h.

◆ parameters

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.


The documentation for this struct was generated from the following file: