-
[Guide] Setting Up Push-To-Device For Camera Kit Sample Apps
Pre-Requisites Setup the App ID and API Token for the sample apps using the values found in the apps page of the Camera Kit portal Developer Portal Setup The Redirect URIs and allowlisted usernames need to be set in the developer portal at kit.snapchat.com Add Snapchat Usernames to Demo Users Enable Login Kit Select the…
-
Environment Variables and Camera Kit Web
Hi Team, Currently working on a Next.js project and was hoping to get the API keys working through environment variables. I have found that anytime I set the API key "dynamically" camera kit throws "client.js:1 ConfigurationError: Unsafe apiToken" I had this occur when I was working on an Angular project before as well. My…
-
Camera Kit for Web
Hi, how can I establish a communication between a Lens and the surrounding webpage? For example sending the string of a text field that the user entered on the website (form) to the lens. Or sending a user tap event on a lens object to the page.
-
Camera Kit for web surface tracking
Hi, I'm new to Camera Kit for web and I'd like to get a simple demo running. Just a cube that stays on a surface or similar. So far I've tried with a couple of lenses and existing templates (eg. Portal) but no luck with the camera kit for web. The object simply doesn't show. Can anyone share a working example for surface…
-
pricing
my request for camera kit SDK got approved :) , but there is no clarification regarding the price. I know that there no cost right now during the beta program but Is there any estimate of the cost in the future?
-
How can I apply a behavior script to a remote asset
I'm using remote assets. I managed to download them into the lens, using the RemoteAssetsCycler. Now I want to apply to them a behavior. But the remote assets are not objects that I can put in the target field. How can I do that?
-
What's the current status of the Camera Kit Access application?
Greetings Snap Team, I'm a developer with Rooit Inc., the creators of a popular friend-making app that boasts over a million downloads. We're eager to enhance our users' story-sharing experiences through the integration of the Camera Kit. Having submitted our application a week ago, we're keen to get an update on its…
-
Is it possible to integrate Camera Kit SDK integration with no code development tools?
Hello, Hope you are all well. Dont know if this is possible and just to get a better idea I thought I'd ask the question here : Is it possible to integrate the Camera Kit SDK into an app developed through a no-code or low-code app development tool like FluttlerFlow or Bubble? Thanks
-
Flutter integration method
Help !!! It is possible to integrate the camera kit sdk with flutter it is easier for me than native coding
-
Terms of Service Notice not appearing consistently
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…
-
CameraKit enroll form not loading
Hi, I recently discovered your new CameraKit SDK and I'd like to access to the request form, but the request page doesn't display the actual form and it shows just an infinite loading screen, may I get some support? Edit: I actually solved the problem by opening the page with another browser, I think there might be some…
-
Can "Removed" lenses be removed from Lens Groups?
I'm trying to clean up a Lens Group that has become a bit bloated, and I'm noticing that there are a few lenses marked "Removed" that seem to be stuck on the list. Is there a solution to this I'm not seeing? Here is an image of what I'm looking to solve
-
Pass glb 3d model through api to lens
Hey! With the new api that allows us to pass arbitrary data from app to camera kit lens, is it possible to pass a 3D model and instantiate it inside lens? Today there’s a gltf asset used to download a remote Bitmoji in lens studio. Can we use something similar to load an arbitrary 3D model ? Thanks
-
Is there a way to get information out of a lens and into my app?
I am very new to iOS development, and I am having trouble understanding how (or if) to get information from the lens into my app. It's nothing special really, I have a sequential set of lenses that I want to progress the user through and I need to tell if the user "completed" the lens. My solution right now is to make each…
-
Is it possible to use the new WEB SDK in a Mac OS extension application?
I want to launch a web SDK as an extension, but it cannot present a WKWebView. Can you advise me on what to do?
-
What is the best approach for Android app design and opening Snap camera kit.
I'm building an Android app that will include CameraKit that has the following basic UX 1) Onboard, show some screens describing app. 2) Auth with a remote service, so using some sign in/sign up screens 3) Present a set of lenses that the user has access to depending on their auth 4) Select a lens takes you to a deeper…
-
CameraKit for Web & Angular Failure to Import
Hi Everyone, I'm using angular and express on node LTS 18.16.0. (It would help to have what verisons of what to have on the docs in case this is the issue.) I'm following along the bootstrapping guide and ran into a few errors I can't solve. The errors seem to appear when I import camerakit, before I use any functions.…
-
How to add a Platform at Platform Identifiers section for an approved application?
Hi Team, Our app was approved by your team and it is live now. I am trying to add a Platform at Platform Identifiers section for Production but it says Can't add a Platform Identifier for an approved Application. Is there any way to add a Platform Identifier for an approved application (or) do I have to create a new…
-
snap filter reduced performance
Hi there! I'm experimenting issues on trying filters inside my swift custom app using camerakit sdk. here's the method call in application function: let sessionConfig = SessionConfig(applicationID: "(my id)", apiToken: "my token") let cameraController=CameraController( sessionConfig: sessionConfig )…
-
CameraKit crashes if on audio call (iOS)
**Tested with Discord and FaceTime - if I have an active call going it messes with the AVCaptureSession/ARKit somehow and causes CameraKit to fail crashing the whole app If I set AVSessionInput.audioEnabled to False it at least doesn't crash anymore: avSession = AVSessionInput(session: self.captureSession)…
-
External Images into Lens
Can we bring external images into a lens? Would like to pull images outside of your camera roll. Reference: https://lens.snapchat.com/7731733ff75c4cd793c5e4b9519c683b
-
Error: [LSAGLView] attempt to use deleted framebuff
Recently, we detected an issue that is freezing the CameraKit Preview. We are using SwiftUI. It happens in strange cases. Cases we detected: * Having the PreviewView in a View if we open an overlay or a fullScreenCover > Freezes (does not happen with all of them) * Starting opening the Control Center > Freezes (but only…
-
i need to add production identifiers after approval of the application
hello our app was approved and it is live now. I am trying to add a Platform at Platform Identifiers section for Production but it says Can't add a Platform Identifier for an approved Application. how can i add the Production identifiers in Platform Identifier section after approved? Please advise regarding this. Thank you.
-
Quick Tip: If you are looking for launchParams, look here!
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:…
-
How long does it take the snapchat developers team to approve my request to use the AR snapkit?
I'm planning to use it but I have made a request without any answer
-
Issue with Bluetooth audio and CameraKit
Dear Snap Team, We believe there is a potential issue with using CameraKit for video recording when a Bluetooth headset is connected to an iPhone. Precondition Before starting a CameraKit session, we: * configure the shared AVAudioSession instance to allow Bluetooth audio (HFP profile to enable capturing audio from the…
-
Remote Service Module API Issue
i have created a new API with platform as CAMERA _KIT in the asset library ,it works and gets response in lens studio workspace but when i test in the snapchat app it gives error with different statuscode,also i have tested it in the camera kit but dint get any response not even error,so please help Lens…
-
FAQ: "I already have Camera Kit access for mobile, how do I get it for web?"
For existing Camera Kit mobile developers, you will simply just need to complete our application form specifying web as the platform for access. Here is the link to complete the form: https://camera-kit.snapchat.com/request Same instruction applies if you are new / never had access to Camera Kit! Hope this helps!
-
Is there a way to integrate CameraKit in Unity projects?
We make games with Unity and would like to explore CameraKit abilities.
-
Apply for Camera Kit access with existing Camera Kit app?
When I applied for access to Camera Kit, it was asking me what app is this for, and says "We will send you an email to your inbox if your app is approved." implying the app is already built. We were planning to use the SDK to build an app, so I'm a bit confused what app is being reviewed/approved prior to gaining access?
-
Lens Loading & Performance?
Hi! I notice while a Lens loads the camera hangs for 1-2 seconds which is a less than desirable experience. It's the same in Snapchat though so I'm wondering if we can chart a solution for our CameraKit usecases. Would be great to know what actually causes this hang - ARKit services kicking on? Purely inefficient…