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.
The
WorkingData
property in theInMemoryCaptureHandler
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.