Skip to content

Commit

Permalink
update new release appcast and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bknight-i3drobotics committed Oct 6, 2020
1 parent 3bf6161 commit 914c35d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
12 changes: 6 additions & 6 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.6"
version="1.3.1a.7"
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.6</title>
<pubDate>Thu, 24 September 2020 14:00 +0000</pubDate>
<title>Version 1.3.1a.7</title>
<pubDate>Tue, 06 October 2020 17:30 +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,10 +28,10 @@

<!-- Windows version. -->
<enclosure
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1a.6/StereoVisionToolkit-1.3.1a.6-Win64.exe"
fervor:version="1.3.1a.6"
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1a.7/StereoVisionToolkit-1.3.1a.7-Win64.exe"
fervor:version="1.3.1a.7"
fervor:platform="Q_OS_WIN32"
length="371715832"
length="396164097"
type="application/octet-stream" />

</item>
Expand Down
2 changes: 1 addition & 1 deletion AppcastDevTmp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1a.7/StereoVisionToolkit-1.3.1a.7-Win64.exe"
fervor:version="1.3.1a.7"
fervor:platform="Q_OS_WIN32"
length="371715832"
length="396164097"
type="application/octet-stream" />

</item>
Expand Down
15 changes: 11 additions & 4 deletions ReleaseNotesDev.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
Stereo Vision Toolkit v1.3.1a.6 [Development release]
Stereo Vision Toolkit v1.3.1a.7 [Development release]

Improvements
- Upgrade I3DRSGM to OpenCV v4.4.0
- Added TCP streaming of images/disparity
- Added video saving of individual camera images or disparity
- Added colour to loading/saving stereo videos

Known issues:
- Vimba cameras unable to read/write settings to/from cameras
Bug Fixes:
- Fix inverted BGR to RGB in detection image
- Fix object detection text small on high-resolution images

Known Issues:
- Vimba cameras unable to read/write settings to/from cameras
- Stereo videos are saved uncompressed to avoid lossy compression which would cause issues when loading stereo videos. This will create large file sizes.

0 comments on commit 914c35d

Please sign in to comment.