Hello, We are particularly interested in understanding how to control the camera position for lenses, specifically being able to set it to the rear-facing camera, or front-facing camera programmatically. Could you kindly provide us with information on how to achieve this functionality within the lens development process?…
I have implemented an API that communicates between a Lens and an iOS app as specified here. It seems that everything should be set up correctly - I tested the API locally with a Javascript debug script and the Lens functioned as expected. However, the Lens does not seem to be communicating with my iOS app. When debugging…
We are a highly experienced mobile app developer with industry leading knowledge of mobile platforms. We have already started integrating the Snapchat Camera Kit SDK in one of our application which will be definitely come to you to review. However, we would like to understand if the platform has the API which can provide…
Lens can run scripts and can have events. Is it possible to call an event available on the Lens's script from the iOS SDK? Eg: I would like to call using Swift the "TapEvent" script.createEvent("TapEvent").bind(onTap);function onTap(eventData) { eventData.getTapPosition().x > 0.3 ? story.turnPage("FORWARD") :…
In our ios app, we are presenting a tutorial flow which requires some modals and permission alerts being presented. We have user's reporting that the Terms of Service Notice is interfering with the flow, as the Terms Alert is shown but user's are unable to "accept" / press on anything. As a part of the testing/debugging…
Hi y'all, A big thing I was looking for is launchParams and yes it's supported by CameraKit and yes it's quite easy to implement. If you aren't familiar with launchParams it lets you pass data into your Lens meaning you can change a model's color or do some action depending on the entry point. Read more about it here:…
I'm planning to use it but I have made a request without any answer
Hi, I am currently experimenting with Camera Kit and I love it so far. I'm so impressed with the tracking quality and ease of use with Lens Studio. I'm able to open a specific lens from a lens group on iOS, which is the kind of behaviour that I am looking for. I have 2 questions about lenses: * Is it possible to open a…
Hi We are developing an app that relies heavily on camera kit. We were wondering if there are learnings and experiences you all can share with us. Our app is iOS only for now and our use case is to upload the captured video/picture to our own server. Are there any best practices to accomplish this? Or anyone who has done…