Download Android Apps and Games
AppBrain
  • Apps
  • Apps being viewed right now Trending apps today Most popular apps All-time most downloaded apps Top rated apps
  • Intelligence ▾
    Intelligence overview → Track any Android app or your whole market
    Track & analyze
    Keyword Tracker & OptimizerTrack & improve Play rankings App Performance ReportOne-off PDF for any app StatisticsFree Android & Play market stats
    Promote your app
    Featured Apps App Links
  • Intelligence
  • Pricing
  • Dashboard
  • Sign up
  • Log in
Android Apps > Communication > RaspberryPi Camera Viewer
RaspberryPi Camera Viewer icon

RaspberryPi Camera Viewer

4.2
BigDotSoftware
4.75
69 reviews
10,000+
Downloads
Free

Application to view GStreamer streams on any Android device

This app is currently not available on Google Play.

Try these apps instead

RaspiCam Remote icon RaspiCam Remote
Mike Redrobe
4.4
Free
10,000+
Swish Eye Home Security Camera icon Swish Eye Home Security Camera
QualityValidatedDevelopment
4.0
Free
10,000+
MATRIX SATATYA SIGHT icon MATRIX SATATYA SIGHT
Matrix Comsec
3.7
Free
100,000+
BePPa Home Security Camera icon BePPa Home Security Camera
NAVA Apps
4.4
Free
10,000+
IP Phone Camera icon IP Phone Camera
Deskshare, Inc
3.8
Free
1,000,000+
IP Camera Monitor for android icon IP Camera Monitor for android
Panther Cloud Tech
3.4
Free
100,000+
Arbel Home Security icon Arbel Home Security
Arbel Solutions
4.2
Free
5,000+
Vector Camera icon Vector Camera
Dozing Cat Software
4.1
Free
50,000+

About RaspberryPi Camera Viewer

RaspberryPi Camera Viewer was a communication app developed by BigDotSoftware. It was removed from Google Play Mar 2, 2024 and is no longer available for download.

Download Statistics

RaspberryPi Camera Viewer had been downloaded 23 thousand times before it became unavailable.

User Ratings

RaspberryPi Camera Viewer was rated 4.75 out of 5 stars, based on 69 ratings.

App Information

RaspberryPi Camera Viewer was free to download. The APK download size was 13.19 MB. The last available version was 4.2. The last update was on July 28, 2016.

Technical Requirements

RaspberryPi Camera Viewer required Android 4.1+ or higher. The app had a content rating of Everyone. The app had been available on Google Play March 2015.

Description
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 device

Starting from version 4.0 you can create your own plugins. More details on github: https://github.com/pzuk/raspberry-pi-camera-viewer-plugins/

You can also easily embed RaspberryPi Camera Viewer to your Android application
More details on github: https://github.com/pzuk/raspberry-pi-camera-viewer-embedded-example

Current 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 board
2. 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=5000
where host=192.168.0.20 should be replaced by your RaspberryPI IP address.

Low latency version:
1. Connect RaspberryPi Camera board
2. ssh to your Raspberry Pi and launch:
raspivid -t 0 -hf -n -h 480 -w 640 -fps 15 -o - | nc -l -p 5001
3. Open RaspberryPi Camera Viewer and launch pipeline:
tcpclientsrc host=192.168.0.20 port=5001 ! queue2 max-size-buffers=1 ! decodebin ! autovideosink sync=false

More information about low latency experiment with Android, Raspberry Pi and Gstreamer: https://pzuk.wordpress.com/2015/12/29/android-raspberry-pi-camera-low-latency-via-gstreamer/

Recent changes:
Refactored version. Major change is support for plugins. Starting from version 4,0 you can write your own plugins for RasberryPi Camera Viewer. Starting from 4.1 you can embed Gstreamer Camera Preview in your applications. More details and example code: https://github.com/pzuk/raspberry-pi-camera-viewer-plugins/
Show more Show less

More data about RaspberryPi Camera Viewer

Price Free to download
Total downloads 23 thousand
Rating 4.75 based on 69 ratings
Version 4.2
APK size 13.2 MB
Number of libraries 1
Designed for Android 4.1+
Suitable for Everyone
Ads NO ads

App Performance Report

Get a detailed PDF report for RaspberryPi Camera Viewer with download trends, rating history, and key performance statistics — useful for competitive research or tracking your own app. Learn more

Get PDF Report — $29

More from BigDotSoftware

Ride With Me icon Ride With Me
BigDotSoftware
0.0
Free
1,000+

Google Play Rating history and histogram

60
0
8
0
0

Downloads over time

RaspberryPi Camera Viewer has been downloaded 23 thousand times.

Changelog of RaspberryPi Camera Viewer

  • Mar 2, 2024Unpublished
  • May 12, 2017Installs10,000+ installs
  • Jul 28, 2016UpdateVersion 4.2
  • Jul 24, 2016UpdateVersion 4.1
  • Jul 1, 2016UpdateVersion 3.5
  • Jun 8, 2016Installs5,000+ installs
  • Sep 16, 2015UpdateVersion 3.4
  • Aug 18, 2015Installs1,000+ installs
  • Jul 14, 2015UpdateVersion 3.3
  • Jul 7, 2015UpdateVersion 3.1
  • Jun 23, 2015Installs500+ installs
  • Jun 2, 2015UpdateVersion 3.0
  • Apr 20, 2015Installs100+ installs
  • Apr 6, 2015Installs50+ installs
  • Mar 23, 2015Installs10+ installs
  • Mar 18, 2015New AppVersion 2.1 in COMMUNICATION for Free
Show more Show less

Developer information for BigDotSoftware

BigDotSoftware

Website

ul. Strzelcow 42/7, 81-586 Gdynia, Poland

Share RaspberryPi Camera Viewer

Comments on RaspberryPi Camera Viewer for Android

★★★★★ Excellent barebone yet flexible implementation of the gstreamer API, I used it to stream high resolution video from the v2 camera mounted on the new Pi Zero (over Wifi!) with less than one second delay, which is impressive to me. One single glitch that I noticed for the current version: the video stream always disconnects when I switch between full screen and normal view (by tapping the icon in the right-hand corner), which does not make much sense (this should NOT affect the backend streaming process, it's just a viewer setting, right?), but thankfully the video area stays maximized and at that point it's easy to restart the stream on the pi and then tap again the "play" button in the middle of the screen to restart the streaming.
★★★★★ Great ! Works great with very little delay in the stream from a RPI2 to a S4. Nice clean implementation. All you need on the RPI side is to install gstreamer1.0 and launch with the command in the description (also a camera module installed). possible ideas for update: full screen for the video and UDP mode.

Technologies used by RaspberryPi Camera Viewer

RaspberryPi Camera Viewer is requesting 6 permissions and is using 3 libraries.

Permissions

Development tools
test access to protected storage
Network communication
view network connections, full network access
Storage
modify or delete the contents of your USB storage
System tools
run at startup, prevent phone from sleeping

Ad network libraries

None found

Social libraries

None found

Development tools

Android Jetpack core Android Library IconAndroid Jetpack core
Apps other people are watching Popular Communication Apps Apps on sale Today's trending apps Top new apps
RaspiCam Remote icon RaspiCam Remote
Swish Eye Home Security Camera icon Swish Eye Home Security Camera
MATRIX SATATYA SIGHT icon MATRIX SATATYA SIGHT
BePPa Home Security Camera icon BePPa Home Security Camera
IP Phone Camera icon IP Phone Camera
IP Camera Monitor for android icon IP Camera Monitor for android
Arbel Home Security icon Arbel Home Security
Vector Camera icon Vector Camera

Back to top
AppBrain Intelligence premium content

Subscribe now to get full and unlimited access to AppBrain Intelligence. You'll have access to:

  • App Intelligence dashboard (performance timeline, competitor comparison, country rankings, insight cards)
  • Detailed ranking data per app
  • Full timeline per developer
  • Device market shares data per country
1 Month

$75/mo
(billed every month)

SAVE 0%
Subscribe
3 Months

$65/mo
($195 billed every 3 months)

SAVE 13%
Subscribe
1 Year

$57.50/mo
($690 billed every year)

SAVE 23%
Subscribe
Each subscription will automatically renew 3 days before the expiration date for the same time period. Subscriptions can be cancelled at any time before the renewal.

AppBrain is a directory focused on discovering great apps and games. We give statistics, rankings and search options that Google Play and the App Store don't have. All trademarks are owned by their respective owners. AppBrain doesn't offer APKs or binaries, and always lets users install the official version from Google Play or the App Store.

More apps

  • Top Android apps being viewed
  • Flock Benefits Administration
  • Slots 7777 -Slot Machine 77777
  • Math Games - Brain Training for Android

Android Statistics

  • Android statistics
  • Google Play Developer stats
  • Trending Android Apps
  • Top popular Apps
  • Buy the best Android phone

About AppBrain

  • Contact
  • Privacy
  • Documentation
  • DMCA takedowns
  • Articles
  • Blog
  • Android App Marketing: Learn how to better market your Android app
© 2010-2026 - AppBrain