Problem with RB_StartCameras()
Posted: Tue Jul 08, 2008 2:05 pm
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
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