Open FluorescentHallucinogen opened 7 years ago
Shape Detection is still highly experimental (even more so than Image Capture). Currently there are bugs in the only native implementation (e.g., memory leaks) and also it's possible that the API will change substantially as the proposal advances through the standards process.
All that said, we're extremely excited about Shape Detection and will definitely add it to this collection in a future release. In the mean time, consider experimenting with your own wrapper that makes use of these elements.
@cdata It seems that time has come. :)
@cdata First of all, thank you so much for all your work!
<app-media>
elements are awesome! :thumbsup:FYI, I've added
<app-media>
elements into myprogressive-elements
collection that contains web components for modern features/APIs (i.e. building blocks for progressive web apps).What about Shape Detection API web component (e.g.
<app-media-shape-detection>
)? :wink:You can read more about Shape Detection API in @PaulKinlan's blog:
https://paul.kinlan.me/face-detection/ https://paul.kinlan.me/barcode-detection/ https://paul.kinlan.me/detecting-text-in-an-image/
TL;DR: Shape Detection API is a Web API for QR/barcode/text/face detection in live or still images. See use cases: https://github.com/WICG/shape-detection-api#use-cases-camera
In the near future, I plan to develop web components for Google Cloud Vision API, Google Cloud Speech API, Google Cloud Translate API.
It helps easily and quickly develop mind-blowing progressive web apps similar to @dmotz's Thing Translator using web components only. :fire:
Also I'm thinking about web component for NTechLab FindFace API, but that's a different story… :stuck_out_tongue_winking_eye: