Close
0%
0%

POD (Portable Observation Device)

A touchscreen camera and sensor array.

Similar projects worth following
The POD (Portable Observation Device) is a combined camera and sensor array with a number of modes for timelapse photography, data logging, or just tagging a snapshot with local environmental conditions.

This is my first project here and I'm not good at describing things so if you have any questions let me know.

The origin story
===========
This project started with a friend coming up with a number of ideas for new devices to use in paranormal investigation. The idea behind the POD was that it could be left in a locked room overnight in a supposedly haunted location to gather an objective record of everything that happened there, not just visually but using every sensor available to detect any change in enviromental conditions. I'd been planning to try and build a tricorder for some time and it seemed like a close enough project so I offered to have a go at building this instead. It took a number of failed prototypes but eventually I ended up with something that works.


How it works
==========
The current system has 2 parts.


Part 1 is a modified version of Adafruit's Raspberry Pi touchscreen camera. This provides the photography, file handling and user interface functions. It has a NoIR camera for taking photos in infra red, and a PIR sensor for movement detection, but the main mod is the software. The cam.py script has been modified to provide 4 modes of operation (Snapshot, Timelapse, Polyspec, and Investigative). These take a bit of explaination so see the Modes section for a detailed description of each.


Part 2 is a sensor board controlled by an Arduino Nano, containing every sensor I could fit on the board at the time. All components plug into headers on the board so they can easily be replaced or reused without soldering. Included sensors measure temperature (both local and non-contact), humidity, air pressure, magnetic field strength (3 axis), accelleration (3 axis), light (4 bands), sound, and static charge (- and +). To make things simple for the host system, all communication with the sensors is handled by the Arduino. The board needs only a USB connection to a host system to function, and has an extremely simple protocol, explained in the Communication section.


Modes
=====
The camera has 4 modes at the time of writing this. There's still a lot of fine tuning needed and only Snapshot and Timelapse are fully functional.

Snapshot:
This takes a single shot when the user taps the screen, but also gets a reading from the sensor board and logs it in a file called Snapshots.csv. All readings are tagged with the filename of the photo they are taken with. After taking a photo, the photo remains on screen overlayed with the sensor readings until the 2nd tactile button is pressed, then the screen returns to a live view.


Timelapse:
This is configurable through the menus with 2 settings, [Scans] and [Photos]. When the user taps the screen, the backlight shuts down to save power. Following this, a new log file is created in the Logs folder. Every [Scans] seconds the sensor board takes a reading which is added to the log. After every [Photos] readings, a photograph is taken, unless [Photos] is set to 0 for datalogging only. This continues until the 2nd tactile button is pressed, or until the number of photos taken reaches 9999. Logfiles are saved after every sensor reading, so if the camera looses power the data is still safe.


Polyspec:
This is experimental and as of writing incomplete. It is intended to be used with an RGB illuminator that I'm still building, that will be controlled by the RasPi's GPIO pins. Tapping the screen starts a sequence of 4 photographs, each illuminated by a different colour light. Sensor readings are taken at the start and end of the sequence and added to Snapshot.csv. The sequence is currently [ None (natural light only), Red, Green, Blue ] but eventually I plan on upgrading it to [ None, IR, Red, Green, Blue, UV ]. This mode is intended to provide enough data to make composite images with much more colour than the NoIR camera normally provides, although it has very long exposure time due to the number of seperate images it takes.


Investigative:
Technically complete but this still needs some work. This is identical to Timelapse...

Read more »

  • 1 × Raspberry Pi I used a model B+, but other models should work
  • 1 × Adafruit PiTFT 2.8" touchscreen
  • 1 × RPi NoIR camera module
  • 1 × Micro SD card big enough for ths OS, photos will be stored on a usb drive
  • 1 × Low profile USB flash drive The prototype has a 16gb drive for photo storage

View all 17 components

  • Supermoon

    caramellcube11/26/2016 at 18:56 0 comments

    I may be a bit late with the upload but there's now an overnight scan from 14-11-2016 to 15-11-2016 in the dropbox folder.

  • Hacklet, and more field testing

    caramellcube11/29/2015 at 13:18 0 comments

    Thanks Adam Fabio for featuring this on the hacklet :)


    It's a bit late but we've done another field test over at Castle Ring. I was hoping to add a video with this but it didn't turn out that well. Anyway all the data is on the dropbox folder (Uploaded recordings in the links, the files are listed as 17-10-2015 Castle Ring, large and small versions).

  • Github added

    caramellcube06/13/2015 at 10:26 0 comments

    All the source code for the project is now on Github, also I rewrote the project details to hopefully explain things better. I have an idea about how to add geotagging but I think I'm getting a little too far outside of what I currently understand.

  • So that's how pygame works...

    caramellcube05/25/2015 at 18:06 0 comments

    Just to let people know I'm still working on this. I've added some extra menus to the GUI to support 4 different modes, but currently only snapshot and timelapse work reliably. If I can't get the other 2 working soon I'll probably just upload the software to github as is. I've also picked up a GPS reciever board so hopefully this thing will have geotagging at some point.

  • Code uploaded... eventually

    caramellcube03/30/2015 at 17:35 0 comments

    It not quite how I planned but the arduino sketch and the timelapse script are both in the project's dropbox folder.

  • Field testing

    caramellcube03/22/2015 at 13:57 0 comments

    I've done some field testing and the POD seems to be working, although there's still a fair bit to fine tune. If you want to take a look at the results I've uploaded the log files here:

    POD folder on dropbox

    So far there are 2 tests, the 1st was done at Castle Ring, on a particularly foggy Sunday morning. Both snapshot and timelapse modes were tested, but the timelapse mode took a few tries to get it to stay on. It turned out I hadn't enabled the pull-up resistor for the stop button, also the timing had some problems, so both of these issues are now fixed.

    The 2nd test was the 2015 Eclipse. There's no photos on this file, but the sensor logs show the conditions 1 week before, 2 days before, and during the eclipse, with about 4 hours of data at 10 second intervals per scan.

View all 6 project logs

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates