VISION dependencies
DLL’s:
vision.dll
fftw3.dll
1394camera.dll
For Information Only(optional):
errorCodes.txt – whenever a function call does not execute properly, an error codes is returned. This file says what each error code means.
Vision.map – when using __stdcall, the function names are scrambled. This file says what the scrambled names are. In general, the formula for finding a scrambled function name is:
_<original function name>@<number of bytes in parameter list>
Vision.h – gives the (unscrambled) functions that are available to the caller.
fftw3.dll, 1394camera.dll use:
1394Camera.h
1394CameraControl.h
1394CameraControlSize.h
1394CameraControlTrigger.h
fftw3.h
1394camera.lib