Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [logitech]

Logitech is a global provider of personal peripherals for computers and other digital platforms.

0 votes
0 answers
13 views

Logitech C270 HD Webcam on Windows 10 Pro: "No combination of intermediate filters could be found to make the connection" Error

I'm using a Logitech C270 HD Webcam on Windows 10 Pro build 16299 in my .NET 2.0 Windows application. When I try to use Camera_NET.CameraControl.SetCamera, I encounter the following error: No ...
him's user avatar
  • 11
1 vote
0 answers
42 views

Lua scripting being used in mouse macro. (logitech)

I have a Lua script for Logitech G Hub that moves my mouse for me. It's set to use MB4 for that. I want to remap MB5 to press shift, mb4. But when I have the script running and press MB5, it only ...
newguy's user avatar
  • 11
0 votes
0 answers
21 views

logitech script, re binding to mouse button / macro cant get to work

i have a 180 script macro which works perfectly MoveAmount = -900 function OnEvent(event, arg) OutputLogMessage("event = %s, arg = %d\n", event, arg) if (event == "PROFILE_ACTIVATED&...
newguy's user avatar
  • 11
0 votes
1 answer
84 views

How to combine two logitech scripts?

Im trying to put the following 2 scripts together so that they can run at the same exact time. function OnEvent(event, arg) if EnableRCS ~= false then if IsMouseButtonPressed(3) then -- ...
censori's user avatar
-2 votes
0 answers
33 views

The Lua script is not running. Please check

EnablePrimaryMouseButtonEvents(true); function OnEvent(event, arg) if (event == "MOUSE_BUTTON_PRESSED" and arg == 5) then local second = 0 repeat if second == not 10 then ...
user25821265's user avatar
0 votes
1 answer
47 views

Script randomly stopped working, despite not changing it or updating g hub

I've tried restarting, and it used to work. Now it does nothing and am unsure what else to do, it just keeps saying the final like 'end' is a syntax error, and explains nothing else in the consosle if ...
user24851336's user avatar
0 votes
0 answers
88 views

lghub lua script presskey

I dont really know how to code lua, i made a script, when "Numlock" is on the script clicks "a" for a random time duration, then releases "a" and it presses "s" ...
Bread's user avatar
  • 1
0 votes
0 answers
88 views

LGHUB Lua script

I dont really know how to code Lua, I made a script, when "Numlock" is on the script clicks "a" for a random time duration, then releases "a" and it presses "s" ...
Bread's user avatar
  • 1
0 votes
1 answer
158 views

How to make toggle key to switch between two seperate functions lua script(logitech)

Currently when Caps Lock is on, the script is enabled, and when its off, its disabled. Fairly straightforward, what I'd like to do is when caps is on, all code above else statement is enabled, and ...
Work Mail DataAnalysisBiz's user avatar
0 votes
0 answers
53 views

opencv 4.5.4 with StreamCam Plus not getting expected FPS

I am using a MSI GS66 Stealth with a logitech StreamCam Plus and openCV_4.5.4. The code is below. For some reason I am only able to get a max of ~30 fps despite setting the fps to 60. It should be ...
JCoder's user avatar
  • 85
0 votes
0 answers
32 views

Does p5.js support steering wheel and gas pedal input and how to read input?

I am writing a web based race car game using JavaScript and p5.js on a Mac. Does p5.js or Javascript accept steering wheel device input? And how how would you read input from a steering wheel device ...
user1104028's user avatar
0 votes
0 answers
97 views

How can I detect if my GHUB profile is in G-Shift mode within a LUA script?

I have a LUA script on my profile, but I only want it to execute when the profile is G-shifted. Is there some GHUB Lua api for detecting that? I don't see anything in the G_series_Lua_API.pdf i.e. if (...
Levi Star's user avatar
0 votes
1 answer
62 views

playsound plays mp3 file but plays it very quietly

I am trying to get a simple click tone to play on Pycharm2023/Python3.11/Win7. But the audio file, which when I play it by itself (whether by windows media player or VLC) sounds fine, but in the ...
D.Zou's user avatar
  • 796
-1 votes
1 answer
81 views

What can I do to stop running the script when I release the left button?

EnablePrimaryMouseButtonEvents(true); function OnEvent(event, arg) if IsKeyLockOn("capslock") and IsMouseButtonPressed(1) and IsMouseButtonPressed(3) then repeat ...
Yingg's user avatar
  • 1
0 votes
1 answer
143 views

Lua script logitech - start and end a loop when the key is released

I'm trying to make a script so that when I press a key the loop starts and when I release it the loop ends. However, the loop keeps running infinitely, even when I release the key. function OnEvent(...
Diogo's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
20