Sign inSign up

wglabz/node-aruco

By wglabz

Updated over 5 years ago

A NodeJS based Aruco marker generator with HTTP endpoint.

Image
0

992

wglabz/node-aruco repository overview

Aruco Marker Generator using NodeJS with HTTP endpoint

A simple Aruco marker Generator developed on top of NodeJS. It exposes HTTP POST endpoint to make request and get resultant marker in SVG format. Based on work by @bhollis

HTTP Endpoint

POST http(s)://<server_url>:8089

{
    "id":4,
    "size": 300,
    "type": "svg"
}

In the parameters provided to the call, type defines therequested image format. It can be svg or png or jpeg.

The following image shows the same by using Postman.

Usage / Installation

The app can be spun up pretty quickly using the docker image. To do that you can use the following docker command. The docker image can be found here.

docker run -it -p 8089:8089 wglabz/node-aruco

Tag summary

Content type

Image

Digest

Size

57.3 MB

Last updated

over 5 years ago

docker pull wglabz/node-aruco