79572648

Date: 2025-04-14 08:11:39
Score: 1.5
Natty:
Report link

Nb: I found changing

Mat frame = new Mat();

To

Mat frame = new Mat(height, width, depth, channels);

Working with a video file so took those parameters from the video.

Made things work better.

Context:Engu.CV MAUI on Android phone.

Was getting significant buffer issues.

==========

Mat frame = new Mat(); had worked OK on OpenCVSharp.

Reasons:
  • No code block (0.5):
  • Filler text (0.5): ==========
  • Low reputation (0.5):
Posted by: David Jones