Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking Missing! #29

Open
swzon opened this issue Jan 25, 2022 · 5 comments
Open

Tracking Missing! #29

swzon opened this issue Jan 25, 2022 · 5 comments

Comments

@swzon
Copy link

swzon commented Jan 25, 2022

Using TX Command got missing result, but the tool can tracking in the Track Application.

@swzon
Copy link
Author

swzon commented Jan 25, 2022

    if (_device == nullptr) return -1;
    ndiTX(_device, NDI_XFORMS_AND_STATUS);
    if (ndiGetError(_device) != NDI_OKAY) return -1;
    int num = _device->TxHandleCount;
    double transform[8] = { 0 };
    double w, x, y, z;
    for (int i = 0; i < num; i++)
    {
        if(ndiGetTXTransform(_device, i+1, transform) == NDI_OKAY)
        {
        }
        else
       {
       }
}

@adamrankin
Copy link
Member

What error was returned?

@swzon
Copy link
Author

swzon commented Jan 25, 2022

No error, returned OKEY, but the tool state is MISSING.
When the Track Application started, we can got the tool infomation with this code.

@swzon
Copy link
Author

swzon commented Jan 25, 2022

got the reply from NDI like this: 0101MISSING
but the tool can track with Track Application in the same place.

@adamrankin
Copy link
Member

Is this near the edge of the trackable volume?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants