首页 > 代码库 > Point Grey FlyCapture 实例汇总

Point Grey FlyCapture 实例汇总

ExampleLanguageDescription
AsyncTriggerExC++Demonstrates some of the basic asynchronous trigger capabilities of compatible PGR Imaging Products.
AsyncTriggerExCSharpC#Equivalent to AsnycTriggerEx, except written in C#.
BusEvents_CSharpC#Demonstrates how to handle bus events such as bus arrivals, removals and resets through the Managed interface.
CustomImageExC++Demonstrates how to configure a PGR Imaging Product to output custom sized images.
CustomImageExCSharpC#Equivalent to CustomImageEx, except written in C#.
ExtendedShutterExC++Demonstrates how to enable and calculate extended integration times for applicable Point Grey Imaging Products.
FlyCap2C++The main Point Grey Research application used to work with single lens cameras.
FlyCap2MFC
C++Equivalent to FlyCap2, except uses featuresof the Microsoft Foundation ClassLibrary.
FlyCapture2GUIC++This example contains the same source code that is used for the Camera Selection and Camera Controldialogs in FlyCapture.
FlyCapture2TestC++Tests basic functionality of a single cameraand reports information related to all compatible camerasattached to the host system.
FlyCapture2Test_CCEquivalent to FlyCapture2Test, except written in C.
FlyCapture2Test_CSharpC#Equivalent to FlyCapture2Test, exceptwritten in C#.
GigEGrabExC++Demonstrates how to grab images with GigE Vision cameras.
GigEGrabEx_CCEquivalent to GigEGrabEx, except written in C.
GigEGrabEx_CSharpC#Equivalent to GigEGrabEx, except written in C#.
GrabCallbackExC++Demonstrates how to use the image callback functionality to receive images instead of using RetrieveBuffer().
GrabCallbackEx_CSharpC#Equivalent to GrabCallbackEx, except written in C#.
HighDynamicRangeExC++Demonstrates the use of HighDynamic Range (HDR) functionality.
ImageEventExC++Demonstrates how to implement partial image event notification.  Partial image event notification is a mechanism that provides the user with access to image data as it arrives in the PC‘s memory, before the entire image is available.
MultipleCameraExC++Synchronizes image grabbing across multiple cameras.
SaveImageToAviExC++Demonstrates saving a series of images to an AVI file.
SaveImageToFlashExC++Demonstrates saving images to thedata flash on the camera.
SerialPortExC++Demonstrates how to transmit and receive characters by using the camera‘s serial buffer system.

Point Grey FlyCapture 实例汇总