У вашего броузера проблема в совместимости с HTML5
This is an app that can recognize hand gestures and let user call other apps using gestures. It basically uses color-based methods to detect the gestures and then classify them using SVM classifier. As you can see from the video, there are 18 gestures that can be recognized, and the gesture database can be further extended by the user. This app works pretty well in many different scenarios as long as the contrast is not too poor. However, change of lighting conditions and background colors will affect the performance. So the user must make sure the lighting condition is stable and the background doesn't have colors very closed to the hand.
Report and code and be found at: http://eaglesky.github.io/2015/12/26/HandGestureRecognition/