Heads up! We're sunsetting this forum to streamline our community space.
join us on Discord for support, updates, and all things Snap AR! See you there!
join us on Discord for support, updates, and all things Snap AR! See you there!
Comments
-
@"luo su" can you please explain your use case and why you have to use only a particular version? Also, please note that com.snap.camerakit.plugin.v1 comes from Google Play Store and it will be updated periodically. There is no way to guarantee that version on mobile.
-
@"luo su" Thanks for raising the concern. I'd highly recommend you to use the SDK from maven instead of relying on com.snap.camerakit.plugin.v1 as a dynamic module. Here is the sample app code which shows how to do that: https://github.com/Snapchat/camera-kit-reference/tree/main/samples/android/camerakit-sample-dynamic
-
Thanks for the details. I have opened up ticket to investigate this further.
-
@ThisIsRaize can you please give more specific details about quality problem like which all device(s) you are seeing this, which app you meant, what is the SDK version, Lens ID, etc. If you can give expected vs actual results that would be great as well. Thanks.
-
@"Jorge Costa" Thanks for reporting this. I am curious to understand how you tested and what you mean when you say "run lenses with considerable time". Can you give details like: * Which device you are using for test? * Have you tested 1.19.2 and 1.26.0 on the same device? * Any debug info you can provide from the dump or…
-
@dropWirelessDev great to hear that, thanks for sharing.
-
@dropWirelessDev if you can change Camera Manager to return external camera as default then it might help, but I have not tried that option. You have to experiment with that a bit. Reg. the sample app please follow instructions mentioned in docs\video tutorial here:…
-
@dropWirelessDev We don't have implementation details of any of our partners, so we can't\won't specify how to make those apps work with your setup without app's code changes. However, I have few questions and suggestions on your setup: * Which Camera instance is returned by CameraX default implementation in your setup -…
-
@"Daniel eXplorins" thanks for trying. The key that you pass through putString(s), and putNumber(s) must match with the key that you use in the Lens code. I was trying on a Lens that I built and not any pre-built Lenses that we provide, most certainly not the Big Mouth Lens. Can you please make sure you are using the same…
-
@"Daniel eXplorins" have you tried the single string yet? Any issues with that or only issue is with putStrings? Reg. reapplying, you don't have to apply the Lens twice. Doing it once with launchData should work fine. Also, make sure to apply the Lens from UI thread. Here is the code that worked for me fine from UI thread.…
-
Thanks @Roy for posting your questions. This is one of the common issues that developers face and reason for that being the incompatibility between newer versions of the Lens Studio with older Camera Kit SDK versions. This section of the doc - Lens Studio compatibility - will help you decide which Lens Studio and\or SDK…