is it possible to have a PC "remotely" control the camera using CHDK.
You could if you made some electronics controlled by the PC and providing variable-width pulses.
A script would then decide what actions to perform based on the pulse width.
An alternative method that SDM provides is to run a script in the camera and as soon as an image is captured
upload to the PC using PSRemote.
For example, this is the complete script for doing that using the SDM time-lapse feature :-
@title PSRemote
make_usb_connection
time_lapse 0,15,0,10,5,0,0,3,3,0,2,3,0,50,500,0,0,0,0,0
end
There is no need for the images to be saved to the camera's memory card.
David