Camera.ev_compensation does not work

Hi All,

I have a problem with ANAFI and Olympe.
I want to change EV value to use camera.ev_compensation but it does not work well.
I use following script.
cameraAction.success()’ s value is alway “False”
Is there something wrong in my script?
cameraAction=self.drone(camera.set_ev_compensation(
cam_id=0,
value=1,
).wait())
f not cameraAction.success():
print(“set_ev_compensation error”)

Could anyone advise me how to deal with this, please?

Hi.
I sovled the problem by myself.
It did not work on simulator but it is working on my physical done.

Could you share with us about your finding and solution on here please? Thank you!