From 686ffb354c3e2de7fa20d7174ecc828be0b4bebb Mon Sep 17 00:00:00 2001 From: jameszah <36938190+jameszah@users.noreply.github.com> Date: Sat, 23 Jan 2021 10:13:56 -0700 Subject: [PATCH] Create README.md --- test/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/README.md diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..911dec0 --- /dev/null +++ b/test/README.md @@ -0,0 +1,12 @@ +Programs to test the camera speed, and sd writer speed of the ov2640 and ov5640 cameras on esp32-cam board + +https://github.com/espressif/esp32-camera/issues/201#issuecomment-765884077 + +Replace your normal esp32 additional boards in Arduino - File - Preferences -- with the following to get the 1.05rc6 development version + +https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json + +These programs create a 15 second mjpeg avi on the SD card for every framesize from 0 to exceeding the framesize for the camera, when the program should fail. + +Look at the serial output for the framesizes, speeds, filenames, etc. and on the sd card for the recordings. +