HBadertscher / Matlab_BaslerCamDriver

A universal MATLAB driver for Basler cameras
MIT License
21 stars 5 forks source link

Compilation error #25

Closed mihaiginta closed 6 years ago

mihaiginta commented 7 years ago

Hi,

I am having some problems compiling, I get this error: Error using mex LINK : fatal error LNK1104: cannot open file 'libboost_filesystem-vc100-mt-1_62.lib'

I am using pylon 4 and Windows 7 .

Do you have any idea what can be the problem here?

Many thanks, Mihai

HBadertscher commented 7 years ago

Hi, it says it can't find the Boost library. Have you compiled them manually, or did you use pre-compiled libraries as suggested in this tutorial? If you follow the tutorial closely, it should work.

mihaiginta commented 7 years ago

In the end I have managed to solve the problem, it was indeed a problem with the Boost library :)

Offtopic: Taking a single shot with the camera takes around 0.6 seconds, is there a way to speed this up...