Vision Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
halasz

Vision using opencv-python in Labview

Status: New

Example program to use OpenCV-python in LabVIEW 32-bit & 64-bit (Windows, Mac, and Linux)

OpenCV_Vision_In-out.llb is attached.

 

Input from USB Cameras and IP cameras, display moving images, save as MP4, and read MP4, MOV, and other video files.

OpenCV-Python offers a comprehensive set of tools for various computer vision tasks, including image and video processing, object detection, feature extraction, image transformations, and more.

 

Install Python 3.10 or 3.13 (32-bit for Community V.)
Install Packages:
cv2_enumerate_cameras, ipaddress, numpy, opencv-python, requests, typing
Example on Windows:
Run cmd / In the command window: py -3.10-32 -m pip install numpy
for 64-bit: py -3.10 -m pip install numpy
pip install numpy - may work
On Mac: pip3 install numpy (tested on M2 Mac)

 

Paul Halasz