Android Q - Get depth map from portrait mode photos

前端 未结 2 2060
南笙
南笙 2021-02-11 07:55

I\'m trying to build a sample Android App to extract the depth map of portrait mode photos taken with the google camera app. I know that it\'s saved along the blurred photos.

2条回答
  •  隐瞒了意图╮
    2021-02-11 08:09

    I managed to extract the depth image using "exiftool". But I'm also trying to find a way to do that programmatically directly from the metadata.

提交回复
热议问题