Hacker News new | ask | show | jobs
by aantix 4434 days ago
Has anyone managed to replicate the lens blur effect that's being utilized in the new Android camera app? Or at least know what research paper it's based on?
1 comments

That seems to just be using the depth map information stored by the app, not replicating the effect from scratch.
They recalculate the blur. Were you asking about calculating the depthmap?
Yes, I was wondering how to fully replicate the effect without the need for the app.