From b3a303673e4178af1831f7fe75336a5b9fb6f4d0 Mon Sep 17 00:00:00 2001 From: Alan <60433566+alanesq@users.noreply.github.com> Date: Fri, 26 Feb 2021 11:09:19 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0d2e53..b187487 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Notes You can see an example Processing sketch for displaying the raw rgb data from this sketch
here: https://github.com/alanesq/esp32cam-demo/blob/master/Misc/displayRGB.pde +This would read in a file created from the Arduino command: client.write(rgb, ARRAY_LENGTH); This looks like it may contain useful info. on another way of getting RGB data from the camera: https://eloquentarduino.github.io/2020/01/image-recognition-with-esp32-and-arduino/