techyian / MMALSharp

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

InMemoryCaptureHandler clear on PostProcess #110

Closed techyian closed 4 years ago

techyian commented 4 years ago

The WorkingData property in the InMemoryCaptureHandler class should be cleared following each EOS event received. Currently the clearing is being done, but only if you've configured the image processing pipeline.

Also override XMLDoc on this method to state that the WorkingData property is cleared.

techyian commented 4 years ago

Not an issue. Closing.