My team attempted to upload the 2007 demo code for the camera an it did not work.
Is there something special we need to do?
I had it in autonomous mode and the camera was on it reconized the light but did not move
My team attempted to upload the 2007 demo code for the camera an it did not work.
Is there something special we need to do?
I had it in autonomous mode and the camera was on it reconized the light but did not move
Make sure your robot is in autonomous mode. It doesn’t call the camera code in operator control.
Were the servo’s plugged into PWM’s 10 and 11?
Hit F6 it will show you the defines for the camera servo and tilt PWM ports.
Then you can change them to what ever you want. Also when the terminal
window is open make sure you check off “graphics display”
The default pwms (at least in the default codes I have seen) are PAN_SERVO = pwm01 & TILT_SERVO = pwm02. The PAN_SERVO and TILT_SERVO macros are defined in tracking.h.
And your trying to get it to work in easyC?
If your using easyC I recommend you try this first.
http://www.intelitekdownloads.com/easyCPRO/easyc_2007_demo.zip
It sounds like your trying to get Kevin’s code to work in easyC. Which isn’t a big deal I just want to make sure your not confused.