It might be worth checking if an app like Litchi has this option as I can't see it in DJI Fly?
Rather than a step by step guide you would essentially be creating an Android app from scratch that uses the DJI SDK to set/unset this value.
I was...
It's not in the docs I found it by looking at the source. E.g.
// To get the current Photo Quality setting
CameraKey.KeyPhotoQuality.create().get()
// To set a Photo Quality setting...
@WilliamDaugherty did you ever figure this out? I came across this when using DJI SDK 5. Internally the Mini 3 Pro is using Fine Image Quality whereas the Mini 3 and Mini 4 Pro use Super fine Image quality (so almost no compression). I can switch...