Search found 3 matches
- Fri Jun 06, 2008 9:16 am
- Forum: General OptiTrack Support
- Topic: INPVector Centering
- Replies: 1
- Views: 1620
INPVector Centering
Here is my goal, to replicate the TrackIR applications press F12 and have the coordinates of the vector reset to 0 as though the camera and vector had just started calculating for the first time. I thought that vector->Reset() would do the trick. However, I am not seeing any changes in the values af...
- Fri May 23, 2008 12:11 pm
- Forum: General OptiTrack Support
- Topic: GetFrameImage Access Violation
- Replies: 3
- Views: 2371
Re: GetFrameImage Access Violation
Doug, Thanks for the help. Unfortunately, that doesn't really fix the error it just transposes it to another area. Basically, I have changed the LoadPixelBuffer command from what it was to: unsigned char* frameBuffer = new unsigned char[353*288]; camera->GetFrame(0, &frame); if(frame != 0) { lon...
- Fri May 23, 2008 11:21 am
- Forum: General OptiTrack Support
- Topic: GetFrameImage Access Violation
- Replies: 3
- Views: 2371
GetFrameImage Access Violation
I am having an issue that when I call GetFrameImage() on a camera that I am sure is working and has already grabbed a frame from and the frame is not null. Our model and revision numbers are NP_HW_MODEL_TRACKIR and NP_HW_REVISION_TRACKIR_PRO respectively. My code is based upon the example "Opti...