source: trunk/platform/ixus960_sd950/wrappers.c @ 842

Revision 842, 308 bytes checked in by reyalp, 3 years ago (diff)

Subject distance corrections from barberofcivil in http://chdk.setepontos.com/index.php/topic,4529.0.html

  • Property svn:eol-style set to native
Line 
1#include "../generic/wrappers.c"
2long lens_get_focus_pos()
3{
4    return _GetFocusLensSubjectDistance();
5}
6long lens_get_focus_pos_from_lens()
7{
8        return _GetCurrentTargetDistance();
9        //return _GetFocusLensSubjectDistanceFromLens();
10}
11long lens_get_target_distance()
12{
13        return _GetCurrentTargetDistance();
14}
Note: See TracBrowser for help on using the repository browser.