03-26-2013 12:20 PM
Hi there,
I have an apogee camera (U2) and a labview program that company sent with that.
Right now I can take an image with Intensity Graph but I need to take an image with image display, I am not good in Labview programming.
I attached the Labview code, if you know the solution please let me know what should I do?
thanks
03-29-2013 11:54 AM
Hi vsa
To use your camera first you need the IMAQdx driver installed make sure you have it. After that you can use the Examples on your LabVIEW 2012 Example finder to see a small example on which you can start programing. You can find a very usefull one on Help>>Find Examples, when the Example Finder launches go to the search tab and type IMAQdx, many examples will appear I can recomend the Grab.vi as a good start.
Any questions let me know
03-29-2013 12:14 PM
Hi JuDa
thanks for your reply
yes I have that driver and also use them like code that I attach but it didn t work and I could not see image.
also I serch in example but I did not find any usufull things.Grab.vi has only one example ,Isn t it?
Regards
03-29-2013 12:22 PM
Hi vsa
Whats your camera model?? What kind of acquisition do you need?? continuous or snapshots?? How are you connecting the camera to your PC??
03-29-2013 12:56 PM
my camera is Apogee CCD camera and Alta series and model of that is U2
labview program that company sent with that is good for biginning my work but I need to add a lot of things like Binning, Trigger and.....
I think if I use image display I can work easily.
but maybe I am not true, ok , please forget my past postes and can you help me to use binning and trigger in my code please?
I attach both of them.
in binning code, I have circle of image and I want to use binning 2*2 for see the good resolution.
in trigger code, I have same program for take image but I need add trigger for use LVTTl voltag when I need.
sorry JuDa, I am new in LabVIEW and really need your help.
Thanks a lot
04-04-2013 12:30 PM
Hi vsa
There are two ways to use and program your camera, the first one is the one you are using. This method is using the Apogee Camera driver, this driver has a library of functions that you are accesing with the different property nodes you have in your code. Each property node has its own parameters to configure and you can access the property node help with (ctrl+h) and placing your mouse over the property node.
The second method is using the IMAQdx functions that com with the IMAQdx driver the only thing we have to check is if the camera is supported by IMAQdx I´ll check and send you the answer.
You can also transform the Data you are managing to a picture instead of an intensity graph with Function Palette>>Programming>>Graphic and Sound>>Picture Functions>>Draw unflattened Pixmap.
I´m sending you the code of triggering and binning merged.
04-05-2013 11:25 AM
Hi JuDa
thanks for your comment, I think my camera supported by IMAQ.
about your first method, I know I shoud use this Icon but unfortunately I don t know which one is the first and also can I mix this Icon whit IMAX?
in this tutorial of camera that attached is told : you can use forexample RoiBinningH for Horizontal Binning in the Roi area but I did not know use that where is my program!?
regards
04-19-2013 01:07 PM
Hi VSA
Sorry I do not understand what you mean... Your program is already using Binning in the property nodes RoiBinning but the Binning will decrease resolution to eliminate noise in your image. Have you tried the Vision Assistant instead of the Camera Driver?? What is the main Goal of your program??? to recomend you what is the best solution.
04-22-2013 10:01 AM
Hi Juda
I used in my program some nodes like RoiBinning as I read in tutorial of my camera but it did not work.
I mean I nead add another thing becuase my code is not complete but I am new in LabVIEW so I do not know how can I use the IMAQ as you said.
I have another question: can I write my code without the IMAQ driver and how can I do that?
thanks so much
04-22-2013 10:28 PM - last edited on 10-15-2024 10:14 AM by Content Cleaner
Hi VSA
Is everything else working?? Can you acquire a single image?? If it is just the binning we can perform some troubleshooting to find what is happening. You need IMAQdx to program your camera, If you want to use your camera with IMAQ I´ll send you some examples and tutorials. Try first detecting the camera from the Measurement and Automation Explorer (MAX) a program from National Instruments that will help us detect and test some of our devices. Look under IMAQdx for your camera.
https://forums.ni.com/t5/Example-Code/View-Pre-and-Post-Trigger-Images-in-IMAQdx/ta-p/3511374
https://forums.ni.com/t5/Archive-TKB/Converting-Three-Grayscale-Images-to-a-Color-Image/ta-p/3509267
Let me know if you need something more