DriveWorks SDK Reference

| 0.6.67 Release

/builds/driveav/dw/sdk/samples/image/image_streamer_simple/README.md
Go to the documentation of this file.
1 # Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_image_streamer_simple_sample Image Streamer Simple Sample
4 
5 The image streamer sample demonstrates how to use an image streamer.
6 
7 The sample has no inputs and is intended as a guide on how to properly create, setup, use and release
8 an image streamer. The sample does the following:
9 1. Manually creates a dwImageCPU object.
10 2. Streams it to a dwImageCUDA object.
11 3. Applyies an NVIDIA<sup>&reg;</sup> CUDA<sup>&reg;</sup> kernel on it.
12 4. Streams the resulting image to dwImageGL object.
13 5. Render the image on screen.
14 
15 The sample contains comments for every step.
16 
17 ## Running the Sample
18 
19 Enter:
20 
21  ./sample_image_streamer_simple
22 
23 Supported options:
24 
25  --offscreen to enable off-screen rendering.