Search found 1 match

by jensdk32
Sun Jul 26, 2020 6:19 am
Forum: ESP-IDF
Topic: sending jpg through websocket from esp32 websocket client
Replies: 1
Views: 2845

sending jpg through websocket from esp32 websocket client

I playing with a ESP32-CAM.
I'm using the standard Windows installer for esp tools and esp-idf. So I'm using v4.0.1 from May 2020.

I have a image encoded as jpg in a struct as this

typedef struct {
uint8_t * buf; /*!< Pointer to the pixel data */
size_t len; /*!< Length of the buffer in bytes ...

Go to advanced search