Hi Sandeep,
I get this message on IOC start
2022/11/14 05:13:00.331 Param[ACQ_PERIOD] GenICamFeature::write: node AcquisitionFrameRate is not writable
2022/11/14 05:13:00.359 Param[GC_FRAMERATE_ENABLE] GenICamFeature::write: node AcquisitionFrameRateEnable is not writable
2022/11/14 05:13:00.387 VimbaFeature:writeEnumIndex: ERROR calling SetValue error=-11
Those messages are not serious. They just mean that the camera is not currently in a mode where you are allowed to change AcquisitionFrameRate. That typically happens because AcquisitionFrameRateAuto is true. You can ignore them for
now.
I have 2 suggestions for investigating the problem of the camera not acquiring frames.
-
In the upper-right corner of the OPI screen Status rate is set to Passive. You should set it to 1 second. Then you will get statistics about dropped frames, underrun frames, etc. That is important information.
-
The screen you are using appears to be one that you manually edited from the ADVimba.adl that is in the ADVimba distribution. Please run with the original screen, which has some additional diagnostic information, and send a screen
shot of that.
Mark
From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Sandeep Kumar Malu - STFC UKRI via Tech-talk
Sent: Monday, November 14, 2022 3:00 AM
To: EPICS tech-talk <tech-talk at aps.anl.gov>
Subject: Allied Vision Alvium Camera streaming issue
I have Allied Vision Alvium G1-2460m Camera and using ADVimba driver to interface the same. I can write/read all other camera parameters but can't see image
streaming (the array counter is not running up). I have followed
this link to create template files. I get this message on IOC start
2022/11/14 05:13:00.331 Param[ACQ_PERIOD] GenICamFeature::write: node AcquisitionFrameRate is not writable
2022/11/14 05:13:00.359 Param[GC_FRAMERATE_ENABLE] GenICamFeature::write: node AcquisitionFrameRateEnable is not writable
2022/11/14 05:13:00.387 VimbaFeature:writeEnumIndex: ERROR calling SetValue error=-11
The contents of st.cmd are
# ADVimba driver
#########################
ADVimbaConfig("TEST1-CAM:CAM", 192.168.0.30, 0, 0,0)
dbLoadRecords("/usr/local/epics/support/areaDetector/current/ADVimba/db/vimba.template", "P=TEST1-CAM:,R=cam1:,PORT=TEST1-CAM:CAM")
dbLoadRecords("/usr/local/epics/support/areaDetector/current/ADGenICam/db/AVT_AlviumG1.template", "P=TEST1-CAM:,R=cam1:,PORT=TEST1-CAM:CAM")
# standard arrays plugin
###############################
NDStdArraysConfigure("TEST1-CAM:Image", 3, 0, "TEST1-CAM:CAM", 0, 0)
dbLoadRecords("/usr/local/epics/support/areaDetector/current/ADCore/db/NDStdArrays.template", "P=TEST1-CAM:,R=image1:,PORT=TEST1-CAM:Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=TEST1-CAM:CAM,TYPE=Int8,FTVL=UCHAR,NELEMENTS=24551424")
FYI, The software trigger source is selected which should capture the frame on every software trigger. Detector state is always
in waiting state. I have attached opi screenshot to confirm that camera interface works well. Any suggestions would be appreciated.
This email and any attachments are intended solely for the use of the named recipients. If you are not the intended recipient you must not use, disclose, copy or distribute this email or any of its attachments and should notify
the sender immediately and delete this email from your system. UK Research and Innovation (UKRI) has taken every reasonable precaution to minimise risk of this email or any attachments containing viruses or malware but the recipient should carry out its own
virus and malware checks before opening the attachments. UKRI does not accept any liability for any losses or damages which the recipient may sustain due to presence of any viruses.