# metashape-java-maven **Repository Path**: tomato3d/metashape-java-maven ## Basic Information - **Project Name**: metashape-java-maven - **Description**: metashape-java-maven - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-06 - **Last Updated**: 2024-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Agisoft Metashape(c) Java wrapper for Maven A Maven compatible and autonomous distribution of [Agisoft Metashape(c) Java wrapper](https://www.agisoft.com/downloads/installer/). This wrapper embbeds and deploys the underlying natives libraries according to the system without the need of managing external libraries. ## Integration ### Maven To import the library just add the following dependency to your maven project: ```xml jorigin jorigin-maven https://maven.jorigin.org com.agisoft metashape 1.8.4 ``` ### Standalone The library can be used as a standalone by downloading the [metashape-1.8.4.jar](https://github.com/jseinturier/metashape-java-maven/releases/download/v1.8.4/metashape-1.8.4.jar) jar and integrating it to the classpath. ## Usage The usage is strictly the same as the original distribution from Agisoft (underlying classes are not modified). Before the first use of any Agisoft Metashape Wrapper class, a call to `org.metashape.MetashapeNatives.isAvailable()` has to be performed in order to unpack and load the required natives libraries. If you are experiencing a *No license for product (-1)* error, it is recommended to define an `agisoft_LICENSE` environment variable that points to the folder where Agisoft Metashape(c) license file (default `rlm_roam.lic` or other `.lic` file) is stored. By default this folder is: - `C:\Program Files\Agisoft\Metashape Pro` on windows x64 - `C:\Program Files (x86)\Agisoft\Metashape Pro` on windows x32