How to setup

A remote live camera

logo-supergreenlab
Author: SuperGreenLab
Credit: Stant

I’m not teaching you anything if I tell you that our plants are like our babies. And just like babies we’d like to keep an eye on them 24/24, even when away from home.
While you shouldn’t overprotect an actual kid, it’s bad for their self confidence, and makes fucked up teenagers; When it comes to plants, having a way to look at it anytime can save you some issues.

The camera we will be setting up is quite simple, it allows you to select the plant you’re monitoring, and will then take a picture every 10 minutes.

Setting up this remote camera will give you two things:

  • You’ll have access to the latest taken pic from the app, at any time, from anywhere.
  • Daily and weekly timelapses posted to your plant diary.

What you'll need

Selected region:
World
Click to change

Rasppberry PI night camera with wide angle and night vision BY Generic component manufacturer

From Kubii

Best way to have a nice plant is to keep an eye on it!

Probably the most effective way to spot issues before they arise. checkout our guide "How to setup a

US$20.77

*price may vary *converted to local currency

Raspberry PI zero W BY Raspberry PI Foundation

From Sparkfun

All purpose tiny computer, great to do timelapses and remote live cam.

As of now the best all purpose micro computer. You won't use it as a desktop (it has usb and hdmi po

US$10.00

*price may vary

16Go Sandisk SD Card BY Sandisk

From amazon.de

Way enough for running a raspberry pi with a bit of local storage for pics.

16Go sd card, can be used for any purpose, but in our case it can be used for the remote live camera

US$6.25

*price may vary *converted to local currency

US$6.25

*price may vary *converted to local currency

Raspberry pi power supply BY Generic component manufacturer

From Berrybase

Nothing more than a micro USB charger with enough amps

Will be enough to power a raspberry pi reliably.

US$5.11

*price may vary *converted to local currency

Raspberry PI camera cable BY Generic component manufacturer

From Berrybase

Just because the camera port is smaller on the rasberry pi zero..

Allows to connect the standard raspberry pi camera to the raspberry pi zero camera port.

US$2.61

*price may vary *converted to local currency

Timelapse camera holder BY SuperGreenTomato

From SuperGreenTomato EU

3D printed Raspberry Pi Zero + IR camera holder

Great solution for setting up a timelapse for plant monitoring 🎦

Super simple to setup in any spot

US$20.88

*converted to local currency

Plants are moving creatures

logo-supergreenlab
Author: SuperGreenLab

Plants are moving creatures

Having a still live picture is cool, but one thing we tend to ignore for obvious reasons, is the plant's movements. Plants actually move a lot during the day and night, it's too slow for us to notice, but becomes very clear once at high speed.
So that's the point of this, take a pic every 10 minutes, then compile all those pics into videos, daily and weekly.
One of the things with movements, is they can allow you to spot something wrong before it shows up.

Got a feedback/suggestion? click here

Normal plant movement

logo-supergreenlab
Author: SuperGreenLab

Normal plant movement

For example, let’s have a look at this plant, you can see how the leaves tend to have a “breathing” motion.
We’ll see in the next frames how it goes when it is thirsty.

Got a feedback/suggestion? click here

Unhappy plants don’t move anymore

logo-supergreenlab
Author: SuperGreenLab

Unhappy plants don’t move anymore

Now here’s a sad plant. The problem here is that it’s getting thirsty. This appears quite clearly because there are no more breathing motions. And the leaves will tend to go downward.

Other issues can be spotted too, lack of nutrient stops all movements for example.

Got a feedback/suggestion? click here

Plant recovery after watering

logo-supergreenlab
Author: SuperGreenLab

Plant recovery after watering

Now look how it looks after being watered:)

Got a feedback/suggestion? click here

Detecting watering issues in advance

logo-supergreenlab
Author: SuperGreenLab

Detecting watering issues in advance

Another fun thing to notice on timelapses that could avoid watering issues, is the soil color. It’s color turns lighter as the soil gets dryer.
Usually the soil color suddenly turns lighter, that means the plant will start suffering from lack of water a few hours later.
All this to say, you should definitely have a live cam with daily timelapse video generation in your grow box.

Got a feedback/suggestion? click here

Required hardware

Done
logo-supergreenlab
Author: SuperGreenLab

Required hardware

Done

Alright let’s get into it, the first step is to get the right hardware.
The live camera is mostly composed of two components, on one side a tiny computer called a Raspberry PI, and a camera with wide angle.
The one we recommend is the PI zero W, and a camera with wide angle and infrared lighting for night shots (plants move a lot during the night too).

Got a feedback/suggestion? click here

What you'll need

Selected region:
World
Click to change

Raspberry PI zero W BY Raspberry PI Foundation

From Sparkfun

All purpose tiny computer, great to do timelapses and remote live cam.

As of now the best all purpose micro computer. You won't use it as a desktop (it has usb and hdmi po

US$10.00

*price may vary

16Go Sandisk SD Card BY Sandisk

From amazon.de

Way enough for running a raspberry pi with a bit of local storage for pics.

16Go sd card, can be used for any purpose, but in our case it can be used for the remote live camera

US$6.25

*price may vary *converted to local currency

US$6.25

*price may vary *converted to local currency

Rasppberry PI night camera with wide angle and night vision BY Generic component manufacturer

From Kubii

Best way to have a nice plant is to keep an eye on it!

Probably the most effective way to spot issues before they arise. checkout our guide "How to setup a

US$20.77

*price may vary *converted to local currency

Raspberry pi power supply BY Generic component manufacturer

From Berrybase

Nothing more than a micro USB charger with enough amps

Will be enough to power a raspberry pi reliably.

US$5.11

*price may vary *converted to local currency

Raspberry PI camera cable BY Generic component manufacturer

From Berrybase

Just because the camera port is smaller on the rasberry pi zero..

Allows to connect the standard raspberry pi camera to the raspberry pi zero camera port.

US$2.61

*price may vary *converted to local currency

Setting up the raspberry pi

Done
logo-supergreenlab
Author: SuperGreenLab

Setting up the raspberry pi

Done

The raspberry pi setup will be our first step, because it takes some steps, we’ll move that to a separate guide that you can find under here.

It is recommended to have the camera already attached to the PI at that step, it won’t be able to use it if not plugged on boot.

Checkout this guide
How to setup a raspberry pi

In this tutorial we’ll see how to set up a raspberry PI from scratch.

We’ll be using the raspberry pi for things like setting up a live cam.

This guide will work with any raspberry PI models, but we’ll be using a raspberry PI model zero w.

Got a feedback/suggestion? click here

Install the live cam software

Done
logo-supergreenlab
Author: SuperGreenLab

Install the live cam software

Done

Aaaaaaand we’re now ready to install the SuperGreenLive2 software that will turn our useless raspberry PI into an awesome companion for our grow diary app.

Re-connect to the raspberry PI with putty if not already.

Let’s do a quick test to make sure the connection to the camera is right.

Type:

libcamera-jpeg -o cam.jpg

Then type:

ls cam.jpg

No error should be displayed by any of those commands.

Now to the installation of SuperGreenLive, copy/paste:

curl -sL https://github.com/supergreenlab/SuperGreenLive2/releases/download/latest/install.sh | sudo bash

This will go on for a little while, and you shouldn’t have anything to do but wait. Get yourself a large glass of water to stay hydrated.

Got a feedback/suggestion? click here

Moving inside the box

logo-supergreenlab
Author: SuperGreenLab

Moving inside the box

Alright we’re now done with the software installation, let’s set up our raspberry PI + camera inside the box.

You can craft something with pieces of cardboard and some hot glue, but for this tutorial we’ll use the small camera holder we’ve designed, you can either download the stl files for free and print it yourself, or buy our pre-printed parts here (Coming soon)

Got a feedback/suggestion? click here

Assembling the camera holder

Done
logo-supergreenlab
Author: SuperGreenLab

Assembling the camera holder

Done

We made a dedicated guide for this step, please check it out:

Checkout this guide
How to build the camera holder

How to build the new camera holder guide.
 
This is the new model of 3d printable camera holder.
 
All parts from this guide can be used with the SuperGreenLab construction set.

Got a feedback/suggestion? click here

Start a plant timelapse !

Done
logo-supergreenlab
Author: SuperGreenLab

Start a plant timelapse !

Done

Alright we now have our camera in place, let’s start a timelapse!

Power the raspberry pi, let it work for about 90s to fully start, then with your browser, go to:

http://raspberrypi.local:8081

That will open the live cam setup graphic interface for easier setup.

Start by logging into your sgl account, if you don’t have one yet please create one with the SGL app at https://www.supergreenlab.com/app

Useful links Got a feedback/suggestion? click here

Plant selection screen

Done
logo-supergreenlab
Author: SuperGreenLab

Plant selection screen

Done

Once logged in you will be presented with the plants you have already created, if you don’t have any yet, head to the app to create one now, then refresh the page.

Got a feedback/suggestion? click here

Adjust camera focus and orientation

Done
logo-supergreenlab
Author: SuperGreenLab

Adjust camera focus and orientation

Done

This screen allows to setup the camera focus and orientation.

The focus can be tuned by turning the camera’s lens, turn it just a few degrees then monitor the live view, you will notice there might be a few seconds of lag, so let the picture stabilize before turning more.

If the picture has the wrong orientation (ie upside down), use the button under the liveview to reorient it.

Got a feedback/suggestion? click here

Monitoring screen

Done
logo-supergreenlab
Author: SuperGreenLab

Monitoring screen

Done

And we’re now on the final screen, this screen just shows which plant is on the timelapse and captures a frame from the camera.

There are four buttons at the top:

  • Skip night: Uncheck it to enable liveview, only useful if you have a camera with night vision.
  • Live cam: Shows the live view screen again.
  • Download: Downloads the pics for the last 24h.
  • Reset: Allows to start another timelapse with the same setup.
Got a feedback/suggestion? click here

Live view in the app

Done
logo-supergreenlab
Author: SuperGreenLab

Live view in the app

Done

Now the live server is set up and running, it will take a pic every 10 minutes and save it on the server.

You can have a look at the latest pic from the app, go to your plant, tap the eye icon at the top right corner.
If there is no pic yet you might need to wait a few more minutes.

Got a feedback/suggestion? click here

Daily/weekly timelapse

logo-supergreenlab
Author: SuperGreenLab

Daily/weekly timelapse

And now the app will generate a time-lapse every 24 hours and every end of week!
This way you can have a quick glance at how the plant behaved the previous day.

As a reminder:

  • healthy plants have a breathing motion during the day, and some sort of twisting motion when the night falls.
  • Thirsty plants will only have downward motion, no more breathing. That usually means you still have a few hours before it becomes critical.
  • Lack of nutrient (and probably other issues) will stop any motion, the time-lapse shows the plant totally still, that means it will maybe start showing signs of deficiencies few days later.

We are still learning what are all visible symptoms on time-lapses, let us know if you spot something interesting. Spoiler: we'll then try to work on image processing and AI to detect issues automatically.

Enjoy your daily and weekly timelapses:)

Got a feedback/suggestion? click here

Welcome to

Super Green Lab
SuperGreenLab is a community of stealth growers.
checkout our dedicated grow lights and smart controller and join the community!
Start growing

Subscribe

Stay tuned with our newsletter and get exclusive promotions.
Subscribe
© 2021 SuperGreenLab. All Rights Reserved