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

#51
Tragic Lantern / Re: 7D Raw Thread
September 10, 2013, 10:08:17 AM
Here's a build using 0x05 wich is also free:

src/edmac-memcpy.c
#elif defined(CONFIG_7D)
uint32_t edmac_read_chan = 0x19;
uint32_t edmac_write_chan = 0x05;


https://www.dropbox.com/s/0452mx31r43pegx/ML_britom_10_Sep_2013_.zip

Updated here too: http://www.magiclantern.fm/forum/index.php?topic=7987

Hopefully we get less pink frames. Still need to test from 0x07 to 0x15
Built from 1% repository https://bitbucket.org/OtherOnePercent/tragic-lantern-6d/overview

USE AT YOUR OWN RISK! :P
#52
Tragic Lantern / Re: 7D Raw Thread
September 08, 2013, 10:35:50 PM
EPIC! thanks a lot mister! updated also here http://www.magiclantern.fm/forum/index.php?topic=7987

Audio meters are working in the bin slave version for me!
#53
Tragic Lantern / Re: 7D Raw Thread
September 07, 2013, 08:46:45 PM
@DragonFlame @%1

I had tried fps override but didn't work for me. I defined in features.h

#define FEATURE_FPS_OVERRIDE

Maybe i'm missing something.
#54
Raw Video / Re: RAW liveview on PC monitor via USB
September 06, 2013, 10:28:14 AM
WOW this app is amazing! thank you so much Dmitry and Yaroslav. It's Working on my 7D, but i forgot to test with raw recording enabled. Will test later.
#55
buy a 5diii/5dii/7d/50d/6d
#56
Tragic Lantern / Re: 7D Raw Thread
September 02, 2013, 08:32:17 PM
@1% Wow, you mean 1056x704!?!? i thought it was atleast 1500xsomething upscaled to 1080p :/



Talking about the 5x cropped mode, doing line skipping every 2 lines means we can cover the equivalent area of 5024x2400 or 5024x1200 pixels (the full sensor is 5184x3456) but still recording as 2512x1200. Am i right?
#57
Tragic Lantern / Re: 7D Raw Thread
September 02, 2013, 06:59:10 PM
@thoma

Because the sensor size in pixels is 5,184 × 3,456

In 1x non crop mode the procesor does line skipping using 1 line every 3 lines (it's designed like this so the camera can supposedly output 1920x1080 h264 video without a lot of processing power)
In 5x cropped mode the processor takes a small part of the sensor without line skipping, therefore is possible to record at a higher resolution but not with the whole sensor (2512x1200)

Just divide 5184/3=1728 (max horizontal resolution in non cropped mode).

Now this comunity has acheived unbeliable things, so it's ok to dream that this barrier can be overcome.
#58
Tragic Lantern / Re: 7D Raw Thread
September 02, 2013, 03:57:11 AM
 :D Thanks a lot 1%, it's looking good, i'm about to test it.

I've posted a build with your modules here: http://www.magiclantern.fm/forum/index.php?topic=7987
#59
General Development / Re: Raw Hi-res Silent Pic
September 01, 2013, 10:31:10 PM
Sounds great devs!

Do you think if someday we discover how to take a full frame silent pic, we can save a line every 3 lines and perform deinterlacing in post (if necesary) resulting in less moire video or higher non-cropped resolution video?

It sounds like a classic crazy impossible question like "When can we get 4k 120fps video?" and i'm aware of the hardware limitations but if its really imposible i just wanna hear the "stop doing drugs" coming from you guys :P

Anyway big thanks for your work!
#60
General Development / Re: Raw Hi-res Silent Pic
September 01, 2013, 05:31:35 PM
Me too! +1
#61
General Development / Raw Hi-res Silent Pic
September 01, 2013, 03:21:49 AM
This feature was available with 422 files but got deleted when the whole raw thing came up. I'm wondering if using the same method (capturing multiple 5x liveview images to cover the whole frame and then merging them to a single frame) can we get hi-res raw silent pics?
#62
Tragic Lantern / Re: 7D Raw Thread
August 30, 2013, 09:22:32 PM
I'm getting 1.2mb/s slower speeds with nick's build, but i'm using an slow transcend 400x. My 7d is from 2009 too.


@feureau
Yes we need to organize our builds so i've started this thread and i'll update it from time to time. http://www.magiclantern.fm/forum/index.php?topic=7987

I've updated gcc-arm to version 4.7.4, but i dont know to wich level it affects the building process.

I've compiled my latest build from the hudson repository https://bitbucket.org/hudson/magic-lantern/. This repository has the normal raw_rec module that outputs .raw format.
Some compilation problems have been fixed within the code so the only thing you need to touch are probably the lines 24 and 25 in makefile.user.default to specify the right path to your gcc-arm

GCC_VERSION=-4.7.3
ARM_PATH=~/gcc-arm-none-eabi-4_7-2013q2


Instead if you want you can compile like nick did from the g3gg0 repository that has the new raw_rec that outputs .mlv format https://bitbucket.org/g3gg0/magic-lantern
#63
Tragic Lantern / Re: 7D Raw Thread
August 30, 2013, 08:43:22 PM
Quote from: feureau on August 30, 2013, 07:55:56 PM
I can confirm that this is +3MB/s faster than the previous .raw recording version. But the one nick posted several posts before records to the new .mlv format and that is about +20MB/s faster than this version on my cards.

Btw, how do you people get your sources? I mean, you're both compiling a new version with small hacks on but you each get two different versions. And I can't seem to compile the one I just cloned from hudson.

What's going on here? Too many forks?

I have not tested latest Nick's build yet. I've compiled my builds from https://bitbucket.org/hudson/magic-lantern/ on VM Virtualbox xubuntu using latest gcc-arm 4.7.4. I think is a good idea to have as many builds compiled on as many computers as possible so we can test and know wich configurations and compilers give the best results. And we can have something to play with until some developer give us a hand :)
#64
Tragic Lantern / Re: 7D Raw Thread
August 30, 2013, 06:42:47 PM
My Latest build:

- Latest fixes (Small hacks, some ettr stuff) from https://bitbucket.org/hudson/magic-lantern/commits/all
- All the modules working including autoexpo.mo
- I'm getting faster speeds compared to my latest build (+3mb/s) using the normal raw_rec that outputs .raw format (Can anyone else confirm?)

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

USE AT YOUR OWN RISK :P

#65
Tragic Lantern / Re: 7D Raw Thread
August 28, 2013, 08:55:00 PM
This made my day:


To clarify, there are 3 latest builds:

brunonicko's build with liveview freeze workaround
http://www.astronautafilmes.com/clientes/magiclantern/ML_BrunoNicko_26_Ago_2013.zip

my first build with liveview freeze workaround, some other updates from the bitbucket repo and latest original raw_rec module that outputs RAW format
https://www.dropbox.com/sh/ifyeas56ltuqhg1/P-PeTt1Llz

my second build with liveview freeze workaround, some other updates from the bitbucket repo and g3ggo's latest raw_rec module for testing that outputs MLV format (Some people reported higher write speeds with this build)
https://www.dropbox.com/sh/2358mdjq2msnivd/9jZlmta0Fb

Just select one build you want and download and extract (if you downloaded a zip file) all the files to your CF card

USE AT YOUR OWN RISK :P
#66
Tragic Lantern / Re: 7D Raw Thread
August 26, 2013, 08:03:21 PM
Hey 1%, while we get you a 7d is there any way i can help you get the 7d firmware? You mean a firmware update from canon or some dump from the camera?

stevelucky read from here http://www.magiclantern.fm/forum/index.php?topic=7122.0
#67
Tragic Lantern / Re: 7D Raw Thread
August 26, 2013, 05:14:50 PM
Alternative build using the latest raw_rec from g3gg0:

- Write speed increased (Can anyone confirm?)

https://www.dropbox.com/sh/2358mdjq2msnivd/9jZlmta0Fb

Dont forget to copy all the files and enable the raw_rec and ime_base modules or it wont work.

USE AT YOUR OWN RISK :P
#68
Tragic Lantern / Re: 7D Raw Thread
August 26, 2013, 04:25:48 PM
I think we need to find the reslock stub
#69
Tragic Lantern / Re: 7D Raw Thread
August 26, 2013, 04:13:20 PM
Compiled under linux with latest changes:

- Raw video works good
- Removed autoexpo.mo because of some conflicts.

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

USE AT YOUR OWN RISK :P
#70
Tragic Lantern / Re: 7D Raw Thread
August 26, 2013, 08:18:31 AM
I get 3 frames from the end of the video written in the begining on frame 2, 3 and 4... everything else is perfect
#71
Tragic Lantern / Re: 7D Raw Thread
August 26, 2013, 08:00:20 AM
I did the same thing but with hudson/magic-lantern repo and under cgywin, compiling was a lot slower than on linux and also noticed some weird alerts while compiling. But this is great news man, thanks a lot!
#72
Tragic Lantern / Re: 7D Raw Thread
August 26, 2013, 07:20:38 AM
Wow this really works! So i guess i wasn't wrong but probably compiling on cgywin screwed something :) Can you share more details on how you compiled?
#73
Tragic Lantern / Re: 7D Raw Thread
August 26, 2013, 02:42:42 AM
Quote from: arrinkiiii on August 26, 2013, 02:22:38 AM
Do you manage to compile the auto ETTR update?

Forgot that one!, done and updated!
#74
Tragic Lantern / Re: 7D Raw Thread
August 26, 2013, 01:27:21 AM
I don't know how to delete this post lol :D
#75
Tragic Lantern / Re: 7D Raw Thread
August 26, 2013, 01:25:34 AM
WOW great news! I'd be happy to donate some money for developing this monster :)

Big thanks to arrinkiiii for your help coordinating, to Magic 7D for your great donation and to 1% for your awesome brain

Here is autoexec.bin with latest changes:
- Menu: experimental dynamic page that shows modified settings [usability] (Thanks a1ex!)
- Updated autoexpo and ettr modules (Thanks pravdomil and a1ex!)

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

USE AT YOUR OWN RISK :P