Comment on page
Getting Started
Setup the Lumepad's Camera SDK in your project
Camera SDK is a library built upon Camera2 API. It provides a set of easy-to-use APIs to access TOF, single and stereo RGB cameras. The CameraSDK is in the alpha stage and is currently under heavy development
To include the Camera SDK into your project, add the following dependency to your app's
build.gradle
file.dependencies {
implementation "com.leiainc:camera:0.0.2-alpha01"
}
Perform a Gradle sync and you should be able to access the SDK.
Last modified 2yr ago