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

============
DeviceFinder
============

This sample code illustrates how to use the PvSystem, PvInterface, PvDeviceInfo and PvDeviceFinderWnd classes to detect and enumerate GigE Vision, USB3 Vision and Pleora Protocol devices.

1. Introduction

Using the PvSystem and PvInterface class, this sample shows how to:
 * Find GigE Vision, USB3 Vision and Pleora Protocol devices on a network

Using the PvDeviceFinderWnd class, this sample shows how to:
 * Find GigE Vision, USB3 Vision and Pleora Protocol devices on a network using the GUI

2. Prerequisites

This sample assumes that:
 * You have a GigE Vision, Pleora Protocol device connected to a network adapter and USB3 Vision connected to the USB3 interface.

3. Description

3.1 DeviceFinder.cpp

Sample code as described above. Please refer to the comments in the source code for information on the methods used in this sample.


