-
Using Camera Kit with external USB camera on AOSP
Hello, we are trying to install DressX app on our own hardware, which runs a custom version of Android 13. However, it seems like Camera Kit does not recognize the external camera. So we tried with other apps that uses Camera Kit, Camo and Flip, to see if the USB camera works, but these apps are crashed on camera screen.…
-
Introducing Open-Source Unity Sample App Code - accepting contributions!
This month, we are very excited to announce that we publicly launched open-source code for Camera Kit with Unity. This Unity sample project wraps the Camera Kit iOS and Android SDKs and can launch Camera Kit experiences. This includes the ability to launch a lens in parallel with your Unity scene and communicate in real…
-
[v0.12.0] Camera Kit Web SDK release (Long Term Support Release)
Hello Partners! We have just released Camera Kit Web SDK v0.12.0 to NPM. We are excited to announce that v0.12.0 is Camera Kit’s first long-term support (LTS) version for the web SDK. LTS is a commitment from Camera Kit to provide fixes for 1 year after initial release, including critical bug fixes and security patches.…
-
[v1.26.0] Camera Kit Mobile SDK release (Long Term Support Release)
We have just released Camera Kit SDK v1.25.0 to Maven Central and CocoaPods. We are excited to announce that 1.26 is Camera Kit’s first** long-term support (LTS)** version for our mobile SDK. LTS is a commitment from Camera Kit to provide fixes for 1 year after initial release, including critical bug fixes and security…
-
[Office Hour] Attend our Snap Camera Kit Office Hour on Sept 20
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…
-
Camera Kit: Safe Region and Zooming behavior
We have an app with camera kit integrated. I wonder if someone can point me to docs or let me know how can I set the Safe Region correctly (now it feels like it using the whole canvas even when I'm using Render Safe regions). Also, I have a pretty annoying behavior when scaling objects (World Object Controller) with two…
-
Camera Kit Web SDK Import
Hello! I am running into an error when importing the Camera Kit web SDK, and I would appreciate some insight! Currently I am attempting a test using the basic sample code (https://camera-kit.snapchat.com/websdk/sample/basic) built to JS using the TS compiler, and implemented in a basic HTML file: <script src="index.js"…
-
401 Status when loading lens in Camera Kit for Web
Hi there, I've got started with Camera Kit for web and currently have a project where I'm able to view the camera feed, however whenever I try to load a lens I get a 401 response saying the request was not authenticated. I've triple checked my API token and the lens ID and lens group IDs, and tried using the default…
-
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?
-
New Features Utilization
How one can use the new features of Snapchat in a WordPress blog to make get maximum benefits from it.
-
Applying Lens Camera Position - Rear or Front Programmatically
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?…
-
Remote Service Module Error on iOS
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…
-
[v1.24.0] Camera Kit Mobile SDK release
We have just released Camera Kit SDK v1.24.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.49 support * Android: Collect lens performance metrics with the new Performance Metrics API. See Profiling for details. * Android: Add a…
-
[v0.11.0] Camera Kit Web SDK release
Hello Partners! We have just released Camera Kit Web SDK v0.11.0 to NPM. The sample app has also been updated to this version. List of changes in this update: * Introducing Push2Web, an extension that allows you to send Lenses to your application directly from Lens Studio * Localization of the Terms of Service dialog…
-
[Office Hour] Attend our Snap Camera Kit Office Hour on Aug 16
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…
-
Try out this new filter
yall try out this new grain filter i just made https://www.snapchat.com/unlock/?type=SNAPCODE&uuid=44c2a8c109b7456db009f034cfbb3312&metadata=01
-
لايف مصر VIP
نحنا هنا
-
[Snap Event Opportunity] Apply to be a Lens Fest speaker!
Hello from the Snap team! Lens Fest has always been about highlighting the Snap AR creator and developer community, their stories, and the impact their AR creations have had on the world. Based on your feedback, this year we’re doing things a little differently! In addition to our regular Lens Fest programming, we’re…
-
Crazy dog mom
https://t.snapchat.com/Va5qDvwn
-
[Guide] Camera Kit Web for Beginners
Hello community members! We've been attentively listening to your valuable feedback through the forums and office hours, and one thing became clear - some of you were facing challenges when trying to kickstart your Camera Kit Web experience. We want to express our gratitude for sharing your thoughts with us because it's…
-
Pre-loading of lenses before camera session start
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…
-
[v0.10.0] Camera Kit Web SDK release
Hello Partners! We have just released Camera Kit Web SDK v0.10.0 to NPM. The sample app has also been updated to this version. List of changes in this update: Bug Fixes * Introducing Test Your Lenses, a new sample page app that lets you test your Lenses with the Web SDK. * Parallel shader compilation support * Improvements…
-
unable to run camera kit SDK on web
Need help with React Camera Kit integration. Successfully compiled with webpack, but stuck with a black canvas. Any insights or troubleshooting tips would be greatly appreciated! check image below https://drive.google.com/file/d/17o9mIaEBNmx-GDWOTv-itVIaSsFfiXow/view?usp=sharing Thank you. Cheers.
-
How can I access lens feature from code in android SDK?
I developed a version based on sample code and also made a lens in lens studio. and combined them successfully. then I want to access some features like choosing an item before the camera screen. How can I do that?
-
[Office Hour] Attend our Snap Camera Kit Office Hour on July 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…
-
Camera WebSDK React App Lens Drawing on Rear Camera canvas is mirrored
I have the following code to initialize the canvas and snap lens const cameraKit = await bootstrapCameraKit({ apiToken }); const canvas = document.createElement('canvas'); canvas.id = "myCanvas"; document.body.appendChild(canvas); const session = await cameraKit.createSession({ liveRenderTarget: canvas }); const source =…
-
Camera kit Start recording
Hi there. i was wandering by using Camera Kit web SDK if i can enable start recording feature. is there a simple code or something you can help me with ? Thank you.