09-07-2014 05:39 PM
I am attempting to interface with a IP-cam and generate an .AVI file from the captured images taken N times per second, however I am having issues with a fundamental step, Capturing the images from my IP-cam is easy, done it for another project. When I take the image however and try to run it through IMAQ Array to colorframe it seems to reject the image data even though it is a 2-D array of U32 Values.
If anyone has any ideas on why this is going on or how to resolve it can you please let me know. Thanks in advance.
P.S. As a sidenote, if anyone knows of any decent free camera access/record programs that can access an http image, let me know and this whole problem may just dissapear.
Solved! Go to Solution.
09-07-2014 05:50 PM
09-07-2014 05:59 PM
Sorry forgot about that, The error originating in the Array to ColorImage VI is:
Error -1074369120
IMAQ ArrayToColorImage
Which is not very helpful.
09-07-2014 06:12 PM
Ok, Nevermind. After a little more looking around I found the error was coming from all the way back at the beginning with the IMAQ Create not having an image type being wired into it and not throwing an error. Thanks for the help mike. Sometimes it makes all the difference just trying to explain the problem to someone else.