Using Python directly:
pip install -r requirements.txt
Or run:
install_requirements.bat
Using Python directly:
python main.py
Using provided scripts:
Windows:
.\run.bat
or.\run.ps1
Unix-like systems (Linux/macOS):
-
.\run.sh
opencv-contrib-python
Pillow
- Make sure your OpenCV was installed using
pip install opencv-contrib-python
- Install OpenGL using the following youtube tutuorial Install PyOpenGL + GLUT in Windows
- You will also need Pillow
pip install Pillow
- The python pickle module was used to import camera parameters but you can edit that part to work with the camera you will use
- The code uses 4x4 aruco markers that you can print from the arucos.png file
© Cursed Entertainment