Ask HN: What camera apps exist that can blur faces securely? (re: Minneapolis)
Are there apps that can take photos and record videos while automatically obscuring faces securely? Blurring if it's possible to make it sufficiently irreversible, blacking out otherwise.
see the discussion here for details on which methods are NOT safe: https://security.stackexchange.com/questions/129683/is-image-blurring-an-unsafe-method-to-obfuscate-information-in-images
6 comments
[ 1.8 ms ] story [ 28.7 ms ] threadThis is what I would imagine it would need to look like:
[video input] -> [frames]
per frame:
[frame] -> run thru a person detection segmentation nn -> output an outline mask for the frame
fill in the outline mask in the frame with eg. black
reconstitute [set of frames] -> [output video]
give a man a bank and he can rob the world