Image processing through API works on the principle of sending the image via HTTP request and getting a response with the result (contains Context by default, but there are also other response types available). Only one image can be sent per request.
Widget Connector | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Enable Process
Info |
---|
The user must enable Process on the left of the panel in the Camera tab to be able to process the image sent through API. |
...
If you didn’t configure you project first check Project Configuration.
Request
The sending address consists of the IP address, port, type, and optional further query parameters. The request method must be of ‘POST’ type and the content type of ‘application/octet-stream’ type.
...