This repository supports my blog post
- 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
-
-
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
-