Camera SDK FAQ
1.Overview
This article mainly introduces how to troubleshoot and solve problems that may occur during the integration of the camera SDK or when the camera SDK is running.
2. Preconditions
None.
3. Common problems and solutions
Question 1: During the integration process, it is found that there is a third-party open source library dependency conflict, which makes the project unable to be compiled. How to solve it?
A:
- Please try to upgrade or downgrade your version first to make it consistent with the dependencies of the Device Pairing SDK;
- If the operation "1" is invalid, you can use the
resolutionStrategy
syntax inbuild.gradle
to forcibly depend on the version of your project, and then check whether it affects the SDK; - If the operations "1" and "2" are invalid, you can contact the business or project manager of Lumi, and after submitting the work order, our technical staff will assist in solving it;
Question 2: Unable to jump to the camera setting page or click some functions and there is no response, how to solve it?
A:
- The
sdkChannel
parameter was not passed in during initialization, please check whether the parameter is passed in correctly; - If the operation "1" is invalid, you can contact the business or project manager of Lumi, and after submitting the work order, our technical staff will assist in solving it;
Question 3: Entering the device details page, the device settings page is blank, how to solve it?
A:
- Please check whether the device configuration file exists in
assets//deviceRes
, and whether the initialization parameters are normal; - If the operation "1" is invalid, you can contact the business or project manager of Lumi, and after submitting the work order, our technical staff will assist in solving it;