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 - rhythmg

#1
Tragic Lantern / Re: 7D Raw Thread
October 25, 2013, 06:46:25 AM
Quote from: 1% on October 25, 2013, 06:09:34 AM
uint32_t edmac_read_chan = 0x0A;  /*Read 0x19 0x0D 0x0B 0x0A(82MB/S)*/
uint32_t edmac_write_chan = 0x06; /* Write 0x5 0x6 0x4 (LV) */


This is the best I've found.

Understood, and thank you, but how do you install this.  I don't know how or what to do with these codes. This there some kind of instructions?  I search all 68 pages and didn't find it.  I goggled and couldn't find it.
#2
Tragic Lantern / Re: 7D Raw Thread
October 25, 2013, 05:49:57 AM
Quote from: britom on August 22, 2013, 09:49:06 PM
HOLY FUCK!

So after my brain almost exploded, i managed to make liveview work while recording. I guess the problem was that we were not using a free edmac channel.

Original edmac-memcpy.c was using channel 0x11, that was busy in the debug menu.
#else
uint32_t edmac_read_chan = 0x19;
uint32_t edmac_write_chan = 0x11;


So i added this line so it uses channel 0x04 instead
#elif defined(CONFIG_7D)
uint32_t edmac_read_chan = 0x19; 
uint32_t edmac_write_chan = 0x04;


Liveview now works while recording but the recording rectangle disapeared. Lets continue working :)

Here's the new autoexec.bin:

https://www.dropbox.com/sh/ifyeas56ltuqhg1/P-PeTt1Llz

Don't forget to copy the modules too. Im not a programmer by the way, so im probably misunderstanding some things.

USE AT YOUR OWN RISK :P

Edit: I just reviewed the files that i recorded and they're empty, so i'm probably an idiot :P. Anyone can confirm?

Edit 2: Changed to 0x05 to 0x04. Updated autoexec.bin. Some pink and skipped frames on my slow card, but liveview works! I will continue to try new values.

I'm a newbie here and before I ask my question I would like to share that I have read all 68 pages of this forum over and over again for 4 days now.  I have also been on bitbucket and goggle and I'm unable to resolve my live view freezing when recording live video.   I have installed the ML on my 7D and it's working great!!  I'm not a programmer so I'm unable to understand whats going here.  I saw this post" changing the line "uint32_t edmac_write_chan = 0x11;" to "uint32_t edmac_write_chan = 0x04;" on the edmac-memcpy.c file." What is that and do I edit this.  Can someone help me.  I'm going crazy over. I can follow simple direction, or can someone share the files that I need so I can copy it to my CF card?  Before I forget I would like to thank everyone here who have worked really hard on this codes.  THANK YOU VERY MUCH!!!  I TRULY GREATFUL!!!!