Open marakhand opened 5 months ago
After a little research, it turned out that this is happening because getting VIDIOC_ENUM_FRAMEINTERVALS does not work. How can I solve this problem?
You mean that this ioctl
always gives error?
Yes. The line 150 (Console.Write) is unreachable.
I'm trying to connect to a VHS to Digital Converter device (like this device) on a Linux. The device is visible, but there are no characteristics.
foreach (var dev in devices.EnumerateDescriptors()) { Console.WriteLine($"{dev.Name}, {dev.Description}, length={dev.Characteristics.Length}"); }