Labsmore / pyuscope

Python machine vision platform
BSD 2-Clause "Simplified" License
80 stars 17 forks source link

Add Measure Tab #312

Closed sw22m closed 1 year ago

JohnDMcMaster commented 1 year ago

Hi there! Thank you for your contribution. However, this branch is based on stable-latest (latest stable release) but development is done on "main." Can you please port your changes to main?

Other: snapshot_processed() is decoding raw images. Can you instead emit the already decoded PIL object so that we don't need to decode it again on the other tab?