Deniz Çetin

Comments

  • Hi there, I’m facing a similar issue with my app, which involves several different lenses. When I don't grant microphone permission, some lenses work fine without needing it. However, in some cases, when the camera opens to start the lens, it freezes and displays an error message in the Xcode console. I'm pretty sure I…
  • Thank you for your rapid response. Actually, I faced multiple errors instead of just one so I can't pinpoint a specific issue confidently. My approach involved implementing two examples I found for my specific use case. These examples include CatFactLensRemoteApi.swift from the camera-kit-reference/samples on GitHub and…