BlackFly USB Capture

Hello,

I am interested in reading frames from a BlackFly camera using its GPIO cable and NIDAQ hardware. can this be easily done in Igor? Does anyone have experience coding digital inputs? I don't think Igor has an XOP that supports this camera hardware through teledyne.

Thanks!

thomas_braun

WaveMetrics sells the NIDAQ XOP, https://www.wavemetrics.com/products/nidaqtools. We are using that XOP for controlling NIDAQ hardware, and that works splendid.

If there is a camera SDK available, you can also write your own XOP in case your are reasonable proficient in C++. Or instead of using an XOP, use the CallFunction XOP, https://docs.byte-physics.de/callfunction-xop/, to interface with the SDK.