Skip to content

Releases: waggle-sensor/wes-camera-provisioner

0.1.6: Added retry logic to switch mapping

05 Dec 16:53
e5576a1
Compare
Choose a tag to compare
Merge pull request #10 from plebbyd/master

Update camera_provisioner.py

0.1.5: Merge pull request #8 from plebbyd/patch-1

22 Nov 16:32
5e5fb8c
Compare
Choose a tag to compare

0.1.4

30 Jun 17:01
2e381df
Compare
Choose a tag to compare

What's Changed

  • Showed camera list in between steps for debugging; Fixed pandas row u… by @gemblerz in #7

Full Changelog: 0.1.3...0.1.4

0.1.3

07 Feb 16:23
03a8734
Compare
Choose a tag to compare

What's Changed

  • [SAGE-1617] Added error handling on a failure for getting info from n… by @gemblerz in #6

Full Changelog: 0.1.2...0.1.3

0.1.2

31 Jan 03:43
3ab9c1e
Compare
Choose a tag to compare

What's Changed

  • [SAGE-1617] Added supports for non-Hanwha cameras by @gemblerz in #5

New Contributors

Full Changelog: 0.1.1...0.1.2

0.1.1

12 Jan 21:44
Compare
Choose a tag to compare

Bug fixes:

  • update manifest matching logic to use hardware model instead of free-form 'name' field

0.1.0

16 Dec 19:12
Compare
Choose a tag to compare

New features:

  • update to read from the new v2 manifest format

0.0.9

19 Sep 23:54
Compare
Choose a tag to compare

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

11 Feb 22:30
c238e4f
Compare
Choose a tag to compare

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

27 Jan 23:48
Compare
Choose a tag to compare

New features:

  • The updated datashim -- the output of camera provision -- is applied to ses and dev Kubernetes namespaces to support camera access to plugins in the namespaces.