Logitech is a global provider of personal peripherals for computers and other digital platforms.
Questions tagged [logitech]
274 questions
0
votes
1 answer
Control a C920 Logitech HD Pro Webcam using C under linux
Is their any C api to control C920 Logitech HD Pro Webcam.The Cam came with a controller under windows to control its directions and can track a human face, I need to do the same using C under linux.

Ahmed Kato
- 1,697
- 4
- 29
- 53
0
votes
1 answer
Loading images from resource don't work(C++ Dll)
I'm writing a Logitech plugin for MusicBee.
The only problem I have is that the images of the artwork, play and pause image don't load.
I have tested a lot of different ways to use the images in the VS2012 resource file. But non of them works. I…

Test Jef
- 41
- 5
0
votes
1 answer
Control.OnKeyDown triggered by Logitech mouse?
In my C# application, I handle CTRL and SHIFT in OnKeyDown as shown below. It works as intented. However, when I press the middle button on my Logitech M705 I get a sequence of unwanted key events. Both foo() and bar() get called, which clearly is…

l33t
- 18,692
- 16
- 103
- 180
0
votes
1 answer
Logitech TV Cam for Google TV not available for sdk?
Today I tried to access Logitech TV Cam from Logitech Revue, but it is not available
numberOfCameras = Camera.getNumberOfCameras()
always returns 0, while Logitech Vid HD can access the camera.
Any hints how to get it working?

Chaos2000
- 3
- 1
0
votes
1 answer
using a Logitech camera in openCV
I have been trying to use my logitech camera using:
CvCapture* capture = cvCaptureFromCAM(1);
My laptop already have a built-in camera and it's working fine
I'm using openCV 2.3 in Visual Studio 2010
All sources i'm finding are using libraries for…

user1347945
- 493
- 2
- 7
- 11
-1
votes
0 answers
Logitech Lua priority key presses
I wanna create a script for a game which presses 5 buttons but the keys get pressed in order of Priority on which skill is on cooldown:
Excample:
Hold MB5
Skill 1 fires(is now on cooldown)
Skill 2 fires(is now on cooldown)
Skill 3 fires(is now on…

Schomi
- 9
- 4
-1
votes
1 answer
- Logitech macros ! the command doesn't stop while I'm holding down the right mouse button
https://docs.google.com/document/d/1pX81q-AEn2o7n0rlpvD-GOoKCakMxqO0v8-JXPjtEnA/edit?usp=sharing
----- - here are all my LUA files
here are all my Lua files! they are used in LOGitech Ghud . when the macro is active, hold down the right mouse…

Jim Raynor
- 3
- 2
-1
votes
1 answer
logitech hold press lua
The loop in LGS, if I release M4, it will execute the entire process before stopping. Can someone provide me with a Lua?
When I press and hold M4: key P is pressed → 100ms delay → M1 is clicked → 25ms delay → key P is released (every 350ms cycle).…

kql778
- 1
- 1
-1
votes
1 answer
How to get Logitech loop to work on other mouse buttons?
Having an issue with this simple loop showing up an error. For reference im using a Logitech g502 lightspeed.
1. function OnEvent(event, arg)
2.
3. if (event == "MOUSE_BUTTON_PRESSED" and arg == 8) then
4. PressAndReleaseKey("spacebar")
5. …

L.Kent
- 1
- 3
-1
votes
1 answer
MacOS The application “Logi Options+ Installer” can’t be opened
When I try to install Logi options+ on macOS Ventura (13.2) I get the warning "The application "Logi Options+ Installer" can't be opened".

sercan
- 182
- 19
-1
votes
1 answer
How to setup Logitech's LED Illumination SDK with C#
I am trying to setup the Logitech LED SDK in order to create a script that allows to change backlight of specific keys. However when I follow the instructions given in the documentation
I get the following ERROR: error CS0103: The name…

Noddy
- 5
- 4
-1
votes
1 answer
I want to merge 2 functions on the mouse
I just want to connect two funktions on LMB & RMB.
When the RMB is pressed the spot script should run until stopped by pressing the LMB.
Then when RMB & LMB are pressed together the recoil script should run until LMB is released and if RMB is still…

clueless
- 1
- 2
-1
votes
1 answer
Excel COM add-in for Training The Street no longer loads after another add-in is uninstalled, reinstalling does not work
My TTS Turbo Macro Excel COM add-in was working before I uninstalled Logi Options Plus for the second time.
I tried cleaning up related registry items and reinstalling TTS Turbo Macro add-in and Logi Options Plus but it didn’t help. The load…
-1
votes
1 answer
How do i simulate keypresses in lua after mouse 1 is pressed?
im trying to simulate a sequence of keypresses in lua, i already have it working with another program but im limited to it being always on or off instead of being able to toggle it with capslock. but im getting the error "[string "LuaVM"]:8: attempt…

Bush Kangarutha
- 1
- 1
-1
votes
1 answer
How can I run and close an exe file with a mouse key?
I have an exe file and I want to run it and close it by pressing a mouse button or a keyboard button. For eg. say it is a music.exe and I want to open it while I am gaming/doing spread sheet by pressing the key 'm' or mouse button.
I have access to…

Alfas MP
- 79
- 1
- 10