I currently have a .rec file that I have extracted frames from. One of the outputs from this object is a stream of IPL Images. I’m looking to build a python component (through the Python bridge) that can process the image into a NumPy array for further processing. I have already tried passing the input image into the .asarray()
function, but the shape of the new NumPy array seems to be empty. Looking to see if there is a way to process IPL Images coming from the Player component to process it as a NumPy array.