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

===========
MultiSource
===========

This sample shows how to use the PvPipeline class for image acquisition from a multi source device.

1. Introduction

This sample shows how to:
 * Connect to a multi source device
 * Setup stream (image acquisition) on all available sources
 * Retrieve images from the device on all available sources
 * Monitor statistics
 * Stop streaming


2. Pre-conditions

This sample assumes that:
 * You have a multi source GigE Vision Device connected to a network adapter and configured for streaming on all available sources.

3. Description

3.1 MultiSource.cpp

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


3.2 GUI support

By default, this application builds as CLI only. To use its GUI, make sure line 26 in MultiSource.cpp is uncommented ( // #define PVDISPLAYWND).