sx230, unlimited video, 4GB file limit - page 4 - Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes) - CHDK Forum

sx230, unlimited video, 4GB file limit

  • 82 Replies
  • 32914 Views
Re: sx230, unlimited video, 4GB file limit
« Reply #30 on: 26 / April / 2012, 11:54:48 »
Advertisements
installed the new firmware ... script is functioning now ..
made a short recording and the file is there..

however --

the cam "crashes" after few minutes into recording
and sometimes even quicker ..
screen goes black, lens stays extracted,
no buttons react.
only play or power button restarts the cam,
firmware reloads..  file is not there ..

i have 2 cams and they both do this ..








Re: sx230, unlimited video, 4GB file limit
« Reply #31 on: 26 / April / 2012, 12:31:33 »
ubasic version from waterwingz:

the indicator is counting down the seconds..

however at the end of shooting
i don't have a file on the SD card

Are you starting the script with the camera in video record or just in playback mode ? 
Ported :   A1200    SD940   G10    Powershot N    G16

Re: sx230, unlimited video, 4GB file limit
« Reply #32 on: 26 / April / 2012, 12:58:54 »

waterwingz:
cam is on video mode
but i don't press the record button
just the shutter to start the script..

« Last Edit: 26 / April / 2012, 13:00:55 by sagi1843 »

Re: sx230, unlimited video, 4GB file limit
« Reply #33 on: 26 / April / 2012, 13:02:50 »
cam is on video mode
but i don't press the record button
just the shutter to start the script..
video in "shooting mode" ?  ( i.e. the lens is extended) ?
Ported :   A1200    SD940   G10    Powershot N    G16

Re: sx230, unlimited video, 4GB file limit
« Reply #34 on: 26 / April / 2012, 13:05:24 »
waterwingz:  yep!

*

Offline funnel

  • ****
  • 349
Re: sx230, unlimited video, 4GB file limit
« Reply #35 on: 26 / April / 2012, 13:10:09 »
This is a known problem on sx230, I was able to fix it for sx220. You can get around this by disabling the OSD in Menu->OSD Param->Show OSD.

Re: sx230, unlimited video, 4GB file limit
« Reply #36 on: 26 / April / 2012, 19:19:19 »
waterwingz:  yep!

Try this one (your camera might not start video with just a short "click" as provided by the click command).

Code: [Select]
@title MultiMovie
@param x time per file in seconds
@default x 590
   f=0
   print "recording started..."
   press "shoot_half"
   sleep 1500

:new
   f=f+1
   press "shoot_full"
   sleep 1000
   release "shoot_full"
   if f=1 then release "shoot_half"
   print "file number: ";f
   s=get_tick_count
 
:loop
   t=(get_tick_count-s)/1000
   if t>x then goto "reload"
   print "file number: ";f
   print "time left: ", x-t, "s" 
   sleep 900
   goto "loop"

:reload
   print "reloading..."
   press "shoot_full"
   sleep 1000
   release "shoot_full"
   print "waiting for video..."

:waitloop
   q=get_movie_status
   if q=1 then goto "new"
   print "status:",q
   sleep 100
   goto "waitloop"
Ported :   A1200    SD940   G10    Powershot N    G16

Re: sx230, unlimited video, 4GB file limit
« Reply #37 on: 26 / April / 2012, 22:58:32 »
This is a known problem on sx230, I was able to fix it for sx220. You can get around this by disabling the OSD in Menu->OSD Param->Show OSD.

hmmm, i had it already disabled...
so guess the sx230 is bit picky there ...

Re: sx230, unlimited video, 4GB file limit
« Reply #38 on: 02 / May / 2012, 14:16:16 »
1st off, I am a newbie so be gentle   :)

I was looking for a way to workaround the 30 minute video time limit (4GB FAT32) on my S95 when I stumbled across CHDK... very cool.

I have managed to verify my FW, load the CHDK, and play around with it a bit including a few of the stock scripts.

Problem is, I cannot find a working script for continuous video for the S95 & I am far from a coder... I have tried both scripts here: http://chdk.wikia.com/wiki/Continuous_Video as well as some in various message threads.

I get this:
*** STARTED ***
*** FINISHED ***
uBasic: 1 Unk stmt

Anyone have any tips? Or is there a script out there I have overlooked? Or better yet can someone make edits to the BSA script above to work with the S95?

Appreciate the help!

Re: sx230, unlimited video, 4GB file limit
« Reply #39 on: 02 / June / 2012, 08:44:03 »
I've got a hs 220, which one script work well with this camera? Thanks.

 

Related Topics


SimplePortal © 2008-2014, SimplePortal