Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Welcome to the GitHub repo for VCAC-A card media analytics software. This repo was migrated from repo VCAC-SW. Contents to setup Xeon host for connecting with VCAC-A and to build VCAC-A system image for media analytics are published here.

Notifications You must be signed in to change notification settings

OpenVisualCloud/VCAC-SW-Analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 

Repository files navigation

PROJECT NOT UNDER ACTIVE MANAGEMENT

This project will no longer be maintained by Intel.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

Contents

This branch contains:

  • Build script and patches to build host kernel/module/app (CentOS)
  • Build scripts to build OS images for VCAC-A card (Ubuntu).

Documents

Get the Release Notes and Software Installation guide for how to setup the VCAC-A card from links below:

Building

Note:

Detailed instruction is distributed via User Guide.

Prerequisite

Before being able to build and run docker, you will need install docker on your system. Please use https://docs.docker.com/install to install docker-ce.

Actual build

Build kernel and driver module for host:

cd VCAC-SW/VCAC-A/Intel_Media_Analytics_Host/scripts/
./build.sh

If the docker images used for compiling have been generated in an earlier execution, user can save time required to build them again by the following executions:

./build.sh -s

Build system image to be loaded on VCAC-A card:

cd VCAC-SW/VCAC-A/Intel_Media_Analytics_Node/scripts/
run: vcad_build.sh -o <BASIC/FULL>  <options>
	         BASIC: basic OS image only with modules
	         FULL: OS image with MSS/OpenVINO installed

Check more options via 'vcad_build.sh -h', and below are some examples:

  • Skip downloading source code and dependencies, put the files under /PATH/TO/PACKAGE/cache, then pass "-c" flag:
vcad_build.sh -o <BASIC/FULL>  -c
  • If the docker images used for compiling have been generated in an earlier execution, user can save time required to build them again by the following executions:
vcad_build.sh -o <BASIC/FULL>  -s
  • The size of the vcad system image is set to 48GB by default. And the system image size is configurable through passing flag "-e" followed by the image size measured in GB
vcad_build.sh -o <BASIC/FULL>  -e 24

Contributing

Use GitHub's "issues" or "pull-request" features, or reach via e-mail directly developers: Zhao, Ping or Liu, Yi (for e-mail addresses, look in git log).

License

GNU GENERAL PUBLIC LICENSE version 2

About

Welcome to the GitHub repo for VCAC-A card media analytics software. This repo was migrated from repo VCAC-SW. Contents to setup Xeon host for connecting with VCAC-A and to build VCAC-A system image for media analytics are published here.

Topics

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published