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

#1
How do I get the menu from the picture below that was posted by Greg some time ago? The Start, Shots, Delay and Dual ISO are not in my menu, I only get the first 3 entries. I use the latest nightlies on my 50D and 60D.

Should I compile Greg's fork? Or should I get a custom silent.mo module from somewhere? Or is this some unfinished work?

#2
If this is as true as you seem to imply on Twitter, you sure chose a great day to announce it!
#3
Katabatic, you beat me to it  ;)
#4
General Chat / Re: Apertus Axiom Beta
October 10, 2014, 10:51:54 AM
Nice to know that the 35mm sensor is the same one (allegedly) used in Blackmagic's Production Camera and URSA. So we already have somewhat of a reference about it's capabilities.
#5
Sure, 4K 30fps 14bit raw is 3.5Gbit/s, that's about the maximum you'll realistically get over a USB 3.0 connection. The only thing that's missing is a developer with a 7DII and a few years of spare time ;)
#6
Just downloaded their latest trial version for Mac (8.0.802). MLV Doesn't seem to work.




Btw, it looks like Scratch has it's UI built from scratch. It's clunky and on the Mac it seems to lack the most basic OS integration. Full-screen only app that covers the dock, no menu bar. Strange custom widgets, clunky custom text input, ugly custom mouse pointers ... I feel sorry for the guy that needs to use this thing.

Oh yeah, pricing starts at 150$/day...
#7
Quote from: a1ex on February 23, 2014, 02:10:23 PM
Dynamic range series (ISO 100-12800 in Canon menu, ADTG gain at sweet spot, ADTG2/4[8,9,A,B] at 36 for ISO 100 and 0 for all other ISOs, CMOS patches enabled.


ISO    DR
66     11.589 + 0.1
115    11.772
230    11.649
460    11.427
912    10.968
1750   10.369
3333   9.610
6400   8.834

I made this DR chart. Is it correct?

#8
I agree, just a small correction: Blackmagic's cameras generate 12 bit dng.
#9
Raw Video / Re: 60D RAW video - it's working !!!
December 29, 2013, 06:48:18 PM
Quote from: Bioskop.Inc on October 17, 2013, 03:26:18 PM
BAD PIXELS:
Here's a link to Marrek's build that gets rid of the bad pixels (you need to turn on LV_AF_Raw in the Raw Video menu).
https://www.dropbox.com/s/0jiq5wuzwp6igyi/ml60d_01_09_2013.zip
The only way to get rid of the bad pixel bug is to get this build from september 2013. Is there any development going on to resolve this bug in the official Magic Lantern? I couldn't find a bug report on this, I suppose I can open one?
#10
General Chat / Re: Canon EOS 70D (RAW possibility)
September 02, 2013, 10:33:05 AM
Empty buffer speed seems to be about 2fps which probably means 45MB/s like all the other recent Canon SD-card cameras.

This means it's too slow for continuous uncropped raw.
#11
General Chat / Re: Canon EOS 70D (RAW possibility)
September 01, 2013, 10:58:18 PM
To those who have a 70D and a fast +90MB/s card: Maybe you could test the speed of the card slot and the size of the buffers:

Try shooting in high speed burst mode and count how many shots you get before it slows down.
#12
The colors are wrong because it generates a faulty EXIF ISO value.
I removed the ISO value with exiftool: exiftool -ISO=0 000000.DNG
Now colors are ok. White balance is still off but that's not a problem.
#13
OK, on topic guys! Let's make a list of supported apps. I started here:
http://magiclantern.wikia.com/wiki/RAW_Video#Programs_with_ML_raw_file_support
Someone should add some windows and linux apps.
#14
General Development / Re: RAW Desktop Playback OSX
July 05, 2013, 01:24:42 AM
@mageye: no idea what's going on here, you need to ask the syoyo, he is the developer:
https://twitter.com/syoyo
http://vimeo.com/69537525
http://syoyo.wordpress.com

@aaphotog: Sigh... syoyo build it for 10.8, wrapping it in a gui will not magically make it work.
#15
Dreaming on ...
[edit]
#16
This is really cool g3gg0!

You gave me this idea to speed up typing:
Good old multi-tap from the mobile phone days... ?  ::)

But that would be 60D / 6D only because of the 8-way dial...
#17
Reverse Engineering / Re: ADTG and CMOS registers
July 03, 2013, 07:49:13 PM
Also getting ERR70s with
CRASH00.LOG
ASSERT: FALSE
at Memory\Memory.c:188, task adtg_log_task
lv:0 mode:10


Magic Lantern version : v2.3.NEXT.2013Jul03.60D111
Mercurial changeset   : 482b1734e293+ (unified) tip
Built on 2013-07-03 16:59:20 by magiclantern@magiclantern-VirtualBox.
Free Memory  : 470K + 1037K
#18
Reverse Engineering / Re: ADTG and CMOS registers
July 03, 2013, 07:46:11 PM
Here you go. All the lines end in VSYNC. I suppose that's not what you need...  :'(

/* 00:00:03.276125  */ -------- VSYNC --------
/* 00:00:03.321890  */ -------- VSYNC --------
/* 00:00:03.367163  */ -------- VSYNC --------
...
#19
Reverse Engineering / Re: ADTG and CMOS registers
July 03, 2013, 07:13:51 PM
Heh yes, see my edit above. Now how do I use this?
#20
General Development / Re: RAW Desktop Playback OSX
July 03, 2013, 05:27:26 PM
rawdec is 10.8 only. It looks like it's compiled for that. Furthermore depends on hpc gcc 4.8 which is also 10.8 only.
#21
General Development / Re: RAW Desktop Playback OSX
July 03, 2013, 03:26:29 PM
Here is how to get this to work using Homebrew. It works only on Mountain Lion.

Install Command Line Tools for Xcode from https://developer.apple.com/downloads (need free dev account)
Download gcc-mlion.tar.gz from http://hpc.sourceforge.net
Download rawdec: http://drive.google.com/folderview?id=0B8AXAVUQ9BiKVXN1cDh3dmw1VGM&usp=sharing
Extract gcc-mlion.tar.gz by opening the file.
Same for gcc-mlion.tar

Now in Terminal (note that you might skip gunzip gcc-lion.tar.gz if Safari already extracted it):

cd Downloads                                                     
gunzip gcc-lion.tar.gz                                           
sudo tar -xvf gcc-mlion.tar -C /                                  # Installs hpc gcc
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"   # Installs homebrew
brew install sdl                                                  # Installs sdl using homebrew
cp rawdec.osx.2013-07-03/rawdec /usr/local/bin/
            # Installs rawdec

You can now launch the App like this:
rawdec MyMovie.RAW
During playback you might need to press I or Shift+I to increase or decrease intensity.
#22
Reverse Engineering / Re: ADTG and CMOS registers
July 03, 2013, 02:54:08 AM
They are not
[edit:] Got it to work by adding gdb.o to src/Makefile.src
btw I'm using g3gg0's bitbucket
#23
Reverse Engineering / Re: ADTG and CMOS registers
July 03, 2013, 01:40:39 AM
[edit]ok I modified Makefile.user
magiclantern/Makefile.user

ARM_ABI=none-eabi
ARM_PATH=~/arm-toolchain
GCC_VERSION=4.7.3
CONFIG_MODULES   = y
CONFIG_TCC   = y
CONFIG_PICOC   = n
PYTHON      = python2.6
CONFIG_TINYPY    = Y
CONFIG_GDB      = Y
CONFIG_GDBSTUB  = Y

cd platform/60D.111/
make clean && make

cd ../../modules/trace/
make clean && make

cd ../../modules/adtg_log/
make clean && make

copy
autoexec.bin -> /

60D_111.sym, adtg_log.mo, trace.mo -> /ml/modules/

#24
Reverse Engineering / Re: ADTG and CMOS registers
July 03, 2013, 01:16:06 AM
Quote from: g3gg0 on June 27, 2013, 10:14:44 AM
using these modules, can someone trace crop mode ADTG configuration on 60D or 600D?
I'm not experienced in building ML myself. I have a 60D. I tried to compile a new autoexec.bin and the adtg_log and trace modules, but when loading them I get this:
#25
General Chat / Re: 70D: Rumors and speculation.
July 02, 2013, 01:53:36 PM
The sensor is 5472x3648. So LV raw would max out at 1824x1216, that's 1824x1026 in 16/9.
Pretty close to 1080p.

But to get continuous shooting at 40MB/s (Canon's "UHS-I") we would need to crop to something like 1427x760 @ 24fps. That image circle would have a bit above 2x crop factor.