INDExOS / media-for-mobile

Media for Mobile
Other
456 stars 177 forks source link

OpenGL video capture #22

Open Oliver1123 opened 8 years ago

Oliver1123 commented 8 years ago

Hi, I'm trying to implement video capturing from GLSurfaceView and sometimes catch exception

java.lang.Exception: Cannot stop capture thread
    at org.m4m.domain.CapturePipeline.stop(CapturePipeline.java:235)
    at org.m4m.GLCapture.stop(GLCapture.java:73)
    at ___.VideoCapture.stop(VideoCapture.java:95)
    ...

when recording is finished. Can you give some advice with this issue?

polaris0227 commented 8 years ago

Hi, I've got same issue when finishing record. Sample app also has this issue. Sometimes it works good, but sometimes app says "Capturing failed. Cannot stop capture thread." message and after that recording doesn't work even restart app. Hope someone help me to resolve this problem. Regards.

deshan commented 7 years ago

Me too have the same issue

danzeeeman commented 6 years ago

I'm seeing this bug today