Skip to content

CappasityTech/MertsySDKAndroid

Repository files navigation

Mertsy SDK for Android. 3D capturing sample.

The Mertsy SDK allows you to integrate 3D/360 product imaging and capturing functionality into your application. It consists of several modules. Some modules may not be available to you, check your license restrictions.

Mertsy SDK

Instruction:

  1. Download mertsy-sdk.aar and save it in your "frameworks" folder.
  2. To initialize the SDK, use your Mertsy SDK Access Token in the init method.

Kotlin:

  class App : Application() {

      override fun onCreate() {
          super.onCreate()
          MertsySDK.init(this, "YOUR TOKEN HERE")
      }
  }

Java:

  public class App extends Application {

      @Override
      public void onCreate() {
          super.onCreate();
          MertsySDK.init(this, "YOUR TOKEN HERE");
      }
  }
  1. Launch the app. Select a shooting mode (Panorama, Cars and Vehicles, Indoor) and follow the instructions.
  2. When the capture is complete, the link to the new model will be copied to the clipboard.
  3. Select "View Model" mode and in the text field paste the model ID, model SKU/VIN or link (3d.cappasity.com/u/...) to the model. Click Search.

Contact us

SDK access: support@cappasity.com Website - https://cappasity.com/contact/

Copyright (c) 2022-2023 Cappasity Inc. All rights reserved.

Neither the name of Cappasity Inc., nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Product imaging solution for classifieds and marketplaces

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published