jpeg_camera
jpeg_camera copied to clipboard
Outdated URL.createObjectURL
https://www.chromestatus.com/features/5618491470118912
Tested in new browser versions. The plugin works fine.
Thanks for opening the PR, but this project is no longer maintained as explained here. I'm going to keep the PR open for other people to see.
Thanks jumper423. Works fine
Use this " jpeg_camera_no_flash.js " or " jpeg_camera.js "
Search for that.video.src = URL.createObjectURL(stream); and replace with that.video.srcObject = stream;
Should work.
thank you thats work...but problem with the capturing image now. It show snapshot is not a constructor.
camera.capture() is not a function. PLease help