dilldilldill

Results 3 issues of dilldilldill

I am integrating mediapipe into my WebRTC based Android application written in Java. I tried to get the most simple edge detection example working with my app to verify the...

type:support
platform:python
solution:object detection
stat:awaiting googler

``` W/System.err: java.lang.IllegalStateException: release() called on an object with refcount < 1 W/System.err: at org.webrtc.RefCountDelegate.release(RefCountDelegate.java:42) W/System.err: at org.webrtc.TextureBufferImpl.release(TextureBufferImpl.java:125) W/System.err: at org.webrtc.VideoFrame.release(VideoFrame.java:188) W/System.err: at org.webrtc.VideoSource$1.onFrameCaptured(VideoSource.java:77) W/System.err: at org.webrtc.ScreenCapturerAndroid.onFrame(ScreenCapturerAndroid.java:200) W/System.err: at org.webrtc.SurfaceTextureHelper.tryDeliverTextureFrame(SurfaceTextureHelper.java:374)...

Currently I can register my sip service with my sip provider but can not make a call. The call state changes immediately from _PJSIP_INV_STATE_CALLING_ to _PJSIP_INV_STATE_DISCONNECTED_. My guess is that...