logitech Questions

4

Solved

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 dong...
Arterialize asked 23/2, 2012 at 7:25

7

I am trying to acquire images from my webcam using a python code that imports OpenCV. The code is the following: import sys sys.path.append("C:\\opencv\\build\\python\\2.7") import cv2 import cv2...
Sabrasabre asked 18/10, 2013 at 11:2

1

To improve scrolling in my application, I recently added support for high-resolution scrolling wheel events. According to the documentation this is pretty straightforward: The handler for WM_MOUSEW...
Acedia asked 5/12, 2020 at 20:29

5

Solved

In our team everybody uses the Logitech MX Master 1-3. There is a browser bug that allows you to scroll out of the page container indefinitely. See attached screenshots. It only happens with Logite...
Camouflage asked 18/2, 2020 at 15:3

3

I'm getting MediaStreamError { name: "AbortError", message: "Starting video failed", constraint: "", stack: "" } on my desktop PC, but not on my notebook PC. Note: both PCs run Windows 10 and use i...
Tramontane asked 17/6, 2019 at 23:51

0

I have a Logitech G613 keyboard for linux. It works fine except that the G(1-6) keys are mapped to F(1-6) by default and there is no way to remap them without remapping the F keys. So, I went thro...
Heath asked 2/9, 2018 at 16:0

3

I'm trying to capture the video stream off of my Logitech C920 in OpenCV. With Labview I can access an MJPG stream at 30fps 1080p. In opencv I am limited to either 5fps or 640x480. Here is the cod...
Giorgia asked 18/4, 2013 at 20:49

4

Solved

I am using OpenCV 2.4.5 on Ubuntu 12.04 64-bit. I would like to be able to set the resolution of the input from my Logitech C310 webcam. The camera supports up to 1280x960 at 30fps, and I am able t...
Macknair asked 6/5, 2013 at 1:19

0

I am trying to take 15 Megapixel images with a Logitech c920. The camera supports full-HD (2.1 MP) video, and 15MP static images. Using the supplied Logitech Software, I can indeed save 15MP ima...
Broome asked 13/12, 2016 at 17:44

1

Solved

I bought a Logitech Marble Trackman. I am used to hold one button and roll the ball to scroll under linux. Now I am working under Win8 and installed Logitech SetPoint. Now I have Universal Scroll a...
Ib asked 25/9, 2016 at 15:56

1

Solved

I am working on trying develop a means of discovering Logitech Harmony Hub devices on my local network, from an iOS app. The concept is inspired by this NODE.JS project, which seems to send out a U...
Chong asked 11/2, 2016 at 23:1

0

I want to capture a Video from the Logitech c920 with the maximal possible vertical angle using C++ and OpenCV. The biggest possible angle i was able to achieve is pictured below. 2304x1536@2fps u...
Breather asked 21/2, 2014 at 13:29

1

Solved

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...
Maunder asked 20/11, 2013 at 3:48

1

I have written a small program in C# 2010 which can split input from different keyboards by making an array of devices using, in part, the following: --This code works fine for non-unified keybo...
Overunder asked 12/11, 2012 at 0:12

2

Solved

Prior OpenCV 2.2, I was able to do VideoCapture capture(0); capture.set(CV_CAP_PROP_FRAME_WIDTH, 640); capture.set(CV_CAP_PROP_FRAME_HEIGHT, 480); in order to modify the frame size. But after wh...
Smallish asked 29/5, 2011 at 7:32
1

© 2022 - 2024 — McMap. All rights reserved.