Heads up! We're sunsetting this forum to streamline our community space.
join us on Discord for support, updates, and all things Snap AR! See you there!
join us on Discord for support, updates, and all things Snap AR! See you there!
Comments
-
Thanks. Yes, SCCameraKitCacheConfig was the only thing I found related, but it doesn't help. We started monitoring our memory usage on the app better, and since we have a ScrollView for our users to preview our lenses, it's possible to load and apply several lenses in a matter of seconds. We notice that SCCameraKit doesn't…
-
Can you fix the changelog link?
-
Did you find any solution for this issue? The samples also use 50%-70% of CPU usage. It is a thing from CameraKit. Any good news @aidan?
-
Hi @ForumChris " ; I'm just writing to let you know that I was also about to create a Forum Post regarding this subject. Currently, as a Developer I am responsible for creating the API, but the lens submission is a task from another team, which makes our work a lot more challenging to manage since they can't submit a Lens…
-
@ForumChris is it possible to download 3D models through Remote APIs?
-
We found out the problem on our side. We had the NavigationLink that was handling the View with the Camera Preview inside a ScrollViewReader, and the ScrollViewReader was interfering with the Camera Preview update.
-
@stevenxu with "Lens line" I mean a JSON file that we use on script to load and manage the lens state. "global.storyData = [ { "line": 1, "text": " ", "background": "bg_Plain", "face": " ", "effects": "Character for Picker" }, { "line": 2, "text": " ", "background": "bg_Plain", "face": " ", "effects": "pillow, Character…