deepakg202 / qrcode-and-motion-detection

Qr code scanner and motion detection (BGR subtraction)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code And Motion Detection

Usage (For Debian/Ubuntu):

  • Open terminal and execute sudo apt-get install libopencv-dev libzbar-dev
  • Clone the repo
  • Cd into the repo
  • Execute g++ main.cpp -o main -lzbar `pkg-config --cflags --libs opencv4`
  • Execute ./main

About

Qr code scanner and motion detection (BGR subtraction)


Languages

Language:C++ 100.0%