kindring 67da75dea5 初次提交 10 months ago
..
.gitignore 67da75dea5 初次提交 10 months ago
CMakeLists.txt 67da75dea5 初次提交 10 months ago
README.md 67da75dea5 初次提交 10 months ago
main.c 67da75dea5 初次提交 10 months ago

README.md

Raspberry Pi

Build a home camera with Raspberry Pi. Support camera video streaming and two-way audio communication.

Hardware

Instructions

Install

  • Install Raspberry Pi OS Lite Image
  • Install dependencies

    $ sudo apt update
    $ sudo apt install -y gstreamer1.0-libcamera gstreamer1.0-alsa gstreamer1.0-tools gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-plugins-good libgstreamer1.0-dev git cmake
    

Build

$ git clone --recursive https://github.com/sepfy/libpeer
$ cd libpeer/examples/raspberrypi
$ mkdir build && cd build
$ cmake ..
$ make

Test

  • Copy URL from the test website

    $ ./raspberrypi -u <URL>
    
  • Click Connect button on the website