Hello wajeeha77 ,
You won't be able to stream high-res non-encoded streams. You can encode video stream (eg. H265) on the device, stream it over SPI to ESP32, and then stream it over the WiFi.
In other words, if some degradation of quality (due to encoding) isn't an issue, then you can still stream high res camera streams in realtime over the wifi.
Thanks, Erik