I am developing application (C#), which capture image from Camera (32bit) and performs Image Processsing operations on this and Read 2D code.
Please let me know, How can I convert Bitmap/ Raw Imagebuffer to VisionImage so I can use following type of functions.
// Reads the data matrix from the image.
vaDataMatrixReport = Algorithms.ReadDataMatrixBarcode(image, roi); // Here image => VisionImage image