https://github.com/axiscommunications/acap3-sdk
Dockerfiles for AXIS Camera Application Platform SDK (ACAP SDK) container images
https://github.com/axiscommunications/acap3-sdk
acap axis sdk
Last synced: 4 months ago
JSON representation
Dockerfiles for AXIS Camera Application Platform SDK (ACAP SDK) container images
- Host: GitHub
- URL: https://github.com/axiscommunications/acap3-sdk
- Owner: AxisCommunications
- License: apache-2.0
- Created: 2020-11-16T11:35:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T07:07:41.000Z (almost 2 years ago)
- Last Synced: 2024-07-10T08:59:34.282Z (almost 2 years ago)
- Topics: acap, axis, sdk
- Homepage: https://hub.docker.com/r/axisecp/acap-sdk
- Size: 87.9 KB
- Stars: 10
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Quick reference
[ACAP Developer Guide – Version 3](https://help.axis.com/acap-3-developer-guide)
- Supported architectures: amd64
## Overview
This image is based on Ubuntu and contains the environment needed for building an AXIS Camera Application Platform (ACAP) application.
It includes all tools for building and packaging an ACAP 3 application as well as API components (header and library files) needed for accessing different parts of the camera firmware. The image can be used as a basis for custom built images to run your application or as a developer environment inside the container.
For more information on the latest version and what's new, see [What's new in ACAP SDK](https://help.axis.com/acap-3-developer-guide#whats-new-in-acap-sdk). For more information about Axis ́APIs, SDKs, technical tools and extensive technical documentation, see [Developer Community](https://www.axis.com/developer-community/acap).
See the license section at the bottom of this page for restrictions that relate to the use of this image.
## ACAP
[AXIS Camera Application Platform (ACAP)](https://www.axis.com/sv-se/products/analytics/acap), is an open platform supported by most Axis cameras. The platform enables developers to develop applications that can be downloaded and installed on Axis network cameras and video encoders.
# How to use the ACAP SDK image
An example of how to use the ACAP SDK image to build a [hello-world application](https://github.com/AxisCommunications/acap3-examples/tree/main/hello-world) is found on GitHub.
For more information on building and installing an application, see [ACAP Developer Guide – Version 3](https://help.axis.com/acap-3-developer-guide#build-install-and-run-the-application).