Skip to content

Polaris Vega cannot received coordinates #80

@xlzhu0317

Description

@xlzhu0317

Hi,
thank you for your work.
I have tried to use this package for Polaris Vega. When I run the code, the NDI light turns red, which seems that NDI has been started. But it cannot read the coordinates of the ball, the transform and quality are both NaN.

Port: 2
Timestamp: 1704709059.7533686
Frame Number: 9281772.0
Transform Martix: [[nan nan nan nan]
[nan nan nan nan]
[nan nan nan nan]
[ 0. 0. 0. 1.]]
Tracking Quality: nan

The source code is as follows:
settings_vega = {
"tracker type": "vega",
"ip address": "192.168.3.100",
"port": 8765,
"romfiles" : [
"C:/Users/mi/Desktop/NDI/sroms/8700449.rom",
"C:/Users/mi/Desktop/NDI/data/something_else.rom"]
}
tracker = NDITracker(settings_vega)
tracker.start_tracking()
frame_data = tracker.get_frame()

Can you give me some advice?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions