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

Change demos to HTTPS for getUserMedia in Chrome #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This library is based on the work of Paul Viola and Rainer Lienhart and compatible to stump based HAAR cascade classifiers used by the OpenCV object detector.

Watch [this video](http://www.youtube.com/watch?v=v0tbzTkJYZw) for a short demonstration.
Watch [this video](https://www.youtube.com/watch?v=v0tbzTkJYZw) for a short demonstration.

All modern browsers including IE 9+, Safari and Opera Mobile are supported.

Expand All @@ -14,11 +14,11 @@ All modern browsers including IE 9+, Safari and Opera Mobile are supported.

The following demos are available (Internet Explorer and iOS not supported):

[![gesture input](http://mtschirs.github.io/js-objectdetect/media/js_objectdetect_gesture_input.gif) Rotating a 3D object via hand gesture](http://mtschirs.github.com/js-objectdetect/examples/example_gesture_input.htm)
[![gesture input](https://mtschirs.github.io/js-objectdetect/media/js_objectdetect_gesture_input.gif) Rotating a 3D object via hand gesture](https://mtschirs.github.com/js-objectdetect/examples/example_gesture_input.htm)

[![gesture scroll](http://mtschirs.github.io/js-objectdetect/media/js_objectdetect_gesture_scroll.gif) Scrolling a website via hand gesture](http://mtschirs.github.com/js-objectdetect/examples/example_gesture_scroll.htm)
[![gesture scroll](https://mtschirs.github.io/js-objectdetect/media/js_objectdetect_gesture_scroll.gif) Scrolling a website via hand gesture](https://mtschirs.github.com/js-objectdetect/examples/example_gesture_scroll.htm)

[![glasses](http://mtschirs.github.io/js-objectdetect/media/js_objectdetect_glasses.gif) Trying out various sunglasses](http://mtschirs.github.com/js-objectdetect/examples/example_sunglasses.htm)
[![glasses](https://mtschirs.github.io/js-objectdetect/media/js_objectdetect_glasses.gif) Trying out various sunglasses](https://mtschirs.github.com/js-objectdetect/examples/example_sunglasses.htm)

### Classifiers ###

Expand Down