MOILMAP RESTful API

MOILMAP RESTful API support machine to machine communication. The MOIL fisheye application can acquire X, Y Maps for remap functions.
The supported X, Y maps include Equirectangular, Anypoint, Auad anypoint and Panorama.

1. Endpoints:

http://140.112.12.82/moilmap/api/map.php

Authorization : 6de4b51f6effe65421eefae641240e6349fe1632fcb16f72bb0a667073de6a5e

3. Parameters

Request : POST

MIME type : application/x-www-form-unencoded

Request Body :

No Key Value (example) Description
1 program 0 0:Equi, 1:Anypoint, 2:Quad, 3:Panorama
2 senWidth 2
3 senHeight 2
4 iCx 1120
5 iCy 520
6 Ratio 1
7 imgWidth 1920
8 imgHeight 1080
9 caliRatio 3
10 imgHeight 1080
11 P0 0
12 P1 0
13 P2 0
14 P3 0
15 P4 0
16 P5 0
17 P6 0
18 mapN 0 0:X, 1:Y

The parameters for Program 1..3 will be different, reference to

http://140.112.12.82/moilmapgen

4. Postman example

Download the Postman example

here

Please install PostMan,import this collection file then press Send button for a test.

snap install postman

5. Qt 5.6.3 example project

https://github.com/yourskc/q563_moilmap

6. Website :

We also have dropdowns GUI version,

http://140.112.12.82/moilmapgen