You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve safety and simplicity by copying frame data instead of sharing it with dxgcap through raw pointer. This has a negligeble impact on performance.
Use Rust library dxgcap for capturing instead of C++ lib DXGCap. This makes interfacing with the code easier, and removes need for building DXGCap separately as dll.
Use Rust library se-rs-ial for writing of serial data. This again removes need for building separate dll. Also, se-rs-ial is cross platform.
Remove use of an unstable feature in preparation for making the project buildable with rust beta.