Skip to content

Commit

Permalink
Updated links to https
Browse files Browse the repository at this point in the history
Chrome recently disabled getUserMedia for http, so we have to serve
examples over https
  • Loading branch information
auduno committed Dec 14, 2015
1 parent 8f1be2e commit b7d6e26
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ For some more information about Constrained Local Models, take a look at Xiaogua

### Examples ###

* [Tracking in image](http://auduno.github.io/clmtrackr/clm_image.html)
* [Tracking in video](http://auduno.github.io/clmtrackr/clm_video.html)
* [Face substitution](http://auduno.github.io/clmtrackr/examples/facesubstitution.html)
* [Face masking](http://auduno.github.io/clmtrackr/face_mask.html)
* [Realtime face deformation](http://auduno.github.io/clmtrackr/examples/facedeform.html)
* [Emotion detection](http://auduno.github.io/clmtrackr/examples/clm_emotiondetection.html)
* [Caricature](http://auduno.github.io/clmtrackr/examples/caricature.html)
* [Tracking in image](https://auduno.github.io/clmtrackr/clm_image.html)
* [Tracking in video](https://auduno.github.io/clmtrackr/clm_video.html)
* [Face substitution](https://auduno.github.io/clmtrackr/examples/facesubstitution.html)
* [Face masking](https://auduno.github.io/clmtrackr/face_mask.html)
* [Realtime face deformation](https://auduno.github.io/clmtrackr/examples/facedeform.html)
* [Emotion detection](https://auduno.github.io/clmtrackr/examples/clm_emotiondetection.html)
* [Caricature](https://auduno.github.io/clmtrackr/examples/caricature.html)

### Usage ###

Expand Down Expand Up @@ -82,7 +82,7 @@ You can also use the built in function ```draw()``` to draw the tracked facial m
</script>
```

See the complete example [here](http://auduno.github.com/clmtrackr/example.html).
See the complete example [here](https://auduno.github.com/clmtrackr/example.html).

### License ###

Expand Down

0 comments on commit b7d6e26

Please sign in to comment.