1 # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
3 @page dwx_image_streamer_simple_sample Simple 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_simple_description Description
10 The Simple Image Streamer sample demonstrates how to use an image streamer.
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>®</sup> CUDA<sup>®</sup> kernel on it.
17 4. Streams the resulting image to dwImageGL object.
18 5. Renders the image on screen.
20 @section dwx_image_streamer_simple_running Running the Sample
22 The command line for the sample is:
24 ./sample_image_streamer_simple
26 @section dwx_image_streamer_simple_output Output
28 The sample creates a window and renders a colored pattern.
30 
32 @section dwx_image_streamer_simple_more Additional information
34 For more details see @ref image_mainsection.