Skip to content

v2.0.1

Compare
Choose a tag to compare
@Avasam Avasam released this 26 Apr 17:22
6ec7ebe

This is a patch release, there are no new features or breaking changes.
Read https://github.com/Toufool/AutoSplit/releases/tag/v2.0.0 for all the changes since 1.6.1

Bugfixes

  • Fixed the D3D Desktop Duplication Capture Method not working at all (Fixes #229)
  • Fixed an error that could happen with BitBlt Capture Method when closing the target window of a multi-windows application (like Dolphin).
  • Fixed pHash comparison method returning a match of 0 upon a perfect match
  • Fixed an issue where AutoSplit would automatically restart if the "Loop Last Split Image to First Split Image" was checked, and AutoSplit was manually "Reset" rather than only looping from hitting the last split.
  • Fixed some numbers being rounded up in the GUI instead of being truncated. (a 0.996 match was incorrectly displayed as a perfect 1.00 match)
  • Better handle some camera errors
    • If a Capture Card isn't currently available available or is not supported by OpenCV, the blank frame given by OpenCV will be used instead of popping up an error. (Closes #58 , relates to opencv/opencv#23539)
    • Hide OBS Virtual Camera to prevent confusion with the plugin and prevent AutoSplit crash when selected.
  • Support Dummy Flag for start image (Fixes #222)

Optimizations

  • Make the autostart image comparison timer and the live preview refresh timer respect FPS limit setting changes
  • Optimize the live preview by re-using the image from comparison instead or requesting another new image

Documentation