/camera-latency

ESP32 project for testing camera latency

Primary LanguageC++

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