Help: Tv bracketing script in continuous mode - Script Writing - CHDK Forum

Help: Tv bracketing script in continuous mode

  • 29 Replies
  • 16742 Views
*

Offline PS

  • ***
  • 157
  • A610 1.00f
Help: Tv bracketing script in continuous mode
« on: 02 / April / 2008, 15:11:43 »
Advertisements
« Last Edit: 26 / April / 2008, 20:29:19 by PS »

Re: Help: Tv bracketing script in continuous mode
« Reply #1 on: 03 / April / 2008, 00:31:56 »
Deleted
« Last Edit: 22 / April / 2008, 15:51:26 by Barney Fife »
[acseven/admin commented out: please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye

*

Offline Jucifer

  • *****
  • 251
  • [A710IS]
Re: Help: Tv bracketing script in continuous mode
« Reply #2 on: 03 / April / 2008, 05:40:36 »

Re: Help: Tv bracketing script in continuous mode
« Reply #3 on: 03 / April / 2008, 09:25:34 »
Deleted
« Last Edit: 22 / April / 2008, 15:51:44 by Barney Fife »
[acseven/admin commented out: please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye


*

Offline fbonomi

  • ****
  • 469
  • A570IS SD1100/Ixus80
    • Francesco Bonomi
Re: Help: Tv bracketing script in continuous mode
« Reply #4 on: 03 / April / 2008, 17:49:10 »
PS, if you want the Allbest for a610 1.00f with bracketing up to 4 EV I have compiled it on Rapidshare:
http://rapidshare.com/files/104661653/a610-100f-bracket4.zip.html

How to do this?

Adding back the larger bracketing is very easy if you set up the compiling environment as explained here:
Compiling CHDK under Windows - CHDK Wiki

1) set up the environment
2) see if you are able to compile the source for your camera
3) if everything is fine, change the file C:\chdk\src\trunk\core\gui.c

around line 950, you will see:
static const char* modes[]={ "Off", "1/3 EV","2/3 EV", "1 EV", "1 1/3Ev", "1 2/3Ev", "2 Ev"};

change this line to
static const char* modes[]={ "Off", "1/3 EV","2/3 EV", "1 EV", "1 1/3Ev", "1 2/3Ev", "2 Ev", "2 1/3Ev", "2 2/3Ev", "3 Ev"};
(you can go on as much as you want BUT the values must be spaced by 1/3 EV)

then, compile again and you have the changed firmware :-)


Hope this helps!
« Last Edit: 03 / April / 2008, 18:19:43 by fbonomi »

*

Offline PS

  • ***
  • 157
  • A610 1.00f
.
« Reply #5 on: 03 / April / 2008, 19:19:19 »
.
« Last Edit: 01 / February / 2009, 13:53:02 by PS »

*

Offline PS

  • ***
  • 157
  • A610 1.00f
.
« Reply #6 on: 13 / April / 2008, 13:02:06 »
.
« Last Edit: 01 / February / 2009, 13:54:30 by PS »

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: Help: Tv bracketing script in continuous mode
« Reply #7 on: 13 / April / 2008, 13:07:09 »
trunk-r362-mod: faster menu navigation & more in this build there is a ubasic command that can be used for that purpose. it will probably end in official trunk eventually :)


*

Offline Jucifer

  • *****
  • 251
  • [A710IS]
Re: Help: Tv bracketing script in continuous mode
« Reply #8 on: 13 / April / 2008, 13:20:31 »
Damn you, PhyrePhox, I wrote a (not really very) long post containing e.g. that link...
On the other hand, thank you, PhyrePhox. :] I don't want to promote my build too much.

*

Offline vine

  • ***
  • 124
  • A560
    • my chdk page
Re: Help: Tv bracketing script in continuous mode
« Reply #9 on: 30 / April / 2008, 10:17:10 »
+/- 4EV is in the trunk so now the problem is only to control the number of shots. I run this script in continuous shooting mode:
Code: [Select]
press "shoot_full"
wait_click
release "shoot_full"
end
I try to count the shots and stop the script manually :) But how to make it stop automatically after n shots?

I am trying to do the same thing.

*EDIT:
could get_raw_count be used to do that?
« Last Edit: 30 / April / 2008, 10:36:41 by vine »
my photo map

my chdk page with tutorials, scripts and more

>> finally back from vacation (was a bit longer than intended) <<

 

Related Topics