Canon 650D [OLD]

Started by nanomad, November 29, 2012, 12:54:43 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

OliverD

Hiho!

Another newbie dropping in just to ask When
if there is any Paypal Adress or something?
So all of us who are waiting eager for a Beta-Release can throw some Money at you while we sit here and hit F5.
Found nothing on the Webpage, but maybe im Blind.

And now Hurry up!

Greetings from Germany
Oliver

rubirosa007

Yes pls I also want to help you guys out, I been sitting patiently waiting for this to happen.

Quote from: OliverD on February 11, 2013, 06:05:18 PM
Hiho!

Another newbie dropping in just to ask When
if there is any Paypal Adress or something?
So all of us who are waiting eager for a Beta-Release can throw some Money at you while we sit here and hit F5.
Found nothing on the Webpage, but maybe im Blind.

And now Hurry up!

Greetings from Germany
Oliver

brewerrj

Yes if there is an option to donate, please let me know! I would like to support the development of ML!

JannF

Guys, do you know what's a better option than spamming the forum thread?
Reading the commits over here is an interesting alternative ;)

blade

Quote from: brewerrj on February 12, 2013, 01:25:59 AM
Yes if there is an option to donate, please let me know! I would like to support the development of ML!

Unless i am wrong, look at the download page, at the bottom it states:

Thanks to your help, we have covered all our funding needs for now. Please consider donating to EFF, they do a great work in defending your digital rights!

btw I am still testing, will post an update soon
eos400D :: eos650D  :: Sigma 18-200 :: Canon 100mm macro

Lucas_W

Wish I could join in on the testing. Ah, well.
Canon EOS 650D + Kit lens, EF 50mm 1.8 and 52mm polariser.

blade

Did a stability test from the debug menu, 3 fail ( not new to the dev's i think but posting it anyway)

[pass] strlen("abc") => 0x3
[Pass] strlen("qwertyuiop") => 0xa
[Pass] strlen("") => 0x0
[Pass] strcpy(msg, "hi there") => 0x1ad190
[Pass] msg => 'hi there'
[Pass] snprintf(a, sizeof(a), "foo") => 0x3
[Pass] snprintf(b, sizeof(b), "foo") => 0x3
[Pass] strcmp(a, b) => 0x0
[Pass] snprintf(a, sizeof(a), "bar") => 0x3
[Pass] snprintf(b, sizeof(b), "baz") => 0x3
[Pass] strcmp(a, b) => 0xfffffff8
[Pass] snprintf(a, sizeof(a), "Display") => 0x7
[Pass] snprintf(b, sizeof(b), "Defishing") => 0x9
[Pass] strcmp(a, b) => 0x4
[Pass] snprintf(buf, 3, "%d", 1234) => 0x2
[Pass] buf => '12'
[Pass] memcpy(foo, bar, 6) => 0x1ad0c0
[FAIL] foo => 'p'
[Pass] memset(bar, '*', 5) => 0x1ad0a0
[FAIL] bar => '*****fghl;'
       bzero32(bar + 5, 5)

[Pass] bar => '****'
       t0 = *(uint32_t*)0xC0242014 => 0xf0e39
       msleep(250)
       t1 = *(uint32_t*)0xC0242014 => 0x2f5f4
[Pass] ABS(mod(t1-t0, 1048576)/1000 - 250) => 0x5
       LoadCalendarFromRTC( &now )
       s0 = now.tm_sec => 0x5
       Date/time: 2013/02/12 10:11:05
       msleep(1500)
       LoadCalendarFromRTC( &now )
       s1 = now.tm_sec => 0x6
[Pass] mod(s1-s0, 60) => 0x1
[Pass] mod(s1-s0, 60) => 0x1
       m0 = MALLOC_FREE_MEMORY => 0x3f968
[Pass] p = malloc(50*1024) => 0xfff80
[Pass] CACHEABLE(p) => 0xfff80
       m1 = MALLOC_FREE_MEMORY => 0x33158
       free(p)
       m2 = MALLOC_FREE_MEMORY => 0x3f968
[Pass] ABS((m0-m1) - 50*1024) => 0x10
[Pass] ABS(m0-m2) => 0x0
       m0 = GetFreeMemForAllocateMemory() => 0x395bf8
[Pass] p = AllocateMemory(256*1024) => 0xa56d0c
[Pass] CACHEABLE(p) => 0xa56d0c
       m1 = GetFreeMemForAllocateMemory() => 0x355bec
       FreeMemory(p)
       m2 = GetFreeMemForAllocateMemory() => 0x395bf8
[Pass] ABS((m0-m1) - 256*1024) => 0xc
[Pass] ABS(m0-m2) => 0x0
       m01 = MALLOC_FREE_MEMORY => 0x3f968
       m02 = GetFreeMemForAllocateMemory() => 0x395bf8
[Pass] p = alloc_dma_memory(256*1024) => 0x40a56d4c
[Pass] UNCACHEABLE(p) => 0x40a56d4c
[Pass] CACHEABLE(p) => 0xa56d4c
[Pass] UNCACHEABLE(CACHEABLE(p)) => 0x40a56d4c
       free_dma_memory(p)
[Pass] p = (void*)shoot_malloc(24*1024*1024) => 0x4a000068
[Pass] UNCACHEABLE(p) => 0x4a000068
       shoot_free(p)
       m11 = MALLOC_FREE_MEMORY => 0x3f968
       m12 = GetFreeMemForAllocateMemory() => 0x395bf8
[Pass] ABS(m01-m11) => 0x0
[Pass] ABS(m02-m12) => 0x0
       EngDrvOut(0xC0F14400, 0x1234)
[Pass] shamem_read(0xC0F14400) => 0x1234
       call("TurnOnDisplay")
[Pass] DISPLAY_IS_ON => 0x1
       call("TurnOffDisplay")
[Pass] DISPLAY_IS_ON => 0x0
       call("TurnOnDisplay")
[Pass] DISPLAY_IS_ON => 0x1
       SetGUIRequestMode(1); msleep(1000);
[Pass] CURRENT_DIALOG_MAYBE => 0x1
       SetGUIRequestMode(2); msleep(1000);
[Pass] CURRENT_DIALOG_MAYBE => 0x2
       SetGUIRequestMode(0); msleep(1000);
[Pass] CURRENT_DIALOG_MAYBE => 0x0
[Pass] display_idle() => 0x1
       GUI_Control(BGMT_PLAY, 0, 0, 0); msleep(500);
[Pass] PLAY_MODE => 0x1
[Pass] MENU_MODE => 0x0
       GUI_Control(BGMT_MENU, 0, 0, 0); msleep(500);
[Pass] MENU_MODE => 0x1
[Pass] PLAY_MODE => 0x0
[Pass] MEM(dialog->type) => 0x4c414944
       GUI_Control(BGMT_MENU, 0, 0, 0); msleep(500);
[Pass] MENU_MODE => 0x0
[Pass] PLAY_MODE => 0x0
       task_create("test", 0x1c, 0x1000, test_task, 0) => 0x13320004
[Pass] test_task_created => 0x1
[Pass] get_task_name_from_id(get_current_task()) => 'run_test'
[Pass] mq = mq ? mq : (void*)msg_queue_create("test", 5) => 0x137c00b0
[Pass] msg_queue_post(mq, 0x1234567) => 0x0
[Pass] msg_queue_receive(mq, (struct event **) &m, 500) => 0x0
[Pass] m => 0x1234567
[Pass] msg_queue_receive(mq, (struct event **) &m, 500) => 0x9
[Pass] sem = sem ? sem : create_named_semaphore("test", 1) => 0x1402023e
[Pass] take_semaphore(sem, 500) => 0x0
[Pass] take_semaphore(sem, 500) => 0x9
[Pass] give_semaphore(sem) => 0x0
[Pass] take_semaphore(sem, 500) => 0x0
[Pass] give_semaphore(sem) => 0x0
[Pass] rlock = rlock ? rlock : CreateRecursiveLock(0) => 0x149400c2
[Pass] AcquireRecursiveLock(rlock, 500) => 0x0
[Pass] AcquireRecursiveLock(rlock, 500) => 0x0
[Pass] ReleaseRecursiveLock(rlock) => 0x0
[Pass] ReleaseRecursiveLock(rlock) => 0x0
[Pass] ReleaseRecursiveLock(rlock) => 0xf
[Pass] f = FIO_CreateFileEx(CARD_DRIVE"test.dat") => 0x4
[Pass] FIO_WriteFile(f, (void*)ROMBASEADDR, 0x10000) => 0x10000
[Pass] FIO_WriteFile(f, (void*)ROMBASEADDR, 0x10000) => 0x10000
       FIO_CloseFile(f)
[Pass] FIO_GetFileSize(CARD_DRIVE"test.dat", &size) => 0x0
[Pass] size => 0x20000
[Pass] p = alloc_dma_memory(0x20000) => 0x407f5b14
[Pass] f = FIO_Open(CARD_DRIVE"test.dat", O_RDONLY | O_SYNC) => 0x4
[Pass] FIO_ReadFile(f, p, 0x20000) => 0x20000
       FIO_CloseFile(f)
       free_dma_memory(p)
[Pass] count => 0x3a98
[Pass] FIO_RemoveFile(CARD_DRIVE"test.dat") => 0x0
       SW1(1,100)
[FAIL] HALFSHUTTER_PRESSED => 0x0
       SW1(0,100)

[Pass] HALFSHUTTER_PRESSED => 0x0
eos400D :: eos650D  :: Sigma 18-200 :: Canon 100mm macro

nanomad

Uhm, so I broke the HALFSHUTTER_PRESSED macro ... :/
Gotta check it
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

a1ex


blade

Found an crash log on my SD card, not sure what caused it as it is from a few days back....so maybe not a lot of help...

ASSERT: !IS_ERROR(semErr)
at ./EekoApp/Color/WB/LV/LvWbAlgorWrap.c:522, task CLR_CALC
lv:0 mode:3


Magic Lantern version : v2.3.NEXT.2013Jan30.650D101
Mercurial changeset   : 9d92bca2f850+ (unified) tip
Built on 2013-01-30 09:02:24 by [email protected].
Free Memory  : 254K + 3655K
eos400D :: eos650D  :: Sigma 18-200 :: Canon 100mm macro

killr0y

NANOMAD -

Just my periodic drop-by to see how things are progressing.  Keep up the good work! 

baga

I know nanomad said we should all remove and stop testing the Pre-alpha but I'm curious who other than the Developers are still using/testing it? Other than mine and one other I haven't seen what I consider a lot of major bugs.  I know I'm not a developer so I can only go by what I read posted here. The little I have tested so far has been trouble free. I hope this is a good sign so we can continue our testing soon. 
I'm not rushing them because I know the pre-alpha and alpha are where the majority of issues are corrected so that the beta version can be more stable and hopefully just need some tweaking.


Thanks Dev. team for all you do on your free time for us.
Bob
Canon T4i/650d, Battery grip,  Xti/400d, 5 lenses, 2x converter, External flash hot shoe, Minolta XG7, power winder, Minolta X700, power winder grip, Sunpak 522 with dedicated sensors, dedicated hot shoe flash, 2x converter, 6 lenes and 4 older cameras

blade

More testing......

Movie menu

Bitrate (CBR)  : working  tested and including 3, seems to work in playback on camera ( timer runs down faster during recording indicating larger             file size) Have not exported the files.

time indicator
   off: working
   elapsed:working
   remain.card:working
   remain.4gb:working

Movie logging: working

# Magic Lantern v2.3.NEXT.2013Jan30.650D101

Start          : 2013/02/12 18:25:22
Lens name      : EF100mm f/2.8 Macro USM
ISO            : 0
Shutter        : 1/0.000s
Aperture       : f/0.0
Focal length   : 100 mm
Focus distance : 390 mm
White Balance  : 0 - Auto, Magenta 0, Blue 0
Picture Style  : Auto (3,0,0,0)
FPS            : 25.000
Bit Rate (CBR) : 1.0x

CSV data:
Time,ISO,Shutter,Aperture,Focal_Len,Focus_Dist
18:25:22,0,0,0.0,100,39


Movie restart: Not sure how to test this..

rec/stby notify
    red crossout: working
    rec/stby:working

movie rec key: working
force liveview: not working ?? after lens swap i get a canon message to acitvaye movie shooting
shutterlock: not tested
gradual expo: not tested
FPS override: Not working: starts at 25.000 then jumps to 40.000 live image freezes, (menu etc is still working) If FPS is turned off the image is live agian with a green band in the middle that fades
FPS ramping: with override on, it starts at 25 fps, but no changes.
HDR video working

Update FPS override: downsampling works, however i get mixed results, some recording seem to work (4 fps), other do not start at all, or i get a errer saying that recording has stoped.

Turnig fps ramping on leads to a crash
ASSERT: !IS_ERROR(semErr)
at ./EekoApp/Color/WB/LV/LvWbAlgorWrap.c:522, task CLR_CALC
lv:1 mode:3


Magic Lantern version : v2.3.NEXT.2013Jan30.650D101
Mercurial changeset   : 9d92bca2f850+ (unified) tip
Built on 2013-01-30 09:02:24 by [email protected].
Free Memory  : 254K + 3588K
eos400D :: eos650D  :: Sigma 18-200 :: Canon 100mm macro

blade

And last:

Shoot menu.
Adv.Bracketing:        As far as i see no working options.... 
Intervalometer:        Working
TimelapseRamping:   
           Auto expo ramp:
                                  LRT: Keep getting: too dark increasing iso
                                  smooth ramping : Keep getting: too dark increasing iso
                                  man. focus ramping: working (i think)
using ramping i seem to get stuck in the ramping, i get menu control back, but the ramping continuous, i have to turn off the camera to stop 

Bulp timer: working
Motion detect: working
Silent picture: working saves a .422 file
mirror lockup: working
Flash tweaks: Not tested

Thats all folks....





eos400D :: eos650D  :: Sigma 18-200 :: Canon 100mm macro

blade

A1EX and Nanomad,

I think I have tested everything I can test. I think I am finished for now, unless you have anything additional you would like me to test. Please do not hesitate to contact me. I will be here to test a possible future release!

eos400D :: eos650D  :: Sigma 18-200 :: Canon 100mm macro

nanomad

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

Lucas_W

I noticed you can still get the original dumper from a certain repository, but I'm not crazy enough to use it.
Canon EOS 650D + Kit lens, EF 50mm 1.8 and 52mm polariser.

nanomad

Well, I not much we can do if it's not in an official repo
Please link it here though
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

blade

Nanomad, i think it is  still aviable on the server where you provided the pre alpha and the fix. The folder /650/ is public.
eos400D :: eos650D  :: Sigma 18-200 :: Canon 100mm macro

nanomad

There's no old dumper in the 650D folder

THe only thing that's there is a "boot fixer" package that shouldn't do any harm...I'll remove it though
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

JannF

Quote from: baga on February 12, 2013, 06:16:45 PM
I know nanomad said we should all remove and stop testing the Pre-alpha but I'm curious who other than the Developers are still using/testing it? Other than mine and one other I haven't seen what I consider a lot of major bugs.  I know I'm not a developer so I can only go by what I read posted here. The little I have tested so far has been trouble free. I hope this is a good sign so we can continue our testing soon. 
I'm not rushing them because I know the pre-alpha and alpha are where the majority of issues are corrected so that the beta version can be more stable and hopefully just need some tweaking.


Thanks Dev. team for all you do on your free time for us.
Bob

I am still using it and I detected a bug in the normal Canon Firmware when ML is loaded.
Sometimes in Picture Review mode I can't use touch or go to other pictures.
When exiting and reentering via. the play button everything seems to be fine again.

Lucas_W

I actually can no longer find the link, but it was in the list of commits, the one like the commit that removed it but added it and clicking the 'view file' button downloaded it to my computer.

Ah, here it is, thanks to web history.

https://bitbucket.org/hudson/magic-lantern/commits/5859adcaa2442cfe5be93b025b44a8be64ce33b2
Canon EOS 650D + Kit lens, EF 50mm 1.8 and 52mm polariser.

baga

Quote from: JannF on February 14, 2013, 03:41:34 AM
I am still using it and I detected a bug in the normal Canon Firmware when ML is loaded.
Sometimes in Picture Review mode I can't use touch or go to other pictures.
When exiting and reentering via. the play button everything seems to be fine again.

Interesting, I had that happen but I pulled the batt. out.  That was yesterday so now I'm only loading ML when I want to try one or two feature and then back out.  Up until then I only had questions about how to use certain settings I couldn't get to work.
Thanks for posting that.  I was going to try it a couple more times before I posted it.  I wanted to make sure it wasn't me first.  Now I feel comfortable knowing it wasn't me.
Canon T4i/650d, Battery grip,  Xti/400d, 5 lenses, 2x converter, External flash hot shoe, Minolta XG7, power winder, Minolta X700, power winder grip, Sunpak 522 with dedicated sensors, dedicated hot shoe flash, 2x converter, 6 lenes and 4 older cameras

JamieRollsMedia650D

Hey new guy here but been researching about this ever since I got my 650d and I was disappointed that he hadn't been done.. Then search this forum and found this and happy to of choose the 650d as a weapon of choice ! Keep up the work testers and development team it is true appreciated !

Moviemaker

Hello, I'm new user, I have a 650D I install Magic Lantern? there is a version?