mintaka33 / py-libva

libva python binding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-libva

libva python binding

how to build & run

install dependencies

sudo pip3 install pybind11 
sudo pip3 install json2html
# note: if need proxy, add "--proxy https://xxx.xxx.xxx:port" in cmd line

set environment variables

python3 gen_env.sh
source env.sh

build python binding so

cd py-libva
mkdir build
cd build
cmake ../src
make

run caps query example

cd py-libva/src
python3 caps.py

About

libva python binding

License:Apache License 2.0


Languages

Language:HTML 45.5%Language:C++ 40.7%Language:Python 13.1%Language:CMake 0.7%