05-16-2007 02:11 AM
05-17-2007 08:23 AM
Hi Panash,
The Data Out output is the data that is associated with the image, the Image Out contains the Image that you would want to perform any processing on. It may be helpful to look at the example Read AVI Example. It can be found in the Example Finder (Help>>Find Examples). This example shows an AVI being read frame by frame. I hope this helps.
Have a great day,
GG
05-17-2007 11:52 PM
05-18-2007 01:25 PM - edited 05-18-2007 01:25 PM
Hi Panash,
There are several ways to learn how to use LabVIEW more effectively. The best way is to take a LabVIEW basics class. LabVIEW basics I & II is a one week course where you learn all about LabVIEW programming techniques.
But there are lots of resources depending on how much time you have and how you would like to learn. Here are 13 different ways to learn how to program in LabVIEW.
I am not quite sure if I understand your questions about reading in the image and then doing your processing. You may want to look at some of the example programs, to see how image processing is done.
I hope this helps,
Let me know if you have other questions.
GG
Message Edited by GiGe on 05-18-2007 04:38 PM
06-01-2007 07:29 AM
I am trying to save 8 bit images to an avi using the Grab and Save to Avi.avi example. The intention is to read the saved avi (using the READ AVI example) frame by frame and convert the frames (8 bit) to a 2D array using the imagetoarray subVI.
Problem1: The "Gab and Save to avi" example is saving the images from my 8 bit camera as 32 bits.
Problem2: When use the READ AVI example, it appears that the avi in 1 above was saved as 32 bits RGB. How do i convert this to an 8 bit image that i can then convert to a 2D array?
thanking you in advance
Daxon
06-04-2007 04:57 PM