Questions tagged [flycapture]

FlyCapture SDK from Point Grey

FlyCapture SDK (TM) from Point Grey is a image acquisition and camera control software for use with Windows or Linux operating systems. The software can be/is use with Triclops SDK (TM) software which does the image rectification and stereo processing to provide real time depth/range images. Both of these software packages have been created by Point Grey Research.

33 questions
0
votes
1 answer

Async event handler - flycapture from PointGrey

I am using Point Grey's FlyCapture API to drive some cameras. In a public class, I implemented all the starting and initializing code ; in the following _cam refers to a ManagedGigECamera. Because I have 16 cameras, I want the code to be as fast as…
jhfelectric
  • 572
  • 2
  • 6
  • 24
0
votes
2 answers

VisualStudio FlyCapture2 SDK compilation errors

I am trying to develop a program using a Flea3 usb camera to capture video, but I am having some problems with the FlyCapture2 SDK. I am using the latest SDK version (2.5) and Visual Studio 2012 Ultimate. I have added FlyCapture2\bin64 to the path…
mpals
  • 121
  • 3
  • 15
0
votes
1 answer

Using embeddedFrameCounter in the FlyCapture2 C++ API

I want to implement a framesafe capture with Point Grey Research cameras. To do that, I want to check if any frames have been missed by any cameras. The wrapper class that I am extending to do this is using the FlyCapture 2 API, so I would like to…
FvD
  • 1,286
  • 13
  • 25
1 2
3