We have recently noticed performance issues when utilizing the CameraKit Web SDK. In Chrome, specifically, when recording in WebRTC, we're seeing stuttering related to WebGL commands, specifically ReadPixels. It sounds like Chrome double pipelines these commands, and as a result will bog down on occasion when the GPU can't…
I have implemented an API that communicates between a Lens and an iOS app as specified here. It seems that everything should be set up correctly - I tested the API locally with a Javascript debug script and the Lens functioned as expected. However, the Lens does not seem to be communicating with my iOS app. When debugging…