diff options
Diffstat (limited to 'files/fr/web/api/webrtc_api/taking_still_photos/index.html')
-rw-r--r-- | files/fr/web/api/webrtc_api/taking_still_photos/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/fr/web/api/webrtc_api/taking_still_photos/index.html b/files/fr/web/api/webrtc_api/taking_still_photos/index.html index 854d0dd3f7..66ac7feb1b 100644 --- a/files/fr/web/api/webrtc_api/taking_still_photos/index.html +++ b/files/fr/web/api/webrtc_api/taking_still_photos/index.html @@ -1,12 +1,13 @@ --- title: Prendre des photos avec la webcam -slug: WebRTC/Prendre_des_photos_avec_la_webcam +slug: Web/API/WebRTC_API/Taking_still_photos tags: - API - Avancé - WebRTC - getusermedia translation_of: Web/API/WebRTC_API/Taking_still_photos +original_slug: WebRTC/Prendre_des_photos_avec_la_webcam --- <h2 id="Introduction_et_demo">Introduction et demo</h2> <p>Ceci est un tutoriel rapide pour apprendre comment accéder à la caméra sur votre ordinateur et prendre des photos avec. Vous pouvez voir <a href="http://jsfiddle.net/codepo8/agaRe/4/" title="http://jsfiddle.net/codepo8/agaRe/4/">le code final en action dans JSFiddle</a>. Il y a aussi une version plus avancée pour charger des photos sur <strong>imgur</strong> en JavaScript, disponible en <a href="https://github.com/codepo8/interaction-cam/" title="https://github.com/codepo8/interaction-cam/">code source sur GitHub</a> ou <a href="http://codepo8.github.com/interaction-cam/" title="http://codepo8.github.com/interaction-cam/">en demo</a>.</p> |