NN OCR Preview

The NN object OCR example includes video encoding and NN OCR detection. The video data is from the sensor, its data will be encoded to h264 and covert to BGR to do OCR detection.

App Flow

  1. The video encoding data will be sent to the network to show.

  2. The OCR detection result will be sent to the network too.

  3. The network side will show the video data with OCR detection results.

image-20240521-055054.png

The cmstreaming is only a streaming service, it does not include sending to the network or displaying on the network side.

Streaming Structure

image-20240521-055204.png

Â