- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
The Cross-Process Image Streamer sample demonstrates how to use an image streamer across multiple processes.
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
When consumer is running, after launching the producer, the sample creates a window and renders received frames on screen.
For more details see Image.