Camera SDK for Linux
An overview of the Linux version of the Camera SDK.
Last updated
Was this helpful?
Was this helpful?
ubuntu: sudo apt update && sudo apt install -y libjpeg-dev cmake qt6-base-devsudo dnf update && sudo dnf install -y libjpeg-turbo-devel cmake qt6-qtbase-develchmod +x linuxBuild.shsudo apt install ffmpeg -ysudo dnf install ffmpeg ffmpeg-devel -ysudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpmsudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm./linuxBuild.sh <Path-to-camera-sdk-path> ./linuxBuild.sh <Path-to-camera-sdk-path> --ffmpeg