Skip to content

Commit

Permalink
Release version 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Mar 8, 2021
1 parent d6b4f6a commit 023f08e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

### March 8, 2021 version 1.5.5
* Upgrade support to OpenCV 4.5.x
* Fix support for RealSense cameras ([issue bytedeco/procamcalib#25](https://github.com/bytedeco/procamcalib/issues/25))

### September 9, 2020 version 1.5.4
* Upgrade support to OpenCV 4.4.x and FFmpeg 4.3.x

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Source Code
I make all the source code available on GitHub at https://github.com/bytedeco/procamtracker . You will also need the following to modify and build the application:

* A C/C++ compiler
* JavaCPP 1.5.4 https://github.com/bytedeco/javacpp
* JavaCV 1.5.4 https://github.com/bytedeco/javacv
* OpenCV 4.4.x http://sourceforge.net/projects/opencvlibrary/files/
* JavaCPP 1.5.5 https://github.com/bytedeco/javacpp
* JavaCV 1.5.5 https://github.com/bytedeco/javacv
* OpenCV 4.5.x http://sourceforge.net/projects/opencvlibrary/files/
* FFmpeg 4.3.x http://ffmpeg.org/download.html
* ARToolKitPlus 2.3.x https://launchpad.net/artoolkitplus
* NetBeans 11.0 https://netbeans.apache.org/download/
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.bytedeco</groupId>
<artifactId>procamtracker</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>

<name>ProCamTracker</name>
<description>Markerless Interactive Augmented Reality with a Projector and a Color Camera</description>
Expand Down

0 comments on commit 023f08e

Please sign in to comment.