-
Help with issue with 3D Rig in Lens Studio for WebAR
I'm encountering an issue in Lens Studio for WebAR on my Samsung S20 FE. When locating the image using the marker tracker, I get the following error: "Uh oh! An error occurred while processing this Lens. Refresh the page to continue." The project includes a 3D character model with a rig and animation, which I need for my…
-
Body tracking filters not working when published.
Hello, I’m currently working on a body tracking filter in Lens Studio using the shirt model from the Try-On pack. The filter functions perfectly in Lens Studio, but after deployment, I'm encountering an issue where the body mesh appears instead of the intended filter. Has anyone else experienced this, and could you provide…
-
screen size Bug in camera-kit javascript SDK
Somewhere between version 0.16.2 an 0.18.0 you introduced a bug with screen sizing when low resolution (480p) is used. See the comparison between versions v 0.16.2 v 0.18.0 in v 0.18.0 you only see a cutout from the whole "canvas" not the whole area
-
issue: tracking and object placement
Hi, I am facing a issue with camera kit tracking and object placement. my virtual try on for necklace using neck binding seems to place the necklace (3d object) differently on various devices using the same lens. It works perfectly on some devices regularly while it gets misplaced on other devices. I couldn't find any…
-
IOS Camera Jitter - CameraKit Web 0.14.1
Hi Everyone, Framework: React + Vite (https://github.com/RicardoValdovinos/vite-react-boilerplate) SDK: 0.14.1-alpha.1 I am currently building a demo app where the camera kit web canvas is inside a react-modal. When I access the modal on an IOS device the canvas or camera is very jittery/laggy, almost like its rendering a…
-
Push2Web not working - Camera Kit Web
Hi everyone, Push2Web has not been working for me across various web browsers (chrome, edge, firefox). I am signed into the same snap account on web and lens studio. After I send the lens in Lens Studio nothing happens in my web browser for a few minutes. I have tried disabling all of my extensions, incognito mode, and…
-
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 =…