problems when getting started to use kl720 device according to the documents

Hello,

I have downloaded the opencv through MSYS2 and done all the step in the document, but this occured when I was trying to make the examples.


There is also a problem when I try to execute one of the examples by this "sudo ./kl520_demo_generic_image_inference_post_yolo" command line, it shows that "# sudo ./kl720_demo_generic_image_inference_post_yolo

-bash: sudo: command not found "

I am using the MSYS2 on windows.

Comments

  • Hi Jingyuan,

    The OpenCV issue you asked in the other thread has been answered, but you could check if you've followed the instructions on this documentation (for Windows): Install Dependency - Document Center (kneron.com)

    About the command not found issue, the command "sudo ./kl720_demo_generic_image_inference_post_yolo" is for Ubuntu. The correct command for MSYS2 on Windows is:

    ./kl720_demo_generic_image_inference_post_yolo

The discussion has been closed due to inactivity. To continue with the topic, please feel free to post a new discussion.