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 - Pointer Stabilization #64

Closed
Rolln-dev opened this issue Dec 24, 2023 · 1 comment
Closed

Feature Request - Pointer Stabilization #64

Rolln-dev opened this issue Dec 24, 2023 · 1 comment

Comments

@Rolln-dev
Copy link

Hi,

First off just wanted to comment on how much better of an experience this is in DCS than using the built in hand tracking.

I'm using a Leap Motion Controller with a Reverb G2.

Is it possible at all to add some sort of stabilization for the pointer? Between your head slightly shaking and your hands slightly shaking it can sometimes be difficult to get the pointer on the buttons long enough to do the pinch gesture.

@Rolln-dev Rolln-dev changed the title Feature Request - Mouse stabilization Feature Request - Pointer Stabilization Dec 24, 2023
@fredemmott
Copy link
Owner

Been playing around this:

  • feels unneeded for controller emulation
  • not really possible for touch screen emulation: as this is based on a 2D pointer relative to your head, it needs to compensate for head movement, which requires depth information which is not available from the game.

#44 would effectively solve this problem without smoothing/stabilization.

@fredemmott fredemmott closed this as not planned Won't fix, can't repro, duplicate, stale Feb 24, 2024
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