AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / computer / 问题 / 1468010
Accepted
Alex
Alex
Asked: 2019-08-06 14:19:58 +0800 CST2019-08-06 14:19:58 +0800 CST 2019-08-06 14:19:58 +0800 CST

网络摄像头在 windows-10 上不报告更高的分辨率

  • 772

BRIO 4K Stream 网络摄像头在 windows-10-pro 机器上没有报告更高的分辨率,而在 windows-10-home 机器上一切正常。

知道如何解决这个问题吗?

到目前为止我尝试了什么:

  1. 从工作机器上获取网络摄像头驱动程序并安装到有问题的机器上
  2. 将 Windows 更新到最新版本
  3. 使用 windows-media-foundation API 列出模式而不是 directshow
  4. 谷歌搜索 logitech brio 的具体问题以及我想到的任何相关问题
  5. 在罗技支持网站上打开的问题
  6. 在网络摄像头之前连接 usb3 集线器
  7. 试过主板上的每个USB端口
  8. 通过 USB-c 到 USB-c 电缆将相机连接到 Geforce RTC 2070 上的 usb3.0 端口

有问题的机器信息和 FFMPEG 命令:

OS Name:                   Microsoft Windows 10 Pro
OS Version:                10.0.18362 N/A Build 18362
Processor(s):              1 Processor(s) Installed.
                           [01]: Intel64 Family 6 Model 63 Stepping 2 GenuineIntel ~3501 Mhz
Total Physical Memory:     65,360 MB
Hotfix(s):                 6 Hotfix(s) Installed.
                           [01]: KB4506991
                           [02]: KB4497165
                           [03]: KB4498523
                           [04]: KB4503308
                           [05]: KB4508433
                           [06]: KB4505903

ffmpeg.exe -f dshow -list_options true -i video="BRIO 4K Stream Edition"
ffmpeg version N-94455-g01994c93db Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 9.1.1 (GCC) 20190716
  configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
  libavutil      56. 33.100 / 56. 33.100
  libavcodec     58. 55.100 / 58. 55.100
  libavformat    58. 30.100 / 58. 30.100
  libavdevice    58.  9.100 / 58.  9.100
  libavfilter     7. 58.100 /  7. 58.100
  libswscale      5.  6.100 /  5.  6.100
  libswresample   3.  6.100 /  3.  6.100
  libpostproc    55.  6.100 / 55.  6.100
[dshow @ 0000018a9fa09600] DirectShow video device options (from video devices)
[dshow @ 0000018a9fa09600]  Pin "Capture" (alternative pin name "0")
[dshow @ 0000018a9fa09600]   pixel_format=yuyv422  min s=640x480 fps=5 max s=640x480 fps=30
....
[dshow @ 0000018a9fa09600]   vcodec=mjpeg  min s=640x480 fps=5 max s=640x480 fps=30
....
[dshow @ 0000018a9fa09600]   vcodec=mjpeg  min s=1280x720 fps=5 max s=1280x720 fps=60.0002
[dshow @ 0000018a9fa09600]   vcodec=mjpeg  min s=1600x896 fps=5 max s=1600x896 fps=30
[dshow @ 0000018a9fa09600]   vcodec=mjpeg  min s=1600x896 fps=5 max s=1600x896 fps=30
[dshow @ 0000018a9fa09600]   vcodec=mjpeg  min s=1920x1080 fps=5 max s=1920x1080 fps=30
[dshow @ 0000018a9fa09600]   vcodec=mjpeg  min s=1920x1080 fps=5 max s=1920x1080 fps=30
video=BRIO 4K Stream Edition: Immediate exit requested

在不同机器上的正确输出:

OS Name:                   Microsoft Windows 10 Home
OS Version:                10.0.18362 N/A Build 18362
Processor(s):              1 Processor(s) Installed.
                           [01]: Intel64 Family 6 Model 158 Stepping 10 GenuineIntel ~3696 Mhz
Total Physical Memory:     16,308 MB
Hotfix(s):                 2 Hotfix(s) Installed.
                           [01]: KB4508433
                           [02]: KB4505903

ffmpeg.exe -f dshow -list_options true -i video="BRIO 4K Stream Edition"
ffmpeg version N-94452-g9af8ce754b Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 9.1.1 (GCC) 20190716
  configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
  libavutil      56. 33.100 / 56. 33.100
  libavcodec     58. 55.100 / 58. 55.100
  libavformat    58. 30.100 / 58. 30.100
  libavdevice    58.  9.100 / 58.  9.100
  libavfilter     7. 58.100 /  7. 58.100
  libswscale      5.  6.100 /  5.  6.100
  libswresample   3.  6.100 /  3.  6.100
  libpostproc    55.  6.100 / 55.  6.100
[dshow @ 0000021ea7d28580] DirectShow video device options (from video devices)
[dshow @ 0000021ea7d28580]  Pin "Capture" (alternative pin name "0")
[dshow @ 0000021ea7d28580]   pixel_format=yuyv422  min s=640x480 fps=5 max s=640x480 fps=30
....
[dshow @ 0000021ea7d28580]   vcodec=mjpeg  min s=1280x720 fps=5 max s=1280x720 fps=90.0001
[dshow @ 0000021ea7d28580]   vcodec=mjpeg  min s=1600x896 fps=5 max s=1600x896 fps=30
[dshow @ 0000021ea7d28580]   vcodec=mjpeg  min s=1600x896 fps=5 max s=1600x896 fps=30
[dshow @ 0000021ea7d28580]   vcodec=mjpeg  min s=1920x1080 fps=5 max s=1920x1080 fps=60.0002
[dshow @ 0000021ea7d28580]   vcodec=mjpeg  min s=1920x1080 fps=5 max s=1920x1080 fps=60.0002
[dshow @ 0000021ea7d28580]   vcodec=mjpeg  min s=2560x1440 fps=5 max s=2560x1440 fps=30
[dshow @ 0000021ea7d28580]   vcodec=mjpeg  min s=2560x1440 fps=5 max s=2560x1440 fps=30
[dshow @ 0000021ea7d28580]   vcodec=mjpeg  min s=3840x2160 fps=5 max s=3840x2160 fps=30
[dshow @ 0000021ea7d28580]   vcodec=mjpeg  min s=3840x2160 fps=5 max s=3840x2160 fps=30
[dshow @ 0000021ea7d28580]   vcodec=mjpeg  min s=4096x2160 fps=5 max s=4096x2160 fps=30
[dshow @ 0000021ea7d28580]   vcodec=mjpeg  min s=4096x2160 fps=5 max s=4096x2160 fps=30
[dshow @ 0000021ea7d28580]   pixel_format=nv12  min s=640x480 fps=5 max s=640x480 fps=30
[dshow @ 0000021ea7d28580]   pixel_format=nv12  min s=640x480 fps=5 max s=640x480 fps=30
[dshow @ 0000021ea7d28580]   pixel_format=nv12  min s=640x360 fps=5 max s=640x360 fps=30
[dshow @ 0000021ea7d28580]   pixel_format=nv12  min s=640x360 fps=5 max s=640x360 fps=30
[dshow @ 0000021ea7d28580]   pixel_format=nv12  min s=1280x720 fps=5 max s=1280x720 fps=30
[dshow @ 0000021ea7d28580]   pixel_format=nv12  min s=1280x720 fps=5 max s=1280x720 fps=30
[dshow @ 0000021ea7d28580]   pixel_format=nv12  min s=1920x1080 fps=5 max s=1920x1080 fps=30
[dshow @ 0000021ea7d28580]   pixel_format=nv12  min s=1920x1080 fps=5 max s=1920x1080 fps=30
video=BRIO 4K Stream Edition: Immediate exit requested

请注意有问题的输出中不存在附加s=1920x1080 fps=60和模式。s=4096x2160 fps=30

谢谢,亚历克斯

windows-10 webcam
  • 1 1 个回答
  • 1270 Views

1 个回答

  • Voted
  1. Best Answer
    Alex
    2019-10-05T05:19:17+08:002019-10-05T05:19:17+08:00

    BRIO 4K Stream 网络摄像头需要 USB 3.1 端口才能报告 UHD 分辨率。

    我测试了PEX-U31-01 Gembird 2-port USB 3.1 PCI-Express add-on card

    在此处输入图像描述

    不要忘记连接SATA电源线

    在此处输入图像描述

    当连接到PEX-U31-01卡片相机时报告 UHD 模式:

    [dshow @ 000001a82352a840]   vcodec=mjpeg  min s=2560x1440 fps=5 max s=2560x1440 fps=30
    [dshow @ 000001a82352a840]   vcodec=mjpeg  min s=2560x1440 fps=5 max s=2560x1440 fps=30
    [dshow @ 000001a82352a840]   vcodec=mjpeg  min s=3840x2160 fps=5 max s=3840x2160 fps=30
    [dshow @ 000001a82352a840]   vcodec=mjpeg  min s=3840x2160 fps=5 max s=3840x2160 fps=30
    [dshow @ 000001a82352a840]   vcodec=mjpeg  min s=4096x2160 fps=5 max s=4096x2160 fps=30
    [dshow @ 000001a82352a840]   vcodec=mjpeg  min s=4096x2160 fps=5 max s=4096x2160 fps=30
    

    问题是捕获不适用于 1080p 和更高分辨率的PEX-U31-01卡。Logitech Capture应用程序显示Camera not connected消息。FFMPEG 不接收帧。

    • 0

相关问题

  • VMware Workstation USB 仲裁服务无法自动启动

  • 如何在域和 Linux 活动目录中启用指纹传感器

  • 资源管理器侧面板中的桌面外壳快捷方式

  • 为什么我不能将文件从 Android 发送到 Windows 10?

  • 在多个文件上打开方式?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    Windows 10 服务称为 AarSvc_70f961。它是什么,我该如何禁用它?

    • 2 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Marko Smith

    ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] 证书验证失败:无法获取本地颁发者证书 (_ssl.c:1056)

    • 4 个回答
  • Marko Smith

    我如何知道 Windows 安装在哪个驱动器上?

    • 6 个回答
  • Martin Hope
    Albin 支持结束后如何激活 WindowsXP? 2019-11-18 03:50:17 +0800 CST
  • Martin Hope
    fixer1234 “HTTPS Everywhere”仍然相关吗? 2019-10-27 18:06:25 +0800 CST
  • Martin Hope
    Kagaratsch Windows 10 删除大量小文件的速度非常慢。有什么办法可以加快速度吗? 2019-09-23 06:05:43 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    Inter Sys Ctrl+C 和 Ctrl+V 是如何工作的? 2019-05-15 02:51:21 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve