From b9d3b9b495f021a2d1d8ea7f2e260109cfe055ef Mon Sep 17 00:00:00 2001 From: Miroslav Pivovarsky Date: Sat, 29 Jun 2024 17:34:50 +0200 Subject: [PATCH] docu update --- doc/ESP32-S3-EYE-22/README.md | 3 +++ fw_build.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/doc/ESP32-S3-EYE-22/README.md b/doc/ESP32-S3-EYE-22/README.md index 74ed462..2ae7055 100644 --- a/doc/ESP32-S3-EYE-22/README.md +++ b/doc/ESP32-S3-EYE-22/README.md @@ -39,6 +39,9 @@ These are currently known or tested camera modules: | Camera chip | FOV | Resolution | Tested | Works | Description | |-------------|--------|------------|--------|-------|------------------------------------------| | OV2640 | 66.5° | 2MP | Yes | Yes | Recommended. Standard camera module | +| OV2640 | 120° | 2MP | Yes | Yes | Recommended | +| OV2640 | 160° | 2MP | Yes | Yes | Recommended | +| OV2640IR | 160° | 2MP | Yes | Yes | | ## How to flash binary files to board from Linux/MAC/Windows diff --git a/fw_build.sh b/fw_build.sh index 79bb323..a99db0a 100644 --- a/fw_build.sh +++ b/fw_build.sh @@ -19,6 +19,7 @@ # # The script assumes the following directory structure: # ESP32_PrusaConnectCam/ +# ├── arduino-cli # ├── ESP32_PrusaConnectCam.ino # ├── mcu_cfg.h # ├── ...