Releases: viam-modules/queue-estimator
Releases · viam-modules/queue-estimator
6.1.0
What's Changed
- include meta.json in module.tar.gz by @penguinland in #11
- Create LICENSE by @10zingpd in #12
- RSDK-13092 — Update RDK for GetImages breaking change by @hexbabe in #14
New Contributors
Full Changelog: 6.0.0...6.1.0
6.0.0-rc1
No changes to behavior are intended. We've switched from the deprecated camera stream interface to just grabbing frames one at a time, and upgraded the SDK from a very old version to a pretty recent one.
6.0.0
The release candidate seems to work!
5.0.0: semantic naming of bounding box parameters
4.1.0
What's Changed
- use ModularMain from the RDK instead of copying boilerplate by @penguinland in #5
- Change to use mean, switch to using mutex by @bhaney in #6
Biggest thing is changing from using the mode label to the mean
New Contributors
- @penguinland made their first contribution in #5
Full Changelog: 4.0.0...4.1.0
4.0.0
no longer use camera_name and bounding_box and instead use
valid_regions: {
"214-cam-3": [[0.1, 0.2, 0.5, 0.7], [0.7, 0.73, 0.89, 0.90]],
"214-cam-1": [[0.5, 0.5, 0.6, 0.6]],
"213-cam-1": [] # empty implies use the whole image
}
What's Changed
Full Changelog: 3.1.0...4.0.0
3.1.0
remove tick count from readings
Full Changelog: 3.0.0...3.1.0
3.0.0
2.2.0
Full Changelog: 2.1.0...2.2.0
2.1.0
require a >0 trigger threshold
Full Changelog: 2.0.0...2.1.0