GithubHelp home page GithubHelp logo

Comments (4)

Corallo avatar Corallo commented on June 17, 2024

Hello @ThenoobMario

It is not clear what you are trying to do.
Did you convert your docker image into an EAP file? How? (and why? You could run the docker container directly on the device.)
How are you trying to install the eap file? Did you follow any example?

from acap-computer-vision-sdk-examples.

ThenoobMario avatar ThenoobMario commented on June 17, 2024

Hello @Corallo,

Thank you for responding. There are two things I am trying to do.

  1. I am trying to load the docker images on the camera without an SD Card.
  2. I created an eap file by following the container-example of acap native SDK (Given in the native SDK example repo).

The main issue I have right now is, the docker files don't load onto the axis camera. I tried the docker load method proposed in the readme as well. It says the device doesn't have enough storage. Considering my Axis Camera has a flash of 8GB, I assume it shouldn't have been the case. Am I missing something here?

from acap-computer-vision-sdk-examples.

Corallo avatar Corallo commented on June 17, 2024

If you want to use a container example, the SD card is a requirement. The device doesn't have enough flash to host a container application.
The 8Gb that you see is the full flash memory, most of it is used by the Axis OS.
The docker container engine without an SD card have usually space for no more than 400-600 Mb on a clean system.

Packaging it in an eap file should not fix the issue, as you are just zipping the whole container in an archive-like.

Your options are:

  • Install an SD card.
  • Build your application using the native sdk instead of the computer vision sdk (see native-sdk-examples).
  • Try to shrink your container with something like docker slim

from acap-computer-vision-sdk-examples.

Corallo avatar Corallo commented on June 17, 2024

Converting issue in a discussion as it is not a bug.

from acap-computer-vision-sdk-examples.

Related Issues (20)

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.