shaibt

Results 19 comments of shaibt

Seeing the same issue on Chrome 88 Android 10 only: this code: `var now = dayjs().tz(timezone)` returns `NaN` only on this browser. Same exact Chrome build as reported when this...

Just to add to the thread: I implemented something similar to @Dosant using BodyPix: - in the video processor `processFrame` converted the frame to ImageBitmap - sent to worker for...

@charliesantos Tried out the new features. Appreciate the effort in adding blur and background removal as part of the `twilio-video` packaged solution but I'm not sure these are usable in...

Hey @charliesantos, I ran several more tests and for all but 1, I'm still getting reduced frame rate when blur processor is applied to local video stream: - as a...

@charliesantos its the default MacBook 17" built in GPU. I'm running the GPU history graph (OSX Activity Monitor) in parallel to the blur processor and it doesn't look like its...

Hi @charliesantos, Thanks for the info re video processors stats. So far over last 24H everything looks fine - GPU usage, video FPS and processing delay stats. Still don't understand...

Also experiencing something similar to what @rickary is describing: Safari iOS 15.X, user creates local tracks w/o issue and later on when connecting to the room (previously acquired tracks provided...

For real time video you also need to take into account the difference between video frame rate and "Vision API" sample rate. Some of the jitter you're experiencing could also...

Hi hanoi2018, To be clear, what I meant is that your device has to perform in under 1/30 sec for face detection to run on all frames in 30fps -...

@ceaglest I wasn't suggesting to pin the SDK to 4.4. The problem is that this package in its latest official version (2.0) uses a dependency notation that automatically updates any...