Skip to content

sendjasni/ReVC_opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReVC_opencv Codacy Badge

Contents

  • Introduction
  • Dependencies
  • Build
  • License

Introduction

Real-time Video Capture is a simple application for capturing periodicly images from a camera and applying some computer vision processing on it. The PTask lib were used to ensure task-related real-times properties.

Dependencies

Basic Build Instructions

CMake is used as its build system for generating makefiles.

git clone https://github.com/sendjasni/ReVC_opencv.git
mkdir build && cd build
cmake .. && make
sudo ./revc_opencv

License

ReVC_opencv is open source software licensed as GNU.

Releases

No releases published

Packages

No packages published