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: areaDetector Overlay problem |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | EPICS Talk <tech-talk at aps.anl.gov>, Jörn Dreyer <j.dreyer at hzdr.de> |
Date: | Thu, 5 Sep 2024 12:47:37 +0000 |
Hi Jörn,
No, the plugin does not use different addresses for the output for each overlay (1-8). It always uses address 0.
Each overlay (1-8) is independent and the output image contains all of those overlays that are enabled, so you could have both a cursor and text, for example.
Since you are not seeing the overlay when you use address 0, that could be because of the following:
Please send a screenshot of NDOverlayN or NDOverlay8 so we can see how you have defined the overlay features.
Mark
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Jörn Dreyer via Tech-talk <tech-talk at aps.anl.gov>
Sent: Thursday, September 5, 2024 2:22 AM To: EPICS Talk <tech-talk at aps.anl.gov> Subject: areaDetector Overlay problem Hi,
currently I have a problem to get the overlay plugin working. I would like to draw a cursor onto my image. I have an ADBase set up with an asynPort "cam1". I connect an Overlay plugin "OVER1" to the output of this asynPort with asyn address set to 0. I defined the cursor "CURSOR1" at NDOverlay8 line 5 and enabled it. An NDStdArray is connected to asynPort "OVER1". And here the problem starts. If I set the asyn address to 0, I see the original image from the camera. If I set it to 1...X nothing happens. No more images are seen. Shouldn't the overlay plugin add another image to the output att a defined address (5 in this case)? Or did I understand the functionality of plugins completely wrong? Any help appreciated. Joern |