Ask Your Question

rocky101's profile - activity

2017-04-27 22:50:45 -0600 asked a question How to run an opencv function on a web server?

I'm using django and have some opencv functions that I want to execute but they work on local host and not on a web server. Normally on local host, the function would open a new window to show the result but does it do the same thing if it is running on a web server like azure or do I have to modify the opencv code in some shape to get it to work on a web server like azure. I already don't reference any files for my opencv functions locally, they are handled through amazon s3 so that is not the problem. Is there any modifications I have to make to the cv2.imshow method to get it work properly on a web server?