Override system camcons.json raw_crop with one from users camconst.json, fixes #3873

This commit is contained in:
Morgan Hardwood
2017-05-14 12:36:19 +02:00
parent ccafff7fd7
commit d1bfbc7967
2 changed files with 14 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ public:
int get_BlackLevel(int idx, int iso_speed);
int get_WhiteLevel(int idx, int iso_speed, float fnumber);
void update_Levels(const CameraConst *other);
void update_Crop(CameraConst *other);
};
class CameraConstantsStore