Need remote shutter release for wheelchair photographer - page 8 - General Chat - CHDK Forum supplierdeeply

Need remote shutter release for wheelchair photographer

  • 88 Replies
  • 35403 Views
Re: Need remote shutter release for wheelchair photographer
« Reply #70 on: 14 / May / 2008, 10:08:58 »
Advertisements
The zoom doesn't work with the camera in <ALT> mode ... when I press <ALT> and go out of CHDK mode,  then I can use zoom again (but not the remote). Anyone know how to get the zoom to funtion manualy ?
« Last Edit: 14 / May / 2008, 10:16:13 by Aristoc »

*

Offline vine

  • ***
  • 124
  • A560
    • my chdk page
Re: Need remote shutter release for wheelchair photographer
« Reply #71 on: 14 / May / 2008, 10:16:14 »
That's right, in alt mode the zoom dial has different functions.
But since you are using a script for the remote button anyway you can just add zoom function to the script using the set_zoom command.
Or you could just try to click the buttons, like this:
Code: [Select]
if is_key "zoom_in" then click "zoom_in" not sure about it though...
« Last Edit: 14 / May / 2008, 10:23:42 by vine »
my photo map

my chdk page with tutorials, scripts and more

>> finally back from vacation (was a bit longer than intended) <<

Re: Need remote shutter release for wheelchair photographer
« Reply #72 on: 14 / May / 2008, 10:50:47 »
Here is how it is set up . Tomorrow I will attach it to the wheel chair with flexible arm and clamp.

*

Offline vine

  • ***
  • 124
  • A560
    • my chdk page
Re: Need remote shutter release for wheelchair photographer
« Reply #73 on: 14 / May / 2008, 11:04:37 »
The big view finder is really interesting. Might set up something like that myself.
As for your zoom script try something like this:
Code: [Select]
@title Remote trigger & zoom
:loop
  wait_click 500
  is_key k "remote"
    if k=1 then shoot
  is_key k "zoom_in"
    if k=1 then click "zoom_in"
  is_key k "zoom_out"
    if k=1 then click "zoom_out"
goto "loop"
end
You can also set other keys to zoom in and out, which might be more comfortable.
my photo map

my chdk page with tutorials, scripts and more

>> finally back from vacation (was a bit longer than intended) <<


Re: Using remote shutter release and Zoom together
« Reply #74 on: 14 / May / 2008, 11:15:52 »
I don't know if there is a difference between the A570 and the A570 IS, but you might want to check the SDM version for the camera. It does not require you to run a script for the USB switch to work. It has many features that you won't need, but will perhaps solve your problem of using the zoom and the switch without too much fuss.

StereoData Maker

HTH,


~~~~~~~~~~~~~~~~~~~~~

<")%%%><<

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: Need remote shutter release for wheelchair photographer
« Reply #75 on: 14 / May / 2008, 11:30:36 »
Good idea.i'm expecting this feature to be included in the "main" chdk all to soon.

Re: Need remote shutter release for wheelchair photographer
« Reply #76 on: 14 / May / 2008, 11:47:34 »
Sorry but I  don't know what you mean by  SDM version ? a570IS here.

I don't know if there is a difference between the A570 and the A570 IS, but you might want to check the SDM version for the camera. It does not require you to run a script for the USB switch to work. It has many features that you won't need, but will perhaps solve your problem of using the zoom and the switch without too much fuss.

StereoData Maker

HTH,




*

Offline BB

  • ***
  • 164
Re: Need remote shutter release for wheelchair photographer
« Reply #77 on: 14 / May / 2008, 11:58:54 »
I think SDM is SteroData Maker:

StereoData Maker

It is based on CHDK--and optimized for connecting two cameras next to each other for stereo photography... It does use the USB switch (just like you did) to sync trigger the cameras (perhaps with out needing a basic script to run???). Not sure it would have any other advantages for you. (whoops, missed that cybercom posted the link to SDM...)...

And, as far as I know, there is only one model of A570/A570IS--it is the same camera--people occasionally drop the "IS" (Image Stabilization) because it is redundant when identifying the camera model.

Sorry to answer the wrong question about power consumption--but I think you have it nailed already.

Look'n good!  :xmas
-Bill


Re: Need remote shutter release for wheelchair photographer
« Reply #78 on: 14 / May / 2008, 23:32:39 »
@Aristoc,

Click on the StereoData Maker link and it will take you to the site where you can download and install the SDM version for your camera. You will then no longer need to run a basic script to use the USB Remote to trigger the camera.

This will greatly simplify the operations for your friend.
~~~~~~~~~~~~~~~~~~~~~

<")%%%><<

Re: Need remote shutter release for wheelchair photographer
« Reply #79 on: 16 / May / 2008, 10:48:19 »
Hi all,
We have been testing the camera and it took a few pictures no problem .Then it started to hang on focusing. It focuses then doesn't shoot the picture. Is there an adjustment I should do ?  In the script iteself or the chdk menu settings.

Otherwise I have to turn off the camera and DVD player and restart.

Thanks again.


 

Related Topics