Camera

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