-
[v1.21.1] Camera Kit SDK release
We have just released Camera Kit SDK v1.20.0 to Maven Central and CocoaPods. Sample apps are hosted on the Snapchat GitHub account. List of changes in this SDK: * Lens Studio 4.43 support * Fix bug from 1.21.0 where tap targets on edges are not working (iOS only) Visit changelog page for information about all versions.
-
[Office Hour] Attend our Snap Camera Kit Office Hour on Apr 12
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…
-
is there a list of comparisons between unity AR foundation and snap Camera kit?
Im only starting my project and looking for pros and cons of using either to build AR app. im thinking to use react-native or flutter, the core of the question where will i have lighter app, and more features. atm can't find anything about gesture recognition in unity, so thats +1 for snapar. But what about other things?…
-
Quick Tip: Controlling the Camera Kit Sample UI
Hi y'all, I ended up spending too long trying to create a custom CameraView from the sample and found a much simpler solution to toggle and control the UI that's already there: extension CameraView { func hideUI() { for view in [ flashControlView, flashControlDismissalHint, toneMapControlView,…
-
Lens group limits
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…
-
What are some of the best practices when working with camera kit?
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…
-
Custom lenses not appearing in app
I've got CameraKit integrated into my iOS app - am able to load the sample lenses and record a video. I've then followed documentation and published my first lense! There is a specific part there about lense visibility: https://docs.snap.com/snap-kit/camera-kit/getting-lenses-into-camera-kit#lens-visibility-settings I…
-
Docs?
Where can i find the android docs to Camera Kit?
-
Populating Assets & Layering Lenses
-We’d like to build a suite of 3D assets and store them in Remote Assets. Then, upload 1 lens (template) to our app and pull from there based on that user's specific information. Is this possible? Looking to avoid manually building each individual avatar as a lens and rather automate the lens with the traits stored on…
-
Why no results on tags
What is it even for??
-
Unity support
Hello! Does Camera Kit you have Unity support? If not, is there any option to create a crossplatform app for iOS and Android?
-
Quick Tip: CameraKit Output -> UIImage
Hi y'all, A useful function for CameraKit might be to grab the AR View and convert it into an Image imagining you might want to do something like create an image gallery, generate a GIF, or do an image operation of some kind. Following the same protocol structure as PhotoCapture and Record, here's how to get an Image out…
-
How to delete a lens folder?
Hi, I'm the admin of all lens folders in my organizations account. How can I delete lens folders? We use camera kit btw
-
Downloading an older version of Lens Studio
Where can I download older versions of Lens Studio? Since there is a slight lag + mismatch of Lens Studio <> CameraKit compatibility, I need to downgrade / install an older version (4.19.x) in order to continue development of my lenses. Issue is, I couldn't find a way to download an older version of Lens Studio (only…
-
[Office Hour] Attend our Snap Camera Kit Office Hour on Mar 15
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…
-
When there will be a pc release of camera kit?
We are making a living tool software for our customers. We'd like to add some fun stuffs to enhance user experience. We've tried snap camera and find the effect is impressive. However, as snap camera is an app and it's inconvinient for users to operate between diffent apps. We see the camera kit is under beta and for…
-
Reuse SCCameraKitSession or recreate on every camera launch?
Hello, While working with the iOS Camera SDK, could you please share some high-level insights regarding the SCCameraKitSession and what happens when an instance of it is created, specially the performance impact? This required to make a decision about whether to reuse a single session instance across multiple camera…
-
Sometimes Snap Lenses failed to apply and Delay in loading
Hello @stevenxu and @arashp, I have integrated the Camera Kit into a new IOS project and tried the different Lenses that we built. Sometimes the Lenses take so much time to load and in some cases, the Lenses gets fail to apply. I have seen this even in the Camera Kit IOS sample's GitHub repository. In Android the Lenses…
-
[v1.20.0] Camera Kit SDK release
We have just released Camera Kit SDK v1.20.0 to Maven Central and CocoaPods. Sample apps are hosted on the Snapchat GitHub account. List of changes in this SDK: Features * Lens Studio 4.40 support * Android only: Add a way to collect Camera Kit diagnostics information on-demand. This feature can be enabled when an issue in…
-
RemoteServiceModule: Wrong api visibility 100 0
Hi, I've implemented and set up an API as explained here, meaning * I've set up my custom remote module API * Created necesarry endpoints, * Imported remote api module to lens * Loaded lens via my host app * Triggered request from lens to host via app button tap However, I am getting "RemoteServiceModule: Wrong api…
-
Call-to-Action CameraKit support?
Hi, I'd like to know if it's possible to view a lens Call-to-Action button through CameraKit SDK Best
-
Is it possible to automatically update the Lenses without having to force quit the app or update it
Hi team, We are wondering whether it's possible to update the AR lenses on our Camera Kit without having to force quit the app and relaunch or reinstall the app. Currently once we publish a new Lens and add it to our Group, the only way for the Lens to appear on our App is by force quitting and relaunching or updating the…
-
Is it possible to have multiple Bundle IDs approved for the same app?
Hi team, Is it possible to have multiple Bundle IDs approved for an app in different environments? We have our app set up in three environments: 1. "Test" for our development team to internally test the app, 2. "UAT" for the whole team including product owners to internally test the app 3. "Production" which will…
-
Bug: MediaPickerView needs to refresh when user adds more photos
When using the MediaPickerView, if the user doesn't give full read permissions on iOS, the user needs to select the photos he wants to use. However, even when the provider knows that there are no more assets to fetch using hasMoreAssetsToFetch == false from LensMediaPickerProvider, the provider does nothing. In this case,…
-
SPM support?
Hi everyone! I'm currently integrating CameraKit on iOS and I was wondering if there's official support to SPM as only Cocoapods is mentioned in the documentation Best!
-
iOS Crash: com.snap.camerakit.sample is not authorized to use CameraKit
Hello I tried to run an iOS example. 1. I took the last version from GitHub (commit de185d4); 2. I created a new app in Admin UI and fill Bundle ID in Platform Identifiers; 3. I ran "pod install". Camera Kit SDK version is "1.19.2"; 4. I replaced the app id and token in "info.plist", lenses group id in AppDelegate and…
-
Requesting assistance for LSAGLView error in Camera Kit IOS app?
Hi All, We are working on a Camera Kit SDK IOS sample. We are able to run the GitHub repository IOS sample successfully. We are now integrating the Camera Kit into a new app and we are facing the following errors: Backtrace: [error] Error, [LSAGLView::drawTexture] LS::Exception : [LSAGLView] attempt to use deleted…
-
[v1.19.0] Camera Kit SDK release
We have just released Camera Kit SDK v1.19.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.36 support * Add a new sample app that demonstrates a custom implementation of lenses…
-
How can we change to another Lens line programmatically?
After my investigation, there are two ways to advance to go back or forward in Lens' line. * Use LaunchData to send the line that we want to load. * Enable the automaticallyConfiguresTouchHandler to true and let the user tap on the screen to go forward. I want to jump to another line, using a custom SwiftUI Button, but…
-
Requesting assistance for to close the Camera Kit View when the button clicked?
Hi All, I am integrating a Camera Kit into a new IOS project and I need some help with the following scenario: My scenario is when I click the button from ViewController it has to load the Camera Kit view and when I click the back button from Camera Kit view it has to go to ViewController.(i.e Main Storyboard) I am able to…