Solution Host MIPI Example

This solution is an application which KL520 chip plays as a host chip with connected display and MIPI camera sensors for object detection. 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 "1" in UART console window to Start Tiny YoloV3 Inference with RGB camera
    Bounding box is drawn around the detected object.

  2. Type "2" to Start Tiny YoloV3 Inference with NIR camera
    Bounding box is drawn around the detected object.

  3. Type "3" to Start Tiny YoloV3 Inference with NIR and RGB camera
    Default only show the detection result on RGB camera

  4. Type "4" to Stop Inference

  5. Type "5" to Quit and shut down KL520