JacekC 🔥

Comments

  • Also, the link https://github.com/s-r-jones/camera-kit-web-test doesn't work me. If your repo public?
  • Hi, Just to confirm you are not missing anything else, can you please check if by using our Sample Page https://camera-kit.snapchat.com/websdk/sample/push2web you will get the lens from the Lens Studio? If this works, we can then dive deeper into your implementation.
  • Just fyi that we believe we got a local repro and we are investigating the problem. If you have any new observations that might help us understand the issue better, please do not hesitate to share them.
  • ok. And it's broken for all lenses, even a simple ones? If a lens is using capabilities that are not yet supported by web sdk, you may hit the problem with pushing to web.
  • Hi, Just to understand the problem better, if you push to Snapchat app, is that working? Knowing this will help us narrow the issue to web only.
  • Hi, Yes, it's possible and designed to support it. You can do it by overriding the service implementation that you provide to Camera Kit from your service: https://camera-kit.snapchat.com/websdk/sample/remote-api. Thank you for the question. We will update documentation to make sure it's clear.
  • Hi @Thor , I just wanted to follow up on this and let you know that since yesterday Remote API is available for Camera Kit on Web - https://docs.snap.com/camera-kit/guides/web-customization/remote-api Thanks, Jacek
  • Hi, Thank you for reporting this problem. There shouldn't be anything else required from you other than using the same Snapchat account to sign in on the Camera Kit Push2Web page: https://camera-kit.snapchat.com/websdk/sample/push2web and in the Lens Studio. To debug the problem, do you see any errors in the web console?…
  • Hi, Unfortunately it's not about camera or even device but the limited access to ARKit/ARCore/camera intrinsics from the browser. It's similar if you would run your lens in the browser on the mobile device. For now, to get depth and 'world' tracking we recommend to use Camera Kit Mobile SDK. We are exploring options for…
  • Just a follow on the above. Since yesterday you can test your lenses on web directly from Lens Studio using our Sample Page: https://camera-kit.snapchat.com/websdk/sample/push2web , make sure you are signed-in with the same account, paired the device and send a lens to Camera Kit
  • Great question. We just released the Push Lenses feature that you can explore here: https://docs.snap.com/camera-kit/quick-start/integrate-sdk/integrate-sdk-web/guides/push-2-web This solution requires to integrate it with your own site however we are working on the feature that will let you use our sample page instead to…
  • Hi @zPoly , Yes, by using Camera Kit Web SDK it should be possible to select external camera, run your lens and record a video in resolutions like 1080p in the browser. Tutorial for recording: https://docs.snap.com/camera-kit/quick-start/integrate-sdk/integrate-sdk-web/guides/recording-video Source selection:…
  • @janine , can you share the logs you are getting when running it on your local machine or describe how it's not working (no tracking, no visuals)? Since Cutout is a surface tracking lens, I wonder if you are not missing device orientation permissions on iOS (I think this is the right link…
  • @Paigepiskin Hi, Can you share more details for the issue you are seeing? Do you think it's your local setup or a problem with the Camera Kit? You can try your lenses on our sample page and compare (if needed): https://camera-kit.snapchat.com/websdk/sample/test-your-lenses For render configuration, feel free to explore our…
  • Hi, Considering so many options that are available for web development it's difficult to advise one solution. Technology might also depend on the complexity of your product. I would probably start with learning more about ReactJS and follow the tutorials for development and deployments. For Camera Kit implementation, you…
  • Lens Group and Lens IDs should be the same for the staging and production token. Can you confirm that Sample Page works for you https://camera-kit.snapchat.com/websdk/sample/basic ?
  • Hi, It's expected that it is mirrored when we use facingMode set to "environment". You can use source.setTransform(Transform2D.MirrorX); to adjust it. Please take a look at this example explaining how to use transform methods to adjust camera mirroring https://camera-kit.snapchat.com/websdk/sample/transform I hope this…
  • Hi, Sorry for confusion, these are the names of the two lenses in the default Lens Group that you get in the camera-kit portal: https://camera-kit.snapchat.com/organizations/ . You should see 20+ lenses there available for you to try and experiment with.
  • Hi, Thank you for your feedback. I agree, we should add a good example of this to the https://camera-kit.snapchat.com/websdk/sample/basic list. Until then, I think you can try a lens called "CamKit Anim Object" or "CamKit Look Around" from the default set of lenses in the Camera Kit portal. Launch a browser on a mobile…