C# (CSharp) ZXing PlanarYUVLuminanceSource - 2 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die ZXing.PlanarYUVLuminanceSource, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
Verbunden
Related in langs
This object extends LuminanceSource around an array of YUV data returned from the camera driver, with the option to crop to a rectangle within the full data. This can be used to exclude superfluous pixels around the perimeter and speed up decoding. It works for any pixel format where the Y channel is planar and appears first, including YCbCr_420_SP and YCbCr_422_SP. @author [email protected] (Daniel Switkin)