AxisCommunications / acap-native-sdk-examples

Example code for APIs and features in AXIS Camera Application Platform (ACAP) Native SDK
Apache License 2.0
44 stars 25 forks source link

Issue with Larod API #35

Closed ynkze closed 2 years ago

ynkze commented 2 years ago

Axis product/device: P1375

Device firmware version: AXIS OS version 10.5.2

Issue description: I tried a few examples such as the hello-world and web-server and it works as intended, however when I tried the vdo-larod example, I encounter an issue and this is the log: /usr/lib/liblarod.so.1: version `LIBLAROD_3.0.0' not found (required by /usr/local/packages/vdo_larod/vdo_larod) I followed the instruction correctly, not sure how I could fix it or upgrade liblarod.

pataxis commented 2 years ago

The examples use the latest release ACAP SDK 4.1 where the image acap-native-sdk has tag 1.1 and this is compatible with AXIS OS 10.9 or higher. Installing the vdo-larod example on AXIS OS 10.9 or higher should solve the problem with a newer version of liblarod not available.

For more information on SDK and AXIS OS compatibility, see the ACAP 4 compatibilty documentation and the 4.1 release notes.

ynkze commented 2 years ago

Upgraded my OS version and it was fixed, thanks!