How to send fb->buf over websocket?



  • When I do

    camera_fb_t * fb = esp_camera_fb_get();

    It looks like the fb->buf[4] == '\0', but fb->len is in the 5000. When I try sending fb->buf through a websocket, only the first 4 characters get sent. Anyone knows how to send the whole fb->buf instead?