How to get Gimbal angle and Camera target coordinates

Hi @Alvin,
Firstly, thank you soo much for taking your time to reply. Really appreciate it.

The drone operator moves the camera using the wheel on the herelink or a knob on a transmitter until he spots someone.

Yes, I understand this solution, but there’s a problem with this:

It is not confirmed that the gimbal has attained that angle accurately or not right? It could be easily off by some degrees or so since the angle can get affected by the wind, drone speed, etc. Without the feedback system, it’s like just assuming that the gimbal reached that angle, right?

Due to this error in angle, the ROI coordinates can never be accurate. :frowning:

I am now convinced that using PWM would never let me accurately achieve what I want to, because of the lack of feedback.

So this is what I am thinking now:

I have an AlexMos gimbal which could also be controlled in a better way via “AlexMos Serial” instead of PWM. (like shown here: SimpleBGC Gimbal (aka AlexMos gimbal) — Copter documentation)
My Gimbal is an old version one, so can’t use MAVLINK, but can use AlexMos-Serial technique.

The gimbal’s GUI can read and display the gimbal angle using this serial only, which means that the gimbal has the ability for sending angles.

Can the Arducopter just simply read this angle, and send it over to the ground station just like it sends other parameters?

Eagerly waiting for your reply.

Thanks,
Divyanshu