Search found 2 matches

by mrt_duino
Tue Jun 11, 2019 2:06 pm
Forum: ESP32 Arduino
Topic: ESP32 CAM direct access to image data
Replies: 27
Views: 92657

Re: ESP32 CAM direct access to image data

It's a little late maybe but I must thank ZycaRko, his code did the trick for me. As XenonXenon said it isn't easy to read a manual and learn everything as in other situations. I didn't want to mess with bit shifting in my limited time so I used GRAYSCALE and I was able to use it by writing them to ...
by mrt_duino
Sat May 04, 2019 5:55 pm
Forum: ESP32 Arduino
Topic: ESP32 CAM direct access to image data
Replies: 27
Views: 92657

ESP32 CAM direct access to image data

Hi! I am using an ESP32-CAM with OV2640 and it works fine with the CameraWebServer example. Now I want to check raw pixel data to detect a laser pointer on a single colored background but everything seems automated for web broadcast. I am lost in all those web stuff that I know nothing about. Can yo...