摘要:
# Native compilation on ARM/ARM64 host # Build MPP mkdir -p ~/dev && cd ~/dev git clone -b jellyfin-mpp --depth=1 https://github.com/nyanmisaka/mpp.gi 阅读全文
摘要:
In file included from C:\visp-ws\3rdparty\opencv-4.7.0\sources\modules\videoio\src\cap_obsensor\obsensor_stream_channel_msmf.hpp:41, from C:\visp-ws\3 阅读全文
摘要:
1.安装yolov8 # Install the required package for YOLOv8 pip install ultralytics 2.模型转换 from ultralytics import YOLO # Load the YOLOv8 model model = YOLO( 阅读全文
摘要:
cmake -DCMAKE_TOOLCHAIN_FILE=../platforms/linux/mips32r5el-gnu.toolchain.cmake \ -D CMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_INSTALL_PREFIX=/home/incar/pro 阅读全文
摘要:
sudo docker run -itd --name ubuntu-mips -v /home/incar/projects:/home/incar/projects -p 9022:22 82af5fb43471 /bin/bash docker exec -it ubuntu-test /bi 阅读全文
摘要:
1.mips交叉编译paho-mqtt3as cmake -DCMAKE_INSTALL_PREFIX=${pwd}/install -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_SAMPLES=TRUE -DCMAKE_C_COMPILER=/opt/mips-linux-g 阅读全文
摘要:
openssl 编译异常报以下错误 Operating system: x86_64-whatever-linux2 "glob" is not exported by the File::Glob module Can't continue after import errors at ./Con 阅读全文
摘要:
最近需要将ffmpeg移植到mips架构上,现将移植的过程记录如下,供自己以后记忆参考. 1.ffmpeg交叉编译 ./configure \--prefix=$(pwd)/output \--enable-cross-compile --arch=mips --target-os=linux \- 阅读全文
摘要:
Name: gedit /*进程的程序名*/ State: S (sleeping) /*进程的状态信息 Tgid: 9744 /*线程组号*/ Pid: 9744 /*进程pid*/ PPid: 7672 /*父进程的pid*/ TracerPid: 0 /*跟踪进程的pid*/ Uid: 100 阅读全文
摘要:
1. 进入 /sys/class/gpio/ 目录 2. 假设你想控制的GPIO0_29,步骤如下: 1. echo 29 > export 2. 此时会产生一个gpio29 的目录. 3. cd gpio29 4. 关注以下几个文件: direction 这个文件是控制你是输出还是输入模式 如果想 阅读全文