lightmeter_helper.h 176 B

1234567891011
  1. #pragma once
  2. #include <math.h>
  3. float lux2ev(float lux);
  4. float getMinDistance(float x, float v1, float v2);
  5. float normalizeAperture(float a);
  6. float normalizeTime(float a);