ESP32-S3 capability for Video transmission

Hello! Greetings!

I'm working on a project where I have ESP32-S3 connected to my RPi (Running HAAS OS). ESP32-S3 is programmed thru ESP-HOME inside HAAS OS Admin panel.

I need to have a high quality video like 1080P to be streamed as well. For this I'm using Realtek IoT AMB82. Now, I plan to send this video to ESP-32 via either I2C/SPI or UART and I want the ESP32 to stream it to RPi. All this needs to be live streamed, meaning I don't need to store that video on any device.

So, my question is:

  1. Is it possible to send such video from AMB 82 to ESP32-S3 via SPI or UART?
  2. Can ESP32-S3 relay such received video to RPi via wifi?

Any leads or pointers to links would be much helpful and heartly appreciated.

Thanks and regards

Do you specifically need a wired connection?

Home Assistant currently supports embedded video streams using HTTP over IP.
WiFi may work. Check the CODEC compatability.

For a wired connection things are more complicated. Adding Ethernet is one possibility. No guarantee that it'll provide the required bandwidth.

Thanks for your reply Mike! So happy to have your reply.

Can you please elaborate on HTTP over IP with HAAS OS, please?

Thanks

It's in the documentation

Thanks Mike. The actual application oof this video streaming will be like CCTV with audio. Would it be possible to achieve something like that thru it?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.