morefigs / py-ic-imaging-control

Python wrapper for the IC Imaging Control SDK from The Imaging Source (TIS)
MIT License
33 stars 22 forks source link

User defined callback. #10

Closed orpinchasov closed 7 years ago

orpinchasov commented 7 years ago

Added the option of implementing a user defined callback for frame capturing. This is needed when you prefer not to poll for a frame but have it sent asynchronously.

orpinchasov commented 7 years ago

Mistakenly closed the branch.

morefigs commented 7 years ago

Thanks!