Hi,
I’m trying to write a Plugin which sends image data to an external server and receives information about that image back from the server. It then should display a certain overlay over the image in the smart client.
Now I’m wondering if it’s possible to retrieve an image within a background plugin running on the event server? And if yes, how is it accomplished?
Until now I found only ways to get images within Smart Client plugins, but for this application it’s important that the images can also be sent and analyzed while the smart client is not running.