Use high resolution webcam Logitech C930c on Linux
2021/11/26 7:12:10
本文主要是介绍Use high resolution webcam Logitech C930c on Linux,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
During the period of covid-19 pandemic, remote communiation with family, working and having conferences with colleagues become more frequent than before. Although I have already had an iPad, it is only suitable for light-weight tasks and talks. When it comes to presentation or demonstration, a “tradiational” but more powerful and reliable PC is indispensible. For my Linux server, I’ve tested that both Microsoft Teams and Skype are reliable and good enough for remote conference and desktop sharing. The webcam I’ve chosen for them is Logitech C930c with 2k resoluation and an integrated microphone, which is quite convenient.
In Teams or Skype, only the camera device can be seleted from a dropdown list, but the video parameters cannot be adjusted. Therefore, a software named guvcview
should be installed for this purpose. Inside guvcview
, image parameters such as brightness, contrast, saturation, pan, tilt, etc. as well as video parameters such as frame rate, resolution, output format etc. can be configured and saved. Once the configuration is done, as long as the webcam is not unplugged, the parameters are immediately effective within Teams or Skype.
To make the integrated microphone of Logitech C930c work on Linux, it is suggested to install the tool pavucontrol
, which can be used to select the correct input audio device and the channel for recording the speech.
Figure 1 Image controls in guvcview
, which includes brightness, contrast, saturation, pan, tilt, etc.
Figure 2 Video controls in guvview
, which include device name, frame rate, resolution, output format etc.
Figure 3 Configuration of input audio device and recording channel in pavucontrol
.
这篇关于Use high resolution webcam Logitech C930c on Linux的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-12如何创建可引导的 ESXi USB 安装介质 (macOS, Linux, Windows)
- 2024-11-08linux的 vi编辑器中搜索关键字有哪些常用的命令和技巧?-icode9专业技术文章分享
- 2024-11-08在 Linux 的 vi 或 vim 编辑器中什么命令可以直接跳到文件的结尾?-icode9专业技术文章分享
- 2024-10-22原生鸿蒙操作系统HarmonyOS NEXT(HarmonyOS 5)正式发布
- 2024-10-18操作系统入门教程:新手必看的基本操作指南
- 2024-10-18初学者必看:操作系统入门全攻略
- 2024-10-17操作系统入门教程:轻松掌握操作系统基础知识
- 2024-09-11Linux部署Scrapy学习:入门级指南
- 2024-09-11Linux部署Scrapy:入门级指南
- 2024-08-21【Linux】分区向左扩容的方法