Skip to content

Commit

Permalink
* Upgrade presets for FlyCapture 2.11.3.121 (pull #424)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha authored and saudet committed May 20, 2017
1 parent bd963fc commit e89aef4
Show file tree
Hide file tree
Showing 7 changed files with 173 additions and 168 deletions.
4 changes: 2 additions & 2 deletions flycapture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Introduction
------------
This directory contains the JavaCPP Presets module for:

* FlyCapture 2.10.3.266 http://www.ptgrey.com/flycapture-sdk
* FlyCapture 2.11.3.121 http://www.ptgrey.com/flycapture-sdk

Please refer to the parent README.md file for more detailed information about the JavaCPP Presets.

Expand Down Expand Up @@ -42,7 +42,7 @@ We can use [Maven 3](http://maven.apache.org/) to download and install automatic
<dependency>
<groupId>org.bytedeco.javacpp-presets</groupId>
<artifactId>flycapture-platform</artifactId>
<version>2.10.3.266-1.3.3-SNAPSHOT</version>
<version>2.11.3.121-1.3.3-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Expand Down
2 changes: 1 addition & 1 deletion flycapture/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ -z "$PLATFORM" ]]; then
exit
fi

FLYCAPTURE_VERSION=2.10.3.266
FLYCAPTURE_VERSION=2.11.3.121

case $PLATFORM in
linux-arm*)
Expand Down
2 changes: 1 addition & 1 deletion flycapture/platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.bytedeco.javacpp-presets</groupId>
<artifactId>flycapture-platform</artifactId>
<version>2.10.3.266-${project.parent.version}</version>
<version>2.11.3.121-${project.parent.version}</version>
<name>JavaCPP Presets Platform for FlyCapture</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion flycapture/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.bytedeco.javacpp-presets</groupId>
<artifactId>flycapture</artifactId>
<version>2.10.3.266-${project.parent.version}</version>
<version>2.11.3.121-${project.parent.version}</version>
<name>JavaCPP Presets for FlyCapture</name>

<properties>
Expand Down
249 changes: 125 additions & 124 deletions flycapture/src/main/java/org/bytedeco/javacpp/FlyCapture2.java

Large diffs are not rendered by default.

80 changes: 42 additions & 38 deletions flycapture/src/main/java/org/bytedeco/javacpp/FlyCapture2_C.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ public class FlyCapture2_C extends org.bytedeco.javacpp.presets.FlyCapture2_C {
// Parsed from <FlyCapture2Defs_C.h>

//=============================================================================
// Copyright © 2008 Point Grey Research, Inc. All Rights Reserved.
// Copyright © 2017 FLIR Integrated Imaging Solutions, Inc. All Rights Reserved.
//
// This software is the confidential and proprietary information of Point
// Grey Research, Inc. ("Confidential Information"). You shall not
// disclose such Confidential Information and shall use it only in
// This software is the confidential and proprietary information of FLIR
// Integrated Imaging Solutions, Inc. ("Confidential Information"). You
// shall not disclose such Confidential Information and shall use it only in
// accordance with the terms of the license agreement you entered into
// with PGR.
// with FLIR Integrated Imaging Solutions, Inc. (FLIR).
//
// PGR MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
// SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// FLIR MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
// SOFTWARE, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
// IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, OR NON-INFRINGEMENT. PGR SHALL NOT BE LIABLE FOR ANY DAMAGES
// PURPOSE, OR NON-INFRINGEMENT. FLIR SHALL NOT BE LIABLE FOR ANY DAMAGES
// SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
// THIS SOFTWARE OR ITS DERIVATIVES.
//=============================================================================
Expand Down Expand Up @@ -643,6 +643,8 @@ public static class fc2PGRGuid extends Pointer {
FC2_IPP = 6,
/** Best quality but much faster than rigorous. */
FC2_DIRECTIONAL = 7,
/** Weighted pixel average from different directions*/
FC2_WEIGHTED_DIRECTIONAL = 8,
FC2_COLOR_PROCESSING_ALGORITHM_FORCE_32BITS = FULL_32BIT_VALUE;

/** Bayer tile formats. */
Expand Down Expand Up @@ -2374,18 +2376,18 @@ public static class fc2EventCallbackData extends Pointer {
// Parsed from <FlyCapture2_C.h>

//=============================================================================
// Copyright © 2008 Point Grey Research, Inc. All Rights Reserved.
// Copyright © 2017 FLIR Integrated Imaging Solutions, Inc. All Rights Reserved.
//
// This software is the confidential and proprietary information of Point
// Grey Research, Inc. ("Confidential Information"). You shall not
// disclose such Confidential Information and shall use it only in
// This software is the confidential and proprietary information of FLIR
// Integrated Imaging Solutions, Inc. ("Confidential Information"). You
// shall not disclose such Confidential Information and shall use it only in
// accordance with the terms of the license agreement you entered into
// with PGR.
// with FLIR Integrated Imaging Solutions, Inc. (FLIR).
//
// PGR MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
// SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// FLIR MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
// SOFTWARE, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
// IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, OR NON-INFRINGEMENT. PGR SHALL NOT BE LIABLE FOR ANY DAMAGES
// PURPOSE, OR NON-INFRINGEMENT. FLIR SHALL NOT BE LIABLE FOR ANY DAMAGES
// SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
// THIS SOFTWARE OR ITS DERIVATIVES.
//=============================================================================
Expand Down Expand Up @@ -2795,9 +2797,8 @@ public static class fc2EventCallbackData extends Pointer {
/**
* Force all cameras on the network to be assigned sequential IP addresses
* on the same subnet as the network adapters that they are connected to.
* This is useful in situations where a GigE Vision cameras are using
* Persistent IP addresses and the application's subnet is different from
* the devices.
* This is useful in situations where GigE Vision cameras are using
* IP addresses in a subnet different from the host's subnet.
*
* @return An Error indicating the success or failure of the function.
*/
Expand All @@ -2806,9 +2807,8 @@ public static class fc2EventCallbackData extends Pointer {
/**
* Force cameras on the network to be assigned sequential IP addresses
* on the same subnet as the network adapters that it is connected to.
* This is useful in situations where a GigE Vision cameras is using
* Persistent IP addresses and the application's subnet is different from
* the device.
* This is useful in situations where GigE Vision cameras are using
* IP addresses in a subnet different from the host's subnet.
*
* @return An Error indicating the success or failure of the function.
*/
Expand Down Expand Up @@ -2878,6 +2878,10 @@ public static class fc2EventCallbackData extends Pointer {
/**
* Connects the fc2Context to the camera specified by the GUID.
*
* Be aware that calling fc2CreateGUIContext() releases the CCP acquired
* for GigE cameras in fc2Connect(). Consider calling fc2Connect() after
* fc2CreateGUIContext().
*
* @param context The fc2Context to be used.
* @param guid The unique identifier for a specific camera on the PC.
*
Expand Down Expand Up @@ -5828,18 +5832,18 @@ public static class fc2EventCallbackData extends Pointer {
// Parsed from MultiSyncLibraryDefs_C.h

//=============================================================================
// Copyright © 2011 Point Grey Research, Inc. All Rights Reserved.
// Copyright © 2017 FLIR Integrated Imaging Solutions, Inc. All Rights Reserved.
//
// This software is the confidential and proprietary information of Point
// Grey Research, Inc. ("Confidential Information"). You shall not
// disclose such Confidential Information and shall use it only in
// This software is the confidential and proprietary information of FLIR
// Integrated Imaging Solutions, Inc. ("Confidential Information"). You
// shall not disclose such Confidential Information and shall use it only in
// accordance with the terms of the license agreement you entered into
// with PGR.
// with FLIR Integrated Imaging Solutions, Inc. (FLIR).
//
// PGR MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
// SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// FLIR MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
// SOFTWARE, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
// IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, OR NON-INFRINGEMENT. PGR SHALL NOT BE LIABLE FOR ANY DAMAGES
// PURPOSE, OR NON-INFRINGEMENT. FLIR SHALL NOT BE LIABLE FOR ANY DAMAGES
// SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
// THIS SOFTWARE OR ITS DERIVATIVES.
//=============================================================================
Expand Down Expand Up @@ -5924,18 +5928,18 @@ public static class fc2EventCallbackData extends Pointer {
// Parsed from MultiSyncLibrary_C.h

//=============================================================================
// Copyright © 2008 Point Grey Research, Inc. All Rights Reserved.
// Copyright © 2017 FLIR Integrated Imaging Solutions, Inc. All Rights Reserved.
//
// This software is the confidential and proprietary information of Point
// Grey Research, Inc. ("Confidential Information"). You shall not
// disclose such Confidential Information and shall use it only in
// This software is the confidential and proprietary information of FLIR
// Integrated Imaging Solutions, Inc. ("Confidential Information"). You
// shall not disclose such Confidential Information and shall use it only in
// accordance with the terms of the license agreement you entered into
// with PGR.
// with FLIR Integrated Imaging Solutions, Inc. (FLIR).
//
// PGR MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
// SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// FLIR MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
// SOFTWARE, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
// IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, OR NON-INFRINGEMENT. PGR SHALL NOT BE LIABLE FOR ANY DAMAGES
// PURPOSE, OR NON-INFRINGEMENT. FLIR SHALL NOT BE LIABLE FOR ANY DAMAGES
// SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
// THIS SOFTWARE OR ITS DERIVATIVES.
//=============================================================================
Expand Down
2 changes: 1 addition & 1 deletion platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.bytedeco.javacpp-presets</groupId>
<artifactId>flycapture-platform</artifactId>
<version>2.10.3.266-${project.version}</version>
<version>2.11.3.121-${project.version}</version>
</dependency>
<dependency>
<groupId>org.bytedeco.javacpp-presets</groupId>
Expand Down

0 comments on commit e89aef4

Please sign in to comment.