Windwoes

Results 70 comments of Windwoes

``` 2025-01-30 14:48:28.495 983-1537 Uvc com.qualcomm.ftcrobotcontroller D [device.cpp:279] uvc_open()... 2025-01-30 14:48:28.495 983-1537 Uvc com.qualcomm.ftcrobotcontroller D [libuvc/libuvc_internal.h:357] uvc_device::open()... 2025-01-30 14:48:28.495 983-1537 libusb com.qualcomm.ftcrobotcontroller D [800.255892] [00000601] libusb: debug [op_open] op_open: szUsbPath=/dev/bus/usb/001/004...

The link I sent points to Extracted-RC, which is already set up to allow you build the SDK entirely from library sources. You should just be able to clone the...

I haven't tried to build it from Ladybug, you might need to do a side by side install of an earlier version of AS.

Let's start with just trying to run a sample vision OpMode from Extracted-RC and see if it fixes the issue.

Ooops, looks like I forgot to bump some dependency versions in the gradle script for Extracted-RC when it was updated to 10.0. Can you edit [this dependency block](https://github.com/OpenFTC/Extracted-RC/blob/master/Vision/build.gradle#L35) to have...

> (1) We were not quite able to decipher the way the VID and PID are being used in libuvc. We see the 16 bit shifts, but we are a...

> We also tried incorporating our code (and a couple of additional library dependencies like Acme Dashboard) into our fork of Extracted-RC but that build failed with a cascade of...

Note the following on the FTC Dash readme: ![Image](https://github.com/user-attachments/assets/bfbed3d0-43b6-4cfc-a73a-44fbb4439107)

Thanks for pointing this out, we'll fix it in the next release