
Photographie
Get flash to fully experience Pearltrees
contrôle de bricolage mouvement de la caméra
Hows about moving your HF100 like a pro? DIY camera motion control from Martin Koch on Vimeo . The system consists of a ready-made IGUS DryLin W rail system and a small stepping motor which is controlled by an Arduino interface board.Arduino PhotoLab
Arduino Camera Controller Today, I’m writing about two more pieces of digital camera control firmware that have being posted to PTP gihHub repository . Alex Gluschenko, the author of PTP library for Arduino, developed two sketches, one called EOSRemote and the other EOSCamController to demonstrate PTP library capabilities. The code allows requesting camera settings, such as shutter speed, aperture, ISO, etc., change them, as well as take shots. It supports Canon EOS cameras and was tested on EOS 400D, 450D, and 7D; other cameras with similar command set ( see my collection of PTP device info dumps ) may work as well.
Arduino-based controller for Canon EOS cameras « Circuits@Home-Mozilla Firefox
AI-1 ("All-in-one") Remote-Mozilla Firefox
After striking out at the Electronics Flea Market Saturday, I stopped at Fry's for a fresh pair of clippers and soldering tips, and picked up a small case too-- a Serpac M4 . I used some free protoboard Laen sent me (THANKS!) to build a simple Arduino-compatible circuit to fit inside it, with a single button and IR LED, powered by three LR44 (AG13, 357, etc.) button cell batteries ; basically a mutetater circuit with one LED instead of four. Following Martin Koch's code example , I got the circuit to trigger my 350D 's shutter, making it functionally equivalent to a Canon RC-5 remote control . Using an ATmega168 is overkill though: most pins go unused, and it nearly drained the three LR44 batteries when left on all night. I figured putting it to sleep would solve the power consumption problem, so I modified the ArduinoSleepCode example from the Arduino Playground to make the D2 button both wake it up from sleep and trigger the shutter.

