Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 454 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 454 Bytes

ARNoteTaking

AR note taking using Unity and OpenCV

SETUP

  1. You need OpenCVForUnity Library first.
  2. Clone this folder into Assets folder (if not working, try clone to Assets/OpenCVForUnity/Examples/Advanced)
  3. And run the Main

Here is the tutorial that I followed to push the code into github https://www.youtube.com/watch?v=qpXxcvS-g3g

CODE

All the code runs in Update() method and mainMat is the mat of video getting from camera.