controlling a camera from BS2
agolden
Posts: 2
I am trying to use the basic stamp to control the shutter release of a point and shoot camera. I have already soldered wires to the appropriate connections on the camera so that when the wires make contact, the camera takes a picture. What I don't know how to do (as I am very new to all this) is to have the basic stamp make the connection between the wires for me. I assume I woud use a transistor? If so, what type, and what would the code look like?
Thanks!
Alex
Thanks!
Alex
Comments
HIGH 5
pause 1000
LOW 5
Just make sure the pause is long enough to trigger the camera. I've hooked up cameras to stamps in the past, but I used solid state relays. Either works.
Hope that helps.
Dave
P.S. Most point and shoot cameras don't focus on things far away very well. What is your application?