NN Object Preview and Record

The NN object preview example includes A/V encoding, mp4 record, and NN object detection. It shows how to use the c3v media streaming to develop applications.

App Flow

  1. The A/V data will be sent to the network to show with the NN detection result.

  2. When the recording condition is triggered, it will start recording and will push the information to the network side when the recording is finished.

  3. The network side can download the record files and playback with NN detect info.

image-20240520-073029.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-20240520-073136.png

Network Side

Preview with NN result

The NN info will be drawn to the video when previewed.

Playback with NN result

The NN info will be drawn to the video when playing the mp4 files.

Â