Saving IMAQ image as PNG in MongoDB and exporting it with Python
I am aquiring image data with the LabView IMAQ module.
I convert the acquired image to a png string with IMAQ Write String VI and store that string in a MongoDB database.
If I fetch this string back from the database, write it to a file with Write to Binary File VI and read that file with IMAQ Read from File, I can display that image.