diff --git a/axoverlay/Dockerfile b/axoverlay/Dockerfile index 7a3a84c..b2249cb 100644 --- a/axoverlay/Dockerfile +++ b/axoverlay/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.11 +ARG VERSION=1.12 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axoverlay/app/manifest.json b/axoverlay/app/manifest.json index f281199..9e9e993 100644 --- a/axoverlay/app/manifest.json +++ b/axoverlay/app/manifest.json @@ -1,13 +1,10 @@ { - "schemaVersion": "1.4.0", + "schemaVersion": "1.5.0", "resources": { "dbus": { "requiredMethods": [ - "com.axis.Graphics2.Overlay.GetCommandChannel", - "com.axis.Graphics2.Overlay.GetSourceResolution", - "com.axis.Graphics2.Overlay.OpenCameraDevice", - "com.axis.Overlay2.Factory.CreateOverlay", - "com.axis.Overlay2.Factory.RemoveOverlay" + "com.axis.Graphics2.*", + "com.axis.Overlay2.*" ] } },