Search found 2 matches
- Thu Dec 17, 2009 6:52 pm
- Forum: OptiTrack SDK
- Topic: INPCamera->GetFrameImage problems
- Replies: 2
- Views: 3281
Re: INPCamera->GetFrameImage problems
<t>I had tried some of them, but not all. The command line one was very helpful. It turns out that have 'Common Language Runtime Support' enabled (/clr) for compilling causes 'GetFrameImage' to hang or cause access violations. It took me a while to track it down, and I have no idea what the problem ...
- Wed Dec 16, 2009 7:16 pm
- Forum: OptiTrack SDK
- Topic: INPCamera->GetFrameImage problems
- Replies: 2
- Views: 3281
INPCamera->GetFrameImage problems
<t>Hi,<br/> I'm am trying to write a simple app that grabs the raw frame data from a flex V100 camera in c++ and am running into a problem with the GetFrameImage function. Calling this function seems to cause the program to hang or cause an access violation. <br/> <br/> The code calling the function...