samdutton / simpl

Simplest possible examples of HTML, CSS and Javascript:
https://simpl.info
Apache License 2.0
5.19k stars 1.64k forks source link

Imagecapture is not defined #90

Closed UtsavAgrawal23 closed 7 years ago

UtsavAgrawal23 commented 7 years ago

Hi, I am using chrome version 55, it shows TypeError: ImageCapture is undefined in both chrome and firefox. i want to capture image and save it in database.But here not able to capture image.

samdutton commented 7 years ago

Hi — are you referring to simpl.info/ic?

As per the note on the demo, ImageCapture is not implemented in Firefox yet and in Chrome you need to enable Experimental Web Platform features: chrome://flags/#enable-experimental-web-platform-features.

UtsavAgrawal23 commented 7 years ago

Thanks for info. got it.