Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 626 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 626 Bytes

Barcode Views for CrossCompute

Scan barcodes in your CrossCompute automations. Here are the views included in this package:

  • barcode

Please see https://github.com/crosscompute/crosscompute for more information about the CrossCompute Analytics Software Development Kit.

Usage

# Upgrade package
pip install crosscompute-views-barcode

# Update configuration
vim automate.yml
  output:
    variables:
      - id: y
        view: barcode
        path: variables.dictionary
        configuration:
          frames-per-second: 10
          scanner-width-in-pixels: 256
          scanner-height-in-pixels: 256