Googles new Camera App - Update
Googles new Camera App saves a depth map inside the EXIF data. You can extract it with: $ exiftool -Data -b v2lsFX.jpg | base64 -d > test.png Here is an example: More links, that may be interesting in this context: Google Documentation: https://developers.google.com/depthmap-metadata/reference Depth-of-field-based alpha-matte extraction: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.83.5098 Gimp Focus Blur Plugin: http://registry.gimp.org/node/1444 Update: Google removed this App for most phones from the AppStore. But you can get it from alternative resources like apkmirror.com. You need at least Version 2.7: https://www.apkmirror.com/apk/google-inc/camera/camera-2-7-008-release/ A nice online tool to play with the images is depthy, a third dimension viewer: http://depthy.me (The link no longer works.)