I have downloaded the Google Mirror Java Quick Start example from here: https://github.com/googleglass/mirror-quickstart-java
And I have followed the instructions here: https://developers.google.com/glass/develop/mirror/quickstart/java
I have successfully been able to upload the quick start example to one of my projects in Google App Engine. This has taken me a lot of time and effort to figure out. I am wondering if there is any way to use OpenCV in any of its forms (including JavaCV) with this quickstart example. In other words, is it possible to run OpenCV in any of its forms on Google App Engine?
My goal is to send an image to App Engine through the Mirror API and return an image processed by OpenCV as a result.