https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f84e6ddc8930927f632f74c08860095d9eb41a56 authored by Daniel Fort on 20 January 2019, 00:20:21 UTC
Closed branch crop_rec_4k_5D2
Tip revision: f84e6dd
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