forked from gentlepumpkin/bi-aidetection
-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Monkeying with dynamic masking ObjectPosition.Equals so it stores c…
…olumns for the last variances checked for troubleshooting, and so they are stored as whole number percentages. Lets see if this helps figure out why sometimes distant/small detections need such a large variance percent set to be considered equal. * Added Camera.Action_image_merge_jpegquality = 80 so you can control how large resulting images are. 100=largest, best quality, 20=small, low quality, small image. * Changed a 'warning' log entry in DynamicMaskDetails to INFO so users wont get telegram warnings for it. * Increase cleanhistorytimer from 1 minute to 5 minutes - perhaps less chance of threading conflicts * Fix bug where mask history objects would not always be removed. Changed TimeSpan.Minutes to TimeSpan.TotalMinutes in CleanUpExpiredHistory. * Moved more functions from the UI (shell.cs) to its own class (aitool.cs > InitializeBackend) in prep for creating true service
- Loading branch information
Showing
8 changed files
with
206 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.