I noticed yesterday that there seem to be a bug with the Frame callback method associated with the _INPCameraEvent interface. I realized that if you use the INPCamera parameter of your implementation of the callback function the program crashes. Looking through the OptiTrackSample demo, I noticed that this parameter was not used in the callback function. I would appreciate it if someone can look into this.
void CCameraDlg::HandleFrameAvailable(INPCamera * pCamera)
{
1. No use of parameter pCamera
}
Problem with Frame Callbacks.
-
- Posts: 11
- Joined: Mon May 08, 2006 5:00 am
- Location: arlington, MA
-
- Posts: 11
- Joined: Mon May 08, 2006 5:00 am
- Location: arlington, MA
Re: Problem with Frame Callbacks.
Is there a way we could have access to the 1-bit frame/image buffer now or in future releases of the OptiTrack SDK?
We have developed our own tracking algorithm by capturing the image drawn on the application window.
Frame/image buffer access will certainly be convenient.
We have developed our own tracking algorithm by capturing the image drawn on the application window.
Frame/image buffer access will certainly be convenient.