From c007ee838328ba5e76ed4fc92c4f07e58c5eb6c5 Mon Sep 17 00:00:00 2001 From: Alan <60433566+alanesq@users.noreply.github.com> Date: Thu, 15 Apr 2021 14:07:12 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94d15f0..10942d1 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,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); +You can create such a file by setting the 'sendRGBfile' flag in settings and then accessing the /rgb page 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/