I have a problem here.
I have this IP-Enabled Camera which uses the Motion-JPEG (MJPEG) Protocol and The first way I had it set up was to save the in coming images to the HDD but this camera sends about 25 images a second which is really hard on the hard drive.
I was wondering if anyone knows how to take a image that is in a String (Dim strTmpImg as String) and read/convert it properly into whatever format it is and be able to display the image in a picture box.
I think its called:
Function 1: string to image
Function 2: image to string
-
A known method I used before...
This was all done of course in Visual Basic 6 / .NET
If anyone has the answer I would prefer Visual Basic .NET coding
I have this IP-Enabled Camera which uses the Motion-JPEG (MJPEG) Protocol and The first way I had it set up was to save the in coming images to the HDD but this camera sends about 25 images a second which is really hard on the hard drive.
I was wondering if anyone knows how to take a image that is in a String (Dim strTmpImg as String) and read/convert it properly into whatever format it is and be able to display the image in a picture box.
I think its called:
Function 1: string to image
Function 2: image to string
-
A known method I used before...
This was all done of course in Visual Basic 6 / .NET
If anyone has the answer I would prefer Visual Basic .NET coding