I'd like to have all videos captured via CameraKit to be captured in the 1080x1920 HD resolution. I've been able to find the area that is responsible for the video output size, it is in the Recorder.swift file. In the Recorder's init function: public init(url: URL, orientation: AVCaptureVideoOrientation, size: CGSize)…
I am trying to configure a custom MediaPicker view to display/load specific assets when using a lens. Issue is, from what I've tried, the only way to create a SCCameraKitLensMediaPickerProvider is to create the default LensMediaPickerProviderPhotoLibrary. There is no ability to fully implement a subclass without further…
In our ios app, we are presenting a tutorial flow which requires some modals and permission alerts being presented. We have user's reporting that the Terms of Service Notice is interfering with the flow, as the Terms Alert is shown but user's are unable to "accept" / press on anything. As a part of the testing/debugging…
I've got CameraKit integrated into my iOS app - am able to load the sample lenses and record a video. I've then followed documentation and published my first lense! There is a specific part there about lense visibility: https://docs.snap.com/snap-kit/camera-kit/getting-lenses-into-camera-kit#lens-visibility-settings I…
Where can I download older versions of Lens Studio? Since there is a slight lag + mismatch of Lens Studio <> CameraKit compatibility, I need to downgrade / install an older version (4.19.x) in order to continue development of my lenses. Issue is, I couldn't find a way to download an older version of Lens Studio (only…
Hi, I've implemented and set up an API as explained here, meaning * I've set up my custom remote module API * Created necesarry endpoints, * Imported remote api module to lens * Loaded lens via my host app * Triggered request from lens to host via app button tap However, I am getting "RemoteServiceModule: Wrong api…
Hey, a few weeks ago I got an email saying I received access to CameraKit. I started digging more deeply in the docs, and planned how I'd like to integrate and utilize the awesome SDK. However, when I tried to activate and test on my app, I was not able to run it as it said app has not yet been whitelisted. This was…