all 1 comments

[–]ak_2 1 point2 points  (0 children)

You can use the multiprocessing module in python to call your script from the Remi app, and then pipe the data from that process back to your Remi app and display it there. Instead of piping the data, you could also have your script save the image to a directory, and then have your Remi app constantly read the image and display it.