DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

Cross-Process Image Streamer Sample
Note
SW Release Applicability: This sample is available in both NVIDIA DriveWorks and NVIDIA DRIVE Software releases.

Description

The Cross-Process Image Streamer sample demonstrates how to use an image streamer across multiple processes.

Running the Sample

The command line for the sample is:

./sample_image_streamer_cross --type=[consumer|producer]

where

--type=[consumer|producer]
    When in consumer mode, the sample waits for a producer.
    Two instances of this sample have to be executed, and the
    consumer instance has to be started first.
    Default value: consumer
Note
In case the producer is launched first, do not kill the process, simply wait for it to timeout.

Output

When consumer is running, after launching the producer, the sample creates a window and renders received frames on screen.

sample_image_streamer_cross.png
cross-process image streamer

Additional information

For more details see Image.