Search found 2 matches

by davidr
Tue Jan 07, 2014 11:00 pm
Forum: Tracking Tools
Topic: Problem with TT_Update() [Tracking Tools API]
Replies: 2
Views: 6540

Re: Problem with TT_Update() [Tracking Tools API]

I seem to have resolved the issue by applying the following edit as suggested in this thread http://forums.naturalpoint.com/viewtopi ... =56&t=9027

Code: Select all

    TT_Initialize();

    while(TT_CameraCount()==0)
    {
        TT_Update();
        Sleep(5);
    }

    TT_LoadProject(...);
by davidr
Tue Jan 07, 2014 5:53 pm
Forum: Tracking Tools
Topic: Problem with TT_Update() [Tracking Tools API]
Replies: 2
Views: 6540

Problem with TT_Update() [Tracking Tools API]

Hi there, I'm getting started with 8 Flex13 cameras and Tracking Tools. I'm hoping to write my own code using the Tracking Tools API and as a starting point I'm attempting to build and run the 'markers' sample code. The issue I'm having is that calling TT_Update() throws the following exception: Fir...