Play/Pause VLC & Quicktime using Flutter - Gestures via Webcam (YC W12)
1–10 of 17 posts
Re: Play/Pause VLC & Quicktime using Flutter - Gestures via Webcam (YC W12)
#2New gestures coming soon as well!
Re: Play/Pause VLC & Quicktime using Flutter - Gestures via Webcam (YC W12)
#3Re: Play/Pause VLC & Quicktime using Flutter - Gestures via Webcam (YC W12)
#4Re: Play/Pause VLC & Quicktime using Flutter - Gestures via Webcam (YC W12)
#5By Popular Demand, We have added support for VLC and Quicktime. Next on the deck Netflix, Hulu, Pandora, and YouTube. New gestures coming soon as well!
Re: Play/Pause VLC & Quicktime using Flutter - Gestures via Webcam (YC W12)
#6Doesn't seem to be available for Windows users yet. Post title should mention this.
Re: Play/Pause VLC & Quicktime using Flutter - Gestures via Webcam (YC W12)
#7Seems cool, but I have questions: What's the error rate like? Also how close do you have to be to your webcam to use this? If I have to be right at my computer like the demo video shows, it seems kind of pointless as I can just hit space or the pause/play button on my mac. Can I get more accurate readings if I hook up a kinect to my computer? Is it always watching or is it voice-to-activate driven?
Also, maybe my face looks like a palm, but sometimes it'll just pause.
Re: Play/Pause VLC & Quicktime using Flutter - Gestures via Webcam (YC W12)
#8Seems cool, but I have questions: What's the error rate like? Also how close do you have to be to your webcam to use this? If I have to be right at my computer like the demo video shows, it seems kind of pointless as I can just hit space or the pause/play button on my mac. Can I get more accurate readings if I hook up a kinect to my computer? Is it always watching or is it voice-to-activate driven?
It's always watching. It's kind of sensitive right now, with not enough of a "lockout" between stopping and starting (sometimes as i lower my hand from pausing/playing it'll play/pause, a bit annoying) Also, maybe my face looks like a palm, but sometimes it'll just pause.
Also, yes, camera is on all the time but you can turn of camera by clicking on Flutter icon and picking that option.
Lastly, this app runs entirely on local machine. It does not record or stream video data - it detects gestures locally in real time, so no video data ever leaves your machine.
Hope it helps!! :)
Re: Play/Pause VLC & Quicktime using Flutter - Gestures via Webcam (YC W12)
#9Seems cool, but I have questions: What's the error rate like? Also how close do you have to be to your webcam to use this? If I have to be right at my computer like the demo video shows, it seems kind of pointless as I can just hit space or the pause/play button on my mac. Can I get more accurate readings if I hook up a kinect to my computer? Is it always watching or is it voice-to-activate driven?
The latest version has improved false positive rate where we got one every few hours.
Kinect is overkill for accuracy at this point, so that will not matter.
Lastly, yes camera is on, but app runs locally so no video data ever leaves your computer. Only server component is usual analytics logging.