Log in

View Full Version : Track Colour .. Quick Question


teh_pwnerer795
26-12-2006, 00:32
Hey quick question..

#define R_MIN_DEFAULT 85 // Rmin for call to Track_Color()
#define R_MAX_DEFAULT 115 // Rmax for call to Track_Color()
#define G_MIN_DEFAULT 15 // Gmin for call to Track_Color()
#define G_MAX_DEFAULT 17 // Gmax for call to Track_Color()
#define B_MIN_DEFAULT 100 // Bmin for call to Track_Color()
#define B_MAX_DEFAULT 145 // Bmax for call to Track_Color()

is that for green?

bear24rw
26-12-2006, 11:39
The default color values in kevin watsons camera.h are calibrated for the green light
those look right..

teh_pwnerer795
26-12-2006, 17:55
The default color values in kevin watsons camera.h are calibrated for the green light
those look right..

awesome thanxs alot