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
Setup your Environment
To include the Camera SDK into your project, add the following dependency to your app's build.gradle
file.
Perform a Gradle sync and you should be able to access the SDK.
Last updated