Pycharm, OpenCV runs on a remote server and displays the image locally

I have installed PyCharm for remote debugging according to this CodeProject tutorial http://www.codeproject.com/Tips/987276/Remote-Programming-of-RaspberryPi-using-PyCharm

Now I'm wondering if it is possible to execute Python Script with PyCharm on a RaspberryPI and get the output in PyCharm. Specifically, I want to do some image processing and display the image using OpenCV. It would be great to get the image displayed on my Windows machine and not the Pi.

Another utility, I want to create a matplot figure, execute Script on pi and show Output in PyCharm on my windows machine.

Is it possible?

respectfully

+3


source to share





All Articles