Hello experts,
I am using Labview 7 Express and Windows XP.
I am downloading continuous datastreams of JPEG images from network cameras (Motion-JPEG streams, not MPEG).
I use the TCP Read VI to get the streams, and I save them to disk on the fly. It works really great. I can also extract the JPEG files from the M-JPEG files on the fly, which works fine too. Now, I would like to display the JPEG images, using the JPEG Decode VI, but I am puzzled about how to do that: the output of the VI is a cluster of a string and a U32 number. What am I supposed to do with this number ? Is it a pointer?
Thanks!
Philippe