|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: help getting servo values from camera
Just put this at the top of whatever file you're writing in:
Code:
#include "tracking.h" |
|
#2
|
|||
|
|||
|
Re: help getting servo values from camera
It already has been.
|
|
#3
|
||||
|
||||
|
Re: help getting servo values from camera
That's weird. Can you post which version of Kevin's code you are using (streamlined vs bells & whistles) and how you are calling the Get_Tracking_State() function?
|
|
#4
|
|||
|
|||
|
Re: help getting servo values from camera
Quote:
if(Get_Tracking_State() == X) { //do code } |
|
#5
|
||||
|
||||
|
Re: help getting servo values from camera
Now I'm really puzzled. I just compiled some camera code with
Code:
if (Get_Tracking_State() == 2)
{
//do stuff
}
|
|
#6
|
|||
|
|||
|
Re: help getting servo values from camera
wow good find. i had the same bug as him. i didnt know you couldn't have a space in your if statement..
Thanks |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Servo Values to Degrees... How? | mogunus | Programming | 16 | 11-04-2007 02:03 |
| Servo input values | bush | Motors | 5 | 03-02-2006 18:49 |
| Finding the *final* Servo Center values? | Andrew Blair | Programming | 2 | 22-01-2006 18:02 |
| Servo Values | DanDon | Motors | 8 | 14-02-2005 15:49 |
| Dashboard View of Pan and Tilt Servo Values | JoeXIII'007 | Programming | 1 | 02-02-2005 22:34 |