You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this is more of a suggestion. Now that WEBRTC is kind of a thing on mobile devices, I notice that sometimes the track event is a little too processor intense on video from the camera. Mainly because currently the library is relying on requestAnimationFrame to keep the tracking live. Any chance the tracking frequency could be passed as property to the constructor?
The text was updated successfully, but these errors were encountered:
Hi, this is more of a suggestion. Now that WEBRTC is kind of a thing on mobile devices, I notice that sometimes the track event is a little too processor intense on video from the camera. Mainly because currently the library is relying on requestAnimationFrame to keep the tracking live. Any chance the tracking frequency could be passed as property to the constructor?
The text was updated successfully, but these errors were encountered: