Skip to content

Getting Started Code Only Returns Zeros #24

Description

@alexdriedger

After running the getting started code, the x, y, z coordinates in data are all 0s

v = vr.triad_openvr()
data = v.devices["controller_1"].sample(1000,250)
print(data.x)
print(data.y)
print(data.z)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions