|
FireSync API
|
Writes acceleration test input data.
This function transfers a test dataset to the camera, for use in PL acceleration testing. The dataset is stored in sensor RAM until it is needed, then transferred to PL memory on demand. The dataset can be cleared (freeing sensor resources) by passing null as the 'data' argument to this method.
The format of the dataset is configuration-specific. E.g., -kCAMERA_ACCELERATION_TEST_MODE_PHASE_COMPRESSION: kMsg containing kArray2<kPhasePixel2> or kArray1<kByte> (pre-formatted binary data)
Use the kCamera_SetAccelerationTestMode method to enable acceleration testing. kCamera_SetAccelerationTestMode can be called before or after uploading data.
| camera | Camera object. |
| data | Acceleration test data. |