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:
Is it possible to send such video from AMB 82 to ESP32-S3 via SPI or UART?
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 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?