Skip to content

Commit

Permalink
fix build error in host camera service
Browse files Browse the repository at this point in the history
host camera service build is failing on 22.04 ubuntu version
which is used for android U release.

fixed host camera build error and updated host camera service
revision in script.

Tracked-On: OAM-122046
Signed-off-by: shivasku82 <[email protected]>
  • Loading branch information
shivasku82 authored and sysopenci committed Jul 10, 2024
1 parent 28068c5 commit 797ee89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host_scripts/setup_cam_sharing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function install_virtual_camera() {
}

function install_host_service() {
sudo apt-get install libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libavresample-dev libavdevice-dev -y
sudo apt-get install libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libavdevice-dev -y
sudo apt-get install ffmpeg -y
sudo apt-get install build-essential clang -y

Expand All @@ -93,7 +93,7 @@ function install_host_service() {
cd host_camera
git clone https://github.com/projectceladon/host-camera-server.git
cd host-camera-server
git checkout 915388bd22d1582d44fb22dc647bd46a6ab675bc
git checkout bc33d989505e61d0be38ecfbf8405f8ccaf4473e
mkdir build
cd build
cmake ..
Expand Down

0 comments on commit 797ee89

Please sign in to comment.