B Flycapture Sdk Examples; Asynctriggerex; Buseventsex; Customimageex - Point Grey Flea3 GigE Technical Reference

Gige digital camera
Hide thumbs Also See for Flea3 GigE:
Table of Contents

Advertisement

Point Grey Flea3 GigE Technical Reference
B
FlyCapture SDK Examples
The FlyCapture SDK includes a number of examples in C, C++, C#, and VB.NET to help get you started in some basic
camera programming tasks.
The full example source code can be found in the \src directory of the FlyCapture2 SDK installation. To
access the examples workspace from the Start menu, select Program Files>FlyCapture2 SDK >Examples
B.1

AsyncTriggerEx

The AsyncTriggerEx example program demonstrates some of the basic asynchronous trigger capabilities of compatible
PGR Imaging Products.
This program only works with cameras that can be asynchronously triggered, either using an external hardware trigger
or by using the camera's internal software trigger.
The camera is started and put into trigger mode. The user can then either press a key to software trigger the camera, or
trigger through an external hardware trigger. The example captures a specified number of images and then exits.
Available for:
C++
n
C#
n
VB.NET
n
B.2

BusEventsEx

The BusEventsEx demonstrates how to Register for Bus Events such as Camera Arrival/Removal and Bus Resets using the
managed API.
Available for:
VB.NET
n
B.3

CustomImageEx

The CustomImageEx example program demonstrates how to configure a PGR Imaging Product to output custom sized
images - the FlyCapture equivalent of the IIDC specifications 'Format 7'. Custom image modes are often useful for
achieving faster frame rates, reducing the resolution of an image, and allowing more cameras to run on a single bus by
reducing bandwidth requirements.
The program creates a context and initializes the first camera on the 1394 bus. It then queries the camera to determine
the custom image modes, resolution sizes, unit sizes and pixel formats the camera supports. The information returned
by QueryFormat7Info() is the same kind of information you would see in FlyCap using the Format7 tab.
Revised 10/29/2013
Copyright ©2010-2013 Point Grey Research Inc.

B FlyCapture SDK Examples

93

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents