Display video stream and vital signs monitor's data on screen.
If you want to install this on a Raspberry Pi using a console-only installation, you'll need to install a minimal X11 first:
- sudo apt-get update
- sudo apt-get install -y xserver-xorg xinit xserver-xorg-video-fbdev
- cd videovsm && git clone https://github.com/emi420/ipcam.git
- sudo apt-get install -y omxplayer python-tk libjpeg8-dev
- pip install pexpect
- pip install Pillow
Edit ~/.xinitrc and add this:
xset s off
xset -dpms
xset s noblank
- Check path in gui/start.sh
- Check path in video/start.sh
- Check paths in utils/rc.local and copy contents to /etc/rc.local
- Edit the stream's URL in video/start.sh
- Reboot
Vital Signs Monitor's data is in HL7 format and loaded from gui/response.xml, you'll need to update that file in order to update data on screen.
You may use any VideoVSM project under the terms of the GNU General Public License (GPL) Version 3.
(c) 2017 Emilio Mariscal
Want to contribute? or use this software? fork the project, or write me to emi420 [at] gmail.com
