101
Camera-specific Development / Re: Canon EOS M
« on: June 03, 2016, 01:00:24 PM »
It does get hot while used, but it should not be hot while off though.
Etiquette, expectations, entitlement...
@autoexec_bin | #magiclantern | Discord | Reddit | Server issues
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.
Quick question. Am I able to get audio out from my 5D markiii when using magic lantern in raw MLV modeFor recording sound when recording RAW: be sure to also load the module MLV_SND, restart camera and enable Audio recording
I have MIRawView 1.4.3 installed in my cameraWat?Not really...
If so how? Any help would be greatly appreciated.It should just work
I am having problems to use this.. the Python for like Linux crashes with a gl errorMLVFS does not cover your needs?
And when I use wine for the windows version.. the dots don really go away..and the dng. Files are pink!?
I've gotten used to powering down the camera in order to save the battery so it isn't an issue for me.Umm, it's powered down and it starts here, in case I wasn't clear enough..
...Umm, on my EOSM crop_mode does not actually do anything, it works for you?
I will secretly use my SL1 and EOSM with their crop_mode video hack ( 30p in Canon Menu w FPS override set to 45fps @ 1080p) w a 6.5mm Opteka Lens which has done its job respectively in the past.
To speed up things for other cams one can modify the code from a1ex's post to the values below:Thanks
EOSM.202: 0xFF223A94
Will NOT load on:
EOSM (console_clear)
Hi, I'm considering putting ML on my Canon M, the main two features I currently want are Analog Gain, and Headphone monitoring through the AV port. I would like to check first if those features are available for the M, because on one page somewhere on the site I read that the ML Audio features are not available for cameras after the 600D, and I think the M is after the 600D.Not available, see here: http://builds.magiclantern.fm/#/features
Can you confirm if those two features (and the Audio features in general) are available on the Canon M?
Thanks.
And what's wrong with figuring out why the files don't open in MlRawViewer?I keep recommending MSVFS to users that keep popping on the MLRAWViewer thread with issues, since it's not developed anymore maybe MLVFS already has their use case covered.
That originally was on "zebra.c" but now has been moved to "powersave.c" (line 406).Yes the powersave move is at fault, some stuff needs to be added I guess.
static CONFIG_INT( "global.draw", global_draw, 3 );
static void black_bars_16x9();
#define ZEBRAS_IN_LIVEVIEW (global_draw & 1)
#ifdef CONFIG_KILL_FLICKER // this will block all Canon drawing routines when the camera is idle
extern int kill_canon_gui_mode;
#endif
In powersave.c under #include "lens.h"extern void idle_kill_flicker();
extern void idle_stop_killing_flicker();
Somewhere in powersave.h, which made things move along a bit yet still crash since I id not define them right [ CC ] powersave.o
../../src/powersave.c:11:13: warning: 'black_bars_16x9' used but never defined
static void black_bars_16x9();
^
[ CC ] ml-cbr.o
[ CC ] raw.o
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[2]: Entering directory '/my-magic-lantern-update/tcc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/my-magic-lantern-update/tcc'
[ CC ] module.o
[ CC ] misc.o
[ CC ] afma.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
powersave.o:(.config_vars+0x60): multiple definition of `__config_global_draw'
zebra.o:(.config_vars+0x220): first defined here
zebra.o: In function `clearscreen_task':
zebra.c:(.text+0x68a4): undefined reference to `idle_stop_killing_flicker'
zebra.c:(.text+0x6b34): undefined reference to `idle_kill_flicker'
zebra.o: In function `_redraw_do':
zebra.c:(.text+0x703c): undefined reference to `idle_kill_flicker'
powersave.o: In function `idle_kill_flicker':
powersave.c:(.text+0x1bc): undefined reference to `black_bars_16x9'
../../src/Makefile.src:196: recipe for target 'magiclantern' failed
make[1]: *** [magiclantern] Error 1
make[1]: Leaving directory '/my-magic-lantern-update/platform/50D.109'
Makefile:18: recipe for target '50D' failed
make: *** [50D] Error 2
So, yeah we need help. If there'll be option for lossless exporting to .dng (like via MLVMystic), then MLRV'll be my all-in-one toolDNG export is lossless.
Build version: Nightly.2015Mar14.7D2032015? Retry with Apr 01 2016 build I guess.