This code shows an example of passing an IMAQ RGB image to python using the LabVIEW Python Node.
We will use the IMAQ ImageToEDVR.vi
to easily convert the IMAQ image into a 3D array of U8s.
The pixel order on the LabVIEW side is ARGB which will magically be reversed to be BGRA (the opencv order) as it is passed to Python.