Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 627 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 627 Bytes

pixel-gantry-extra

Auxillary libraries for pixel-gantry-control for adding pattern recognition and connecting to databases.

Dependencies

For development, the following dependencies are required:

  • Visual Studio 2019. Other compilers are in principle possible, but not supported
  • CMake
  • For Database Development
    • MySQL Connector C++ [link]
    • The installer should put the libraries into C:/Program Files/MySQL/Connector C++ 8.0/
  • For Vision Development
    • OpenCV v4.5.5 [link]
    • Unzip the above into C:/opencv/