Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

aurelijusb/webcam-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebCam based games

Old OpenCV based project brought to new live. Works, but still early version.

Usage

  • CvGames 3d Camera based 3D object rotation
  • CvGames bob Motion based bubble shot game
  • CvGames vj Motion based image fading
  • CvGames See all available arguments

Compiling

Use GNU make

make

or compile directly

g++ -std=c++11 src/main.cpp src/Helpers/* src/Objects3D/* src/Output/* src/Tracker/* `pkg-config --cflags --libs opencv gl` -lglut -o CvGames

or use cmake (CLion IDE also supports it):

mkdir cmake-build-debug
cd cmake-build-debug
cmake ../

This will genrerate OpenCV executable.

Libraries used

Resources

See Data folder for

  • Images used in vj part
  • WaveFront (.obj) meshes and materials (.mtl) are exported usign [Blender] (https://www.blender.org/).

License

MIT

About

Old OpenCV project brought to life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published