Copyright (c) 2013, Pleora Technologies Inc., All rights reserved.

==============
PvStreamSample
==============

This sample shows how to use the PvStream class for image acquisition.

1. Introduction

Using the PvStream class, this sample shows how to:
 * Connect to a device
 * Setup the stream
 * Retrieve images from the device
 * Monitor statistics
 * Stop streaming


2. Pre-conditions

This sample assumes that:
 * you have a GigE Vision Device connected to a network adapter or a USB3 Vision device connected to a USB 3.0 interface.

3. Description

3.1 PvStreamSample.cpp

Shows how to use the PvStream class for image acquisition. Please refer to the comments in the source code for information on the methods used in this sample.



