|
FireSync API
|
| kStatus kCameraPhaseDecoder_WriteLut | ( | kCameraPhaseDecoder | extension, |
| kCameraPhaseDecoderLutType | type, | ||
| kObject | lut | ||
| ) |
Writes phase decoder LUT.
This function can be used to write the phase decoder LUT. It's format is kArray1<k32s> for all types except kCAMERA_PHASE_DECODER_LUT_TYPE_EPS. In case of kCAMERA_PHASE_DECODER_LUT_TYPE_EPS it's kArray2<k32s> (see kS3dEmbeddedPhaseDecoder_ConstructShiftMatrix32s() for details).
| extension | Extension object. |
| type | LUT type. |
| lut | LUT object (kArray1<k32s> or kArray2<k32s>). |