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

cfangmeier/pixel-gantry-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/