...
| Code Block |
|---|
root@morefine-s800:~# python3 /usr/share/openvino/samples/python/hello_query_device/hello_query_device.py |grep FULL_DEVICE_NAME: [ INFO ] FULL_DEVICE_NAME: Intel(R) Core(TM) Ultra 9 185H [ INFO ] FULL_DEVICE_NAME: Intel(R) Arc(TM) Graphics (iGPU) [ INFO ] FULL_DEVICE_NAME: Intel(R) AI Boost |
Intel libVPL
| Code Block |
|---|
git clone https://github.com/intel/libvpl
cd libvpl
export VPL_INSTALL_DIR=`pwd`/../_vplinstall
sudo script/bootstrap
cmake -B _build -DCMAKE_INSTALL_PREFIX=$VPL_INSTALL_DIR
cmake --build _build
cmake --install _build |
FFmpeg + LibVpl
| Code Block |
|---|
apt install libvpl-dev
# TBD |