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?
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?