Commit 3a3cbef 1 parent b2a6362 commit 3a3cbef Copy full SHA for 3a3cbef
File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 53
53
apt-get update -q
54
54
export TZ=Asia/Shanghai
55
55
echo "" | apt-get install -qy tzdata
56
- echo "" | apt-get install git build-essential cmake libexpat-dev automake libtool libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libunwind-dev libdrm-dev --yes
56
+ echo "" | apt-get install git build-essential cmake libexpat-dev automake libtool libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev libdrm-dev libva-dev libunwind-dev libdrm-dev --yes
57
+
58
+ - uses : actions/checkout@v4
59
+ with :
60
+ repository : intel/ipu6-camera-bins
61
+ ref : icamerasrc_slim_api
62
+ path : icamerasrc
63
+
57
64
- name : Build test for ${{ matrix.version }} on ${{ matrix.os }}
58
65
timeout-minutes : 10
59
66
run : |
71
78
..
72
79
VERBOSE=1 make -j16
73
80
make install
81
+
82
+ cd "${GITHUB_WORKSPACE}/icamerasrc"
83
+ export CHROME_SLIM_CAMHAL=ON
84
+ ./autogen.sh
85
+ ./configure --prefix=/usr
86
+ make -j16
87
+ make rpm
88
+ sudo make install
You can’t perform that action at this time.
0 commit comments