05-16-2007 11:13 AM
05-17-2007 08:44 AM
09-13-2018 04:03 AM
So in order to perform the task of getting live images from the camera and showing it´s histogram live, one needs a Vision development Module as well as Vision Acquisition software?
I have to say I find it unclear since the module is installed on my computer under just the name Vision and nothing else.
/Hasti
09-13-2018 04:47 AM
Hi Hastik,
You will need two modules to effectively create a vision code.
1. Vision Acquisition Module - for acquiring images from supported cameras
2. Vision Development Module - to perform vision algorithms on images captured using vision acquisition.
A quick tip to check if you have those two modules installed is:
Vision Acquisition Module - check if you can see your camera and capture an image in NI MAX
Vision Development Module - check if you have Vision Assistant Express VI and see if you can launch it
09-13-2018 05:51 AM
@Hastak: If you just want to do basic analysis, such as a (full-image) histogram, you can simply convert the image to an array at any stage and use the standard histogram VI (math -> statistics). Then you don't need to license the Vision Development Module.
09-24-2018 06:43 AM - edited 09-24-2018 06:54 AM
Thanks for the reply. I can do this for one image but in this particular VI, what I want is a live histogram of the camera's live feed. So far I have a window in my VI showing the cameras live feed and I want to have another window beside it showing the histogram. (something like the 16-bit Histogram Example). I can get the camera's pixel data from using IMAQ ImagetoArray but get stuck at handling the data so they are indeed live.
/Hasti
09-24-2018 06:52 AM
@Hastak wrote:
Thanks for the reply. I can do this for one image but in this particular VI, what I want is a live histogram of the camera's live feed. So far I have a window in my VI showing the cameras live feed and I want to have another window beside it showing the histogram. (something like the 16-bit Histogram Example). My problem is that I don't know where I can get the camera's pixel data from using IMAQdx.
/Hasti
First check your VISION driver's version details, whether it's having more than that what your LabVIEW version having it. You've to install same LV version VISION driver either of earlier one.
09-24-2018 06:57 AM
I have checked that and I only have Vision Acquisition and not Vision Development Module. it seems to be working fine since I can read the images normally from the camera using Grab.
/Hasti
09-27-2018 12:29 AM
@NicoPoly wrote:
Hi,I am a new user of Labview and more particulary of the Vision's Vi. I use Labview 8.0. I seem to have all the functions of Motion and Vision but I could not find the two sub vi' called Imaq histogram and Imaq Histograph that I need. What can I do to get those functions ?Thank you by advance,Nicolas
If you need these two palates, then you could've install vision development module driver. It won't come with VISION acquisition