Failed to get value of parameter. Authorization failure. #389
-
I need help retrieving parameters using When I try to get ImageSource.I0.Sensor.Exposure, I get the following error: How can I access system parameters like this one? Now I have: Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hi @gargulakj , We are looking into it but for now "ImageSource.I0.*" is not accessible through axparameter. A temporary workaround is to request, within your acap, the parameter through param.cgi, with curl. http://127.0.0.12/axis-cgi/param.cgi?action=list&group=ImageSource.I0.Exposure Please follow the instructions from the doc: Example: Note: The acap team is working right now on it to be accessed through axparameter, but if you are in a hurry you could use the workaround. |
Beta Was this translation helpful? Give feedback.
-
Hi @gargulakj , https://{{device}}/axis-cgi/param.cgi?action=listdefinitions&listformat=xmlschema&group=ImageSource.I0.Sensor.Exposure
As @losamtz mentioned, vapix example do works. I tested a sample by changing the URL: |
Beta Was this translation helpful? Give feedback.
Hi @gargulakj ,
I found the following from the ACAP SDK experts to change in the manifest.json 😄
My manifest.json :