Giovanni Minotti
Giovanni Minotti
There is something strange going on, it seems that Windows is trying to correct the endianness of the two `u32` (numerator and denominator). With the "wrong" endianness (the one used...
I also fear that since the framerate is represented as numerator/denominator there could be devices that use framerates like 29.97 that can be represented as 2997/1000 and nokhwa is going...
I just found out this issue was already reported #110 and #139
I think I get what's happening: nokhwa is using the wrong endianness for the two `u32` that represents the numerator and denominator, since https://github.com/l1npengtul/nokhwa/blob/dbdb42bdc6c377b029cf40b3cca02c0a76cedf53/nokhwa-bindings-windows/src/lib.rs#L1027-L1033 it's writing the two `u32` in...
Hi, it also happens with my Logitech HD Pro Webcam C920 on Windows. With some debugging I found out that an `index += 1;` was missing from the MediaFoundation "drivers"...
I don't know the release cycle of this crate, but since it affects some of the most popular webcam on the market (and not only some unknown brands) and since...