docu update

pull/60/head v1.1.0-rc1
Miroslav Pivovarsky 2024-06-29 17:34:50 +02:00
parent d792a1c714
commit b9d3b9b495
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,9 @@ These are currently known or tested camera modules:
| Camera chip | FOV | Resolution | Tested | Works | Description | | Camera chip | FOV | Resolution | Tested | Works | Description |
|-------------|--------|------------|--------|-------|------------------------------------------| |-------------|--------|------------|--------|-------|------------------------------------------|
| OV2640 | 66.5° | 2MP | Yes | Yes | Recommended. Standard camera module | | 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 | |
<a name="flash_fw"></a> <a name="flash_fw"></a>
## How to flash binary files to board from Linux/MAC/Windows ## How to flash binary files to board from Linux/MAC/Windows

View File

@ -19,6 +19,7 @@
# #
# The script assumes the following directory structure: # The script assumes the following directory structure:
# ESP32_PrusaConnectCam/ # ESP32_PrusaConnectCam/
# ├── arduino-cli
# ├── ESP32_PrusaConnectCam.ino # ├── ESP32_PrusaConnectCam.ino
# ├── mcu_cfg.h # ├── mcu_cfg.h
# ├── ... # ├── ...