shimat / opencvsharp

OpenCV wrapper for .NET
Apache License 2.0
5.22k stars 1.13k forks source link

OOM Error #1674

Open andycheng-jiuluomall opened 4 weeks ago

andycheng-jiuluomall commented 4 weeks ago

version 4.9.0.20240103

VideoCapture open rtsp

one Task Read Mat insert into Queue

another Task Dequeue the Quene dosometing with Mat

but when I Keep the VideoCapture and Stop Task for a minute then ReStart Task zhe Mat Is Empty and Dispose don't work

andycheng-jiuluomall commented 4 weeks ago

What's zhe relationship between VideoCapture and Mat?

it's like FileStream and StreamReader Result , I think