Maybe you can interpolate the distances with it.When i find time, i would log this values together with upper/lower on my M3M10M100_Focus.lua script.
... 0 after a shoot_half.
Quote from: Caefix on 28 / June / 2022, 12:10:52... 0 after a shoot_half. With AF : EFLens FocusPosition : always 0, from near to infinity...Edit: Btw, the [cm] unit of _upper | _lower is probably canonmeter, not centimeter.
Quote from: c_joerg on Yesterday at 14:12:58Maybe you can interpolate the distances with it.When i find time, i would log this values together with upper/lower on my M3M10M100_Focus.lua script.I interpolate between Canon distances already, by counting myself, ie moving 1 step at a time. I’ll carry on thinking about it ;-)
call_event_proc("EFLensCom.FocusSearchNear")call_event_proc('FA.Create')call_event_proc('InitializeAdjustmentSystem')
I seem to have got the EFLens FocusPosition feedback stably working, the 'secret' is to set the lens to the maco end before calling FA.create, ie on script start up:Code: [Select]call_event_proc("EFLensCom.FocusSearchNear")call_event_proc('FA.Create')call_event_proc('InitializeAdjustmentSystem')Once this is done, changing focal length keeps 0 at the macro end.
Quote from: pigeonhill on Today at 01:09:21I seem to have got the EFLens FocusPosition feedback stably working, the 'secret' is to set the lens to the maco end before calling FA.create, ie on script start up:Code: [Select]call_event_proc("EFLensCom.FocusSearchNear")call_event_proc('FA.Create')call_event_proc('InitializeAdjustmentSystem')Once this is done, changing focal length keeps 0 at the macro end.Interesting. That also explains why I kept getting different results.Nice finding
Started by adcz « 1 2 3 » Forum related topics (including issues)
Started by acseven General Chat
Started by mattkime LUA Scripting
Started by masplin « 1 2 3 4 » General Discussion and Assistance
Started by rpriegu Script Writing