-
-
Notifications
You must be signed in to change notification settings - Fork 232
Hello World
Bofu Chen edited this page May 12, 2019
·
13 revisions
This tutorial will share how to create a simple surveillance system in your home.
In this tutorial, we will use these HWs:
- Raspberry Pi 3
- RPi camera v2
After followed the steps in Installation, your RPi3 should be ready to run BerryNet.
BerryNet starts an example detection application by default:
All the services' status should be "RUNNING".
We will see the detection result on Freeboard by following the steps in README.
Camera client is started automatically after booted, so RPi camera or USB camera will keep capturing frame in FPS 0.3 in background.
The dashboard will keep updating the inference image and text results on it:
To stop the system, you can execute
$ sudo supervisorcal stop all
If you want to
- Do some data analysis, you can also enable Data Collector to collect the inference results.
- Know more about Freeboard, please refer to the open dashboard on your computer section in the Dashboard document.
- Send testing images manually instead of using camera stream, please refer to the Camera Client Configuration in README.
- Know more about camera client, please refer to the Cameras document for more details.
Hoping that this starting point can help you create your own interesting project!