Author Topic: 350d boot from cf card  (Read 74244 times)

Offline MilanC

  • Rookie
  • *
  • Posts: 8
Re: 350d boot from cf card
« Reply #210 on: 09 / August / 2010, 01:48:03 »
That disp/disp+4 works, but some values must be guessed (+- 2.5 ~ 4 EV). Anyway, it was a quick, dirty hack I did before knowing that the 16000b limit could be changed. It should probably be removed regardless of whether your new code works or not.
EDIT: your code works; did the same thing for avcomp.

Had some problems with local variables too; this was solved by declaring them in the first lines of a function (even if in standard code you could declare them further on).

Redundant buffers problem noted, will take care of that.
EDIT: actually, tmpstr has been removed; now dynamicstr from the original code is used. oh, and aeb and av seem to need separate buffers from each other, or things break.


NEW FILE: http://www.mediafire.com/download.php?4dmc7t7mifqyx7z
No new features, but cleaner and smaller.


« Last Edit: 09 / August / 2010, 03:07:33 by MilanC »
Milan

Offline Cyber

  • Rookie
  • *
  • Posts: 7
Re: 350d boot from cf card
« Reply #211 on: 10 / August / 2010, 18:22:04 »
Latest version of CHDK working correctly:AEB and 10s intervals work good

Offline bacakozak

  • Newbie
  • *
  • Posts: 3
Re: 350d boot from cf card
« Reply #212 on: 11 / August / 2010, 22:49:16 »
hi, i'm interested in timelapse function.. could you give me a hint about buttons sequence to press? i tried "set" on info screen but i get no output on screen, tried to press shutter but also no effect, only one photo...

i'm using 350d 1.0.3 with last MilanC autoexec.bin on cf
greetings and thanks guys for good job ;)

Offline MilanC

  • Rookie
  • *
  • Posts: 8
Re: 350d boot from cf card
« Reply #213 on: 12 / August / 2010, 02:57:05 »
Keypresses don't register properly, try pressing 'Set' two times. Same problem with 'Menu' and 'Info' (used when adjusting the number of pictures in the sequence).
Milan

Offline bacakozak

  • Newbie
  • *
  • Posts: 3
Re: 350d boot from cf card
« Reply #214 on: 12 / August / 2010, 09:02:08 »
I'm pressing it several times, but it doesn't change anything :( - (menu/info/play/left/right change values)
btw. on 15 raw+jpeg screen i've got the same situation, left/right works... but set doesn't :(
« Last Edit: 12 / August / 2010, 09:10:01 by bacakozak »

Offline photongraph

  • Newbie
  • *
  • Posts: 1
Re: 350d boot from cf card
« Reply #215 on: 12 / August / 2010, 12:09:51 »
Thank you maiohwmai, cyrustam, crazyklaus, and MilanC. Guys like you make the world a better place  :).

« Last Edit: 12 / August / 2010, 12:30:50 by photongraph »

Offline surge

  • Newbie
  • *
  • Posts: 2
Re: 350d boot from cf card
« Reply #216 on: 13 / August / 2010, 20:19:53 »
I'm pressing it several times, but it doesn't change anything :( - (menu/info/play/left/right change values)
btw. on 15 raw+jpeg screen i've got the same situation, left/right works... but set doesn't :(

I'm having the same issue.  Can anyone confirm what needs to be pressed?  is it SET or some other button?

Offline MilanC

  • Rookie
  • *
  • Posts: 8
Re: 350d boot from cf card
« Reply #217 on: 14 / August / 2010, 08:29:14 »
I'm sorry but I've no idea what the problem with 'Set' could be.

By the way, I can't remember exactly which key does what in 15., but left, right and set each change a different setting (fine/medium, raw/jpeg/raw+jpeg, L/M/S).
Milan

Offline bacakozak

  • Newbie
  • *
  • Posts: 3
Re: 350d boot from cf card
« Reply #218 on: 14 / August / 2010, 17:23:19 »
can i ask you for compile with another button instead of "set" - maybe change set and play in timelapse switch - set would increase ++ and play will shot... 

CHDK Forum

Re: 350d boot from cf card
« Reply #218 on: 14 / August / 2010, 17:23:19 »

Offline arm.indiana

  • Jr. Member
  • **
  • Posts: 97
Re: 350d boot from cf card
« Reply #219 on: 14 / August / 2010, 22:21:44 »
For your information, custom code can be run on the 550D !

http://groups.google.com/group/ml-devel/browse_thread/thread/f87188ddff2cf50
http://magiclantern.wikia.com/wiki/550D

why not upgrading ?

Arm.Indy

Offline crazyklaus

  • Jr. Member
  • **
  • Posts: 52
Re: 350d boot from cf card
« Reply #220 on: 14 / August / 2010, 23:20:56 »
too expensive  :P

yes, the 550D has many great improvements over the 350D, but it won't lose any of its abilities when we have the 600D or whatever the successor will be called so I still can get it then for less money and have fun coding for the 350D longer



I'm right now doing some stuff, will upload new version later

MilanC:
you had a few errors in the german version, a typo in the code you obviously wouldn't notice if you don't try to compile it with the german setting, and in the main.c the option was called "DEUTSCH" while in user_settings.txt it was called "GERMAN"

Offline crazyklaus

  • Jr. Member
  • **
  • Posts: 52
Re: 350d boot from cf card
« Reply #221 on: 15 / August / 2010, 00:19:32 »
« Last Edit: 15 / August / 2010, 00:32:35 by crazyklaus »

Offline crazyklaus

  • Jr. Member
  • **
  • Posts: 52
Re: 350d boot from cf card
« Reply #222 on: 15 / August / 2010, 00:45:06 »
this file contains the complete stuff

http://www.mediafire.com/?wrsb07go8rqmkc9

If you don't wan't to compile your own version, simply take the autoexec.bin file and copy it to your CF card (after you have EXACTLY followed the instructions on this page if you do it for the first time: http://chdk.wikia.com/wiki/350D )
DON'T TRY TO HACK YOUR CAMERA IF IT IS NOT FIRMWARE VERSION 1.0.3


the autoexec.bin is english, with the old menu order and a beep as shortcut confirmation

Offline crazyklaus

  • Jr. Member
  • **
  • Posts: 52
Re: 350d boot from cf card
« Reply #223 on: 15 / August / 2010, 21:03:56 »
I noticed that RAW+M JPEG and RAW+S JPEG doesn't really save the pictures as M/S JPEG, it only shows that in the info screen, but on the card the pictures are still L JPEG.

Offline crazyklaus

  • Jr. Member
  • **
  • Posts: 52
Re: 350d boot from cf card
« Reply #224 on: 18 / August / 2010, 00:40:14 »
just finished beta version of some stuff that lets you select ANY AF points combination you like over the info menu, will work on and upload something in the next days

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal