rosterloh / camera-latency

ESP32 project for testing camera latency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camera Latency Measurement

PlatformIO Commands

# Build project
> platformio run

# Upload firmware
> platformio run --target upload

# Build specific environment
> platformio run -e quantum

# Upload firmware for the specific environment
> platformio run -e featheresp32 --target upload

# Clean build files
> platformio run --target clean

About

ESP32 project for testing camera latency


Languages

Language:C++ 96.4%Language:C 3.6%