In the previous blog CanMV K230 - (1), I didn’t finish implementing the remote display of the AI detection results. The issue lies in the AI transmission protocol. Clearly, what we need to transmit includes:
- the raw data stream,
- the AI detection/recognition results,
- and possibly control messages as well.
In theory, the overall protocol should consist of these three parts. In this blog, I will implement a simple custom AI transmission protocol, designed to align with industry standards.