Files: 
Osc_DLL.py : wrapper for main functions
OscM.py : example of usage
OscM.pyproj : (optional) project for MSVC

Usage: 
1. Put DLL in the directory visible from python (e.g. python folder)
2. Run  OscM.py
Inside the file: 
 uncomment demo_tkinter() for usage with python tkinter (default)
 uncomment use demo_cv() for usage with opencv (need to install opencv-python package)


