Added depth_state to _info
This commit is contained in:
parent
e5f1c29974
commit
b3a7869bd3
@ -1,3 +1,3 @@
|
||||
""" version info """
|
||||
|
||||
__version__ = "0.40.16"
|
||||
__version__ = "0.40.17"
|
||||
|
||||
@ -2041,6 +2041,7 @@ class PhotosDB:
|
||||
# > 6 = portrait (sometimes, see ZDEPTHSTATE/ZDEPTHTYPE)
|
||||
info["customRenderedValue"] = row[22]
|
||||
info["hdr"] = True if row[22] == 3 else False
|
||||
info["depth_state"] = row[36]
|
||||
info["portrait"] = True if row[36] != 0 else False
|
||||
|
||||
# Set panorama from either KindSubType or RenderedValue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user