Examples for single-mipi sensor - Examples for single-mipi sensor - 2021.1 English - XD336

Versal Base TRD Documentation (XD336)

Document ID
XD336
Release Date
2025-10-03
Version
2021.1 English
  • Run 1 channel mipi camera with 3840x2160 resolution monitor

    smart-mipi-app -s
    
  • Run 1 channel mipi camera with 1920x1080 resolution monitor

    smart-mipi-app -s -W 1920 -H 1080
    
  • Run 1 channel mipi camera with specified AI model

    smart-mipi-app -s -t yolov3
    
  • Run 1 channel mipi camera with specified media device, the default is “/dev/media1”

    smart-mipi-app -s -m 2
    

Note: Currently, Only yolov3, densebox, refinedet, ssd models are supported by this application.