Releases: waggle-sensor/wes-camera-provisioner
Releases · waggle-sensor/wes-camera-provisioner
0.1.6: Added retry logic to switch mapping
0.1.5: Merge pull request #8 from plebbyd/patch-1
Test Release
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.9
Bug fix:
- when there is more than 1 camera having the same orientation, the provisioning may fail to get the target camera because the get function grabs cameras in unordered way. Now the get method also checks if the camera is configured. So, unconfigured cameras having the same orientation will not be selected to update datashim.
Full Changelog: 0.0.8...0.0.9
Release 0.0.8
Bug fixes:
- when initializing camera the provisioner encodes wrong orientation data. It is corrected and now use the port name currently connected to the camera
Release 0.0.7
New features:
- The updated datashim -- the output of camera provision -- is applied to
ses
anddev
Kubernetes namespaces to support camera access to plugins in the namespaces.