MidnightNerd

Results 5 comments of MidnightNerd

Maybe this is not really clear: This Patch is not for executing a specific command at the end of a swipe gesture multiple times, this Patch executes a command while...

I created a pull request for a version with this feature. It works well for me. The timeout must be edited.

i do not have much experience with git. As far as i can see the code wasn't merged.

As far as i know the pull request wasn't merged- and there is no commit implementing the feature. @bulletmark i know my code has no high quality. I can rewrite...

`println(Capture.list());` will show you the name all available cameras. than create Capture object with `new Capture(this,width,height,camera name)` Replace width,height and camera name with the correct values and make sure that...