Solution Host input UART Output Example

This solution is an application which KL720 chip plays as a host chip with connected MIPI camera sensors for object detection. The detection result is output to UART. You will need to program the flash image to the device first. The flash image includes SCPU/NCPU firmware and model. Then, you can start/stop object detection by simple command via UART.

Hardware Requirements

Firmware Preparation

Commands

  1. Type "0" in UART console window to Start YoloV5s Inference with RGB camera
    Bounding box information is shown on the UART console window.

  2. Type "1" to Start YoloV5s Inference with NIR camera
    Bounding box information is shown on the UART console window.

  3. Type "2" to Start YoloV5s Inference with RGB and NIR camera
    Bounding box information is shown on the UART console window.

  4. Type "3" to Stop Inference

  5. Type "4" to Quit