Login to raspbery pi with ssh(putty,xshell)
1.It’s always a good idea to upgrade the distribution and the Raspberry Pi 2 to the latest versions:$sudo apt-get upgrade --yes $sudo rpi-update
$sudo reboot now
Install Instructions
(this requires git)
Here are the dependencies required to run and build:
sudo apt-get install libboost1.50-dev libboost-regex1.50-dev youtube-dl axel curl xterm libcurl4-gnutls-dev mpg123 flac sox
sudo apt-get install git-core
git clone git://github.com/StevenHickson/PiAUISuite.git
cd PiAUISuite/Install/
./InstallAUISuite.sh
In KODI, goto SYSTEM - File Manager
Goto SYSTEM - Settings - Add-ons,
Warning: The installer will replace various files, so backup all your data.
Step 1: Install Raspbian on your RPi
Step 2: Attach camera to RPi and enable camera support (http://www.raspberrypi.org/camera)
Step 3: Update your RPi with the following commands:
sudo apt-get update sudo apt-get dist-upgrade sudo rpi-update