Skip to content

dadecoza/PicAir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PicAir

This is a small Java application that makes use of the OpenCV library to track a Pictionary Air pen.

You will need a copy of OpenCV for Java to run this application ... see https://opencv-java-tutorials.readthedocs.io/en/latest/01-installing-opencv-for-java.html

You can run the application from the project root directory with a command similar to ...

java -cp bin;C:/Users/dadecoza/opencv/build/java/opencv-455.jar -Djava.library.path=C:/Users/dadecoza/opencv/build/java/x86 PicAir
PicAir.mp4

Releases

No releases published

Packages

No packages published

Languages