DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

/dvs/git/dirty/gitlab-master_av/dw/sdk/samples/image/image_streamer_cross_process/README.md
Go to the documentation of this file.
1 # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_image_streamer_cross_sample Cross-Process Image Streamer Sample
4 @tableofcontents
5 
6 @note SW Release Applicability: This sample is available in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
7 
8 @section dwx_image_streamer_cross_description Description
9 
10 The Cross-Process Image Streamer sample demonstrates how to use an image
11 streamer across multiple processes.
12 
13 @section dwx_image_streamer_cross_running Running the Sample
14 
15 The command line for the sample is:
16 
17  ./sample_image_streamer_cross --type=[consumer|producer]
18 
19 where
20 
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
26 
27 @note In case the producer is launched first, do not kill the process,
28 simply wait for it to timeout.
29 
30 @section dwx_image_streamer_cross_output Output
31 
32 When consumer is running, after launching the producer, the sample creates a window
33 and renders received frames on screen.
34 
35 ![cross-process image streamer](sample_image_streamer_cross.png)
36 
37 @section dwx_image_streamer_cross_more Additional information
38 
39 For more details see @ref image_mainsection.