This small application prints Firewire camera capabilities.
This code uses FxLib.dll - Windows-only library that controls some Baumer Optronic GmbH Firewire cameras. The library underlies open source Micromanager BaumerOptronic adapter and proprietary Leica Application Suite (as far Baumer produces some Leica DFC cameras).
This code was developed with Leica DFC 295.
For building this code you need outdate Baumer FireWire SDK v1.7.1. For testing you need installed Baumer or Leica camera driver. If you have Leica Application Suite (LAS) on your system, likely you already have one.
Visual studio project in repository has paths compatible with Micromanager BaumerOptronic adapter. So just place SDK in proper location and clone this repo near with other Micro-manager repositories.
3rdparty\Leica\camera\SDK1.7\BSTDFxLib\x86\Inc 3rdparty\Leica\camera\SDK1.7\BSTDFxLib\x86\Lib # And so on 3rdpartypublic baumer micromanager You can just run application without compiling anything. Folder ./Release contain more-or-less updated binary.