Stream picamera or webcam into Google Cardboard and watch in VR.
Install ffmpeg on RaspberrPi as given in this link: FFMPEG for Pi
git clone https://github.com/sgang007/vrStreamer
cd vrStreamer && chmod +x install.sh
sudo ./install.sh
- From command line, type this:
start_stream
- Check your system ip address by typing
ifconfig
and connect your phone to the same router - Go to Chrome browser from phone and type :
http://<IP>/vrstream
- Webcam on Ubuntu 14.04
- PiCamera on Rasperry Pi Model B
- Webcam on Raspberry Pi 2
Derived from the work of patick at http://www.patrickcatanzariti.com