Quote:
|
Originally Posted by bhsrobotics1671
okay thanks but i need to know how to re-upload those config files to the camera...
thanks
|
Previously you mentioned tracking.h. We encountered the same problem where changing values in tracking.h were not taking effect. From reading the code this appears to be the place which controls it.
Code:
* FUNCTION: Get_Tracking_Configuration()
*
* PURPOSE: Initializes the Tracking_Config_Data structure with data
* stored in EEPROM. If valid data isn't present in EEPROM
* or the force_default flag is set, default values from
* tracking.h will be used.
*
* CALLED FROM: Initialize_Tracking(), above
*
* PARAMETERS: Calling this function with a value greater than zero will
* force it to load the configuration structure with the
* default values found in tracking.h.
Were you asking about something else?