Logitech webcam software linux

Содержание
  1. LIGHTS, CAMERA, CAPTURE
  2. ALL-IN-ONE CONTENT CREATION
  3. MULTI-SOURCE RECORDING
  4. VERTICAL VIDEO CAPTURE
  5. BROADCAST YOURSELF
  6. LIVE TEXT OVERLAYS
  7. STUDIO CONTROLS
  8. CAMERA CUSTOMISATION
  9. RECORD FROM MULTIPLE SOURCES
  10. CREATE VERTICAL VIDEO FOR MOBILE VIEWING
  11. BROADCAST YOURSELF
  12. LIVE TEXT OVERLAYS
  13. STUDIO-STYLE CONTROLS
  14. CAMERA CUSTOMIZATION
  15. POWERED BY CAPTURE
  16. STREAMCAM Full HD 1080p at 60fps for live streaming and content creation
  17. C922 PRO STREAM Full HD 1080p webcam with 60 fps streaming Read more on C922
  18. BRIO STREAM Professional webcam for high-def streaming and video calls Read more on BRIO
  19. Specs & Details
  20. System Requirements
  21. Technical Specifications
  22. Manual USB camera settings in Linux
  23. More comprehensive updates and knowledge base is maintained HERE
  24. List available controls
  25. Kurokesu C1 family
  26. Logitech C920
  27. Logitech Brio 4K
  28. Reading current value
  29. Setting new value
  30. Kurokesu C1 extension unit and firmware customization
  31. Comments ( 49 )
  32. Webcam with manual focus and shallow DOF on Linux
  33. Comments
  34. СВЕТ, КАМЕРА, СЪЕМКА
  35. ВСЕ В ОДНОМ ДЛЯ УДОБСТВА СОЗДАНИЯ КОНТЕНТА
  36. ЗАПИСЬ С НЕСКОЛЬКИХ ИСТОЧНИКОВ
  37. ВЕРТИКАЛЬНАЯ ВИДЕОСЪЕМКА
  38. ПРЯМАЯ ТРАНСЛЯЦИЯ
  39. НАЛОЖЕНИЕ ТЕКСТА В ПРЯМОМ ЭФИРЕ
  40. ЭЛЕМЕНТЫ УПРАВЛЕНИЯ СТУДИЙНОГО УРОВНЯ
  41. НАСТРОЙКА КАМЕРЫ
  42. ЗАПИСЬ С НЕСКОЛЬКИХ ИСТОЧНИКОВ
  43. СОЗДАНИЕ ВЕРТИКАЛЬНЫХ ВИДЕО ДЛЯ ПРОСМОТРА НА МОБИЛЬНЫХ УСТРОЙСТВАХ
  44. ПРЯМАЯ ТРАНСЛЯЦИЯ
  45. НАЛОЖЕНИЕ ТЕКСТА В ПРЯМОМ ЭФИРЕ
  46. ЭЛЕМЕНТЫ УПРАВЛЕНИЯ СТУДИЙНОГО УРОВНЯ
  47. НАСТРОЙКА КАМЕРЫ

LIGHTS, CAMERA, CAPTURE

Logitech Capture makes creating content with your webcam fun, fast, and intuitive.

ALL-IN-ONE CONTENT CREATION

Connect, record, and share. Start recording high-quality video content the second you connect your new webcam. Logitech Capture makes it easy to share your passion with the world.

MULTI-SOURCE RECORDING

Record from two webcams, or a desktop or application window — then quickly combine them into a scene.

LEARN MORE

VERTICAL VIDEO CAPTURE

Record in 9:16 format – optimised for portrait, mobile-phone viewing.

LEARN MORE

BROADCAST YOURSELF

Broadcast your content live. Just add Logitech Capture as a camera source to your favorite streaming platform.1

LEARN MORE

LIVE TEXT OVERLAYS

Easily add text to your video and choose from a variety of font styles, colors, and background presets.

LEARN MORE

STUDIO CONTROLS

Adjust your layout, apply transitions, and personalise the look of your video content.

LEARN MORE

CAMERA CUSTOMISATION

Customize your webcam settings — and save up to 6 Logitech Capture setting profiles.

LEARN MORE

RECORD FROM MULTIPLE SOURCES

Record from two webcams or a desktop or application window, and easily switch between six different scenes like picture-in-picture or side-by-side.

CREATE VERTICAL VIDEO FOR MOBILE VIEWING

Record in 9:16 vertical video for an optimized viewing experience on mobile phones and social media posts.

BROADCAST YOURSELF

Add Logitech Capture as a camera source to your favorite streaming platforms like YouTube, Facebook Live, or Twitch via Open Broadcaster Software (OBS) or XSplit. 1

LIVE TEXT OVERLAYS

Personalize your video content with live text overlays. Choose from a variety of font styles, colors, and backgrounds to easily customize your screen name and messages to your fans.

STUDIO-STYLE CONTROLS

Quickly apply filters, transitions, and borders to personalize your content, and use powerful controls like Chroma Key to remove your background for even more polish. Choose to work in Light or Dark mode to match the lighting in your creative space.

CAMERA CUSTOMIZATION

Select your field of view, aspect ratio, and recording resolution. Additional options allow you to adjust white-balance, auto-focus, and frames-per-second settings.

Читайте также:  Утилиты командной строки windows сеть

Create a Logitech ID to save all of your Logitech Capture settings in a profile. Save up to six profiles to conveniently switch between sessions.

POWERED BY CAPTURE

STREAMCAM Full HD 1080p at 60fps for live streaming and content creation

C922 PRO STREAM Full HD 1080p webcam with 60 fps streaming
Read more on C922

BRIO STREAM Professional webcam for high-def streaming and video calls
Read more on BRIO

HOW TO VIDEOS

Learn tips and tricks to modify your settings to create the perfect video for YouTube, Facebook, Instagram, Twitch, and more.

Learn how you can quickly set up multiple cameras, then select the perfect layout to produce stunning video content, just like a pro.

Connect XSplit VCam as a source to remove or blur your background.

Learn how to use Logitech Capture with XSplit Broadcaster for easy one-click streaming to multiple platforms.

Stream, Record, and Edit Like a Power Streamer

Logitech Capture offers video recording that’s simple and easy to use. Ready for next-level streaming? We’ve curated a list of recommended partners with more advanced solutions.

Specs & Details

System Requirements

macOS 11 (Big Sur on Intel)
macOS 10.15.X
macOS 10.14.X
Windows ® 10

Currently available in English, German, French, Italian, Dutch, Spanish, Chinese (Simplified and Traditional), Japanese, Danish, Russian, Finnish, Greek, Norwegian, Polish, Portuguese (Brazil and Portugal), Swedish and Korean.

Technical Specifications

SUPPORTED WEBCAMS:

C920 HD PRO
C920s HD PRO
1080P PRO STREAM
C922 PRO STREAM
C922X PRO STREAM
STREAMCAM
STREAMCAM PLUS
BRIO 4K PRO
BRIO STREAM
C930e

Источник

Manual USB camera settings in Linux

More comprehensive updates and knowledge base is maintained HERE

There are many UVC compatible webcams most of them support full auto mode but only a few of these cameras provide extended manual white balance, gain and exposure control. Kurokesu C1 family (C1, C1 PRO, C1 MICRO), Logitech C920 and Brio are the ones that can be trusted.

There are few tools to work with USB cameras in Linux. Probably V4L2-CTL is the most advanced and recommended command line tool for advanced users.

Fresh Linux might be missing utility, install it with simple command:

Now let’s see what we have connected on USB port

Note two interfaces for Kurokesu C1 camera – this is dual stream output. One video device is for regular YUYV/MJPEG compressed output another is for h.264. You can open both of them at the same time with different programs (for example h.264 for live streaming, MJPG for onboard recording or computer vision processing)

List available controls

Video for Linux V4L2 can report all available controls to single list. List is self explanatory with possible value ranges.

Kurokesu C1 family

Logitech C920

Logitech Brio 4K

Reading current value

Read current UVC value with command below. Actual value is reported back below.

Setting new value

In order to set new camera parameter value use command syntax like this:

In some cases it is necessary to switch parameters in certain order for parameter to be set. For example change manual white balance control before setting fixed value:

Kurokesu C1 extension unit and firmware customization

Besides standard UVC control it is possible to customize Kurokesu C1 family camera firmware to meet specific customer needs, for example:

  • Set default UVC control values
  • Edit de-noise parameters
  • Edit USB frame size
  • Edit MJPEG compression rate
  • Edit h.264 bitrate
  • Set low light behavior (lower down to 2 frames per second automatically or maintain stable frame rate)
  • and much more
Читайте также:  Winaero windows 10 download

Camera Extension Unit is designed for Linux and allows to alter even more controls not covered by UVC protocol (for example: spot/center/frame measuring mode).

Comments ( 49 )

$v4l2-ctl —set-ctrl=exposure_auto=1 ======>ok :

$v4l2-ctl —set-ctrl=exposure_absolute=10 ====>ok :

$v4l2-ctl —set-ctrl=exposure_absolute=7 =====>failure VIDIOC_S_EXT_CTRLS: failed: Input/output error exposure_absolute: Input/output error :

$v4l2-ctl —set-ctrl=exposure_absolute=7 =====>failure VIDIOC_S_EXT_CTRLS: failed: Input/output error exposure_absolute: Input/output error :

$v4l2-ctl —set-ctrl=exposure_absolute=7 =====>ok I don’t know why.

$ v4l2-ctl —list-devices FaceTime HD Camera: FaceTime HD (usb-0000:00:1d.6-1): /dev/video0 KurokesuC1_SN000830 #2: Kurokes (usb-0000:00:1d.6-2): /dev/video1 givip@ubuntu:

$ v4l2-ctl -d /dev/video1 —info Driver Info (not using libv4l2): Driver name : uvcvideo Card type : KurokesuC1_SN000830 #2: Kurokes Bus info : usb-0000:00:1d.6-2 Driver version: 4.15.18 Capabilities : 0x84200001 Video Capture Streaming Extended Pix Format Device Capabilities Device Caps : 0x04200001 Video Capture Streaming Extended Pix Format And givip@ubuntu:

$ v4l2-ctl -d /dev/video1 —list-ctrls Doesn’t return anything. What I do wrong?

Источник

Webcam with manual focus and shallow DOF on Linux

I use Linux, so much software doesn’t work. I’m reliant on standard camera and control software that comes with Linux.

I use a webcam for teams and zoom calls but the automatic background blur function continually messes up my hair and when I hold up something to the camera for other people to read, it knocks it out of focus.

It is clear that I need an easy to use hardware solution (preferably fully optical) that doesn’t rely on software.

I need a webcam that has manual focus and shallow depth of field so that only what is a few feet in front of the camera is in focus and everything else is blurred. or at least a camera that has this ability but then has a switch (perhaps to move a manual lens into an array) and manual focus controls on board.

Comments

Kindly refer to the below link to check the availability of webcams in your region according to your requirements.

You will need to download software to adjust auto focus settings.

Please read my requirements again. no software.

Logitech software doesn’t work on Linux. We’re a forgotten arm of operating system that Logitech doesn’t care about. And software mucks up the image anyway.

If you haven’t got a solid suggestion then please pass this to the product development team.

Hi Michelle, thank you for your feedback. We will pass this along to our team. We always want to ensure we are providing our customers with the best products and experience. Let us know if there is anything else in the future we can do to assist.

Thank you most kindly for passing this to the product development team.

Among gamers (like myself) Linux is starting to take the lead over Windows, especially since Windows 11 virtual environment is slowing games down by up to 27% in some cases.

I survive with my Logitec equipment by taking it to someone elses machine and programming it there, then hooking it up to my Linux systems, eg. my Hyperion Fury settings are kept on board the mouse.

It also means I can’t use the RGB keyboards because Linux is not supported.

Читайте также:  Windows решение проблем утилита

But this is changing. Linux is coming up in gaming and Logitech will loose out if it continues to not develop Linux software.

I really, really hope that some day Logitech will give me the software I need to control my equipment. So much of your hardware I just can’t buy right now, and I have to make do as best I can.

Источник

СВЕТ, КАМЕРА, СЪЕМКА

Благодаря приложению Logitech Capture процесс создания контента с помощью веб-камеры становится простым, быстрым и исключительно удобным.

ВСЕ В ОДНОМ ДЛЯ УДОБСТВА СОЗДАНИЯ КОНТЕНТА

Подключить камеру, начать запись и обеспечить передачу стало просто как никогда. Запись видео высокого качества начинается сразу же после подключения новой веб-камеры. ПО Logitech Capture позволяет без труда рассказать всему миру о своем увлечении.

ЗАПИСЬ С НЕСКОЛЬКИХ ИСТОЧНИКОВ

ПО позволяет быстро монтировать сюжеты из записей, сделанных с помощью двух веб-камер, а также снятых в окнах приложений или непосредственно на рабочем столе.

ПОДРОБНЕЕ

ВЕРТИКАЛЬНАЯ ВИДЕОСЪЕМКА

Запись в формате 9:16 — это оптимальный вариант создания видеоматериалов в книжной ориентации для просмотра на мобильных телефонах.

ПОДРОБНЕЕ

ПРЯМАЯ ТРАНСЛЯЦИЯ

ПО позволяет вести прямые трансляции. Чтобы начать трансляцию, достаточно лишь добавить Logitech Capture в качестве источника записи на любой платформе потокового вещания.1

ПОДРОБНЕЕ

НАЛОЖЕНИЕ ТЕКСТА В ПРЯМОМ ЭФИРЕ

Теперь видеоряд можно без труда дополнить текстом, выбрав наиболее подходящий вариант из множества шрифтовых стилей, цветов и предварительно заданных настроек фона.

ПОДРОБНЕЕ

ЭЛЕМЕНТЫ УПРАВЛЕНИЯ СТУДИЙНОГО УРОВНЯ

Множество элементов управления позволяют выполнять макетирование, работать с эффектами перехода, а также настраивать отображение видеоматериалов по своему желанию.

ПОДРОБНЕЕ

НАСТРОЙКА КАМЕРЫ

ПО Logitech Capture позволяет не только отрегулировать параметры работы веб-камеры, но и сохранить до шести профилей настроек.

ПОДРОБНЕЕ

ЗАПИСЬ С НЕСКОЛЬКИХ ИСТОЧНИКОВ

ПО позволяет быстро монтировать сюжеты из записей, выполненных с помощью двух веб-камер, а также снятых в окнах приложений или непосредственно на рабочем столе, и оперативно переключаться между ними в режимах «картинка в картинке» или «разделенный экран» (количество источников записи при этом может достигать шести).

СОЗДАНИЕ ВЕРТИКАЛЬНЫХ ВИДЕО ДЛЯ ПРОСМОТРА НА МОБИЛЬНЫХ УСТРОЙСТВАХ

Режим вертикальной видеосъемки в формате 9:16 оптимизирован для записи видеоматериалов, которые можно будет удобно просматривать на мобильных устройствах и публиковать в социальных сетях.

ПРЯМАЯ ТРАНСЛЯЦИЯ

ПО Logitech Capture можно добавить в качестве источника записи на любой платформе потокового вещания, будь то YouTube, Facebook Live или Twitch, с помощью XSplit или Open Broadcaster Software (OBS). 1

НАЛОЖЕНИЕ ТЕКСТА В ПРЯМОМ ЭФИРЕ

Благодаря функции наложения текста в прямом эфире любой сюжет можно превратить в уникальное произведение искусства. Множество шрифтовых стилей, цветов и настроек позволяют оформить отображаемое имя и адресованные зрителям сообщения так, чтобы они смотрелись максимально эффектно.

ЭЛЕМЕНТЫ УПРАВЛЕНИЯ СТУДИЙНОГО УРОВНЯ

Оперативно применяя фильтры, переходы и границы, можно сделать уникальным любой видеоматериал, а эффективные инструменты, например Chroma Key, дают возможность создать идеальный образ, удалив фон. Пользователь также может выбрать режим работы, соответствующий уровню освещенности места, где осуществляется съемка («Светлый» или «Темный»).

НАСТРОЙКА КАМЕРЫ

Пользователь имеет возможность выбрать поле обзора, соотношение сторон и разрешение для записи. Кроме того, меню дополнительных параметров позволяет отрегулировать баланс белого, автофокусировку и количество кадров в секунду.

Создав идентификатор Logitech, можно сохранить все профили настроек в ПО Logitech Capture. Возможность сохранения профилей настроек (до шести) позволяет быстро и удобно переключаться между различными сеансами.

Источник

Оцените статью