Introduction to the Developer Guide
This section is designed to help you fully understand and use AI Vision Toolkit for OpenVINO(AIVT-OV) Kit. Whether you are first contact LabVIEW This chapter will provide you with step-by-step instructions to help you build quickly. AI Application.
🎯 Objectives of this chapter
Through this chapter, you will learn:
How to Configure the Development Environment and Create a New Project
How to use AIVT-OV Toolkit for image processing and model inference
How to load a custom model and test it
How to View Function Descriptions and Usage Examples
How to locate and solve common problems in development
How to Package and Deploy Projects to Target Devices
👥 Applicable Readers
Beginners : Yes LabVIEW and AI I'm not familiar with the toolkit yet. I hope to get started quickly.
Developer : Mastering LabVIEW, Planned Access AI Model
System Integration Engineer : Wants to build an industrial deployment-level AI Vision system
Teachers and researchers: used for teaching demonstration, scientific research experiment, student training and other scenes
🧭 recommend Learning Path
For beginners:
Read the installation guide, complete .vip Kit Installation
Open LabVIEW, run Quick Start Examples (e. g. image acquisition and display)
Attempt target detection task(YOLO model)
View FAQ And common error processing methods
Try loading your own model for a replacement run
Learn how to deploy a project EXE File
📍 Reference section:Quick Start,Example Guide
For advanced users:
Familiar with the three modules:
opencv_yiku
,OpenVINO
,ModelZoo
Call inference function, support ONNX / IR / Paddle Model
Multi-camera acquisition, image segmentation, OCR complex tasks such as identification
Use License Manager implements deployment-side activation
Learn how to optimize model performance and speed (deployment chapter)
📍 Reference section:Module Description,Deployment and Distribution
🔧 Introduction to Toolkit Structure
AIVT-OV After the kit is installed, LabVIEW Three main modules appear in the function panel:
opencv_yikuTraditional Image Processing + Camera acquisition + Model pre-processing and other functions
OpenVINO: Support for multiple model formats (ONNX / IR / Paddle) inference interface
ModelZoo: Built-in inference module, fast call YOLO / DeeplabV3+ / SAM Other popular models

Details of each module can be found in:Function Module Details
💡 Tips
All model paths pleaseAvoid using Chinese paths or spaces
Use ONNX The model can be first netron.app View input dimensions and names
🛠 Sample program entry
You can open the sample from the following path: >Help → Find Examples → Directory Structure → VIRobotics → AI Vision
📚 Extended Reading recommend
Module | recommend chapter |
---|---|
Installation Configuration | Installation Guide |
Model inference | Quick Start,examples and applications |
Module Description | Function Module Details |
Project Deployment | Deployment and Distribution |
Error troubleshooting | Troubleshooting,FAQ |
Technical Support
If you encounter problems during use, please refer to the relevant chapters or contact technical support:
Technical Support Email:support@virobotics.net
Official website:https://www.virobotics.net