1 # Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
3 @page dwx_image_streamer_simple_sample Image Streamer Simple Sample
5 The image streamer sample demonstrates how to use an image streamer.
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>®</sup> CUDA<sup>®</sup> kernel on it.
12 4. Streams the resulting image to dwImageGL object.
13 5. Render the image on screen.
15 The sample contains comments for every step.
21 ./sample_image_streamer_simple
25 --offscreen to enable off-screen rendering.