
Andras Toth - 2015-07-09 09:46:57 -
In reply to message 1 from Michael Turnbull
Hello Michael,
I have published a new version.
I have added two new features:
- Capture images form the video stream with parameters (file type, quality),
- Capture images form the video stream with parameters and download immediately (file name, file type, quality)
Example to jpeg:
cam.captureToImage(type, quality); //return dataurl
cam.downloadCapturedImage(filename, type, quality);
//download image immediately
filename: 'download.jpg'
filetype: 'image/jpeg'
quality: 1.0
If I know correctly, browsers currently is not support flash using javascript.