OptiTrack FLEX:C120 on vista

Post Reply
demonwhisperer
Posts: 28
Joined: Wed Apr 25, 2007 10:39 am

OptiTrack FLEX:C120 on vista

Post by demonwhisperer »

Hi. I've been having problems with running my optitrack code on vista business edition on my IBM T60p thinkpad notebook. I've ported the same code and it seem to run perfectly on my xp machine. My code seems to freeze on call to free() and release() on my INPCameraFrame object after the first is captured. Is there anything specific I need to change in order for such thing to run properly in Vista? Thanks in advance.

Paul
bgkdavis
Posts: 7
Joined: Mon Sep 03, 2007 11:14 am

Re: OptiTrack FLEX:C120 on vista

Post by bgkdavis »

Actually I had some strange problems moving from XP to Vista too, I got around by starting a new project in Visual Studio and then importing all the modules from the original project into the new one
demonwhisperer
Posts: 28
Joined: Wed Apr 25, 2007 10:39 am

Re: OptiTrack FLEX:C120 on vista

Post by demonwhisperer »

Thanks for that but i already tried that unfortunatley. wonder if it's any permissions realted problem with vista. Anyone else have any helpfull suggestions? thanks
bgkdavis
Posts: 7
Joined: Mon Sep 03, 2007 11:14 am

Re: OptiTrack FLEX:C120 on vista

Post by bgkdavis »

Most permission problems with Vista can be solved by turning off the UAC

Like yours my application originally started life on XP and is now in Vista, and uses a C120.

Try downloading one of the optitrack sample projects and see if you can get the camera to work, I did this because like yourself I was suspecting issues, however, the sample project worked fine. And helped diagnose and fix the problem.
demonwhisperer
Posts: 28
Joined: Wed Apr 25, 2007 10:39 am

Re: OptiTrack FLEX:C120 on vista

Post by demonwhisperer »

Hi I downloaded the optitrack sample which included the option application and got this to run on vista but I had to comment out pFrame->free() from certain lines of the code. Strange...still a problem tho. Could any mods comment on this problem please. I need to get this resolved asap. thanks
Birch
Posts: 1139
Joined: Thu Jan 30, 2003 5:00 am
Location: Corvallis, Oregon

Re: OptiTrack FLEX:C120 on vista

Post by Birch »

For this post we tested the C++ VC8/2005 sample on Vista 32 bit and it appeared to compile and work without issue.

Which sample did you download and why did you need to comment out the free()s? Because of compilation problems or problems on your system when you run the binary?
demonwhisperer
Posts: 28
Joined: Wed Apr 25, 2007 10:39 am

Re: OptiTrack FLEX:C120 on vista

Post by demonwhisperer »

I am getting Access Violation 0xC00000000005 errors on running my application (I can't seem to replicate the problem with your sample anymore) which originates on a pframe->free() or pframe->release() call.
Post Reply