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

===============
GenICamParameters
===============

This sample shows how to control features programmatically using PvGenParameterArray.

1. Introduction

Using the PvDevPvGenParameterArray class, this sample shows how to:

 * Get PC's communication-related settings
 * Get the video interface's settings
 * Get Image stream controller settings

Using the PvGenParameter class, this sample shows how to:

 * Get and Set PvGenParameter values
 * Get the PvGenParameter name
 * Enumerate all parametes in a PvGenParameterArray
 * Check a parameter's type
 * Cast a PvGenParameter in a subclass type

2. Pre-conditions

This sample assumes that:

 * You have a GigE Vision device connected to a network adapter or or USB3 Vision connected to the USB3 interface.

3. Description

3.1 GenICamParameters.cpp

Shows how to use the PvGenParameterArray and PvGenParameter classes. Please refer to the comments in the source code for information on the methods used in this sample.


