https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 2dc297be08ddfc8efe99c528a473c45d1bf1a7ce authored by Daniel Fort on 29 November 2017, 20:02:09 UTC
This works for the 700D.
Tip revision: 2dc297b
afma.h
// 7D AFMA constants
#define PROP_AFMA 0x80010006

static int8_t afma_buf[0x17];
#define AFMA_MODE       afma_buf[0x05]
#define AFMA_PER_LENS   afma_buf[0x11]
#define AFMA_ALL_LENSES afma_buf[0x13]
back to top