1 # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
3 @page dwx_image_streamer_cross_sample Cross-Process Image Streamer Sample
6 @note SW Release Applicability: This sample is available in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
8 @section dwx_image_streamer_cross_description Description
10 The Cross-Process Image Streamer sample demonstrates how to use an image
11 streamer across multiple processes.
13 @section dwx_image_streamer_cross_running Running the Sample
15 The command line for the sample is:
17 ./sample_image_streamer_cross --type=[consumer|producer]
21 --type=[consumer|producer]
22 When in consumer mode, the sample waits for a producer.
23 Two instances of this sample have to be executed, and the
24 consumer instance has to be started first.
25 Default value: consumer
27 @note In case the producer is launched first, do not kill the process,
28 simply wait for it to timeout.
30 @section dwx_image_streamer_cross_output Output
32 When consumer is running, after launching the producer, the sample creates a window
33 and renders received frames on screen.
35 
37 @section dwx_image_streamer_cross_more Additional information
39 For more details see @ref image_mainsection.