interested in a 50D initial port of Magic Lantern ? - page 14 - DSLR Hack development - CHDK Forum  

interested in a 50D initial port of Magic Lantern ?

  • 1148 Replies
  • 318993 Views
Re: interested in a 50D initial port of Magic Lantern ?
« Reply #130 on: 30 / August / 2011, 23:28:29 »
Advertisements
How about that service menu from Canon? Could that be useful?

Re: interested in a 50D initial port of Magic Lantern ?
« Reply #131 on: 31 / August / 2011, 11:06:40 »
Ok  :) :) :) 8) He was able to record 2 sec 1920X1088 Video and it looks great and silent ...


before crashing i exited the moviemode via the mode dial and tada the 50D saved 2 files .. odd: it is 1920X1088@30p
« Last Edit: 31 / August / 2011, 11:48:20 by smeangol »

Re: interested in a 50D initial port of Magic Lantern ?
« Reply #132 on: 31 / August / 2011, 11:23:58 »
Looks like the function needs some adjustments but it's clear that 50D is video capable.
How did you manage to record the video?
Let's wait for Alex now.

Re: interested in a 50D initial port of Magic Lantern ?
« Reply #133 on: 31 / August / 2011, 11:31:49 »
It is maximum user unfriendly :) In moviemode i can run some code .. the camera crahs after 4 sec but.. in this 4 sec i can exit the moviemode and a file is saved .. btw. the 50D cannot playback its own video .. odd
Thx to Al1x for great pioneer work
« Last Edit: 31 / August / 2011, 12:04:07 by smeangol »


Re: interested in a 50D initial port of Magic Lantern ?
« Reply #134 on: 31 / August / 2011, 11:34:30 »
That's what i was thinking about, the play mode with a video inside. Patience, somebody will work it out :)

*

Offline a1ex

  • *****
  • 671
  • ML dev
Re: interested in a 50D initial port of Magic Lantern ?
« Reply #135 on: 31 / August / 2011, 13:12:26 »
« Last Edit: 31 / August / 2011, 14:15:00 by a1ex »

*

Offline a1ex

  • *****
  • 671
  • ML dev
Re: interested in a 50D initial port of Magic Lantern ?
« Reply #136 on: 31 / August / 2011, 14:30:41 »
Bitrate info (40mbps).

Re: interested in a 50D initial port of Magic Lantern ?
« Reply #137 on: 31 / August / 2011, 22:08:28 »
Well... I'm out only 2 weeks and it's now possible to record movies!
Impressive!

Is there anything to do to help? (tests, feedback...)


*

Offline a1ex

  • *****
  • 671
  • ML dev
Re: interested in a 50D initial port of Magic Lantern ?
« Reply #138 on: 02 / September / 2011, 02:17:16 »
Well... next steps are to reverse engineer the movie section; for example, enabling bitrate may troubleshoot buffer issues.

Here's the code which should do the same as Smeangol's description (not tested). Since you have the camera in your hands (and you can do tests much faster than I could via instant messaging), play with this code and improve it.
Code: [Select]
void run_test()
{
gui_stop_menu();
msleep(1000);
set_shooting_mode(SHOOTMODE_MOVIE);
msleep(1000);
call("MovieStart");
msleep(3000);
call("MovieEnd");
msleep(1000);
set_shooting_mode(SHOOTMODE_M);
}

void xx_test(void* priv)
{
gui_stop_menu();
task_create("run_test", 0x1c, 0, run_test, 0);
}

Re: interested in a 50D initial port of Magic Lantern ?
« Reply #139 on: 02 / September / 2011, 05:17:49 »
www.smeangol.com/50D_stopwatch.zip just to make sure we are recording 30p ...

Are others able to record video with the current 50D ML Code? - with latest autoexec A1ex sent me the recording fails entirely - i can enter the moviemode but running the dont click me section makes the LV freeze for one second and returning to normal LV mode.
Right now i am using an older build to record. (i have no arm development handy  ;)
« Last Edit: 03 / September / 2011, 03:19:11 by smeangol »

 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal