lidio601 / lamassu-camera-module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup for Ubuntu

apt-get update

apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
apt-get update
sudo apt-get install gcc g++ make nodejs
sudo npm install -g node-gyp node-pre-gyp

# Install OpenCV 2.4.8
apt-get install -y \
    libopencv-core-dev \
    libopencv-highgui-dev \
    libopencv-imgproc-dev \
    libopencv-video-dev \
    libopencv-features2d-dev \
    libopencv-objdetect-dev

Setup for Mac

brew install opencv@2

Build

npm install

About


Languages

Language:C++ 63.1%Language:JavaScript 26.4%Language:C 5.8%Language:Python 4.7%