I am working with cameras (in this case monochrome) in VB.NET. The API of the cameras is in C++ and the manufacturer provides wrappers. As is typical in these cases, the ima
Try this
var img = new Bitmap(new MemoryStream(yourByteArray));