Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 923 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 923 Bytes

m5core2_unitv2_viewer

M5UnitV2 is AI camera, that has 12 built-in functions.

https://docs.m5stack.com/en/quick_start/unitv2/base_functions

M5UnitV2 outputs the inference results serially. This application receives the serial inference results from M5Core2 and draws them on Lcd. LovyanGFX is used for drawing.

How to use

Connect grove cable(serial) between M5UnitV2 and M5Core2 and turn on M5UnitV2.

Face Detector

PXL_20210810_025121097.mp4

Face detection is only supported up to four.

Larger sizes may crash due to memory size overload for Deserialize JSON.

Object Recognition

PXL_20210826_155303509.mp4

Switch function to Code Detector

PXL_20210822_163740793.mp4