View Single Post
  #2   Spotlight this post!  
Unread 24-06-2006, 10:47
bear24rw's Avatar
bear24rw bear24rw is offline
Team 11 Programming Captain
AKA: Max T
FRC #0011 (MORT)
Team Role: Programmer
 
Join Date: Sep 2005
Rookie Year: 2005
Location: Flanders, NJ
Posts: 385
bear24rw is a splendid one to beholdbear24rw is a splendid one to beholdbear24rw is a splendid one to beholdbear24rw is a splendid one to beholdbear24rw is a splendid one to beholdbear24rw is a splendid one to beholdbear24rw is a splendid one to behold
Send a message via AIM to bear24rw
Re: Programming The CMUcam for the Vex controller

If you are using the steamlined version make sure you including, camera.c, camera.h, serial_ports.h, serial_ports.c, tracking.h, tracking.c...

I have never used Vex with the camera but you might want to try changing the serial port that the camera is on... (camera.h)
Code:
// If your camera's serial port is attached to the the robot controller's
// programming serial port, uncomment the "#define CAMERA_SERIAL_PORT_1" 
// line. Otherwise, if your camera is attached to the TTL serial port, 
// uncomment the "#define CAMERA_SERIAL_PORT_2" line.
// #define CAMERA_SERIAL_PORT_1
#define CAMERA_SERIAL_PORT_2
Again, I have never used Vex with the camera before so there might be other problems that I dont know about...