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

Left Click Finger Gesture #13

Open
MartinLichtblau opened this issue Dec 16, 2020 · 2 comments
Open

Left Click Finger Gesture #13

MartinLichtblau opened this issue Dec 16, 2020 · 2 comments

Comments

@MartinLichtblau
Copy link

Detecting basic finger gestures for left click and right click would greatly improve actual usefulness, since then you could use it as a mouse without having to press the touch screen buttons with the other hand. I'm confident that this is technically possible to detect certain kinds of finger gestures through accelerometer data.

For example:
Left click = clap thumb and index finger together. Doesn't move arm and pointer stays in place but clapping force is certainly measurable. Plus this gesture feels natural like pinching.

Just a single left click gesture would already change a lot and be relatively easy compared to integrating and distinguishing various gestures.

It's just an idea. You know what to do. Perhaps other gestures better fit the use case, e.g. using watch as scrolling device.

@MartinLichtblau
Copy link
Author

Many more easily distinguishable gestures are possible and when combined with different hand resting positions, detectable by gravity pull on different axis, you get 10+ gestures already.

From that perspective it has potential but I guess that battery runtime makes practical usage impossible, at least right now, since the app has to stay open and Wear OS active.

@Kzitold
Copy link

Kzitold commented Mar 4, 2022

The gyros could act as an analog stick with roll, pitch, and yaw.

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