Take pictures with a camera #camera api
Edit
by Miguel Oliviera - 9 years ago (2016-03-01)
Take a shot and upload to server
| I need a class to take pictures from camera and possible to work with laptop browsers like Chrome. |
Ask clarification
2 Recommendations
This package can capture video and audio and save to files. Currently it can:
- Capture and play audio and video from available video sources to the current browser
- Display a custom image when no image is being captured
- Play local video or audio file with subtitles
- Grab image from player
- Record captured stream to webm or ogg formats
| by Andras Toth package author 85 - 9 years ago (2016-03-17) Comment
This Class can capture a picture using the available Webcam and return it in a data URL.
You can upload the picture or video to a server using a AJAX request.
Video upload included into example. |
JS Webcam: Capture pictures or video with the webcam
This object can capture pictures or video with the webcam.
It can check if the browser can access the webcam, and if so, capture a picture or a stream of video.
Pictures are return as data URLs, so they can be viewed to image elements.
When it is not supported to take pictures, a file input is presented to let the user pick a local file.
| by Manuel Lemos 200 - 9 years ago (2016-03-06) Comment
This object can capture a picture using the available Webcam and return it in a data URL.
From then on you can upload the picture to a server using a AJAX request. |