kbrafford / pyfly2

Python wrapper for Point Grey Research's FlyCapture2 C API
18 stars 10 forks source link

pyfly2

Python wrapper for Point Grey Research's FlyCapture2 C API

Introduction

pyfly2 slowly coming together, a lot slower than I want, but getting there.

Note: This module is for Python2 and hasn't yet been updated to work with Python3.

Status

This wrapper is currently under development.

What works:

What still needs to be done:

Requirements

Installation

1) Install the FlyCapture2 SDK

2) Edit setup.py and point FLYCAPTURESDK to the root of the SDK

3) From the FlyCapture2 SDK tree, copy these files to the package directory:

4) python setup.py build_ext --inplace

License:

MIT

(c) Keith Brafford, 2014