Jay Carlson

Results 3 issues of Jay Carlson

For some lightweight applications, such as sniffing WM_DEVICECHANGE (and subsequent DBT_DEVICEARRIVAL events), we must call RegisterDeviceNotification() when we have a valid handle; but we must also re-register if our handle...

I've been burned before by first-rev ICs shipping without functioning crystal oscillators, incorrect peripheral availability on pins, and strange power supply hacks. All of these problems are quietly mentioned in...

In holoscan SDK 2.1.0, code was added in to ensure the input image has rank 3: ``` auto in_rank = in_tensor_gxf.rank(); if (in_rank != 3) { throw std::runtime_error( fmt::format("Input tensor...

bug
help wanted