ESP32 camera with image refresh in basicui

Correct, the best way to get high res video streams in the ios App is to get a camera with h264 support and use HLS format via the ipCamera binding. This camera can not do h264 as the processor is not fast enough. If you use the Andriod app it does work with this camera using the mjpeg stream, but I have not found a way to display that on ios.

See the link here for ideas on showing the cameras picture…