https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6577a98603f6e723ea9292c851c4f6613d398593 authored by Alex on 01 July 2017, 16:22:10 UTC
Close branch cache-fixes
Tip revision: 6577a98
features.h
#include "all_features.h"

//~ #define FEATURE_LV_3RD_PARTY_FLASH // requires props

// Disable all audio stuff
#undef FEATURE_WAV_RECORDING
#undef FEATURE_FPS_WAV_RECORD
#undef FEATURE_VOICE_TAGS
#undef FEATURE_BEEP // works, but cam unstable as of now

// Audio features that work
#define FEATURE_AUDIO_REMOTE_SHOT

// Not working :(
#undef FEATURE_IMAGE_EFFECTS
#undef FEATURE_LV_BUTTON_PROTECT
#undef FEATURE_LV_BUTTON_RATE
#undef FEATURE_TRAP_FOCUS
#undef FEATURE_MAGIC_ZOOM_FULL_SCREEN // https://bitbucket.org/hudson/magic-lantern/issue/2272/full-screen-magic-zoom-is-garbled-on-700d

// Glitchy
#undef FEATURE_STICKY_DOF
#undef FEATURE_STICKY_HALFSHUTTER

// Works
#define FEATURE_INTERMEDIATE_ISO_PHOTO_DISPLAY
#define FEATURE_FOCUS_PEAK_DISP_FILTER
#define FEATURE_CROP_MODE_HACK
#define FEATURE_EYEFI_TRICKS
back to top