.NET Version Update
Any plans to update the supported .NET version?
OpenCvSharp works with .NET 6 “or higher”. NET 8 and .NET 9, of course. Currently, the implementation does not require any new features later than .NET 6.
Actually, after the last weeks .net (9) update, I'm having a weird issue: First video that I make using VideoWriter works like a charm, but any after that without restarting my app, creates empty file, just if it would not actually write the data to disk. I noticed only after today... Edit: Actually, it was not version related: if I use FourCC.HEVC codec, it fails the second video. H264 for example does not do that edit x2: I'm prtty sure the issue started happening within a week, I've used the HECV for a months now and definitely have rendered succesfull multiple times before