RearPi

價格:免費

更新日期:2018-08-31

檔案大小:21M

目前版本:1.6.2

版本需求:Android 4.1 以上版本

官方網站:https://alikamouche.wordpress.com/

Email:alikamouche@googlemail.com

聯絡地址:隱私權政策

RearPi(圖1)-速報App

RearPi is a simple application to display and record video signals transmitted by your Raspberry Pi over wifi.

Usable for nearly every car.

Caravans have an extra benefit when wifi is used to transmit video signals

Features:

- Front Loop Recording (15 min. 30 min. 45 min)

- Back Loop Recording (15 min. 30 min. 45 min)

- Option to set recording quality

- Integrated mediaplayer to watch recordings

- Integrated documentation

RearPi(圖2)-速報App

- Connect to your Raspberry via ssh (IP-Adress/Login name & Password)

- Start your camera on app start or with the "OPEN" button

- Close your camera with the "EXIT" button

- Full screen mode

To use your Raspberry Pi with RearPi as rearwiew camera / backup camera there are some steps to do.

Documentation: https://alikamouche.files.wordpress.com/2018/05/rearpi_documentation_v1-4.pdf

Quickguide:

First: Set up a Hot-spot to connect the Raspberry Pi and your phone/tablet.

Raspberry Pi:

RearPi(圖3)-速報App

To stream video you have to install mjpg streamer.

◦ sudo apt-get install build-essential libjpeg-dev imagemagick subversion libv4l-dev checkinstall

◦ svn co svn://svn.code.sf.net/p/mjpg-streamer/code/ mjpg-streamer

◦ cd mjpg-streamer/mjpg-streamer

◦ VERSION=$( sed -n '/SOURCE_VERSION/s/^.*"\(.*\)".*$/\1/gp' < mjpg_streamer.h )

◦ REVISION=$( svnversion -cn | sed "s/.*://" )

◦ sudo checkinstall --pkgname=mjpg-streamer --pkgversion="$VERSION+$REVISION~checkinstall" --default

◦ make USE_LIBV4L2=true ← optional

- Give your Raspberry Pi a static IP-Address (detailed steps in the manual PDF).

RearPi(圖4)-速報App

- Connect with the App to your Raspberry Pi (IP/Login/PW)

Finish!

RearPi(圖5)-速報App