/person_detection_viewer

Image viewer for the person detection example of SparkFun Edge Development Board

Primary LanguagePythonMIT LicenseMIT

person_detection_viewer

Image viewer for the person detection example of SparkFun Edge Development Board.

The person detection example can be modified to print out hexadeciaml dump of the images. This viewer can read them from serial port and display them.

image    image

Modify the example

#define DEMO_HM01B0_FRAMEBUFFER_DUMP_ENABLE
am_util_stdio_printf("\r\n");

Quickstart

git clone https://github.com/kitsook/person_detection_viewer.git
cd person_detection_viewer
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python3 main.py

Edit main.py to change the SERIAL_PORT as appropriate.