Run a computer vision model on a Himax microcontroller
Introduction
Overview
Set up the environment
Build the firmware
Flash firmware onto the microcontroller
Run additional models in the web toolkit
Next Steps
Run a computer vision model on a Himax microcontroller
Who is this for?
This is an introductory topic for developers who would like to learn about how to run a computer vision application on an embedded device from Himax.
What will you learn?
Upon completion of this Learning Path, you will be able to:
- Run a You-Only-Look-Once (YOLO) object detection model on a Himax WiseEye2 module.
- Build the Himax Software Development Kit (SDK) and generate a firmware image file.
- Update firmware on the Himax WiseEye2.
- Connect to and use Grove Vision AI module.
Prerequisites
Before starting, you will need the following:
- A Seeed Grove Vision AI Module V2 development board.
- An OV5647-62 Camera Module .
- A Flexible Printed Circuit (FPC) cable.
- A USB-C cable.
- An x86 Linux machine, or a Mac running macOS.
Summary
This summary was drafted with an approved AI-assisted workflow and reviewed by Arm contributors before publication. Human technical review remains part of the process so the final page reflects engineering rigor, accuracy, and Arm editorial standards.
Frequently asked questions
These FAQs were drafted with an approved AI-assisted workflow and reviewed by Arm contributors before publication. Human technical review remains part of the process so the final page reflects engineering rigor, accuracy, and Arm editorial standards.
git clone --recursive https://github.com/HimaxWiseEyePlus/Seeed_Grove_Vision_AI_Module_V2.git, then change into the new directory. The --recursive option pulls the required third-party subrepositories.Seeed_Grove_Vision_AI_Module_V2/EPII_CM55M_APP_S and open the makefile. Set APP_TYPE to a value from the provided table. For object detection, use tflm_yolov8_od. Then, pass the corresponding model argument with the --model option when flashing.pip install -r xmodem/requirements.txt. This installs an Xmodem file transfer utility used by the flashing scripts.