Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
104 views

C# Logitech G19 SDK getting started? [closed]

Does anyone have a sample, tutorial or a link on how to use the Logitech G19 keyboard SDK with Visual Studio 2010 and C# for programming the LCD? I can't find anything anywhere for C#.
2
votes
1answer
348 views

Logitech g930 headset

I have a Logitech G930 headset - it is wireless, and has HotKeys on the headset itself. I am looking to have one of the HotKeys let me answer a Skype call when it comes in. Where should I start? ...
2
votes
2answers
269 views

Is Python programming for Logitech G15 possible?

I have a Logitech G15 keyboard. It has a screen. Can i program this? I googled it but the one site i found didn't work.. It seems like it is possible, but i cannot grasp how. Thanks! This site is ...
2
votes
1answer
581 views

Delphi 2007 and Logitech Webcam Driver

A while ago I had this issue with Delphi 2007 unable to run and debug apps while the logitech webcam driver runs. Apparently the Logitech Driver inserts a stub into every process running, thereby ...
1
vote
1answer
658 views

Programming a Logitech G15 using python

I'd like to be able to write apps for my G15 keyboard using python. There seems to be a few people out there who have done it in the past, but I'm not sure what packages I need to install or where I ...
0
votes
0answers
2 views

Logitech Unifying Reciever Protocol?

Is there a place where I can find documentation or an SDK about the Logitech Unifying Receiver? I recently obtained a wireless mouse, which came with a Logitech Unifying Receiver (a small USB dongle ...
0
votes
1answer
103 views

Logitech G15 Keyboard - display api for Delphi

Is there any api/sdk for Delphi to use the G15 Logitech keyboard display? All I managed to find uses "lgLcdLibWrapper.dll" in between which works only for 32bit projects. Would be nice to have a ...
0
votes
0answers
73 views

JMF: setFormat fails for Logitech webcam after installing drivers

I bought a Logitech webcam because my Trust didn't perform well in low light. I plugged it in and it worked immediately. I got nice 640x480 pictures (even though the webcam was supposed to support ...
0
votes
1answer
138 views

How do I set the Gain of a logitech Webcam Pro 9000 in C#?

I'm developing an application that uses a Logitech Webcam Pro 9000 (and no other) to capture and filter a stream. I've used AForge.net and gotten a quick start. I've already managed to get the webcam ...
0
votes
1answer
64 views

Changing / restricting used frequencies for Logitech wireless devices

I'm using a Logitech wireless gamepad (F710) and am noticing that it's automatic frequency hopping feature, which makes the joystick work well, is actually blowing away my wireless communications for ...
0
votes
0answers
68 views

How do I set a specific resolution on a Logitech camera (1024*768, 640*480, etc.) in MPEG format on Mac

Currently I am developing an application in MAC Xcode in which I want to change the camera resolution. I have tried QTCompressionOptions but it did not work and also the option for compression is very ...
0
votes
0answers
56 views

customize logitech f510

i want to use Logitech game pad f510 as a key board and mouse. i read that this game pad can be customized as a keyboard and mouse. i searched all throughout but did not find. please give me the ...
0
votes
2answers
98 views

PC Cursor (sometimes) stuck at SizeAll caused by Logitech G9

We've noticed some strange Cursor behavior, which we suspect is a result of one of our Cursor canging methods. Just sometimes, our pc keeps showing the SizeAll cursor. Everywhere, in every ...
0
votes
1answer
296 views

Logitech USB HID controller message

I have a Logitech game controller(http://www.amazon.com/Logitech-Dual-Action-Game-Pad/dp/B0000ALFCI). I'm using c# and Microsoft's HID driver to track what buttons are being pressed. Each button press ...