LoadingProfile()

Post Reply
DAMACA
Posts: 8
Joined: Wed Jan 28, 2009 9:29 am

LoadingProfile()

Post 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
beckdo
Posts: 520
Joined: Tue Jan 02, 2007 2:02 pm

Re: LoadingProfile()

Post 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.
DAMACA
Posts: 8
Joined: Wed Jan 28, 2009 9:29 am

Re: LoadingProfile()

Post by DAMACA »

Thank You Doug problem solved
Post Reply