Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Cattitude

#1
Quote from: Greg on April 26, 2020, 05:04:03 PM
M50 1.0.2 - manual silent shutter (M, Av, Tv, P) also works in continuous mode :

THUMB_FN(0xE053607E, GUI_SetSilentShutter)

#define SilentShutter_OFF           0x0
#define SilentShutter_ON            0x1

extern int GUI_SetSilentShutter(int);
GUI_SetSilentShutter(SilentShutter_ON);


30s - 1/4000s - OK
Bulb - ERR70


Hi! Could somebody please help me get this code posted by Greg running or at least point me into right direction? I basically understand what his code does, but I have no idea, where to actually place it.

I'm familiar with coding, know C, can orient in ASM, even know some ARM basics. I understand canon basic scripts can be used on M50 and I've already tried ROM dumper with success. I guess running his code however requires different approach, similar to running ML, which involves cloning some repo, modifying it and compiling it? At this point I'm just guessing, so any help would be appreciated. Thanks!