You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found images from HUAWEI FIG-LX1 (p smart) are not supported. The script fails to iterate every segment and stops on the first one. I've managed to modify the script to export EDOF anyway adding two commands:
L118: idx_hack = data.find(bytes([0x00, 0x65, 0x64, 0x6f, 0x66, 0x00])) - 3
L119: return extract_edof(data, idx_hack, fname)
But root cause relates with segment iteration. I'm providing example of p smart image and extracted EDOF map
--
WBR, Alex
The text was updated successfully, but these errors were encountered:
Which model?
I can only get the origin image using -p but nothing happens with -v or -e
Is this because the image I get is taken from P20 instead of P9?
Hello there,
I've found images from HUAWEI FIG-LX1 (p smart) are not supported. The script fails to iterate every segment and stops on the first one. I've managed to modify the script to export EDOF anyway adding two commands:
L118: idx_hack = data.find(bytes([0x00, 0x65, 0x64, 0x6f, 0x66, 0x00])) - 3
L119: return extract_edof(data, idx_hack, fname)
But root cause relates with segment iteration. I'm providing example of p smart image
and extracted EDOF map
--
WBR, Alex
The text was updated successfully, but these errors were encountered: