-
Firstly, thanks for the library. I've been using it without issue on macOS but now I'm trying to get some code running on windows and it doesn't work.
Specifically I have a Logitech C930e connected…
-
Hi all
I use a Raspberry to record real-time data from a STWIN.box. I execute consecutive sequences of measurements, but when stopping the recording, the `stop_log` function sometimes gets stuck, a…
-
Hi,
I am trying to recover my Qualcomm RB5 device using QDL model
I am able to see the device in lsusb :
Bus 001 Device 004: ID 05c6:9008 Qualcomm, Inc. Gobi Wireless Modem (QDL mode)
Also set …
-
Hello
Required Info |
-- | --
Camera Model | D435i
Firmware Version | 5.16.0.1
Operating System | Ubuntu 20.04.6 LTS
Platform | NVIDIA Jetson Orin AGX
Jetpack | 5.1.1 [L4T 35.3.1]
Kernel V…
-
Dear All,
I know this topic has been discussed before but I am bringing it back to life because I am trying to implement something on an Android device but I cannot get it to work.
To give a bit o…
-
```
libnfc is using the old libusb-0.1 API.
Maybe you can switch to libusb-1.0 instead?
```
Original issue reported on code.google.com by `ludovic....@gmail.com` on 12 May 2012 at 8:22
-
I want to use libusb library to communicate with an HID device. I could implement many of its functions and it was ok. but when I want to get the device descriptor with ```libusb_get_device_descriptor…
-
1>core.c
1>src\LibUSB\libusb\core.c(652,26): error : cannot initialize a variable of type 'struct discovered_devs *' with an rvalue of type 'void *'
1> struct discovered_devs *ret =
1> …
-
CMake Error at CMakeLists.txt:60 (add_executable):
Target "objects_publisher" links to target "libusb::libusb" but the target
was not found. Perhaps a find_package() call is missing for an IMPO…
-
Hi all,
I met a detection issue on libusb 1.0.27 but the code works on libusb 1.0.26.
Here is the code used :
```
/* Initialise libusb. */
SDL_Log("Init LibUSB... \n");
res = …