https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: b1ad11748da6d54f9e3d9f27552e69d1ce2093b1 authored by alex@thinkpad on 16 August 2017, 22:38:37 UTC
Merged unified into mlv_dump_4k
Tip revision: b1ad117
afma.h
// 5D2 AFMA constants

#define PROP_AFMA 0x80010006

static int8_t afma_buf[0xF];
#define AFMA_MODE       afma_buf[0x8]
#define AFMA_PER_LENS   afma_buf[0xC]
#define AFMA_ALL_LENSES afma_buf[0xE]
back to top