jordens / pyflycapture2

python bindings for the flycapture v2 api (libflycapture-2c)
37 stars 31 forks source link

Basic support for external triggers in Context class #2

Closed d1ff closed 9 years ago

d1ff commented 10 years ago

Hi!

I've implemented set of methods to support external triggering of the camera. It's based on this SDK example.

jordens commented 10 years ago

Thanks. It would be more flexible and versatile if you just exposed the fc2 api functions directly one-by-one and did the rest in your application in python. Your might also want to have a look at https://github.com/ldes89150/pyflycapture2/commit/876a4dcdea7790aba1a2a1802ad71000ceb27224