Found the answer on another thread.
Putting a Sleep(1) before getting a new frame correct the problem.
Search found 2 matches
- Wed Sep 12, 2007 9:20 am
- Forum: General OptiTrack Support
- Topic: Problem getting a frame from the device
- Replies: 1
- Views: 1686
- Wed Sep 05, 2007 2:17 pm
- Forum: General OptiTrack Support
- Topic: Problem getting a frame from the device
- Replies: 1
- Views: 1686
Problem getting a frame from the device
I'm using a TrackIR4 hardware with the OptiTrack Sdk. I succesfully initialize my camera but in the update code of my application, I call the GetFrame function, but don't seem to receive nothing from the function which return a S_Ok code. hr = m_pCamera->GetFrame(waittime, &m_pFrame); The applic...