You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
323 B
12 lines
323 B
#ifndef __AF_XML_2JSON_H__
|
|
#define __AF_XML_2JSON_H__
|
|
|
|
#include "RkAiqCalibDbTypes.h"
|
|
#include "RkAiqCalibDbTypesV2.h"
|
|
#include "RkAiqCalibDbV2Helper.h"
|
|
|
|
void CalibV2AfFree(CamCalibDbV2Context_t *calibV2);
|
|
void convertAfCalibV1ToCalibV2(const CamCalibDbContext_t *calib, CamCalibDbV2Context_t *calibV2);
|
|
|
|
#endif
|