TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Live Face Detector Using Chrome's Native FaceDetector API

47 pointsby chirag64about 7 years ago

10 comments

captainmuonabout 7 years ago
At the risk of sounding grumpy, this is not someting that should be in a browser IMO. Browsers have become monstrosities that only a few giants can maintain, by including everything and the kitchen sink.<p>Face detection is a perfect example of what should be a plugin. I&#x27;m not saying it has to be a horrible old school NPAPI plugin. It could be a sandboxed app, it could be a WebAssembly library, and so on.<p>Edit: nothing against the OP&#x27;s post, it&#x27;s probably cool although I cannot test it on this PC :-)
评论 #16659667 未加载
评论 #16657471 未加载
评论 #16657951 未加载
kerngabout 7 years ago
Google really is pushing forward what browsers do - I am not sure if that&#x27;s a good thing. Especially in regards to privacy and security. Maybe they should separate browser from OS in some meaningful way. These capabilities should not be easily available in your ordinary web browser. Same with WebUSB that hackers can use to mount your USB drives and read data or eg. steal passwords from things like ubikeys... I know the analogy is a bit flawed, but it reminds me of all the power that Active X provided back in the day, when Microsoft tried to make the browser the OS.
评论 #16660849 未加载
edf13about 7 years ago
Was expecting a link to github proof of concept... received my browser doesn&#x27;t not support FaceDetector API (Thankfully!).
userbinatorabout 7 years ago
What would normally be already somewhat creepy is amplified by the irony of having this appear at the same time as the several other items about SESTA&#x2F;FOSTA&#x2F;CLOUD.
mutebgabout 7 years ago
This API is like 18 months old and super experimental, I don&#x27;t think ever will land in official specifications. WebAssembley is here so is better to implement such things with it
midgetjonesabout 7 years ago
Well, I&#x27;m glad I use Firefox now
dirousselabout 7 years ago
Safari on iOS already has face detection. But I don’t think there is an API for it.<p>If you can’t see well and so enable VoiceOver, when a webpage opens the camera to take a photo the phone will what it sees, “like face in centre of photo”.<p>It’s very usefully for blind of partially sighted people to take selfies.<p>Here is a reference: <a href="https:&#x2F;&#x2F;www.apple.com&#x2F;uk&#x2F;accessibility&#x2F;iphone&#x2F;vision&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.apple.com&#x2F;uk&#x2F;accessibility&#x2F;iphone&#x2F;vision&#x2F;</a><p>Edit: added link
sanxiynabout 7 years ago
Draft specification is at <a href="https:&#x2F;&#x2F;wicg.github.io&#x2F;shape-detection-api&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wicg.github.io&#x2F;shape-detection-api&#x2F;</a>
runnr_azabout 7 years ago
I need a butt detector to launch my startup, Buttstagram.
pasbesoinabout 7 years ago
&quot;What could possibly go wrong?&quot;