[solved] 60D silent pics DNG

Started by marekk, May 19, 2013, 12:31:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

marekk

Hi all 60D users ;)
I've just modified latest ML source based on 500D & 550D modifications and now I'm able to get DNG silent pics from 60D (1736x1156).

My respository:
https://bitbucket.org/marekk17/60d-silent-dng/commits/all/tip/branch%28%22unified%22%29

RAW_PHOTO_EDMAC 0xc0f04A08 (the same as for 500D, 550D and others) - I'm totally new to ML development so I don't know if it's correct value but it works.

Now I'm trying to find correct values for skip parameters:



            #ifdef CONFIG_60D
        skip_top    = 26;
        skip_left   = 152;
        skip_right  = 2;
//        skip_left   = zoom ? 0 : 0;
//        skip_right  = zoom ? 0 : 0;
        #endif


Sample DNG file (manual mode, live view, sigma 17-50mm f2/8)
https://docs.google.com/file/d/0B-HdscXfsKpgRWhsTjRFZGpXWWM/edit?usp=sharing

Latest autexec.bin:
https://docs.google.com/file/d/0B-HdscXfsKpgcDlDYlFGaW82Tjg/edit?usp=sharing

nanomad

Remember to submit a pull request every now and then :)
EOS 1100D | EOS 650 (No, I didn't forget the D) | Ye Olde Canon EF Lenses ('87): 50 f/1.8 - 28 f/2.8 - 70-210 f/4 | EF-S 18-55 f/3.5-5.6 | Metz 36 AF-5

marekk


seanturco

Hello and thank you for your amazing work !
Unfortunately I can't find into the 60d, the modules section into ML. So I can't load the raw_rec modules.
Someone can help me ?

marekk

You don't need raw_rec for silent pics..
If you want to get DNG start live view for example in manual mode go to ML preferences, and turn on Silent Picture option (tab with Advanced Bracketing and Intervalometer).. Then go back to live view and press half shutter and ML will save DNG file on your sd card.

vertigopix

I'm trying it right now !  8)
I will post my timelapse in 1-2 hours...

marekk

I've just corrected one mistyping in colormatrix.. autoexec.bin link is updated.

vertigopix

Quote from: marekk on May 19, 2013, 04:28:42 PM
I've just corrected one mistyping in colormatrix.. autoexec.bin link is updated.

I will retry later...   ;)

marekk

I'm going to shot test timelapse right now and I will post results later.
I'm not able to remove pink color when lv is in zoom mode...

vertigopix

1st version (with your 1st autoexec.bin)
No correction, just DNG to JPEG with Lightroom

vertigopix

With the new autoexec.bin


marekk

here is my test timelapse shot.. DNG files imported to AE with some color correction, sharpening etc.


marekk

after latest modifications to raw.c by a1ex there is no pink color in zoom mode..

sample DNG (2520x1080)
https://docs.google.com/file/d/0B-HdscXfsKpgaXhtaWJIdTZPOW8/edit?usp=sharing

corrected JPG
https://docs.google.com/file/d/0B-HdscXfsKpgZjctck1IekFpX0k/edit?usp=sharing

autoexec.bin updated

seanturco

If I understand ! Silent pics is useful for time lapse movie ?
It isn't dedicated for real time movie? im right ?
There is no shutter release ( except the first to switch in liveview mode ) ?

marekk

yes, it's good for timelapses. It will be very difficult to run raw video rec on 60D because of write throughput to sd card which is only max 10-11 MB/s

Quote from: seanturco on May 19, 2013, 06:45:06 PM
If I understand ! Silent pics is useful for time lapse movie ?
It isn't dedicated for real time movie? im right ?

marekk

here is my second timelapse test movie.. I think we don't need deflicker in slinet pics mode anymore..


marekk

60D config is now included in official ML source so you can download autoexec.bin from fresh nightly build with all new improvements.

seanturco

Thank you :)

I will test very soon. Since the grey skies of paris turn to a perfect sunrise !  ;)
Just a question:
It isn't possible actually with silent pics to take picture under 1/33 seconds ?

marekk

hmm I think it's possible but in live view in manual photo mode


Quote from: seanturco on May 20, 2013, 10:26:48 AM
Thank you :)

I will test very soon. Since the grey skies of paris turn to a perfect sunrise !  ;)
Just a question:
It isn't possible actually with silent pics to take picture under 1/33 seconds ?

ilguercio

ok, silent pic work but what is the deal with the burst rate?
I keep the button pressed and it is sooooo slow...
Canon EOS 6D, 60D, 50D.
Sigma 70-200 EX OS HSM, Sigma 70-200 Apo EX HSM, Samyang 14 2.8, Samyang 35 1.4, Samyang 85 1.4.
Proud supporter of Magic Lantern.

marekk


I can enable silent burst but I think SD card interface in 60D is to slow...

Quote from: ilguercio on May 20, 2013, 01:10:16 PM
ok, silent pic work but what is the deal with the burst rate?
I keep the button pressed and it is sooooo slow...

vertigopix

Hi !
I have a problem with the latest autoexec.bin and silent DNG.
Some black pixels like dead pixels.


It doesn't appear with RAW,JPEG and 422 images

marekk

It looks like processor corrects bad pixel during conversion to CR2 or JPG...

Quote from: vertigopix on May 20, 2013, 01:23:46 PM
Hi !
I have a problem with the latest autoexec.bin and silent DNG.
Some black pixels like dead pixels.


It doesn't appear with RAW,JPEG and 422 images

vertigopix

I don't know if bad pixels are corrected in CR2 files...
But it doesn't appear in .422 files and i think that they are not corrected by the processor.