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/vrStreamercd vrStreamer && chmod +x install.shsudo ./install.sh
- From command line, type this:
start_stream - Check your system ip address by typing
ifconfigand 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