Project

General

Profile

Revision 938

Added by Ryan Cahoon over 15 years ago

OpenCV now works directly with firewire, coriander is not needed
New vision algorithm integrated, a few issues left with algorithm that
tracks the movement of a specific robot
Removed experimental interface to send images over commands socket
--plan to use php in webserver instead
Separated processing of client requests into a separate thread
Fixed bugs updating UI of java client

View differences:

ColonetConstants.java
14 14
	public static final int BATTERY_WIDTH = 50;
15 15
	public static final int BATTERY_HEIGHT = 10;
16 16
	public static final int WEBCAM_DELAY = 500;
17
	public static final String WEBCAM_PATH = "http://128.2.99.176:8090/overhead.jpg";
17
	public static final String WEBCAM_PATH = "http://128.2.99.176/overhead.jpg";
18 18

  
19 19
  // Set the default look and feel - choose one
20 20
  public static final String LOOK_AND_FEEL = javax.swing.UIManager.getSystemLookAndFeelClassName();

Also available in: Unified diff