Skip to content

Raspberry Pi live video streaming bird box with live text and temperature overlay

License

Notifications You must be signed in to change notification settings

keithellis74/bird_box

Repository files navigation

Raspberry Pi live streaming Bird bird box

Bird box

This repository supports my blog post

Software guides and associated files

###Infra red LED

  • irLED.py

###Logging temperature to ThingSpeak

  • Read temperature - ds18b20.py - Many thanks Matt Hawkins
  • Log to ThingSpeak - log_temp.py

###Streaming to ustream

  • raspivid ustream.sh

  • picamera

    • cameraStreamBash.py - This is the python code, basic version this needs to be called by a bash script

    • startPythonStream.sh - This is the script to call the python code above

    • cameraStreamBash1.py - This is the more advance python code which adds the text overlay to the video stream, including the date stamp and live temperature data, this also needs to be called by the bash script above, just make sure you edit the file name so the correct python file is run

    • thingspeak.py - This is a local copy of the thingspeak library, I have modified this so I can retrieve the latest temperature from thingspeak more easily. Make sure this is in the same directory as your python and bash script. You only need this is if you are calling data down from thingspeak

About

Raspberry Pi live video streaming bird box with live text and temperature overlay

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published