Did some testing on my DJI Air 3S. Here is what I came up with, and I tried to add it to the database, but probably did something wrong since I wasn’t even sure what a “Pull Request” was, or how to properly enter data. I completed the initial form with attached picture, but after that, who knows. Maybe someone can use this to put it in correctly? I can send photos also. I also tested telephoto if there is an interest.
‘dji fc9113’: lambda p: (
22 if p.get_capture_megapixels() < 12 else # 12MP 16:9 mode (actual 9.44MP)
30 if p.get_capture_megapixels() < 20 else # 12MP 4:3 mode (actual 12.58MP)
34 if p.get_capture_megapixels() < 45 else # 50MP 16:9 mode (actual 37.75MP)
46 # 50MP 4:3 mode (actual 50.33MP)
), # DJI Air 3S (RAW/DNG 50MP 16:9 34 Lines 37.75 MP actual. 50MP 4:3 45 Lines, 50.33MP actual.)
), # DJI Air 3S (Telephoto FL 19.35 MM 12MP 16:9 16 Lines 9.14MP actual. 12MP 4:3 22 Lines, 12.19MP actual.)
Thanks!