This is an acquisition interface for [MVTec HALCON] halcon for the [NET iCube] icube camera series, for 32-bit Linux.
- Ensure that the
HALCONROOT
andHALCONARCH
environment variables are set per the HALCON installation instructions. - Copy
libNETUSBCAM.so.0.0.0
to$(HALCONROOT)/lib/$(HALCONARCH)
. - Create symlinks
libNETUSBCAM.so.0
andlibNETUSBCAM.so
. - Copy
NETUSBCAM_API.h
to$(HALCONROOT)/include
. - Run
make
in the source directory. - Copy or symlink
hAcqICube.so
to$(HALCONROOT)/lib/$(HALCONARCH)
.