Scripts I can use with my Arduino powered Camera Slider - Completed and Working Scripts - CHDK Forum supplierdeeply

Scripts I can use with my Arduino powered Camera Slider

  • 10 Replies
  • 6862 Views
Scripts I can use with my Arduino powered Camera Slider
« on: 06 / January / 2016, 10:24:49 »
Advertisements
Hello everyone,

I have been playing with CHDK on my S100 for a year, using an adapted KAP UAV script from 3DR called "3DR EAI". Works great on my Arduino powered MiniEngine V1 designed by Airic Lensic.
But I think I could do with a script a little more specialised towards the Camera Slider rather than UAV.
I still want to keep the USB triggering control from the arduino (so it doesn't shoot while the platform is moving) but I could do with adding a Zoom feature (every shot zooms in a step - or every 5 shots is another step etc) or keeps zooming in every shot till max and then zoom out again etc etc.
Basically I want all the features of an Intervalometer/timelapse script without the Intervalometer part - I want the Arduino to handle the timing...
Is there a script out there that is suitable or geared towards this use?
Thanks for your help - this community is awesome and I really appreciate the work you guys and girls do - it enables people like me to explore photography in ways I could never have imagined!

Regards,

Sandy

*

Offline c_joerg

  • *****
  • 1248
Re: Scripts I can use with my Arduino powered Camera Slider
« Reply #1 on: 06 / January / 2016, 12:17:50 »
Quote
I still want to keep the USB triggering control from the arduino (so it doesn't shoot while the platform is moving)

I think also about a slider for time-lapse. But I want to go the way, that the script (rawopint) gives a signal (LED or USB) when the shoot is finished to move the slider…

Quote
or keeps zooming in every shot till max and then zoom out again

The zoom steps are not really continuous, so you have to do a lot of postprocessing…
M100 100a, M3 121a, G9x II (1.00c), 2*G1x (101a,100e), S110 (103a), SX50 (100c), SX230 (101a), S45,
Flickr https://www.flickr.com/photos/136329431@N06/albums
YouTube https://www.youtube.com/channel/UCrTH0tHy9OYTVDzWIvXEMlw/videos?shelf_id=0&view=0&sort=dd

*

Offline reyalp

  • ******
  • 14080
Re: Scripts I can use with my Arduino powered Camera Slider
« Reply #2 on: 06 / January / 2016, 13:38:14 »
Quote
I still want to keep the USB triggering control from the arduino (so it doesn't shoot while the platform is moving)

I think also about a slider for time-lapse. But I want to go the way, that the script (rawopint) gives a signal (LED or USB) when the shoot is finished to move the slider…
FWIW, it would be straightforward to make rawopint blink an LED when the shot was finished, and relatively straightforward to make it wait for the USB signal instead of shooting on an interval.
Don't forget what the H stands for.

Scripts I can use with my Arduino powered Camera Slider
« Reply #3 on: 06 / January / 2016, 15:08:40 »
But I want to go the way, that the script (rawopint) gives a signal (LED or USB) when the shoot is finished to move the slider…
The most recent versions of kap_uav.lua have this feature built-in.
« Last Edit: 07 / January / 2016, 08:58:00 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16


*

Offline c_joerg

  • *****
  • 1248
Re: Scripts I can use with my Arduino powered Camera Slider
« Reply #4 on: 07 / January / 2016, 02:31:38 »
Quote
The most recent versions of kap_uav.lua have this feature built-in

.. but not the other advantages for time-lapse like, smooth exposure change

http://youtu.be/dsEw2cKN9KQ


exposure control, over und underexposure control… ;)
M100 100a, M3 121a, G9x II (1.00c), 2*G1x (101a,100e), S110 (103a), SX50 (100c), SX230 (101a), S45,
Flickr https://www.flickr.com/photos/136329431@N06/albums
YouTube https://www.youtube.com/channel/UCrTH0tHy9OYTVDzWIvXEMlw/videos?shelf_id=0&view=0&sort=dd

Re: Scripts I can use with my Arduino powered Camera Slider
« Reply #5 on: 07 / January / 2016, 09:52:25 »
.. but not the other advantages for time-lapse like, smooth exposure change
exposure control, over und underexposure control… ;)
I guess that depends on the application.  For kite & UAV work,  smooth exposure changes are not important or even useful. 

Having said that,  I plan to integrate some of reyalp's code into the script so that I can adjust exposure "on the fly" when shooting in continuous mode.
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline c_joerg

  • *****
  • 1248
Re: Scripts I can use with my Arduino powered Camera Slider
« Reply #6 on: 07 / January / 2016, 11:31:02 »
Quote
I guess that depends on the application.  For kite & UAV work,  smooth exposure changes are not important or even useful.

I agree, but a slider is only something for time-lapse or?

Quote
Having said that,  I plan to integrate some of reyalp's code into the script so that I can adjust exposure "on the fly" when shooting in continuous mode.

Great, I hope with over exposure control... ;)
M100 100a, M3 121a, G9x II (1.00c), 2*G1x (101a,100e), S110 (103a), SX50 (100c), SX230 (101a), S45,
Flickr https://www.flickr.com/photos/136329431@N06/albums
YouTube https://www.youtube.com/channel/UCrTH0tHy9OYTVDzWIvXEMlw/videos?shelf_id=0&view=0&sort=dd

Re: Scripts I can use with my Arduino powered Camera Slider
« Reply #7 on: 08 / January / 2016, 08:37:43 »
Hi Guys,
Thanks for the responses,
Attached is a video of my rig so you can see it in action :-)
https://youtu.be/3n8353o81es
Sorry - I couldn't figure out how to get the video to show in here.
As you can see I have been using the KAP UAV script because of the USB remote trigger function - I would be interested to try rawopint when it can do remote USB trigger!
Any other USB enabled scripts out there?
Cheers,
Sandy


Re: Scripts I can use with my Arduino powered Camera Slider
« Reply #8 on: 08 / January / 2016, 11:12:22 »
Any other USB enabled scripts out there?
After watching the video,  I just have to ask this question.  Do you realize that you don't even need a script to do everything you showed in that video?  The built-in USB remote functionality in CHDK will do exactly what you need with no script required.

link > CHDK USB Remote

As you are using an external microcontroller to coordinate things, you can even get fancy.

link > Remote Zoom

The advantage to using script like rawopt and kap_uav is that they handle setting exposure well for the applications they were designed for ( sunsets or moving vehicles respectively).   For your captive lighting situation, you don't really need all of that.
« Last Edit: 08 / January / 2016, 11:14:10 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16

Re: Scripts I can use with my Arduino powered Camera Slider
« Reply #9 on: 08 / January / 2016, 12:11:37 »
Lol uh no - I did not realise that at all!
Gee I feel a little bit special now ha ha  :haha - I just got used to using the 3DR EAI version of KAP UAV with the Pixhawk... And figured I would need to use it on the slider!  :lol
Sigh... So... I guess I will RTFM for CHDK then  :-X
FYI I don't always take pictures of unlit candles - it was just to demonstrate what I was using  :)

 

Related Topics