Raspberry Pi Infragram
infragram-pi

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 "Oh hm..... maybe there's an issue with the drive format! Ugh... i think there should be 2 partitions that show up. But maybe your computer can't re..." | Read more » over 5 years ago
molangmuir10 "Hi @silentsairam I did all of those steps but it didn't work! I think @warren is right - although it is strange that when I test ran it I could dow..." | Read more » over 5 years ago
silentsairam "Hi @warren When I recently tried connecting to Camera Module with RPi, I shows the below message as in image. Is the fault in Camera module or sho..." | Read more » over 5 years ago
silentsairam "Hi @warren @molangmuir10 Connect to the Network as the same with Rpi. Click on Download Images and Videos from SD card. I used San Disk 16GB A1 ..." | Read more » over 5 years ago
warren "Hi, sorry I missed this one too, but glad it worked! I've usually seen it take about five minutes so I was surprised to hear 30m. But also, we copi..." | Read more » over 5 years ago
warren "Hi! Ok not sure what's happening but it's some issue with the camera software we chose. I'll try to take a look later today but the easiest thing a..." | Read more » over 5 years ago
molangmuir10 "Hey @warren! I did a test using the r-pi to take photos in my room, downloaded the images and it worked fine. I then did a mapping with a school la..." | Read more » over 5 years ago
molangmuir10 "This looks great! I will try this at my next mapping on Wednesday - I used the plastic bottle rig in the mapping handbook so would be good to exper..." | Read more » over 5 years ago
warren " @molangmuir10 @silentsairam @kayrufty take a look at this post -- this is not super elegant but just looking for fast and very lightweight ways to..." | Read more » over 5 years ago
warren " Hi! Just noting that this software stack I mentioned above is configured to run headlessly and to send video over WiFi, including NDVI processing:..." | Read more » over 5 years ago
molangmuir10 "Hi Bronwen - I posted you the below question because it wasn't working but then after about half an hour the pi wifi connected!! So all good :) Des..." | Read more » over 5 years ago
molangmuir10 " Hi Bronwen, great! I will try this afternoon and let you know! " | Read more » over 5 years ago
Bronwen " Hi @molangmuir10 -- yes! You can get to the software from this page here: https://publiclab.org/wiki/pi-builder Let us know how it goes! FYI, som..." | Read more » over 5 years ago
molangmuir10 " This is great! And so much simpler. I didn't realise they were 'plug-and-play'! I tried to program and configure mine, so I over-wrote your progra..." | Read more » over 5 years ago
kauemv2 "But, only one more question before I make that post: what if i just apply the proper weights (in post-process, at the time of ndvi calculation) to ..." | Read more » over 5 years ago
baungaard " This is so cool :smiley: " | Read more » over 5 years ago
warren " @molangmuir10 @silentsairam @kayrufty check this out! " | Read more » over 5 years ago
cfastie " That's a good idea. Maybe someone has figured out good values for blue and red. " | Read more » over 5 years ago
kauemv2 " Many Thanks for your answer, cfastie!! So, can I ask for the question for awb_gains in another thread? " | Read more » over 5 years ago
cfastie " The NDVI result will be the same whether you use one or more layers of filter. Using two layers reduces the amount of light reaching the sensor tw..." | Read more » over 5 years ago
petter_mansson1 "I use a combination of PILLOW, numpy and Matplotlib. You can also find all my camera settings in https://github.com/PiddePannkauga/ndviMachine. It ..." | Read more » over 5 years ago
jmdavison12 " Thanks Petter, I'm using a headless Raspberry Pi so I don't have the option of writing a GUI application (without networking the stream and severe..." | Read more » over 5 years ago
petter_mansson1 "Here is my repo for the GUI application. Run the script on your raspberry pi. Think you need to install a Tkinter library. At first I only created ..." | Read more » over 5 years ago
petter_mansson1 " I wrote a simple GUI application using TK for Python with 2 sliders to control AWB gains. That was my approach to finding a good balance. I don't ..." | Read more » over 5 years ago