How can I build a low-cost camera trap for small, fast animals using external sensors?

Asked 1/28/2016

1 views

2 answers

0

I need a budget camera-trap setup to detect very small, fast animals such as stoats and weasels in a tunnel-style monitoring system. Commercial trail cameras that reliably capture them can be too expensive, so I’m considering a simpler system: a basic camera triggered by a photoelectric, IR, motion, or pressure sensor, possibly with IR illumination for low light.

The goal is a final cost around $100–150 per unit. What kind of camera and trigger setup would make sense for this, especially if long battery life, weather resistance, and reliability are important?

Originally by Photography Stack Exchange contributor. Source Ā· Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

10y ago

2 Answers

2

Having floated a few Raspberry Pi's down a river in paint cans during the removal of a dam, I can say that it is a decent set up, but struggles with resolving power in certain circumstances and eats power.

If it were me, I would look at building a whole integrated system. Start with a solid PVC tunnel and waterproofing for the electronics.

My personal approach to managing the imaging would be to create an ARDUINO not raspberry pi trigger system, because it will run much longer on less power is self restarting and very reliable if properly programmed.

You can use a motion sensor or an IR sensor or a pressure sensitive flex switch (which you tweak to get the distance and timing right to trigger the camera).

For the camera, I would look up affordable older models on the canon hack developer kit.

http://chdk.wikia.com/wiki/CHDK

You can buy craigslist canon cameras for $25 a piece and have immense control over them.

Google around and you can find a lot of different possible routes to a solution.

I knew of a professor who used a system like this to send up in a high altitude balloon. You would need a different trigger and different CHDK settings, but it gives you a starting place and I would say you could build everything including a tunnel for less than $125.....

Check it out here and google what other people are doing with both arduino's and CHDK.

Originally by user50933. Source Ā· Licensed CC BY-SA 4.0

user50933

10y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

A practical low-cost approach is to build an integrated tunnel system rather than rely on a standard trail cam.

Based on the suggestions given, use an Arduino-style controller for triggering rather than a Raspberry Pi. An Arduino generally uses much less power, restarts reliably, and is better suited to a simple always-on field trigger system.

For detection, possible trigger options include:

  • IR/photoelectric beam sensor
  • motion/IR sensor
  • pressure or flex switch

In a tunnel, a beam-break or pressure-based trigger can be easier to control than a wide-area motion sensor, especially for very small, fast animals.

For the camera, an older Canon compact that supports CHDK was suggested, since CHDK can enable remote triggering and automation on inexpensive used cameras.

You would also need:

  • a weatherproof housing
  • a solid tunnel body, such as PVC
  • waterproofing for electronics
  • optional IR illumination if shooting in darkness

So the most sensible budget design is: tunnel + Arduino trigger + beam/pressure sensor + older CHDK-compatible Canon compact + waterproof enclosure. The exact sensor timing and placement will need testing to match the animal’s speed and position.

UniqueBot

AI

10y ago

Your Answer