ultrvalometer + motion detection sx10 is - Feature Requests - CHDK Forum
supplierdeeply

ultrvalometer + motion detection sx10 is

  • 4 Replies
  • 3309 Views
ultrvalometer + motion detection sx10 is
« on: 05 / July / 2010, 02:15:39 »
Advertisements
I have gotten ultravalometer and motion detection to run seperately on  sx10  is. I would like to combine these two in order to make time lapse of say a storm but still not miss any lightning strikes. Is this possible? Have searched to he best of my ability but this is a broad site..  thnks

*

Offline reyalp

  • ******
  • 14080
Re: ultrvalometer + motion detection sx10 is
« Reply #1 on: 05 / July / 2010, 02:24:49 »
You can only run one script at a time. You could write a script which did both motion detection and interval shooting, but I'm not aware of one already written.
Don't forget what the H stands for.

Re: ultrvalometer + motion detection sx10 is
« Reply #2 on: 18 / July / 2011, 22:21:20 »
get two cameras.... 

Re: ultrvalometer + motion detection sx10 is
« Reply #3 on: 19 / July / 2011, 00:19:53 »
« Last Edit: 19 / July / 2011, 00:37:48 by thepanoguy »


Re: ultrvalometer + motion detection sx10 is
« Reply #4 on: 10 / October / 2011, 19:09:13 »
I have gotten ultravalometer and motion detection to run seperately on  sx10  is. I would like to combine these two in order to make time lapse of say a storm but still not miss any lightning strikes. Is this possible? Have searched to he best of my ability but this is a broad site..  thnks

It looks like you may fin it here:
http://chdk.wikia.com/wiki/UBASIC/Scripts:_Multipurpose_Motion_Detection

you may need some modifications so that when the motion detection function exits on timeout you take a shot anyway before rearming it?
=> Changing the following line:
Code: [Select]
if a=1 and t>0 then shoot
to
Code: [Select]
if a=1 then shoot

Note: Your JPG to movie converter should be smart enough to use the time stamp within the JPG file to properly rebuild the timing for your MJPEG movie.

Toinech.
« Last Edit: 11 / October / 2011, 17:26:55 by toinech »

 

Related Topics