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: Required Perl modules? |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | John Dobbins <john.dobbins at cornell.edu> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 5 Jun 2024 21:08:37 +0000 |
That XML file does not look right. Its name contains the string “gui”, and I think it describes a GUI layout, not the camera features. Mark From: John Dobbins <john.dobbins at cornell.edu>
Mark, I am working on getting the camera recognized on linux. I did plug it into a Windows machine where SpinView caches the XML into C:\ProgramData\Spinnaker\Shared\XML From which I got the attached (in a zip archive) XML file. Does it look reasonable? I will try arv-tool soon. John From: Mark Rivers <rivers at cars.uchicago.edu> Hi John, Have you extracted the XML file for that camera using arv-tool? If you send it to me I’ll add it to ADGenICam and create the .template and OPI files for it. Mark From: John Dobbins <john.dobbins at cornell.edu> I should add, I am trying to use a FLIR BFS-U3-161S7M John From: John Dobbins <john.dobbins at cornell.edu> Is there an example st.cmd file for a BlackFlyS USB camera? iocBoot/iocSpinnaker/start_epics references st.cmd.bflys_usb3 but that doesn't exist. Thanks, John From: John Dobbins <john.dobbins at cornell.edu> My bad. I incorrectly cloned ADGenICam into ADGeniCam. John From: John Dobbins <john.dobbins at cornell.edu> I should note the running make in ADGeniCam works but running make in support_flir stir produces the same error. John From: Tech-talk <tech-talk-bounces at aps.anl.gov>
on behalf of John Dobbins via Tech-talk <tech-talk at aps.anl.gov> Mark, Using base-7.0.6, areaDetector-R3-13, and your list of prerequisites below I have gotten as far as ADGeniCam (in my effort to get to ADSpinnaker). Stuck at: make[4]: Entering directory '/nfs/chess/epics/det/support_flir/areaDetector-R3-13/ADCore/ADApp/op' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/nfs/chess/epics/det/support_flir/areaDetector-R3-13/ADCore/ADApp/op' make[3]: Leaving directory '/nfs/chess/epics/det/support_flir/areaDetector-R3-13/ADCore/ADApp' make[2]: Leaving directory '/nfs/chess/epics/det/support_flir/areaDetector-R3-13/ADCore' make -C /nfs/chess/epics/det/support_flir/areaDetector-R3-13/ADGenICam install make[2]: Entering directory '/nfs/chess/epics/det/support_flir/areaDetector-R3-13/ADGenICam' make[2]: *** No rule to make target 'install'. Stop. make[2]: Leaving directory '/nfs/chess/epics/det/support_flir/areaDetector-R3-13/ADGenICam' make[1]: *** [/nfs/chess/epics/det/base-7.0.6/configure/RULES_DIRS:85: /nfs/chess/epics/det/support_flir/areaDetector-R3-13/ADGenICam.install] Error 2 make[1]: Leaving directory '/nfs/chess/epics/det/support_flir/areaDetector-R3-13' make: *** [/nfs/chess/epics/det/base-7.0.6/configure/RULES_DIRS:85: /nfs/chess/epics/det/support_flir/areaDetector-R3-13.install] Error 2 jad22@lnx209 $ gedit /nfs/chess/epics/det/base-7.0.6/configure/RULES_DIRS & John From: Mark Rivers <rivers at cars.uchicago.edu> Hi John, This is what I have found necessary for our installations. In order to build EPICS base and the synApps support tree, including our local application, on RHEL 9 I needed to install the following additional packages:
areaDetector needs aravis to be installed. aravis requires installing
Measurement Computing support requires installing their uldaq library, which is built from source. That can be built and installed as follows:
./configure make sudo make install Mark Sent from my iPhone
|