kekyo / FlashCap

Independent video frame capture library on .NET/.NET Core and .NET Framework.
Apache License 2.0
203 stars 29 forks source link

After running StartAsync() on linux, executing StopAsync() and then StartAsync(), pixelBufferArrived will not be executed again. #124

Closed nir34 closed 7 months ago

nir34 commented 11 months ago

But it works fine on window platform

kekyo commented 11 months ago

Sorry later, I was able to reproduce it in my environment. I will check it out.

kekyo commented 10 months ago

@nir34 On V4L2, I fixed some leaked mmap descriptor on stopper handler. Could you test on the feature/124 branch?

nir34 commented 7 months ago

thank you,it work perfect

kekyo commented 7 months ago

It's my pleasure. If you need anything else, please reopen.