2 Star 11 Fork 3

奥比中光科技集团股份有限公司/pyorbbecsdk

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
cross-compile-env.sh 308 Bytes
Copy Edit Raw Blame History
shanpang authored 2025-02-18 20:15 +08:00 . [Update] Update linux x64 OrbbecSDK to v2.2.8;
# Define the target directory and Ubuntu version
mkdir -p ../cc-env/sysroot
SYSROOT_DIR="../cc-env/sysroot/ubuntu-16.04"
UBUNTU_VERSION="xenial" # Ubuntu 16.04 codename
# Use debootstrap to create the sysroot
sudo debootstrap --arch amd64 ${UBUNTU_VERSION} ${SYSROOT_DIR} http://archive.ubuntu.com/ubuntu/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/orbbecdeveloper/pyorbbecsdk.git
git@gitee.com:orbbecdeveloper/pyorbbecsdk.git
orbbecdeveloper
pyorbbecsdk
pyorbbecsdk
v2-main

Search