Search found 5 matches

by FrankIQ
Fri Jul 26, 2019 3:20 pm
Forum: ESP32 Arduino
Topic: ESP32 CAM AI THINKER EEPROM
Replies: 0
Views: 2558

ESP32 CAM AI THINKER EEPROM

Hi guys, Have the eeprom any issue in ESP32 cam AI THINKER? it doesn't work when using cam settings sketch but it works when i run a simple EEPROM sketch. Can't find the issue.


Thank you
Franco
by FrankIQ
Tue Jul 16, 2019 10:59 pm
Forum: ESP32 Arduino
Topic: Esp32 CAM sending image buffer over TCP
Replies: 2
Views: 9343

Esp32 CAM sending image buffer over TCP

Hi, i'm sending the picture's buffer rgb888 format via regular TCP connection with the client, using client.print or client.write , but the streaming is too slow. i'm getting the data by 4kbs . Is there any way to get the data faster in the client ? void sendData() { for (int i = 0; i < out_len ; i+...
by FrankIQ
Thu Jun 20, 2019 2:24 pm
Forum: ESP32 Arduino
Topic: ESP32 CAM real time image processing.
Replies: 5
Views: 16829

Re: ESP32 CAM real time image processing.

* @brief Convert image buffer to RGB888 buffer (used for face detection) * * @param src Source buffer in JPEG, RGB565, RGB888, YUYV or GRAYSCALE format * @param src_len Length in bytes of the source buffer * @param format Format of the source image * @param rgb_buf Pointer to the output buffer (wid...
by FrankIQ
Wed Jun 19, 2019 7:57 pm
Forum: ESP32 Arduino
Topic: ESP32 CAM real time image processing.
Replies: 5
Views: 16829

Re: ESP32 CAM real time image processing.

* @brief Convert image buffer to RGB888 buffer (used for face detection) * * @param src Source buffer in JPEG, RGB565, RGB888, YUYV or GRAYSCALE format * @param src_len Length in bytes of the source buffer * @param format Format of the source image * @param rgb_buf Pointer to the output buffer (widt...
by FrankIQ
Tue Jun 18, 2019 8:36 pm
Forum: ESP32 Arduino
Topic: ESP32 CAM real time image processing.
Replies: 5
Views: 16829

ESP32 CAM real time image processing.

Hi,
I have been playing around with the cameraweb example. But what i need is not the webservercam application, i only need to get red , blue and green value of each pixel to do some simple real time image processing . Any tip or help in how to get his buffer data?

Thank you in advance.
Franco