|
Re: Will camera keep running if i have a while statement going
Servo_track() is the function which does the camera tracking. In your section of code you can set a global variable to turn camera tracking on/off. Then either add checking that variable before the call to Servo_Track() or add the check inside of Servo_Track() itself.
__________________
Keith Watson - Professional Software Engineer
No relation to "Kevin" Watson, who created the camera tracking code.
|