K230 Fancy POC introduction#
K230 Fancy POC#
Overview#
The K230 Fancy Poc collection includes projects such as multimodal_chat_robot, meta_human, meta_hand and finger_reader, which aims to provide customers with POC construction process ideas.
Hardware environment#
K230-UNSIP-LP3-EVB-V1.0/K230-UNSIP-LP3-EVB-V1.1/CanMV-K230 (supported by default)
Source code location#
The source code path is located insrc/reference/fancy_poc and the directory structure is as follows:
.
├── build_app.sh
├── cmake
├── CMakeLists.txt
├── finger_reader
├── meta_hand
├── meta_human
├── multimodal_chat_robot
└── version
Compile and run the program#
Enter the src/reference/fancy_poc
Executing build_app.sh script generates all required executables in the k230_bin folder
Copy the executable program you need from the k230_bin to run it on the K230 board
