Ixus50 - allbest #51-443 HELP - Script Writing - CHDK Forum

Ixus50 - allbest #51-443 HELP

  • 1 Replies
  • 2651 Views
Ixus50 - allbest #51-443 HELP
« on: 14 / July / 2008, 15:42:25 »
Advertisements
Hi
I use the allbest #51-443, dated July 13. 2008 and try to use the cam to stack pictures with different focuses. I am not happy with the given standardsteps and would change the stepdistances within a for-next-loop.
But my cam gets a red mark: PARSE ERROR -> the reason: get_focus - this command is unknown for my CHDK . Neither get_focus nor get_prop 65 runs in the script.
WHY?
Can anyone help, please?
Sorry my english.

Peter (Austria)

Info: For stacking the programm PICOLAY (www.picolay.exe - all english) is very usefull.

*

Offline fe50

  • ******
  • 3152
  • IXUS50 & 860, SX10 Star WARs-Star RAWs
    • fe50
Re: Ixus50 - allbest #51-443 HELP
« Reply #1 on: 14 / July / 2008, 17:37:02 »
Hi gope,

the scripts "foc_bracket.bas" & "foc_bracket1.bas" from the Source code tree [->Link] are running fine with #51-443 & 444 on my SD400 1.01b.

@title Focus
@param a begin from
@default a 80
@param b Step size
@default b 10
@param c Steps count
@default c 10

sleep 500
get_focus f

for s=1 to c
  g=a+s*b
  print "Shoot", s, "(", g, ")"
  set_focus g
  shoot
next s
end

Seems you had an old beta version, with the latest Autobuild both get_focus and set_focus should work.

CU in the german forum, fe50

*EDIT:   Linkto Picolay -> picolay.de
*EDIT2: corrected listing view (upper case letters were showed by code=QBASIC format)
« Last Edit: 19 / July / 2008, 07:59:58 by fe50 »

 

Related Topics


SimplePortal © 2008-2014, SimplePortal