- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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".
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Hope this will help.
Thanks for using OpenVINO toolkit!

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page