Currently, the bottleneck for some use cases is the SPI throughput, which is about 1MB/s (8Mbps). This means that you can stream frames over the SPI, just not high-resolution / unencoded streams.
This means over the wifi, we will not be able to stream not high resolution camera stream??
Limitation of streaming frames over SPI?
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
erik thankyou so much erik, correct me if I am wrong, HD video stream( 1080p )will be encoded on OAK IOT (with some degradation)and then can streamed over the wifi through esp32 in realtime.
And if I want to program it with my own AI models, I will be needing a host laptop, after I have flashed the models using bootloader, I can completely use it in standalone mode, and stream the results over the wifi or any cloud platform. Right?
Please reply.
Thankyou so much: