Skip to content

Commit b7d6e26

Browse files
committed
Updated links to https
Chrome recently disabled getUserMedia for http, so we have to serve examples over https
1 parent 8f1be2e commit b7d6e26

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ For some more information about Constrained Local Models, take a look at Xiaogua
1919

2020
### Examples ###
2121

22-
* [Tracking in image](http://auduno.github.io/clmtrackr/clm_image.html)
23-
* [Tracking in video](http://auduno.github.io/clmtrackr/clm_video.html)
24-
* [Face substitution](http://auduno.github.io/clmtrackr/examples/facesubstitution.html)
25-
* [Face masking](http://auduno.github.io/clmtrackr/face_mask.html)
26-
* [Realtime face deformation](http://auduno.github.io/clmtrackr/examples/facedeform.html)
27-
* [Emotion detection](http://auduno.github.io/clmtrackr/examples/clm_emotiondetection.html)
28-
* [Caricature](http://auduno.github.io/clmtrackr/examples/caricature.html)
22+
* [Tracking in image](https://auduno.github.io/clmtrackr/clm_image.html)
23+
* [Tracking in video](https://auduno.github.io/clmtrackr/clm_video.html)
24+
* [Face substitution](https://auduno.github.io/clmtrackr/examples/facesubstitution.html)
25+
* [Face masking](https://auduno.github.io/clmtrackr/face_mask.html)
26+
* [Realtime face deformation](https://auduno.github.io/clmtrackr/examples/facedeform.html)
27+
* [Emotion detection](https://auduno.github.io/clmtrackr/examples/clm_emotiondetection.html)
28+
* [Caricature](https://auduno.github.io/clmtrackr/examples/caricature.html)
2929

3030
### Usage ###
3131

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

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

8787
### License ###
8888

0 commit comments

Comments
 (0)