S95 Porting Thread - page 13 - DryOS Development - CHDK Forum

S95 Porting Thread

  • 1015 Replies
  • 305387 Views
Re: S95 Porting Thread
« Reply #120 on: 07 / November / 2010, 16:22:05 »
Advertisements
Got Ultra Intervalometer to work by removing the "Print" lines.  Of course, that means the shot number and start time don't show up on the screen.

Also, tweaked the interval delay to make it more accurate.  Around J=-1000 seems to work best.

Still not sure how to exit the script setup screen.    I scroll down to  <-exit but no button press seems to exit the screen.

The script I'm using is as follows:

rem Author - Keoeeit
rem Upgraded by Mika Tanninen
rem Time accuracy for S-95 Martlet
rem h-accuracy for delay, j-accuracy for interval
h=0
j=-1000
@title Ultra Intervalometer
@param a Delay 1st Shot (Mins)
@default a 0
@param b Delay 1st Shot (Secs)
@default b 0
@param c Number of Shots (0 inf)
@default c 0
@param d Interval (Minutes)
@default d 0
@param e Interval (Seconds)
@default e 10
@param f Interval (10th Seconds)
@default f 0
n=0
t=(d*600+e*10+f)*100+j
if c<1 then let c=0
if t<100 then let t=100
g=(a*60)+b+h
if g<=0 then goto "interval"
for m=1 to g
 sleep 930
 next m
:interval
  n=n+1
  shoot
  if n=c then shut_down
  sleep t
  goto "interval"

Hrmmm i loaded this script and i'm still getting the same results as every other intervalometer i've tried. I press the shutter after loading and it blinks "started"Finished" and thats all i get out of it.

any thoughts?

and waldo you rock can i have your paypal address? i feel the need to donate.

*

Offline waldo

  • ***
  • 238
Re: S95 Porting Thread
« Reply #121 on: 07 / November / 2010, 16:56:25 »
Hrmmm i loaded this script and i'm still getting the same results as every other intervalometer i've tried. I press the shutter after loading and it blinks "started"Finished" and thats all i get out of it.

That script runs fine for me.  Maybe you are not changing the default=0 for the number of shots.  Or maybe it only fails in some camera mode that is different than my camera.

Re: S95 Porting Thread
« Reply #122 on: 07 / November / 2010, 17:21:46 »
zero should equal infinite for shots. so that shouldn't be the issue. i've tried it in every mode and it doesn't seem to work. i noticed on other scripts it tells you a name to save it as. i saved this as "ultra_intv.bas" that name wouldn't have anything to do with it would it? Thats the only thing i can think of. Otherwise i'm using the latest build you've uploaded, so i dunno. It doesn't seem any script i try to use works though. I get an instant "started,Finished"  with everything i've run.

Re: S95 Porting Thread
« Reply #123 on: 07 / November / 2010, 18:08:54 »
today I had a freeze while using chdk to shoot at 1/4000 (using v3)


Re: S95 Porting Thread
« Reply #124 on: 07 / November / 2010, 18:43:08 »
alright i tried the script through notepad on windows and its working. Maybe i didn't have a space at the end or maybe it was jus the mac text editor. but its working now.

Re: S95 Porting Thread
« Reply #125 on: 07 / November / 2010, 19:06:57 »
m4mmm, do iso override works with flash?
seems to work somehow, but limited to the maxISO range set in the normal ISO settings

Re: S95 Porting Thread
« Reply #126 on: 07 / November / 2010, 19:22:22 »
this is just fantastic thanks again waldo!

i had a question about other possible features

- disable af beam in video mode (it would be nice to keep af beam assist on in the s95 menu, but disable it in chdk when shooting video)

-Manual controls in video mode (AF is a huge bonus, being able to set the actual exposure would just seal the deal)

thanks again for all your hardwork, and i was serious about your paypal address.

Re: S95 Porting Thread
« Reply #127 on: 07 / November / 2010, 19:44:25 »
Changes:
  * Added work-around for script zooming issue (side-effect: sometimes takes longer to zoom)
thx for your work! the zooming script I tried to zoom in videos works now without freezing the cam (http://chdk.wikia.com/wiki/UBASIC/Scripts:_Easy_Zoom_%26_MF_while_Video_Recording - ps: does anyone know how to change the keys in order to get the script's manual focus to work?)
Shutterspeed and ISO overrides seem to work fine, too. they work in the scene-modes and even in lowlight-mode, which means full manual control (and looks like even ISO 80 working in lowlight-mode). more tests needed

btw: I still get this strange click-noise when updating the firmware to CHDK, sounds like autofocus. anyone else?

edit: cam freezes if Fast Video Control is used (pressing left in video to pause)
« Last Edit: 07 / November / 2010, 20:07:47 by emutier »


Re: S95 Porting Thread
« Reply #128 on: 07 / November / 2010, 19:49:33 »
also noticed changing the video bitrate doesn't seem to have an effect. in 1x mode or 3x mode the file was still 20mb/s same as normal?

Re: S95 Porting Thread
« Reply #129 on: 07 / November / 2010, 21:46:49 »
it seems that if you change the osd temp to the ccd it locks the camera.
« Last Edit: 07 / November / 2010, 22:02:20 by jonny360 »

 

Related Topics