Changes between Version 4 and Version 5 of RaspberryPiSurveillanceMonitor
- Timestamp:
- Jun 5, 2017, 8:24:53 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RaspberryPiSurveillanceMonitor
v4 v5 83 83 For debugging I remotely need to be able to look at the screen to see what is displayed. This is done by using [https://github.com/AndrewFromMelbourne/raspi2png.git raspi2png] to grep the output of the display and present then using Apache. 84 84 85 Compile and install raspi2png: 85 == Compile and install raspi2png == 86 86 $ mkdir src; cd src 87 87 $ git clone https://github.com/AndrewFromMelbourne/raspi2png.git