-
[Office Hour] Attend our Snap Camera Kit Office Hour on Jan 25
Register for Wednesday’s Office Hour to directly ask questions & get support from the Camera Kit team. This will be hosted by our Product & Partner Engineering team and will be focused on answering all live questions and commonly asked questions to date. We invite the technical and non-technical community members to…
-
Can I use Camera Kit to detect body parts?
We are thinking about using Camera Kit to create an app that detects a person's neck and overlay a scarf on their neck dynamically. Is this something that Snap Kit supports today?
-
Camera Kit (iOS/Android) Lens Studio Scripting Interface
Use Case: Camera Kit inside mobile application (iOS and Android) with custom Lens Is there an interface for my mobile application to trigger and pass information to scripts in my lens? i.e. Mobile application receives real time data from cloud, and that data needs to be displayed with a new animation in my lens.
-
[Android Sample] How to create a custom layout & lenses carousel
Camera Kit Sample Custom Lenses Carousel and Camera Preview This sample app shows how to create a custom carousel for your lenses and use a custom layout to display a camera preview with lenses applied using Camera Kit. Setup Open project's gradle.properties file and enter values for com.snap.camerakit.application.id ,…
-
[iOS Sample] How to create an alternative lenses carousel
Camera Kit Sample Alternate Lenses Carousel This sample app shows how to create an alternate carousel to select lenses and display a camera view with lenses applied using Camera Kit. Setup See README.md for overall project setup. Interaction Examples * Alternate carousel opening and closing: * Clearing applied lenses:
-
How to auto-apply a lens at startup?
Hello, Currently attempting to apply a lens programmatically on iOS, but I'm struggling to find out how to do so appropriately. In most of my attempts, the app will crash if I try to apply the lens too early (at startup). If I put in a delay for a few seconds, there is no problem. The result of…
-
Camera kit Office hour
When is the next Camera kit Office hour?
-
When can we apply to use the Camera Kit for Web-based Experiences ?
Hello, I hope that you are well. I am a post-grad researcher and was wondering if it is possible to get access to the Camera Kit for web-based experiences (WebAR) and I had the following questions: * Is it a closed beta program? * If yes, can we apply for it? * If not, would you have a tentative timeline for when it will…
-
How to use voiceML on camerakit app?
Hi, I made a simple lens with voiceML. It works fine on snap but doesn't work inside camerakit app. The onListeningEnabledHandler event is never fired. If I manually call "script.vmlModule.startListening" I get an error "Commands are not available until listening is enabled". How to get voiceML to start listening on a…
-
Text to speech doesn't work on camera kit
Hi! Is text to speech not supported by camera kit? thanks
-
Body Depth Texture - Multiple People/Crowd Support
Hi all, Is there a way to occlude objects using the camera depth texture for multiple people at the same time? Currently it seems that only a single person depth texture is supported. A following question would be: Is it possible to have this feature through an ML Component? (And of course, everything I mentioned here…
-
Can you use the Scan feature to scan a QR code to launch a specific Lens using Camera Kit
Hi Steven, Is it currently possible to implement the scan feature to scan a QR code to launch a specific Lens using Camera Kit. if not, could a workaround work by launching the iPhone native camera and scanning the QR and then redirecting the users to our App and Launch the Camera and load the Lens? Thanks a lot, Sani
-
Is Snap Camera Kit free to integrate?
I got an early access to snap camera kit to integrate within my app. However, i am not able to find any kind of pricing details in the website. Do let me know how camera kit is charged for? or is it free?
-
How to find the LENS_GROUP_ID_AR_CORE?
where we find the LENS_GROUP_ID_AR_CORE?
-
[WebAR] Camera Kit Support for Web-based Experiences
Stoked to see the camera kit support finally for the web. This would bring a revolution to the webAR domain as the power of SnapAR is unbeatable at this point. I wanted to understand how this would work exactly. I have the access to the camera-kit which I'm using to build a product around education domain. Would be…
-
[Office Hour] Attend our Snap Camera Kit Office Hour on Dec 14
Register for Wednesday’s Office Hour to directly ask questions & get support from the Camera Kit team. This will be hosted by our Product & Partner Engineering team and will be focused on answering all live questions and commonly asked questions to date. We invite the technical and non-technical community members to…
-
How to use Android media recorder to have a customised function for recording videos?
We want to create our own function to record video from snapchat camera kit using android media recorder. But we are not able to figure this out. Please help us as soon as possible.
-
Snap Terms and Conditions bug
hello, we have an issue where lenses don't load in Camera Kit because the Snap Terms and Conditions weren't loaded and accepted. The T&C are only loaded after capturing and saving a video in the Lens. see the issue replicated here
-
[v1.18.0] Camera Kit SDK release
We have just released Camera Kit SDK v1.18.0 to Maven Central and CocoaPods. Sample apps are hosted on the Snapchat GitHub account. This is the last planned release for this year. List of changes in this SDK: Features * Lens Studio 4.34 support * Support for Custom Location AR (Beta feature), which allows developers to map…
-
How to partner with snapchat for filters and AR experiences?
Many apps have written that they have partnered with Snapchat for filters and AR experiences. They have their customised camera interface layout with the lenses powered by Snapchat. So, we want to know the procedure for such partnership as we are also trying to develop a customised camera interface layout with snapchat…
-
How to attach camera kit lenses in the existing camera workflow (in kotlin)?
Basically, we have our own camera module written in kotlin for Android. Now, we want to attach camera kit lenses in that module. Information given on camera-kit-refernce github repository is not sufficient. You can consider the kotlin code given in the below link (taken from the react-native-vision-camera) LINK
-
Record video using camera kit with react native
i am using camera kit 1.17 and there is a method present in sdk takevideo but i have no idea how to use it while creating bridge for react native i really appreciate if some one help me thanks
-
Running CameraKit iOS app for long time (REALLY long time)
Hello everyone, Recently received request about the app development which will be in kiosk mode and wanted to run for at least 1 month period 24/7. I am expecting some issues with this, but not sure exactly which ones. Memory leaks? Loosing internet connection(it is required for app to function)? Will be really thankful if…
-
Blendshape coefficients
Is it possible to get blendshape coefficients in real-time from Snap's Camera Kit API, similar to those outputted by Apple's ARKit Face Tracking API?
-
How can I get Lens Studio 4.7.2
Can anybody send me the version 4.7.2 of the Lens Studio for Windows please? Thank you!
-
[v1.17.0] Camera Kit SDK release
We have just released Camera Kit SDK v1.17.0 to Maven Central and CocoaPods. Sample apps are also hosted on the Snapchat GitHub account. List of changes in this SDK: Features * Lens Studio 4.31 support * Support for Remote API Lenses (Beta feature), which allows you to pass local or remote data through to a Lens * Support…
-
Publishing Lens to our App
Hi team, Since the Camera Kit access is allowed, we are trying to test to publish Lens that we made from Lens Studio to our Lens group but after that, I couldn't find our Camerakit demo Lens group on the list. so we can not test if our filter works properly on our own demo application. Please kindly advise how to fix this…
-
World tracking in Landscape
Is anyone else trying to run world tracking lenses in landscape? I'm currently having to render the world content to a separate render target and then rotate it as a screen image 90 degrees. But that feels super hacky and like there should be a better way of doing this. Any help would be greatly appreciated.
-
Objective c
Hey, I see the iOS samples are in swift. Does it support objective c as well? If so would you be able to share a basic sample of using camera kit in objective c? Thanks
-
min SDK
Hello, we recently updated the Camera Kit SDK to 1.16 but some lenses we published still cause the app to crash and in the Camera Kit admin panel they require the 1.4 SDK has 1.4 been released? Please advise