Skip to content

openFrameworks addon for capturing video from Point Grey Research's Camera using FlyCapture SDK.

Notifications You must be signed in to change notification settings

thomasvanta/ofxFlyCapture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openFrameworks addon for capturing video from Point Grey Research's Camera using FlyCapture SDK.

https://www.ptgrey.com/flycapture-sdk

This addon is tested under Windows only. (note:SDK for OSX is not provided.)

features not implemented currently

  • request frame size
  • pixel format

How to use

  • Install FlyCapture SDK windows 64bit

  • copy header files inside C:\Program Files\Point Grey Research\FlyCapture2\include\ to ofxFlyCapture\libs\FlyCapture2\include

  • sub-folder "C" is not necessary.

  • copy library file C:\Program Files\Point Grey Research\FlyCapture2\lib64\vs2015\FlyCapture2_v140.lib to ofxFlyCapture\libs\FlyCapture2\lib\vs\x64\ and rename into FlyCapture2.lib

  • I recommend to use Project Generator. It is easy to setup include and library path

  • To launch your app, FlyCapture2_v140.dll should be in same folder of your exe file.

It seems better not to redistribute headers and libraries: http://www.ptgrey.com/Content/Images/uploaded/FlyCapture2Help/flycapture/07legal/softwarelicenseagreement.html

tested devices

  • Blackfly U3-13S2C-CS (color, USB3)

About

openFrameworks addon for capturing video from Point Grey Research's Camera using FlyCapture SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.8%
  • Makefile 17.2%