Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
Welcome to the Intel Community! If you like the answer to your question, please mark it as 'Accepted Solution' to help others.

The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.

EIS - VA Module

ChaiEong_B_Intel
Employee
747 Views

how to just install the Video Analytic module from the EIS package?

Labels (1)
0 Kudos
2 Replies
WengWai_C_Intel
Moderator
747 Views

Under the docker_setup directory of EIS repository, there is a docker-compose.yml file to configure which modules need to be built and enabled within EIS. By default, VA module is enabled and if user would like to disable other modules, this can be done by comment out the rest of the module configuration within the docker-compose.yml file. However, there are 3 basics modules need to be enabled to have EIS works, which are ia_eisbase, ia_common and ia_etcd_ui in the docker-compose.yml file.

0 Kudos
Jia-Shing_W_Intel
Moderator
747 Views

Alternatively, you can keep your docker-compose.yml file as is while only building the ia_video_analytics service and its dependencies. You can do so by issuing this command "docker-compose build ia_eisbase ia_common ia_openvino_base ia_etcd_ui ia_video_analytics" (Make sure you have already downloaded and untar the openvino package under common/openvino/). To start the containers, run "docker-compose up -d  ia_etcd_ui ia_video_analytics".

0 Kudos
Reply