AxisCommunications / acap-native-sdk-examples

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

Errors in logs with axoverlay example #222

Closed Equidem closed 3 months ago

Equidem commented 3 months ago

When I build and run the axoverlay example on our camera (no changes to the code made) it produces two errors in the app log: [ WARNING ] axoverlay[2777417]: g_error_free: assertion 'error != NULL' failed [ INFO ] axoverlay[2777417]: Fontconfig error: No writable cache directories

The errors don't seem to interfere with the function of the app which is running as it should, including drawing the correct overlays, but I assume the app shouldn't be producing any errors at all, and there may be consequences I am not thinking of to the errors, which is why I am reporting them.

pataxis commented 3 months ago

Hi @Equidem , thanks for reporting this, we'll get back when we have had time to test it.