Skip to content

YPM-Informatics/COPISClient

Repository files navigation

COPIS Client

COPIS (Computer-Operated Photogrammetric Imaging System) is a desktop application which captures large numbers of overlapping images from multiple viewpoints around an object for photogrammetric 3D reconstruction.

For more information, see the project page at copis3d.org.

Screenshot

Getting Started

Installation

Use the package manager pip to install any necessary project dependencies.

pip install -r requirements.txt

If you have both Python 2.x and 3.x versions installed, you may need to specify:

python3 -m pip install -r requirements.txt

Note: This project supports Python version 3.x.x.

Usage

To start the application from the project root, run:

python copisclient.py

Or, as a module:

python -m copisclient

Note: These 2 commands can be run from any folder in the project directory tree.

Configuration Files

  • config.ini contains initialization settings.
  • machine.ini contains settings for the imaging instrument.

License

COPIS Client as a whole is licensed under the GNU General Public License, Version 3. Please note that files where it is difficult to state this license note (such as images) are distributed under the same terms.

Credit to some parts of the source code go to Printrun and PrusaSlicer.