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

Feature request: Generic tracker support #1

Open
Meister1593 opened this issue Nov 21, 2022 · 7 comments
Open

Feature request: Generic tracker support #1

Meister1593 opened this issue Nov 21, 2022 · 7 comments

Comments

@Meister1593
Copy link

HI!
i'm just putting out there a feature requests that i found would be quite useful to implement

This FR - make driver produce 6dof input not just for controllers/hands, but for any part of body (be it head, shoulders, legs, hips, etc)

Of course this would probably require some settings on either steamvr side or at least through some sort of configuration system

Technically should be possible already to do it via remapping, but likely not easy to do so.

This would allow for easy 6dof cardboard and FBT trackers

Thanks!

@Waterdish
Copy link
Owner

I can look into this, but if you want FBT trackers, slimeVR works pretty good and for 6dof cardboard, ALVR has an implementation of arcore already in their older builds. But I'll still look into this later thank you for the suggestion.

@Meister1593
Copy link
Author

Meister1593 commented Nov 22, 2022

I can look into this, but if you want FBT trackers, slimeVR works pretty good and for 6dof cardboard, ALVR has an implementation of arcore already in their older builds. But I'll still look into this later thank you for the suggestion.

FBT case, it gives you more or less consistent 6dof absolute positions, and slimes are using only relative (plus drifting)

Older builds of alvr may not even work on current steamvr and certainly not well supported... (also as far as i udnerstand, that was only for gearvr?...)

Hopefully this will be made into the app later :)

@0Human0
Copy link

0Human0 commented Jul 13, 2023

I'd like to see generic tracker support as well, I want to use this with https://github.com/jangxx/VRC-Tracked-Objects so I can track random objects in my room with just a phone.

@Waterdish
Copy link
Owner

Waterdish commented Jul 15, 2023

I was hesitant to add tracker support because they lose tracking so quickly when not pointed at the ground or when moving fast, but for just tracking objects it would probably work as long as they don't move too fast. So I'll try to implement that probably tomorrow.
But be warned it might not be great.

@0Human0
Copy link

0Human0 commented Jul 18, 2023

Awesome!

@0Human0
Copy link

0Human0 commented Jul 19, 2023

Pretty sure the reason why the devices lose tracking when moving quickly is because the camera exposure is too low causing a blur when quick movement is made making ARCore lose tracking temporarily, it might be able to be fixed by adding more light to the room

@Mage-Enderman
Copy link

Any updates on this? I'd love to be able to use my phone as a tracker

I was hesitant to add tracker support because they lose tracking so quickly when not pointed at the ground or when moving fast, but for just tracking objects it would probably work as long as they don't move too fast. So I'll try to implement that probably tomorrow. But be warned it might not be great.

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

4 participants