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

Chop Detection #15

Closed
indianpoptart opened this issue Nov 3, 2016 · 4 comments
Closed

Chop Detection #15

indianpoptart opened this issue Nov 3, 2016 · 4 comments

Comments

@indianpoptart
Copy link

Is there a way to add a chop detection like the Motorola Flashlight chop detection, or if sensey already does it. Thanks

@nisrulz
Copy link
Owner

nisrulz commented Nov 4, 2016

@indianpoptart Can you explain what you mean by "Chop" Detection.

@indianpoptart
Copy link
Author

Here's a short video:
Chop Detection

@nisrulz
Copy link
Owner

nisrulz commented Feb 13, 2017

@indianpoptart the latest release(1.6.0) has the option to detect chop gesture.

closing as implemented.

@nisrulz nisrulz closed this as completed Feb 13, 2017
@DevMobile2
Copy link

Chop is not working
Sensey.getInstance().init(DashBoardActivity.this);
chopListener=new ChopDetector.ChopListener() {
@OverRide public void onChop() {
// Chop gesture detected, do something
Toast.makeText(mMyApp, "chop", Toast.LENGTH_LONG).show();
Log.i("chop","started");
}
};
Sensey.getInstance().startChopDetection(chopListener);

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

3 participants