snap filter reduced performance

Options

Hi there! I'm experimenting issues on trying filters inside my swift custom app using camerakit sdk.
here's the method call in application function:
let sessionConfig = SessionConfig(applicationID: "(my id)", apiToken: "my token")
let cameraController=CameraController(
sessionConfig: sessionConfig
)
cameraController.groupIDs=["(my id)"]
controller.present(CameraViewController(cameraController: cameraController), animated: true)

here's the results:
https://drive.google.com/drive/folders/17ZQZbSBTqp--GOPeyNzEbH9vwk-daznN?usp=sharing
the first one is how the filter looks on snap
the second one is how it looks with snapkit in my app

Comments

  • stevenxu
    stevenxu Posts: 591 👻
    Options

    @Gabriele Conte Thanks for posting this on the forum! Hmm.. going to submit a eng ticket now to look into this. Could you share me the following info where applicable:

    • Lens Name
    • Lens ID
    • Device model(s)
    • CameraKit SDK version
  • arashp
    arashp Posts: 51 🔥🔥
    Options

    Hi @Gabriele Conte, thank you for reporting this. The Swift code looks good. So the difference must be caused by something else. We can definitely look into it once we have the information requested by my colleague @stevenxu.