js-aruco2

JS-ARUCO2 sample on NodeJS

This sample demonstrate how to use js-aruco2 in a NodeJS application to detect markers on a video stream generated with FFMPEG.

Requirements

Configuration

Getting started

1) Initialize the project: npm run init 2) Start the server: npm run server 3) Start the FFMPEG stream of your camera: - For Window based OS: npm run stream_win - For Linux based OS: npm run stream_unix - For MacOS based OS: npm run stream_osx 4) The recognized markers are visualized in the console. Additionally (mainly for testing purposes) the last processed image will be continously saved as JPEG in this folder with name camera_out.jpg

Notes