Raspberry Pi Infragram
question:raspberry-pi-infragram

This page collects research on using #raspberry-pi based cameras (aka #pi-camera) to take [Infragram](/wiki/infragram) multispectral photos, for plant health analysis. It is supported in part by the [AREN project at NASA](/aren). ## Design goals Low cost, low complexity, easy to build and open source! Also see the [Image Sequencer](/image-sequencer) project which is designed to run on a Raspberry Pi for on-board image processing. To get a kit with this already set up on an SD card and/or Raspberry Pi camera, see: * [Infragram Pi Camera Kit](https://store.publiclab.org/products/infragram-pi-camera) * [Pre-flashed SD cards for Raspberry Pi cameras](https://store.publiclab.org/products/pi-builder-cards) ## Quick start [notes:grid:activity:pi-camera-setup] If yours is already assembled, just plug it in using a Micro USB cable (or battery pack) and it'll create a WiFi network called `00-PiCamera` -- password `publiclab` -- which you can log into from your phone or laptop. You'll quickly see streaming video, be able to take photos, timelapses, or videos, do motion triggered capture, and more. ## Questions Questions can be either frequently asked questions, or "next step" challenges we're looking to solve. [questions:raspberry-pi-infragram] ## Activities Activities show how to use this project, step by step. [activities:raspberry-pi-infragram] ...


Author Comment Last activity Moderation
warren "Maybe @MaggPi can answer this one? Interesting! What do you aim to do with it? " | Read more » over 6 years ago
tech4gt "@warren should i add this in documentation maybe add a section for raspi users complete with installation and setting up instructions ? " | Read more » over 6 years ago
warren "Indeed! I think here it could be good to keep the original data in this case, maybe @csteran has a preference? But we should perhaps add steps and ..." | Read more » over 6 years ago
tech4gt "@warren this gives me another idea, maybe we can add a replaceImage functionality in node as well (maybe as an extension to basic mode) which will ..." | Read more » over 6 years ago
tech4gt "@warren this sound amazing, we can install the image-sequencer on raspi easily via npm and it would work nicely for this use case " | Read more » over 6 years ago
warren "The default app raspicam can be used to take a picture from the commandline, and then you could use Image Sequencer to do the NDVI -- https://gith..." | Read more » over 6 years ago
csteran "I need to do it without internet access, and we were thinking to use a photo command just like you said. Yes, I started learning phyton in order to..." | Read more » over 6 years ago
MaggPi "It may be possible to use computer vision software (opencv) to directly manipulate the images on the PI computer. Check out https://publiclab.org..." | Read more » over 6 years ago
warren "I'm thinking of if we could add a command from Image Sequencer (https://github.com/publiclab/image-sequencer) to the "take photo" command -- do you..." | Read more » over 6 years ago
warren "This is one way to set up a Raspberry Pi to take photos remotely from a computer, using WiFi. It may not be exactly what you're looking for but the..." | Read more » over 6 years ago
warren "Great question, @csteran -- just for a few clarifications, do you need to do it a) without internet access, or do you want to b) have it produce ND..." | Read more » over 6 years ago
warren "The NoIR camera ships with a filter -- it's actually the same as the blue filter in our filter kit, as it was developed based on our community's wo..." | Read more » over 6 years ago
warren "I got this running -- it was pretty simple to change a couple files in the boot drive. But I found that it wasn't easy to just connect via a web br..." | Read more » over 6 years ago
cedarlodge "It would use the USB port. The zero is wired to draw power through it as well as data. I've just enabled it on the Pi zero i'm using at work. You ..." | Read more » over 6 years ago
warren "OMG I know what you mean, @wmacfarl and I have been talking about how one tiny thing can ruin your whole day when working with Raspberry Pis. And I..." | Read more » over 6 years ago
warren "Awesome!!! We're going to start distributing these with buttons and low-profile batteries soon at http://store.publiclab.org so including a button ..." | Read more » over 6 years ago
cedarlodge "Have got it to work before in a pi zero (no WiFi). Key thing is to make sure the micro usb you use is also a data cable. That’s one very frustratin..." | Read more » over 6 years ago
cedarlodge "Here’s a basic guide to adding a tactile button to the GPIO pins: https://www.modmypi.com/blog/tutorial-tactile-switch For a neater package, i’d ..." | Read more » over 6 years ago
warren "Looks like you can just load it as an image using this code, and insert it: var piImage = new Image(); piImage.onload = function() { ..." | Read more » almost 7 years ago
warren "I did find some links here, but haven't tried it! https://learn.adafruit.com/turning-your-raspberry-pi-zero-into-a-usb-gadget/ethernet-gadget htt..." | Read more » almost 7 years ago
warren "There's some really good starting code here: https://www.sitepoint.com/streaming-a-raspberry-pi-camera-into-vr-with-javascript/ Please help out if..." | Read more » almost 7 years ago
warren "I'm collecting up info about this here: https://publiclab.org/wiki/raspberry-pi-infragram [activities:raspberry-pi-infragram] and questions about..." | Read more » about 7 years ago
LaPa "I'm happy for this my first step in NIR and NDVI photograph! Maybe you know but ..... 1) I use not a real camera but a computer board (Raspberry Pi..." | Read more » almost 9 years ago
cfastie "That looks pretty good. With the defaults in the photo monitoring plugin, the plant leaves have an NDVI value around 0.3. We don't know what the ND..." | Read more » almost 9 years ago