Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

OpenVINO toolkit

JunLin
Beginner
794 Views

I tried to run a sample face detection following this steps on raspberry pi 4: https://www.youtube.com/watch?v=PNmH_ugW6Zw

but i encountered this error

pi@raspberrypi:~/OpenVINO/inference_engine_vpu_arm/inference_engine/samples/build $

cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-march=armv7-a"
-- /etc/*-release distrib: Raspbian 10
CMake Error at /home/pi/OpenVINO/inference_engine_vpu_arm/deployment_tools/inference_engine/share/InferenceEngineConfig.cmake:25 (message):
Raspbian 10 is not supported. List of supported OS: Ubuntu 14.04, Ubuntu
16.04, Ubuntu 18.04, CentOS 7, poky 2.0, poky 2.5, Raspbian 9
Call Stack (most recent call first):
/home/pi/OpenVINO/inference_engine_vpu_arm/deployment_tools/inference_engine/share/InferenceEngineConfig.cmake:118 (ext_message)
CMakeLists.txt:60 (find_package)


CMake Error at CMakeLists.txt:60 (find_package):
Found package configuration file:

/home/pi/OpenVINO/inference_engine_vpu_arm/deployment_tools/inference_engine/share/InferenceEngineConfig.cmake

but it set InferenceEngine_FOUND to FALSE so package "InferenceEngine" is
considered to be NOT FOUND.


-- Configuring incomplete, errors occurred!
See also "/home/pi/OpenVINO/inference_engine_vpu_arm/inference_engine/samples/build/CMakeFiles/CMakeOutput.log".

0 Kudos
2 Replies
samontab
Valued Contributor II
781 Views

The main issue is that the OpenVINO distribution you're using supports Raspbian 9 and you're running Raspbian 10.

To fix this, either install Raspbian 9 on your raspberry pi and it should work, or wait until there's a new release that supports Raspbian 10.

0 Kudos
Max_L_Intel
Moderator
748 Views

Hi @JunLin 

Yes, samontab is right. Currently Raspbian 9 only has been officially validated for OpenVINO toolkit. 
However, please have a chance to take a look at following articles and workarounds:

Raspberry Pi* 4 and Intel® Neural Compute Stick 2 Setup

Raspberry Pi 4, 64bit, Arm8 and OpenVino

- Github RPI4_NCS2

Hope this will help.
Thanks for using OpenVINO toolkit!

0 Kudos
Reply