Hello, I am new to Magick++ and would appreciate your guidance. My goal is to render a stream on the screen, reading frames from the memory each time. I am able to display the first image, however, I noticed once I do image.display() it just blocks there. My question is whether I should draw the ...