09-25-2010 09:56 PM
Hi, I want to use vision assistant to get image from usb camera, and then process them. So I creat a script. after that I generate VB code. But I need to selet usb camera and acquire image mode and store the image to brower every time. I do not want to acquire image by manual every time. I want to only run VB code to acheive the task. How can I accomplish my work?
09-27-2010 10:27 PM
Hi,
Up to the best of knowledge, vision assisstant is only a tool for visual prototyping not intended to connect it to any other third party (it only generates equivalent code for LABVIEW, C or .NET).
If you want to make use of having a visual tool connected to VB, you may use Vision Builder for Automated Inspection (VBAI) which has a TCP/IP and ModBUS methods to connect to other programming languages.
Hope it helps
09-28-2010 12:18 AM
Think you!
I now use VB and vision development module to do the task.