README.md updates

This commit is contained in:
Anatoli Arkhipenko 2024-09-30 15:56:20 -04:00
parent 55707c59f5
commit 3c08e688dd

View file

@ -32,6 +32,16 @@ Pull the repo recursively in order to include the latest esp32-camera drivers.
Open workspace file `esp32-cam-rtos-pio\esp32-cam-rtos-pio.code-workspace` with MS VSCode Open workspace file `esp32-cam-rtos-pio\esp32-cam-rtos-pio.code-workspace` with MS VSCode
Inspect the platformio.ini file:
- Select frame service:
- -D CAMERA_MULTICLIENT_QUEUE
- -D CAMERA_MULTICLIENT_TASK
- -D CAMERA_ALL_FRAMES
- Select appropriate frame size: -D FRAME_SIZE=FRAMESIZE_HVGA <== example
- Choose FPS (10 recommended)
- Choose JPEG quality: JPEG_QUALITY ==> 0-63 lower means higher quality (0, 1, and 2 did not work for me)
Switch to Platform IO menu then build and upload appropriate camera options Switch to Platform IO menu then build and upload appropriate camera options
If your cemera model is not listed - read on or try contacting me to create appropriate build option, device file and partition scheme. If your cemera model is not listed - read on or try contacting me to create appropriate build option, device file and partition scheme.