Skip to main content

Two cameras one trigger

One key moment that sparked life into this camera trigger project was sitting in the well known kingfisher hide waiting for a kingfisher to dive. The observation was that my odds of getting a shot at the right moment would be increased if I was using my second camera body at the same time. For diving kingfisher shots the focus is preset so operating two cameras at the same time shouldn't be a problem as only the shutter needs to be activated.

A diving kingfisher, taken in August 2015

The outcome was a very simple gadget that allowed two cameras to be controlled from a single switched input. Note that the input can be whatever you like, a manual button, a laser trigger system or anything else you can think of. My manual trigger of choice is a modified replica Wii nunchuck controller. The boards can actually be daisy chained together allowing as many cameras as necessary to be activated, but the dual camera setup seems to be the most useful. The picture below shows the custom circuit board sitting in its 3d printed case with the lid off.


The next thought was that instead of firing both cameras at exactly the same time, it would be more useful to delay one camera before firing. This again would increase the chances of obtaining the shot at the right time. This led to the development of a more complex gadget that I've named the "box of tricks". It is essentially a box with a single input, a single output a 3 digit display and a couple of buttons. This gadget though allows a whole series of different functions to be performed in a single package but the relevant one here is the delay function. Whenever an incoming signal is detected, the electronics know to delay firing the output signal by the amount the user has specified. Combined with the splitter above, this allows multiple cameras to fire out of sync and thus cover more of the action.


The box of tricks has been covered in more detail in this post


Comments

Popular posts from this blog

Experimental macro flash diffuser

The abundance of insects over the last couple of months has been a perfect opportunity to experiment with different macro flash setups. Using a standard speedlight as-is isn't really an option, as the light is projected out much further than the front of the lens (which is exactly what you'd normally want a speedlight to do) and is much too harsh. There are therefore two problems that need to be solved; diffusing the light and directing it closer to the front of the lens. There are of course multiple commercial solutions available, such as the Canon MT24-EX or the Sigma EM-140 ring flash, but these are all relatively expensive and unlikely to be an option to anyone wanting to experiment with macro photography. A speedlight however is much less of a barrier to entry. A few different prototypes were made but the design I settled on was a light pipe style design that captures the flash light and funnels it down to the front of the flash. Of course, it would be ideal to hav

Macro diffuser update

I've simplified the macro diffuser that I open sourced last year . The MK1 version required printing out a custom lens hood which would only attach to a Canon 100mm macro lens. The MK2 version no longer requires a custom lens hood, it simply clicks on to the hood of whatever macro lens you might have making it far more versatile and easier to print. The tested lenses so far include: Canon 100mm  Canon 180mm Sigma 180mm Sigma 105mm This hood helps reduce harsh shadows you often get when using flash but the main advantage for me is that the head can be positioned depending on how close you get to your subject. This is the typical kind of result I'm getting with this setup now. To build your own version you just need to print the model and supply a few basic parts: M3 x 40mm Hex Head bolt (the shape of the head is hex, NOT the shape of the tool used to tighten it). M3 wingnut. Diffuser material. I use the plastic casing found on some notebooks and it seems t

The laser trigger module overview

The laser trigger module is the most useful gadget to come out of the camera trigger project so far. It is a simple board that controls up to two lasers with sensors to detect if the beams have been broken. The electronics involved in detecting a broken beam are very simple so using a microcontroller might at first glance seem to be unnecessary overkill, but using a microcontroller gives a significant amount of flexibility in a small and inexpensive package.