Hello All,
I have a question about receiving a stream from a piece of software using tcp sockets. I am able to receive the JPEG Capture as a 4-byte stream and successfully save it into my program. But for some odd reason, I cannot get the image to recreate on my end. Is there any certain way to retrieve a streamed JPEG in 4byte chucks and recreate it on my end? It keeps saying that the image is invalid. I'll post some demo code ASAP.
Thank you!