Skip to content

Commit

Permalink
Release version 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Aug 2, 2021
1 parent 02bcdb0 commit e5d2cff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

### August 2, 2021 version 1.5.6
* Upgrade support to FFmpeg 4.4.x

### March 8, 2021 version 1.5.5
* Upgrade support to OpenCV 4.5.x
* Fix support for RealSense cameras ([issue #25](https://github.com/bytedeco/procamcalib/issues/25))
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ Source Code
I make all the source code available on GitHub at https://github.com/bytedeco/procamcalib . You will also need the following to modify and build the application:

* A C/C++ compiler
* JavaCPP 1.5.5 https://github.com/bytedeco/javacpp
* JavaCV 1.5.5 https://github.com/bytedeco/javacv
* JavaCPP 1.5.6 https://github.com/bytedeco/javacpp
* JavaCV 1.5.6 https://github.com/bytedeco/javacv
* OpenCV 4.5.x http://sourceforge.net/projects/opencvlibrary/files/
* FFmpeg 4.3.x http://ffmpeg.org/download.html
* FFmpeg 4.4.x http://ffmpeg.org/download.html
* ARToolKitPlus 2.3.x https://launchpad.net/artoolkitplus
* NetBeans 11.0 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>procamcalib</artifactId>
<version>1.5.5</version>
<version>1.5.6</version>

<name>ProCamCalib</name>
<description>A User-Friendly Method to Calibrate Cameras and Projector-Camera Systems</description>
Expand Down

0 comments on commit e5d2cff

Please sign in to comment.