Tracker for AAPA tasks
- PCI-DIO24 by Measurement Computing
- For dealing out shocks
- AVerMedia DVD EZMaker
- For grabbing frames from the analog camera
Prerequisites:
- OpenCV (tested with 2.4.8-1)
- Qt 5 (qmake etc)
- (Universal Library for interfacing with the DIO24 card for shocks)
- Should be on the CD bundled with the DIO24
(Doesn't support the DIO24)
cd kachna-tracker
qmake . LIBS+="`pkg-config opencv --libs`"
make
- Install MXE
- (to add later)
- Place the .h and .lib C files from the Universal Library in the same directory as the source for Kachna Tracker
(Assuming $MXE contains the path to your MXE install)
cd kachna-tracker
$MXE/usr/i686-pc-mingw32.static/qt5/bin/qmake . LIBS+="`$MXE/usr/bin/i686-pc-mingw32.static-pkg-config opencv --libs`" LIBS+="-L . -lcbw32"
PATH=$MXE/usr/bin:$PATH make