strukturag / libheif

libheif is an HEIF and AVIF file format decoder and encoder.
Other
1.75k stars 302 forks source link

Unable to extract original depth values from DepthMap. #464

Open mapitoro opened 3 years ago

mapitoro commented 3 years ago

I am trying to extract the original depth values (in meters) from .heic photos taken using the TrueDepth camera of an iphone. I am referencing one of the example code "heif_convert.cc", but it seems to read in each value as uint_8 and I couldn't figure out how to read them as floats. Can you please help me out?

BrainRayChristensen commented 2 years ago

@mapitoro Were you ever able to make any headway with this?