ubuntu摄像头型号匹配不上_11-6

1、

在/home/orangepi/Desktop/找到config.json修改

复制代码
{
    "type":"system config",
    "serverIp":"192.168",
    "serverPort":,
    "androidIp":"192.168",
    "androidPort":,
    "localPort":,
    "defaultMode":,
    "androidImgFps":,
    "camOcrName":"DICOTA 4K",
    "camOcrW":,
    "camOcrH":,
    "camOcrFps":,
    "camClassName":"ocal4",
    "camClassW":,
    "camClassH":,
    "camClassFps":
}

DICOTA 4K其中查找摄像头型号

2、怎么查找该摄像头型号

进入/home/orangepi/Desktop/smart_car_camera_code下

运行:

v4l2-ctl --list-devices

出来

ocal4: ocal4 :

/dev/video0

/dev/video1

/dev/media0

DICOTA 4K: DICOTA 4K :

/dev/video2

/dev/video3

/dev/media1

其中ocal4为图像检测摄像头、DICOTA 4K为ocr摄像头

切忌如果在中文环境下,修改Desktop下代码;其中汉字桌面容易混淆

相关推荐
orion571 天前
Missing Semester Class1:course overview and introduction of shell
linux
用户120487221611 天前
Linux驱动编译与加载
linux·嵌入式
用户805533698032 天前
Input 子系统架构:Core、Handler、Driver 三层是怎么协作的
linux·嵌入式
用户805533698032 天前
RK-Forge外设系列开篇 - 把板子从「能启动」变成「能用」:Ethernet/SPI/MMC 三个纯接线外设
linux·github·嵌入式
七歌杜金房2 天前
我终于又有了自己的 Linux 电脑
linux·debian·mac
tntxia3 天前
linux curl命令详解_curl详解
linux
扛枪的书生3 天前
Linux 网络管理器用法速查
linux
顺风尿一寸3 天前
Java Socket 内核之旅:从 SocketChannel.read() 到 tcp_recvmsg 与 epoll 的完整调用链路
linux
XIAOHEZIcode4 天前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
唐青枫4 天前
别再只会用 cron:Linux systemd Timer 定时任务实战详解
linux