ZXing.Aztec |
ZXing.Client |
ZXing.Common |
ZXing.Datamatrix |
ZXing.Maxicode |
ZXing.Mobile |
ZXing.Net |
ZXing.OneD |
ZXing.PDF417 |
ZXing.QrCode |
Name | Description |
---|---|
MultiFormatWriter | This is a factory class which finds the appropriate Writer subclass for the BarcodeFormat requested and encodes the barcode with the supplied contents. |
PlanarYUVLuminanceSource | 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) |
WriterException |