RaspberryPi Camera Viewer (pl.effisoft.rpicamviewer2) on Google Play

WhoIs for 'effisoft.pl'

pl.effisoft.rpicamviewer2
Application has been originally designed to view camera stream from hardware Raspberry Pi cameras. To build the stream, gstreamer has been chosen as the best open source multimedia framework. During the time number of desired features and configuration options grow, so application is morphing into gstreamer viewer. In current version you are able to build any pipeline (in gstreamer format) and view it on any Android deviceCurrent version is backward compatible with previous versions, so if you still want to watch stream from your RaspberryPi only, please follow points below:1. Connect RaspberryPi Camera board2. ssh to your Raspberry Pi and launch:raspivid -n -t 0 -h 200 -w 320 -fps 25 -hf -b 2000000 -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=1 pt=96 ! gdppay ! tcpserversink host=192.168.0.20 port=5000where host=192.168.0.20 should be replaced by your RaspberryPI IP address.