1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | R3-3 of ADSpinnaker |
From: | Mark L Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Sun, 14 Nov 2021 23:45:30 +0000 |
Folks, ADSpinnaker R3-3 is available. This is from the release notes: * Fixed a problem reading Integer GenICam feature values, and their min and max. The values were being cast from Int64 to Int32. This was not correct. This was a problem, for example, with values whose maximum was 2^32-1, because the maximum was read as -1. This resulted in not being able to set the value, since the allowed maximum was less than the allowed minimum. https://github.com/areaDetector/ADSpinnaker Mark |