Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 305 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 305 Bytes

ocam2kshmread

Low latency readout of Ocam2k (First Light Imaging) camera frames

Requires

  • Matrox imaging library
  • First Light Imaging SDK

compilation

gcc -o ocamrun -Wall -I$MILDIR/include -I$OCAM2SDKDIR/include ocam2k.c -L$MILDIR/lib -L$OCAM2SDKDIR/lib -lmil -locam2sdk -lm -lrt -lpthread