Quote:
|
Originally Posted by Keith Watson
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?
|
ok so my programmer guy know about these files, and knows how to change the data and what to change it too, we just need to know how to re-upload these config files i guess you could call them (i.e. tracking.h traching.c) to the camera's programming, and what program you use to do this
--thanks for all your help guys