Driver

UMDF driver code for DRV2605 haptic device

2019-04-28

I uploaded an ancient prototype driver code I used ages ago in testing the DRV2605 haptic device from Texas Instruments. I can’t figure out (and I also don’t have time either) how to make this thing build using the recent versions of Visual Studio. Nonetheless, I’m putting this out there as reference to somebody doing something similar to this project. Source code is here.

Driver · Drv2605 · Haptic · Umdf · Windows

1 minute

Updates to Camera Class Filter Driver for Windows

2019-03-13

Updated 2019/03/13: A pretty good writeup that explains the internals of writing a camera filter driver in Windows can be found here. I’m putting this information out as this repo is one of the references used in the writeup. Original post: This post is a bit of a departure from my usual golang/cloud-related ramblings. I posted an open-source camera class filter driver for Windows ages ago hoping that it would help someone working on a similar project.

Camera · Driver · Filter-Driver · Wdm · Windows

1 minute

Camera Class Filter Driver for Windows

2018-04-30

This post is a bit of a departure from my usual golang/cloud-related ramblings. I posted an open-source camera class filter driver for Windows ages ago hoping that it would help someone working on a similar project. If you are familiar with this type of driver, you probably know that it’s not that straightforward to write mainly due to it being generally undocumented. A lot of reverse engineering has been done to write this driver.

Camera · Driver · Filter-Driver · Wdm · Windows

1 minute