Search found 1 match
- Mon Dec 01, 2008 9:58 am
- Forum: General OptiTrack Support
- Topic: Problem with GetFrame(0,&oFrame);
- Replies: 1
- Views: 1603
Problem with GetFrame(0,&oFrame);
<t>I try to use the function GetFrameImage(&oFrame,355,290,0,8,&buffer[0]). But when I try to output buffer, I find buffer is empty. So I search online and find oFrame == 0. <br/> <br/> I do not know why. My code is as follows.<br/> <br/> <br/> int main(int argc, char* argv[])<br/> {<br/> IN...