01-14-2019 09:35 AM
So, i am using windows lifecam 3000 and i am trying to extract blue color from images which are constantly taken. However when i run my code in labview 2017 i get this error: Error -1074396080 occured at IMAQ Extract Single Color Plane. I originally thought that was a fault occured from the camera, but even if i try image casting the same error occur. I am using labview 2017 with windows 10. I am inexperienced so i can not find what is happening. Any ideas?
01-16-2019 10:35 AM
Hi Chris,
I was able to find another one of our forum threads that is discussing the same error code. You are likely getting this error because of race conditions inside the loop. I would suggest taking a look at this thread and seeing what solutions they proposed.
Let me know if this helps!
01-16-2019 11:23 PM
01-20-2019 01:29 PM
Thank you both for your answers, i appreciate your help. I removed image casting as you proposed and the image create as well. I suppose that due to the asychronus image acquisition the image in the extract single color plane was invalid, because now my code works fine.