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: | RE: FLIR camera bit depth configuration with ADSpinnaker |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | 'Florian Benedetti' <florian.benedetti at cea.fr> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 16 Jun 2021 12:38:13 +0000 |
Hi Florian, You have 2 problems. This is the first one: Ø
Unfortunately, I’m getting an error message if GC_PixelCoding enum is set to Mono12Packet: Setting GC_PixelCoding to Mono12Packed does not actually cause the ADC to operate in 12-bit mode. It just tells the camera to send the data with 2 12-bit pixel values packed into 3 bytes, to decrease the required bandwidth. You are getting
an error because when you select Mono12Packed you must also set the ConvertPixelFormat PV to Mono16 so that the 12-bit data is expanded to 16-bits in ADSpinnaker, which areaDetector can understand. The second problem is with the data being 10-bit rather than 12-bit. This is because you need to set a camera-specific GenICam feature to select the desired ADC bit depth. That PV is called GC_AdcBitDepth, and you will find it on one
of the camera-specific OPI screens. Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Florian Benedetti via Tech-talk Hello, Did I miss something during the configuration? How I can configure my cameras to work with 12 bit depth? Thanks for your help. Florian |