Skip to content

crosscompute/crosscompute-views-barcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Automation Framework.

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