0
Calvin19

Point and shoot cameras

Recommended Posts

Hi,

just to share my project little bit:

I used blow-switch http://www.herga.com/pressure_switches/?id=55 , cut off one usb cable and merged those with Nokia cellphone battery (3.7V).

I installed CHDK and used this script:


@title Remote Burst
:loop
print "Waiting for switch press"
do
until is_key "remote"
press "shoot_full"
do
print "Waiting for switch release"
until not (is_key "remote")
release "shoot_full"
release "shoot_half"
goto "loop"


Workflow for the camera:
1. Camera ON
2. ALT mode OFF
3. Continous shooting ON
4. Flash OFF (if it's not)
5. ALT mode ON

That's it!

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

0