摘要:
linux系统如何在系统内控制CPU风扇/机箱风扇转速:https://www.bilibili.com/read/cv23466953/ 详解Ubuntu控制风扇的方法:https://www.mryunwei.com/292400.html 如何在 Linux 中查看和控制 CPU 风扇转速:h 阅读全文
摘要:
有线耳机有声音但是没有 麦克风 无线耳机有声音 但是 麦克风 不可用 解决: https://askubuntu.com/questions/1376095/bluetooth-microphone-does-not-work-in-ubuntu-20-04 https://cloud.tencen 阅读全文
摘要:
使用OpenCV来实现读取一个目录下的所有图像,然后将它们调整大小为1920x1080像素,并保存的步骤如下: 安装OpenCV库:如果你还没有安装OpenCV库,可以通过pip安装: pip install opencv-python 编写Python脚本: import os import cv 阅读全文
摘要:
摄像头YUV2格式详解:https://blog.csdn.net/iteye_264/article/details/82323227 slam技术是什么?:https://cloud.tencent.com/developer/article/2158412 opencv Vector Came 阅读全文
摘要:
Transfer Learning Toolkit (TLT) + DeepStream (DS)快速部署深度学习模型(以口罩检测为例) https://blog.csdn.net/leida_wt/article/details/112181863 https://blog.csdn.net/zo 阅读全文
摘要:
我的网卡是 ax210 带蓝牙。系统是 ubuntu 20.04 $ pactl load-module module-bluetooth-discover Failure: Module initialization failed 虽然失败了,但是好像出来了下面的选项了: pavucontrol 阅读全文
摘要:
https://github.com/ppwwyyxx/OpenPano 复现 git clone https://github.com/ppwwyyxx/OpenPano.git # ubuntu 安装依赖 sudo apt install build-essential sed cmake li 阅读全文
摘要:
代码: https://github.com/OpenStitching/stitching/tree/main 1. 安装 docker https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository 选择 I 阅读全文
摘要:
解决: https://zhuanlan.zhihu.com/p/636418854 注意是 clash 注意修改成自己的IP和端口号 git config --global http.proxy http://127.0.0.1:7890 git config --global https.pro 阅读全文
摘要:
1. 更新 cmake 版本 cmake --version 1. 1 下载: https://cmake.org/files/v3.23/ wget https://cmake.org/files/v3.23/cmake-3.23.0-linux-aarch64.sh 1.2. 卸载原来的 sud 阅读全文