A comma-separated list of the types of barcodes that might appear in the ingested media. The following types are available:
| Codabar | IATA 2/5 |
| Code-128 | Industrial 2/5 |
| Code-39 | Matrix 2/5 |
| Code-93 | Patch Code |
| Datalogic 2/5 | PDF417 |
| Data Matrix | QR |
| EAN-13 | UPC-A |
| EAN-8 | UPC-E |
| I25 |
Note: UPC-A is a subset of EAN-13. Setting BarcodeTypes=EAN-13 means that Media Server will return all EAN-13 barcodes including UPC-A.
Note: ISBN barcodes are a subset of EAN-13 that begin with 978 or 979, so you can detect ISBN barcodes by setting BarcodeTypes=EAN-13, but Media Server will also return EAN-13 barcodes than are not in the ISBN range. Similarly, you can detect GS1-128 barcodes (sometimes known as UCC/EAN-128) by setting BarcodeTypes=Code-128, because these are a subset of Code-128 barcodes.
Alternatively, you can set one of the following values to process multiple barcode types:
All
|
All supported types. |
All1D
|
All one-dimensional types. |
All2D
|
All two-dimensional types. |
| Type: | String (comma-separated list) |
| Default: | All |
| Required: | No |
| Configuration Section: | TaskName |
| Example: | BarcodeTypes=QR
|
| See Also: |
|
|