You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `build` directory contains the build artifacts, where the ACAP application is found with suffix `.eap`, depending on which SDK architecture that was chosen, one of these files should be found:
32
+
The `build` directory contains the build artifacts, where the ACAP application is found with suffix `.eap`:
34
33
35
-
- `obj_detect_1_0_0_aarch64.eap`
36
-
- `obj_detect_1_0_0_armv7hf.eap`
34
+
- `object_detection_cv25_1_0_0_aarch64.eap`
37
35
38
36
> [!NOTE]
39
37
>
@@ -42,7 +40,7 @@ The following instructions can be executed to simply run the example.
42
40
1. Find the ACAP application `.eap` file
43
41
44
42
```sh
45
-
build/object_detection_app_1_0_0_cv25.eap
43
+
build/object_detection_cv25_1_0_0_aarch64.eap
46
44
```
47
45
48
46
2. Install and start the ACAP application on your camera through the camera web GUI
@@ -247,8 +245,8 @@ in the [app](app) directory. Standing in the application directory, run:
247
245
> [Proxy in build time](https://developer.axis.com/acap/develop/proxy/#proxy-in-build-time).
0 commit comments