While testing an app using this component came across two problems.
Stop method. Application crashed with exception that couldn't be caught when method was called right after Start method.This whas discovered while swithing on/off on a slow computer.
GetCurrentFrame method. Exception was thrown when we tried to get frame right after calling Start.
This was caused by using delegates to native code methods that were not synchronized with the managed code.
This is why I decided to use GetCurrentFrame exception to create this crude fix. I've created new method to maintain backward compatibility
While testing an app using this component came across two problems.
This was caused by using delegates to native code methods that were not synchronized with the managed code. This is why I decided to use GetCurrentFrame exception to create this crude fix. I've created new method to maintain backward compatibility