What is T_Packet_Data.my ??
Help
In terminal.c there is the following code:
// does the camera have a tracking solution?
if(T_Packet_Data.my == 0)
how exactly does T_Packet_Data.my give us whether the camera has found a centered target? Is this what we should be using to know if our camera has a target in sight and centered?
thanks
-354
|