Package com.flir.thermalsdk.androidsdk


package com.flir.thermalsdk.androidsdk
The main 'FLIR Atlas Android SDK' for Android package [Android]. Provides means to initialize the SDK environment for Android.

Before FLIR Atlas Android SDK is used, remember to call:

  public void mySdkInit(Context context) {
      ThermalSdkAndroid.init(context); // init with an Android Context instance (i.e. Activity)
      // from here it is safe to call any other SDK APIs
  }