https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f00b3d7873c841fe94b0f047493b5dfd433b976e authored by Daniel Fort on 25 January 2017, 03:43:50 UTC
Closed branch ml_dng-cr2hdr20bit
Tip revision: f00b3d7
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