A realization of 3D Telepresence
- Online surveillance
- Motion detection and
- VR view of Pi-video stream
- JVM
- Python
- make
- Leapmotion open-source Library
- Step 1: Install Raspbian on your RPi
- Step 2: Attach camera to RPi and enable camera support, [further info] (http://www.raspberrypi.org/camera).
- Step 3: Update your RPi with the following commands:
sudo apt-get update
sudo apt-get dist-upgrade
Occasionally if camera core software updates have been done then a sudo rpi-update may be used to benefit from these before they become available as standard.
- Step 4:
For Jessie Lite run
sudo apt-get install git
Clone the code from github and enable and run the install script with the following commands:
git clone git clone https://github.com/zhekaijin/PI_Camera_Interface.git
cd RPi_Cam_Web_Interface
./install.sh
*Please refer to RPi_Cam_Web_Interface module for further web dev
- Thanks for the mentorship and support from our principal investigator Dr. Neveen Shlayan.
This work use SemVer for versioning. This repo now contains version 1.0.
Zhekai Jin, Simon Shao.