is it possible photo to 3d model in unity?

hi,
iam new to unity.And i’ve to implement capturing photo from mobile and creating to the related 3D model of their face.plz see this video.

in this i need only face changing to 3D model,no need of animation.
is it possible or not in unity, please suggest me any api’s.
sorry for my english.
thanks in Advance

You need to generate the vertices in 3d for every point on the body

You’ll need to use the Snap Chat technique
And the edge recognition technique

Remember this is super hard for begginers so I reccomend to practice writting lots of script

If you are wanting to replicate that software you mentioned without it looking horribly wrecked, you would need to develop some way to do facial recognition and you would need your “game” to apply this to a picture on the user’s device, and then use that to create a new texture to apply to your object.

Not really something we can just suggest a bunch of API references for, from the context of your question, since I can imagine two people building this kind of thing very differently from eachother.