Quote:
|
Originally Posted by Heretic121
mkay i had the same problem w/ kevins code...
i tried to use his values with no success of tracking because it kept seeing the florescent lighting... even with my own values i have trouble =(
more tweaking time for me =( lol... *and im also having trouble w/ the tracking algorythim but thats a whole nother story where it finds the target the moves AWAY from it *ive tried using a jump to reverse which way it goes it doesnt help*
|
if you are using the "bells and wistles" version, just use the terminal window to reload the default values. if you are using the normal one then just load a fresh non "bells and wistles" version that has to modifications.
BASICLY keep all the default values, except the noise filter. Crank that up one by one until the camera works the way you want it to. Then just fine tune the other values as you need to.
Don't add any jumpers because you can just change it in the code:
Quote:
// If your camera suddenly moves away from the target once
// it finds it, you'll need to change the sign on one or
// both of these values.
#define PAN_ROTATION_SIGN_DEFAULT -1
#define TILT_ROTATION_SIGN_DEFAULT +1
|
or the termial window for the "bells and wistles" version.