Thomas Watson

Results 130 comments of Thomas Watson
trafficstars

Fixed in the latest release, thank you again for finding and bisecting this!

Features tested and working on `odroid-C4`: * HDMI output * USB keyboard input * Serial (via official system console header) input and output * SD and eMMC install * SD...

Features tested and working on `odroid-N2` (plus): * HDMI output * USB keyboard input * Serial (via official system console header) input and output * Install to SPI from SD...

I only have this issue on 2.50.0. 2.49.0 and below work fine. I tested reverting PR #9821 and that fixes the issue, so I think that PR might need revision.

It looks like the libusb object is destructed a couple times a second at least when using realsense-viewer, which means the device is constantly detached and reattached from v4l, causing...

Thank you for the information on finding the corresponding tests and background on why these decisions were made. I did observe that "more than half" of the repo is indeed...

FWIW I have exactly this symptom on my Surface Go with Windows 10 and exactly the same fix works (turning on "Merge button events with stylus tip events"). I don't...

Thank you for information on running the tests. They betrayed the root cause of my observed failures: `Encode : 222 the provided PTX was compiled with an unsupported toolchain.` Turns...

The big thing on zfp's side in my book is to build multiple binary versions plus a PTX version of each CUDA kernel as described on that NVidia page I...

I did some research and very recent versions of CMake know how to handle this automatically: https://cmake.org/cmake/help/v3.24/prop_tgt/CUDA_ARCHITECTURES.html#prop_tgt:CUDA_ARCHITECTURES . I understand requiring these recent versions is not an attractive proposition but...