Closed HBadertscher closed 8 years ago
Hi @ntb13230
I copied your comment to a new issue, as this is unrelated to the problem the other issue (which is about getting it to run with Pylon 5 instead of Pylon 4).
Getting it to run on Windows 7 seems to be a bit tricky. Luckily, Simon Lansbergen has created a walk-through tutorial which should solve the problem you are having, by installing a pre-compiled Boost library and changing some of my code to be compatible with the Windows SDK 7.1. Can you try to follow these instructions and see if that solves your problem?
PS: sorry that this is a bit tricky.. I wrote this code on a developer machine with self-compiled Boost and a Visual Studio compiler with newer C++ features than SDK 7.1, which is why a few things have to be changed.
Hi!
Thank you very much for so fast reply! There is nothing to apologise - I'm just extremely grateful you wrote these files before, as I would be in big trouble now. I had SDK 7.1 before and indeed the Boost libraries were the problem in my case - getting pre-compiled libraries solved the problem. Everything run smoothly this time! Now you know that your code was verified also for Win 8.1 64-bit with Matlab 2015a :)
Thank you again!!
Original post by @ntb13230
Hello,
I've found your files and I'm trying to use them with my Basler acA1920-25um camera. Following the fact that you have developed this for pylon4 that's what I've installed and also I got boost 1.55 After a while of struggling I got to the point where your make.m file finally finds pylon files properly, however i think there is a problem with the boost.
First of all in your make file , in libraries paths, the boost one has addition of 'stage\lib', but there is no such a path in this folder. I tried to change it for 'libs' but this fails as well. Where should this point to?
what i'm getting now while running the make file is this (sorry - very long):
I don't know if that's something I'm doing wrong or... could you please have a look? (btw - I'm using Matlab 2015a, 64 bit)
Thank you!