Skip to content

Commit

Permalink
Release version 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Jun 5, 2023
1 parent 09866ee commit c75f743
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

### June 6, 2023 version 1.5.9
* Upgrade support to OpenCV 4.7.x and FFmpeg 6.0.x

### November 2, 2022 version 1.5.8
* Add workaround options for JDK 17+ in launch scripts ([issue bytedeco/procamcalib#28](https://github.com/bytedeco/procamcalib/issues/28))
* Upgrade support to OpenCV 4.6.x
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ 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.8 https://github.com/bytedeco/javacpp
* JavaCV 1.5.8 https://github.com/bytedeco/javacv
* OpenCV 4.6.x http://sourceforge.net/projects/opencvlibrary/files/
* FFmpeg 5.1.x http://ffmpeg.org/download.html
* JavaCPP 1.5.9 https://github.com/bytedeco/javacpp
* JavaCV 1.5.9 https://github.com/bytedeco/javacv
* OpenCV 4.7.x http://sourceforge.net/projects/opencvlibrary/files/
* FFmpeg 6.0.x http://ffmpeg.org/download.html
* ARToolKitPlus 2.3.x https://launchpad.net/artoolkitplus
* NetBeans 12.x https://netbeans.apache.org/download/
* Maven 3.x http://maven.apache.org/download.html
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.8</version>
<version>1.5.9</version>

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

0 comments on commit c75f743

Please sign in to comment.