HI actually I was working on a project which i intended to deploy on the google appengine. However I found that google app engine is supported by python. Can I run openCV with python scripts on Google app engine?
No. GAE only supports either pure python extensions or extensions that they are supplying themselves.
OpenCV uses C, so it is not suitable.
The interpreter can run any Python code, including Python modules you include with your application, as well as the Python standard library. The interpreter cannot load Python modules with C code; it is a "pure" Python environment.
https://developers.google.com/appengine/docs/python/overview
Pure Python and GAE
No. OpenCV is a Python wrapper to a C++ library, and Google App Engine can only run pure Python code.
Google App Engine accepted this issue on May 9, 2012, but it has not gotten anywhere yet.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With