techyian / MMALSharp

C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
MIT License
195 stars 33 forks source link

Refactoring FrameDiffDriver.Apply to use early returns instead of nested ifs. #196

Open IKoshelev opened 3 years ago

IKoshelev commented 3 years ago

Refactored Apply to have less complexity.