Need some help.
I have the remote release built, it's putting out about 4.8 volts. The red of the USB cable is going to V+ and the black is going to ground.
In the allbest build, I enabled the USB remote, but when I try it, it doesn't work. I've also tried putting in another script I found.
This
@title Remote button
while 1
wait_click 1
if is_key "remote" then shoot
wend
end
... but that didn't work.
Does anyone out there have a script that is known to work with this camera. The closest I've got is with a script, is when you put the "fire" button on the remote, it puts up the green box on the screen, but doesn't take the shot. If it press the "Alt" button two times, then it finally takes it.
Help anyone.
P.S. I did some searching, but I'm simply lost at this point.