01-15-2013 09:40 AM
Hi !
I have a CMUcam. I grab a picture and I try to use IMAQ functions to treat the picture but they don't accept the picture as an input. :'(
how can these functions recognize the picture ?
Thanks for your help !
Solved! Go to Solution.
01-16-2013 07:34 AM
Hi krebreizh,
You should use the VI "IMAQ Read file" first and then you can manipulate your picture.
Or please send your code if you still have some issues.
Regards,
Celine
National Instruments France
01-17-2013 04:44 PM
You get a broken wire when wiring a picture to an IMAQ VI as the data types are not compatible. Regrettably, LabVIEW does not come with a VI which does this job. Here is an example that should help.
01-17-2013 05:08 PM
Thanks for this solution !!! You are very helpful !! 🙂