emgucv / emgutf

Emgu TF is a cross platform .Net wrapper for the Google Tensorflow library. Allows Tensorflow functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython.

Home Page:https://www.emgu.com/wiki/index.php/Emgu_TF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VideoCapture return image with only 1 channel

Slordo opened this issue · comments

Hallo,
using the latest version of Emgu (ver 4.9.0.5494) in a MAUI .net8.0 project, on an Android device (Samsung S23), the frame recovered from VideoCpature always has 1 channel (gray).
The problem persists even after calling Set(CapProp.Channel, 3).
The problem persists with VideoCapture.Read() and also with VideoCapture.QueryFrame().
Furthermore, the recovered gray image is rotated by 90° and cropped without any reason.
Does someone have a solution?
Thanks.
PDO (12)