VideoCapture return image with only 1 channel
Slordo opened this issue · comments
Slordo commented
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.