Problem with RB_StartCameras()

Post Reply
box1737
Posts: 4
Joined: Tue Jul 08, 2008 10:10 am

Problem with RB_StartCameras()

Post by box1737 »

Hello,

I'm using the Rigid Body toolkit in VS2008 and to initialize it I make calls to RB_InitializeRigidBody() then RB_LoadProfile("myfile.cal") then RB_LoadDefinition("test.rdef") then RB_StartCameras() as mentioned in the manual. However, the cameras do not turn on after the call to RB_StartCameras(). Even though it returns 0, I get an exception:

First-chance exception at 0x7c812aeb ... PointCloudException at memory location 0x0012fcc4.

LoadProfile()'s return value was 0 but in the output a few threads exited with a code of 1, which I'm thinking might indicate a problem. "myfile.cal" is in my working directory with my source files.

The Rigid Body Tool application works fine so it must be a problem with my program.

Thanks,
Brandon
beckdo
Posts: 520
Joined: Tue Jan 02, 2007 2:02 pm

Re: Problem with RB_StartCameras()

Post by beckdo »

Hi Brandon,

I'd be happy to take a look at your project if you want to send it over to support via email. That would probably be the fastest way to see what's going wrong.
VincentG
Posts: 7728
Joined: Mon Jul 17, 2006 5:00 am
Location: Corvallis, Oregon

Re: Problem with RB_StartCameras()

Post by VincentG »

Post Reply