android - Name of technique behind 3D effects like HTC one dimension plus -


the htc 1 m8 uses dual cameras achieve 3d dimension plus effect. name of technique?

here's demonstration: video

it's image processing using depth map, more information see: https://www.htcdev.com/devcenter/opensense-sdk/htc-dual-lens-api

no need reverse engineer - dimensionplus effect implementation of 2d-plus effect (if need name) described here: https://en.wikipedia.org/wiki/2d-plus-depth

this effect uses depth map included in photos create standard geometry sdk uses visualize effect using gyro (alternatively can program touch navigation).


Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -