Hello, is there any way to hide the Lens ID and Web API key while hosting it on my website? I think others can easily figure it out.
Hello Where can we find Lens Studio api or template for the Keyboard web SDK lens? there is only example code for the nodjs but nothing there for Lens Studio code. for example how we can receive the data from the web(keyboard) in Lens Studio?
import React, { useEffect, useRef, useState } from "react"import { bootstrapCameraKit } from "@snap/camera-kit"const CameraKitComponent = () => { const canvasRef = useRef(null) // Reference to the canvas element const [lensId, setLensId] = useState("43293650876") // State to manage the current lens ID const [session,…
Hi guys, We submitted our app review to get a production key 10 days ago. And it's still "in review". After searching discussion in this community, I realized that virtual try-on features are not allowed to use for camera-kit integration. Is it true? And this is why my app review status is still "in review"?
Hello there, I am very happy to see that the camera-kit-unity-sample repository was released, because it takes a lot of guesswork out of making a Unity app with Camera kit. I managed to get the Android code working on a Galaxy A52 (Android version 13), but on the same Android studio project the same build crashes on my…
Hello, We have an app that runs lenses with a considerable size and time. Our average size per lens is 7MB, which may make the “life” of the Framework difficult. Usually, when we see that an update is available, we look forward to upgrading it in our app. Last time, we updated the CameraKit from 1.19.2 to 1.26.0, and we…
Hi! When hosting a lens with Camera Kit web on my website, it'd be easy for others to figure out my 'private' API keys using the browser's Inspect tool. Is there something I should do to prevent this, or is it not an issue? Thanks!
Hey guys! We are doing research on making a mobile AR game using Lens Studio, both publishing it to snapchat and using it within our app with extended functionalities (configuring difficulty, storing game points of a user etc.) and need some help with checking if thats possible. So as far as we understand, its possible to…
I tried the Lens Studio templates "Simple World Mesh" and "World Tracking Planes" using Camera Kit Web, but they didn't work well. ("Hair Color" and "Countdown" are working.) It seems like I don't have world mesh recognition or plane recognition. Does Camera Kit Web support world mesh recognition and plane recognition? As…
PFA the screen recording of the issue I can't enable Camera Kit web Sdk https://drive.google.com/file/d/1CIiCsgUElg0IxCYS8kJmpgLsZsR0xtFt/view?usp=sharing
It looks like you're new here. Sign in or register to get started.