Skip to content

Commit

Permalink
add appcast and release notes for release v1.3.1a.20
Browse files Browse the repository at this point in the history
  • Loading branch information
benknight135 committed Feb 1, 2021
1 parent 75f68bf commit 74b048b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
10 changes: 5 additions & 5 deletions AppcastDev.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<rss
version="1.3.1a.19"
version="1.3.1a.20"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"
xmlns:fervor="https://github.com/i3drobotics/fervor"
Expand All @@ -14,8 +14,8 @@
<atom:link href="https://raw.githubusercontent.com/i3drobotics/stereo-vision-toolkit/dev/AppcastDev.xml" rel="self" type="application/rss+xml" />

<item>
<title>Version 1.3.1a.19</title>
<pubDate>Wed, 27 January 2021 17:30 +0000</pubDate>
<title>Version 1.3.1a.20</title>
<pubDate>Mon, 01 February 2021 12:00 +0000</pubDate>
<guid isPermaLink="true">https://raw.githubusercontent.com/i3drobotics/stereo-vision-toolkit/dev/ReleaseNotesDev.html</guid>

<!-- One of those (<link> is preferred by Fervor, <sparkle:releaseNotesLink> is used by Sparkle) -->
Expand All @@ -28,8 +28,8 @@

<!-- Windows version. -->
<enclosure
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1a.19/StereoVisionToolkit-1.3.1a.19-Win64.exe"
fervor:version="1.3.1a.19"
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1a.20/StereoVisionToolkit-1.3.1a.20-Win64.exe"
fervor:version="1.3.1a.20"
fervor:platform="Q_OS_WIN32"
length="1105468427"
type="application/octet-stream" />
Expand Down
11 changes: 4 additions & 7 deletions ReleaseNotesDev.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
Stereo Vision Toolkit v1.3.1a.19 [Development release]
Stereo Vision Toolkit v1.3.1a.20 [Development release]

Improvements:
- Add loading of stereo image pair from image files (.png, .jpg, .jpeg)
- Improved named pipe speed with 16 bit disparity option
- Add RGBD depth pipe with embedded horizontal FOV in top right corner of depth image
- Seperated camera device classes for unique identification of Deimos, Phobos and Titania
- Update to using Pylon v6.1.1.18345 library for Basler cameras
- Rotate left camera for Titania system (due to being mounted this way in the system)

Bug fixes:
- Add DeviceLinkThroughputLimit for basler cameras to fix Titania data collision when using hardware triggering
- Fix incorrect parameter type for device throughput limit mode
- Fix hardware and software triggered capture with Basler camera devices

Known Issues:
- Cannot close named pipe server until client connects.
Expand Down
11 changes: 4 additions & 7 deletions ReleaseNotesDevTmp.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
Stereo Vision Toolkit v1.3.1a.19 [Development release]
Stereo Vision Toolkit v1.3.1a.20 [Development release]

Improvements:
- Add loading of stereo image pair from image files (.png, .jpg, .jpeg)
- Improved named pipe speed with 16 bit disparity option
- Add RGBD depth pipe with embedded horizontal FOV in top right corner of depth image
- Seperated camera device classes for unique identification of Deimos, Phobos and Titania
- Update to using Pylon v6.1.1.18345 library for Basler cameras
- Rotate left camera for Titania system (due to being mounted this way in the system)

Bug fixes:
- Add DeviceLinkThroughputLimit for basler cameras to fix Titania data collision when using hardware triggering
- Fix incorrect parameter type for device throughput limit mode
- Fix hardware and software triggered capture with Basler camera devices

Known Issues:
- Cannot close named pipe server until client connects.
Expand Down

0 comments on commit 74b048b

Please sign in to comment.