Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: process image + host ip

...

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.

...

Request

The sending address consists of the IP address, port, type, and optionally optional further query parameters. The request method must be of ‘POST’ type and the content type of ‘application/octet-stream’ type.

Find a practical API demonstration in Python at 

...

IP Address

If the project runs on a local computer, the address is 127.0.0.1. If a remote computer is accessed, then you need to use the IP address of the remote computer.

It is necessary to specify the IP address of the PC that is going to send the images. To do this navigate to InputHost panel and modify the IP address.

...

Port

This is selected when starting the project, the default is 8000.

...