How to change camera angle?

How to change ANAFI Thermal Camera angle by Olympe?

I tried olympe.messages.camera.set_alignment_offsets().
But It didn’t work at all.

1 Like

drone(olympe.messages.gimbal.set_target(
gimbal_id=0,
control_mode=“position”,
yaw_frame_of_reference=“relative”,
yaw=0.0,
pitch_frame_of_reference=“relative”,
pitch=-8.5,
roll_frame_of_reference=“relative”,
roll=0.0,
)).wait()

I find the ans by myself…

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.