onyx-node

Node module for onyx-core SDK using OpenCV 4.4.0 running on Ubuntu 14.04 and Node.js 12.20.1

Usage no npm install needed!

<script type="module">
  import onyxNode from 'https://cdn.skypack.dev/onyx-node';
</script>

README

onyx-node

Node.js 10.x bindings for onyx-core SDK

Server setup

Ubuntu 14.04 LTS only

Install IDKit

dpkg -i idkit_2.72ubuntu1_amd64.deb

Install ONYX dependencies

cd onyx-node/bin
./install-deps.sh

Get the IDKit HWID:

/usr/local/share/IDKit_PC_SDK/bin/gethwid

Send DFT the output of this, and they will send you a license to install.

Install License

sudo /usr/local/share/IDKit_PC_SDK/bin/linux_license_manager -d ~/path/to/your/iengine-license.lic 2

Check that the license was correctly installed

sudo /usr/local/share/IDKit_PC_SDK/bin/linux_license_manager -l

Installation

npm install onyx-node --save