Steren

Results 159 comments of Steren

Spec for Google Camera: https://developer.android.com/static/media/camera/camera2/Dynamic-depth-v1.0.pdf

![image](https://github.com/steren/stereo-img/assets/360895/f8319a02-49a5-414a-ab9b-5f7b53b716b2)

[exiftool implementation](https://github.com/exiftool/exiftool/blob/836ec91d01a495b6685198be995b947bf53ab780/lib/Image/ExifTool/XMP2.pl#L1892)

exifr has an example for GDepth: https://mutiny.cz/exifr/examples/depth-map-extraction.html

There are many standards: - Google "GDepth": https://developers.google.com/depthmap-metadata/reference - Google "Dynamic Depth": https://developer.android.com/static/media/camera/camera2/Dynamic-depth-v1.0.pdf - Apple

Let's keep going for For Dynamic Depth: From https://stackoverflow.com/questions/58957619/android-q-get-depth-map-from-portrait-mode-photos: > Pixel phone portrait mode photo is concatenated of 4 JFIF structure https://en.wikipedia.org/wiki/JPEG_File_Interchange_Format. Each JFIF structure is an jpeg image. >...

HEIC format. Use https://alexcorvi.github.io/heic2any/

Sample here : https://github.com/steren/stereo-img/blob/main/examples/vision-pro.HEIC

Issue seems a duplicate of https://github.com/ktock/container2wasm/issues/196

Thanks. Which browser are you using?