DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

/dvs/git/dirty/gitlab-master_av/dw/sdk/samples/image/image_streamer_simple/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_simple_sample Simple 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_simple_description Description
9 
10 The Simple Image Streamer sample demonstrates how to use an image streamer.
11 
12 The sample has no inputs and is intended as a guide on how to properly create, setup, use and release
13 an image streamer. The sample does the following:
14 1. Manually creates a dwImageCPU object.
15 2. Streams it to a dwImageCUDA object.
16 3. Applies an NVIDIA<sup>&reg;</sup> CUDA<sup>&reg;</sup> kernel on it.
17 4. Streams the resulting image to dwImageGL object.
18 5. Renders the image on screen.
19 
20 @section dwx_image_streamer_simple_running Running the Sample
21 
22 The command line for the sample is:
23 
24  ./sample_image_streamer_simple
25 
26 @section dwx_image_streamer_simple_output Output
27 
28 The sample creates a window and renders a colored pattern.
29 
30 ![simple image streamer](image_streamer_simple.png)
31 
32 @section dwx_image_streamer_simple_more Additional information
33 
34 For more details see @ref image_mainsection.