Page 1 of 1

LoadingProfile()

Posted: Thu May 07, 2009 3:20 pm
by DAMACA
Hello

I am having problems with LoadingProfile...I did every thing i should do to load my calibration profile, but every time i run my aplication it never gets loaded....so in order to find the problem i put a break point at the line where the profile should be loaded (Result=pointcloud->LoadProfile(MyProfile);) and i get this

"an attempt was made to load a program with an incorret format"

i dont know why.

I really appreciate any help

Thanks

Re: LoadingProfile()

Posted: Thu May 07, 2009 4:14 pm
by beckdo
Usually this boils down to either not having the cameras connected or the file name is not quite right. A good test is to put the calibration in your root directory and call it out like "C:\\calib.cal", for example. Just to make sure you've got the patch & filename matching.

Re: LoadingProfile()

Posted: Fri May 08, 2009 1:43 pm
by DAMACA
Thank You Doug problem solved