Logitech is a global provider of personal peripherals for computers and other digital platforms.
Questions tagged [logitech]
274 questions
3
votes
1 answer
Setting frame size of QuickCam Pro 3000 with OpenCV?
I'm using OpenCV 2.4.6 to grab images with my old Logitech QuickCam Pro 3000 webcam. Using VideoCapture::set( CV_CAP_PROP_FRAME_WIDTH, ... ) I'm not able to set the value of the width (idem for the height). set(...) always returns false.
Is it…

dom_beau
- 2,437
- 3
- 30
- 59
2
votes
1 answer
Can Logitech G-Hub (script) listen to several events at the same time?
I have a Lua script that works on Logitech G-Hub, and activates on the G4 key being pressed. It looks a bit like this:
function OnEvent(event, arg)
if (event == "G_PRESSED" and arg == 4) then
PressKey("s")
Sleep(200)
…

John Lexus
- 3,576
- 3
- 15
- 33
2
votes
0 answers
Get the battery voltage of Logitech Lightspeed device with IOKit?
I'd like to write a simple tool in Swift to read battery status of my mouse (Logitech G Pro Wireless). Since it's my first dive into both IOKit and managing HID devices, I am struggling with getting it done.
Here's my current approach:
I used this…

Oschły
- 53
- 1
- 7
2
votes
1 answer
Media Keys of MX Keys Not Working After Installing Logitech Options
I recently purchased this MX Keys and MX Master combo and was excited to use the keyboard to its full potential but the media keys is not working after I installed the Logitech options software.
There is not much research available about it online.…

G.M.
- 56
- 5
2
votes
0 answers
Logistick G29 steering wheel rpm lights control through python
I have a g29 steering wheel with force feedback.
I want to control force feedback and LED lights on the wheel by python script.
i used python-evdev library to control the force-feedback of the wheel. But I am unable to find any support to control…

siddharth
- 57
- 7
2
votes
2 answers
Send output to a device to change channel in Logitech mouse/keyboard
I have Logitech mouse and keyboard supporting switching between multiple devices.
The feature I am missing is to simultaneously switch mouse AND keboard by running a command or a shortcut.
I would like to ask if it is possible to send an output to a…

Daniel
- 145
- 1
- 11
2
votes
2 answers
MX Master 3 with IntelliJ - back/forward buttons cause jump many times
I have the MX Master 3 and use IntelliJ on Windows 10, latest Logitech software version 8.36.86.
In browsers, the Back/Forward buttons behave as expected and take me back/forward a single page in the tab history.
However in IntelliJ Ultimate 2018.3,…

Brendan Hill
- 3,406
- 4
- 32
- 61
2
votes
1 answer
Instantly abort Lua Script Logitech GHUB "on releasebutton"
Hey guys I recently started trying to write some simple Lua Scripts for Logitech GHUB.
I finally got them working the way I like but I'm having troubles with this one. Instead of instantly stopping when I release Mouse5 it will continue to execute…

Peter Lustig
- 21
- 1
- 2
2
votes
1 answer
Logitech Script, Press and hold key until releas
Is it possible to make Logitech scripts targets letters?
For example > F
Using mouse button 5 if I wanted this logitech script to press hold F key until release of mouse button 5 how would I do that?
function OnEvent(event, arg)
if event ==…

damian
- 23
- 1
- 1
- 5
2
votes
1 answer
Is it possible to disable autofocus of a webcam on Windows 10?
I am working with python opencv and I am not able to disable autofocus, autoexposure etc on windows 10.
I am using Logitech BRIO 4k webcam.
Everything works perfectly on Ubuntu 18.04. With Opencv 3.4.4 using v4l backend I am able to set focus,…

nick
- 463
- 3
- 11
2
votes
0 answers
Logitech c270 access camera driver from OpenCV in C++
is there a way to access the camera driver from OpenCV to disable an image optimization?
When I started playing around with the camera I wrote a simple application to measure the FPS rate, but I was receiving only 15 frames instead of 30 FPS with…

anmi
- 123
- 1
- 1
- 14
2
votes
2 answers
Cannot use node-hid library in electron app
I had integrated OpenTok.js library for video call in my electron app, for which i want to use logitech device and to use it i need node-hid library using which my app can detect device.
I had done all the needful mentioned for using node-hid in…

varun
- 21
- 4
2
votes
2 answers
How to change the (physical) keyboard language in android?(Besides SHIFT-SPACE)
I bought an OTG cable for my LG-G2. I connected to the OTG a wireless logitech keyboard (MK 250). In my keyboard layout I got 2 Languages: English and Hebrew.
When I press SHIFT-SPACE (language change), I see on the top of the screen the EN(English…

Maor Gordon
- 67
- 1
- 1
- 6
2
votes
0 answers
Exposure settings in uvcdynctrl for a Logitech C920?
I managed to set the exposure value, as well as any other controllable value of the Logitech C920 webcam, manually and fixed. (I am doing computer vision research with it). However, I can not find any source that tells me in which unit the exposure…

TobiasWeis
- 491
- 6
- 14
2
votes
1 answer
How to target only the Mouse with Logitech LED Illumination SDK
I want to Light just one key on my keyboard (Logitech G910),
at the same time as setting the color of the mouse (Logitech G303).
Setting a key on the keyboard works fine,
but I cannot set the color of the mouse without setting all keys on the…

niklasda
- 116
- 6