> Hi list
>
> I am unable to download a JPG image from an IP Webcam and feed a
> PictureBox, without creating a file-like object.
>
> I'm using HttpClient to fetch the images asyncronously, but the buffer
> at last is only a string representation of its binary data.
>
> How do I convert this dat
Hi list
I am unable to download a JPG image from an IP Webcam and feed a
PictureBox, without creating a file-like object.
I'm using HttpClient to fetch the images asyncronously, but the buffer
at last is only a string representation of its binary data.
How do I convert this data into an actual i