Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
overlayyoutube
_templatecom/atlassian/confluence/extra/widgetconnector/templates/youtube.vm
width680px
urlhttps://www.youtube.com/watch?v=WkEYKFe9wMo&feature=youtu.be
height400px

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.

...