kindring 67da75dea5 初次提交 10 місяців тому
..
.gitignore 67da75dea5 初次提交 10 місяців тому
CMakeLists.txt 67da75dea5 初次提交 10 місяців тому
README.md 67da75dea5 初次提交 10 місяців тому
main.c 67da75dea5 初次提交 10 місяців тому

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