GithubHelp home page GithubHelp logo

fixedit-ai / axis-acap-guides Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 1.53 MB

Small guides, tutorials and examples for ACAP development for Axis network cameras.

Dockerfile 5.74% Makefile 21.63% C 53.98% Shell 0.42% PowerShell 6.98% Python 11.26%

axis-acap-guides's Introduction

ACAP guides and examples

This repository serves as a collection of guides for ACAP development for Axis cameras by showing example code. Each explained problem and solution example has their own folder.

Hello world

This is a simple hello world application with deployment and prototyping scripts. The primary difference between this example and Axis official examples is that we have added a tools Makefile for Linux and PowerShell scripts for Windows to make experimentation and deployment easier with targets such as make install and make run on Linux and .\windows_scripts\install-package.ps1 -BinaryOnly -Run on Windows.

This application may be used as a starting point for production ACAPs.

Preuninstall script

This directory shows how the preuninstall script can be used to execute a script before the ACAP application is uninstalled from the camera.

Parameter handler

This directory shows how the built-in parameter handler library can be used in SDK 3 and Native SDK 4. This can be used to keep configurations in your ACAP.

Check glibc version

This is a simple application that prints the build-time and run-time versions of libc and glib used in the camera and in the SDK. This application is helpful for debugging and compatibility checking.

fapp/*

This directory contains examples of how to build ACAP applications with the FApp (FixedIT Application) CLI tools and libraries. These tools makes it easier and faster to work with ACAP applications for multiple targets and multiple application scenarios. Contact us for more information on how you can improve your development environment.

  • fapp/hello_world: This is the most basic example.
  • fapp/curl_example: This is a slightly more complex example with precompiled libraries and a fapp-manifest.json file.
  • fapp/sentry_example: Using our prebuild sentry client to log telemetry data to the cloud.

.github/workflows/*

Example of CI/CD jobs to build and verify the ACAP applications.

axis-acap-guides's People

Contributors

daniel-falk avatar fixedit-olatz avatar

Stargazers

Nestor Wheelock avatar  avatar Max Strutovsky avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.