techyian / MMALSharp

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

Use managed code in effects processor #168

Closed techyian closed 3 years ago

techyian commented 3 years ago

Similar to the work @MV10 has done for #161, I would also like to modify the ConvolutionBase class to use managed code instead of the unsafe logic to apply effects. This should improve performance significantly.

techyian commented 3 years ago

Duplicate of #108.