|
Re: Finding servo location?
If you are using the onboard motor control (PWM) to move the camera servos, you can put that printf right after the line that modifies that outputs value (make sure it is before the PutData !!)
If you are using the servo controller on the camera, you will have to ask the camera for what the current servo value is.
|