Replies: 3 comments
-
This automatically generated reply acts as a friendly reminder. Answers to your questions will most often come from the community, from developers like yourself. You will, from time to time, find that Axis employees answers some of the questions, but this is not a guarantee. Think of the discussion forum as a complement to other support channels, not a replacement to any of them. If your question remains unanswered for a period of time, please revisit it to see whether it can be improved by following the guidelines listed in Axis support guidelines. |
Beta Was this translation helpful? Give feedback.
-
Hi @jaamatos , Please try enabling the cURL logs. #ifdef APP_DEBUG
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);
curl_easy_setopt(curl, CURLOPT_HEADER, 1L);
#endif |
Beta Was this translation helpful? Give feedback.
-
There is no limitation in ACAP in curl, Or refer to this vapix sample for the curl function: |
Beta Was this translation helpful? Give feedback.
-
I have installed cURL on the ACAP solution and test it via linux prompt directly on the SSH camera acess. However, when insert the same basic code onto the Docker solution, compile it and run it on the Camera as an app all works fine except this portion of code:
It does not perform any result.
Once it works directly in the camera as a command line like so:
...is there any limitation on an app to send in this case a REST API request?
Anyone ever face this issue? Any help will be welcome.
Thanks in advance,
Jose
Beta Was this translation helpful? Give feedback.
All reactions