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

#11376
Yes, there are interactivity timers for powersave in LiveView (but only for that, for now).

There is a clock incrementing every second (get_seconds_clock) so a timeout from last button press is a good idea.
#11377
The purpose of that is to let the user know that something's running and may drain the battery.

Any suggestion?
#11378
With your config, the blue LED stays off when pressing shutter halfway (5D2, 2.3 RC1).
#11379
The tools for compiling the FIRs are not public.
#11380
Does this happen with the RC1 (just posted)? If yes, send me your config file.
#11381
General Development / Re: 600D Audio Controls?
July 08, 2012, 07:15:39 PM
You can use PTP for that: http://magiclantern.wikia.com/wiki/PTP-CHDK

But I think you need some custom handlers.
#11382
General Development / Re: 600D Audio Controls?
July 08, 2012, 06:52:23 PM
No need to decrypt the firmware once you run ML - see the FAQ.

You can put the reg dump on "don't click me" and maybe you can use some delay. Or call fake_simple_button(BGMT_PLAY) to force playback mode after ML menu is closed.
#11383
Ah, no need to revert the bootflag, the firmware update won't touch it.
#11384
You can format one card and use it for updating.
#11385
Feature Requests / Re: Canon 1080p24
July 08, 2012, 02:45:23 PM
KarateBrot: you mean Canon menu, right?
#11386
Not for next big update.
#11387
It tells you "hey, you forgot the camera on! it may be draining the battery...".

The "always on" is because you enabled some feature that uses half-shutter (like HDR or trap focus).
#11388
General Development / Re: 600D Audio Controls?
July 08, 2012, 11:48:47 AM
Here are my guesses from dumping the registers:

68,68, 6e, 6f: auto/manual?

7e/7f: 04 = WF off, 07 = WF on

audio gain:
32/33
38/39
6e/6f

68/69 agc


Some background: audio registers have two digits (let's say 0xAB).

To read a register: int value = audio_ic_read(0xAB00);
To write to a register: if value is 0x12, you call audio_ic_write(0xAB12).
#11390
You have to wait until it's announced. Until then, compile from source.
#11391
For preview it may be possible at some point. For recording, no.

See here: https://groups.google.com/group/ml-devel/browse_thread/thread/bc87f877c0e5f8aa
#11392
At startup, sensor cleaning goes away at the first key press, no need for ML to interfere with it.
#11394
Thanks, but the answer to all your questions is no.
#11395
Beta testing was the feedback from ml-devel, then there was a early RC0 testing among the current ML team. You can see the results here:
http://docs.google.com/spreadsheet/viewform?formkey=dG1FMjVQUEtjWV8zSlpaeEZtZDBQZ2c6MQ#gid=0

And I call it "release candidate" because I don't have plans for changing any functionality - just fix any remaining bugs which I wasn't able to detect.

#11396
General Development / ML credits (needs updating)
July 06, 2012, 10:33:52 AM
As you know, in the PDFs that come in the stable releases we also mention the people who have contributed. But the task for mentioning everyone's contributions properly is not as easy as it seems - so I need a bit of help. The toughest problem that I want to avoid is to forget an important contribution.

Here's my draft for the in-camera version:

http://a1ex.magiclantern.fm/bleeding-edge/credits.png
#11397
It was already done. On the old version, just set Canon ISO to 320 (undocumented trick for 60D/600D only).
#11398
Done.
#11399
Scrollbars have a disadvantage though: you don't see everything that's available in that menu, at a glance.
#11400
No.