Ken98045 / On-Guard

Adds Artificial Intelligence to almost any security camera that supports HTTP, ONVIF or FTP. It uses DeepStack as the AI engine. It allows the user to easily create areas in a photo that should trigger an action (HTTP/email/MQTT) or ignore activity in that area. It can dramatically reduce the incidents of picture false alarms. It can optionally interact wtih Blue Iris.
43 stars 8 forks source link

Notification emails only getting sent to first email in list of multiple email addresses. #15

Open srss opened 3 years ago

srss commented 3 years ago

Version 2.0.2.0

Set Notifications -> Email To (Check to include images) -> Recipients

I have 3 recipient emails added here and when there is an AOI trigger, only the first email address gets a notification. Log file shows only the one email sent. No email addresses after the first one get a notification.

Tried on the Master branch as well as OnGuardV2 branch.

Ken98045 commented 3 years ago

I typically do send to 2/3 addresses. However, I’ll take a look. Maybe something broke.

From: Scott Smith @.*** Sent: Tuesday, March 23, 2021 5:39 PM To: Ken98045/On-Guard Cc: Subscribed Subject: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15)

Version 2.0.2.0

Set Notifications -> Email To (Check to include images) -> Recipients

I have 3 recipient emails added here and when there is an AOI trigger, only the first email address gets a notification. Log file shows only the one email sent. No email addresses after the first one get a notification.

Tried on the Master branch as well as OnGuardV2 branch.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Ken98045/On-Guard/issues/15 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24PVUHIALNB4ADI4FQLTFEYBXANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24L6NXGGDQCOLJ72P4TTFEYBXA5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4MQFXEKA.gif

srss commented 3 years ago

I played around with it and it looks like the first email in the list gets sent. If I change the order of the notification emails it's always the first one in the list that gets sent.

kummerr commented 3 years ago

I'm sending emails to multiple recipients using 2.0.2 and am not seeing any issues.

Ken98045 commented 3 years ago

I just tried 2.02 again. I did send and received emails to/from multiple accounts. Try turning on detailed logging and see if you can see anything that way. It is possible that there is an issue with the email “cool down”. Because I don’t want to send 30 emails within 30 seconds for example, there is a cool down period between emails. However, that should not affect sending 1 email to multiple addresses.

You should also be aware that sometimes email servers consider sending too many emails too soon as an attempt to send spam. They may block outgoing emails either with or without an error message to the sender. For instance, Comcast says that you can have 25 simultaneous sessions for outgoing email. I recently found out that sometimes they won’t process even 2 or 3 without an error. Because of this I decided to change the send of outgoing email to sequential rather than parallel processing. I don’t like doing that, but slow is better than none I guess. I don’t think that that change is in 2.0.2 though I could be wrong.

I know that slogging through the detailed log file can take a while. There is a lot of detail, and a lot of the messages may not make much sense. However, I do think that you can probably track down the problem there.

From: Scott Smith @.*** Sent: Wednesday, March 24, 2021 9:08 AM To: Ken98045/On-Guard Cc: Ken98045; Comment Subject: Re: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15)

I played around with it and it looks like the first email in the list gets sent. If I change the order of the notification emails it's always the first one in the list that gets sent.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ken98045/On-Guard/issues/15#issuecomment-805955954 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24MONFLFTF4QXJBKINDTFIE6TANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24JGHRRGG6FCYUFQBMDTFIE6TA5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGAE6S4Q.gif

srss commented 3 years ago

Outgoing Server (SMTP): smtp.gmail.com Email User Name: myemail@gmail.com Email Password: XXXXXXXXXXX Use SSL is CHECKED Server Port: 587

Then - Edit Areas of Interest -> Double Click on Area Name -> Set Notifications -> Under "Email To (Check to include images) I have added 2 valid gmail addresses. Nothing added for Urls to Notify (Wish I could specify GET/POST here to update Home assistant via Webhook). OK, OK, Done.

Then I walk in fromt of that camera to trigger motion, Blue Iris saves the jpg's, On Guard processes them and sends a message out to only the first email in the recipient list.

Detailed Log of a single event: 2021.03.24 15:57:03:7980 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155703786.jpg 2021.03.24 15:57:03:8426 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155703786.jpg 2021.03.24 15:57:04:2291 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155703786.jpg with: 3 objects 2021.03.24 15:57:04:2291 - (Trace) potted plant 0.5563126 614 435 755 582 2021.03.24 15:57:04:2291 - (Trace) chair 0.6441854 28 798 342 1075 2021.03.24 15:57:04:2292 - (Trace) person 0.8955019 1223 426 1593 1070 2021.03.24 15:57:04:2293 - (Trace) The AI Found: 3 Total Objects 2021.03.24 15:57:04:2293 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:04:2293 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:04:2293 - (Trace) Objects after duplicate vehicle check: 1 2021.03.24 15:57:04:2293 - (Trace) Object count before removing parked: 1 2021.03.24 15:57:04:2294 - (Trace) non-vehicle objects before parking check: 1 2021.03.24 15:57:04:2294 - (Trace) Total objects after parked vehicle check: 1 Vehicles remaining: 0 2021.03.24 15:57:04:2294 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210324_155703786.jpg with: 1 objects 2021.03.24 15:57:04:2294 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.24 15:57:04:2294 - (Trace) Back Porch People and Mammals: Object mismatch: Any Mammal - person 2021.03.24 15:57:04:2294 - 1 interesting objects found in file: C:\BlueIris\New\BackPorch.20210324_155703786.jpg 2021.03.24 15:57:04:8151 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155704810.jpg 2021.03.24 15:57:04:8704 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155704810.jpg 2021.03.24 15:57:05:3011 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155704810.jpg with: 3 objects 2021.03.24 15:57:05:3011 - (Trace) potted plant 0.4656137 612 434 754 582 2021.03.24 15:57:05:3011 - (Trace) chair 0.58734876 30 800 344 1075 2021.03.24 15:57:05:3011 - (Trace) person 0.8853497 1075 246 1468 1066 2021.03.24 15:57:05:3021 - (Trace) The AI Found: 3 Total Objects 2021.03.24 15:57:05:3021 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:05:3021 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:05:3021 - (Trace) Objects after duplicate vehicle check: 1 2021.03.24 15:57:05:3021 - (Trace) Object count before removing parked: 1 2021.03.24 15:57:05:3021 - (Trace) non-vehicle objects before parking check: 1 2021.03.24 15:57:05:3021 - (Trace) Total objects after parked vehicle check: 1 Vehicles remaining: 0 2021.03.24 15:57:05:3021 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210324_155704810.jpg with: 1 objects 2021.03.24 15:57:05:3021 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.24 15:57:05:3021 - (Trace) Back Porch People and Mammals: Object mismatch: Any Mammal - person 2021.03.24 15:57:05:3022 - 1 interesting objects found in file: C:\BlueIris\New\BackPorch.20210324_155704810.jpg 2021.03.24 15:57:05:8570 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155705836.jpg 2021.03.24 15:57:05:8737 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155705836.jpg 2021.03.24 15:57:06:2494 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155705836.jpg with: 3 objects 2021.03.24 15:57:06:2494 - (Trace) potted plant 0.42673278 621 448 759 580 2021.03.24 15:57:06:2494 - (Trace) chair 0.6465568 29 802 366 1077 2021.03.24 15:57:06:2494 - (Trace) person 0.9273796 1161 497 1753 1075 2021.03.24 15:57:06:2495 - (Trace) The AI Found: 3 Total Objects 2021.03.24 15:57:06:2495 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:06:2495 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:06:2496 - (Trace) Objects after duplicate vehicle check: 1 2021.03.24 15:57:06:2496 - (Trace) Object count before removing parked: 1 2021.03.24 15:57:06:2496 - (Trace) non-vehicle objects before parking check: 1 2021.03.24 15:57:06:2496 - (Trace) Total objects after parked vehicle check: 1 Vehicles remaining: 0 2021.03.24 15:57:06:2496 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210324_155705836.jpg with: 1 objects 2021.03.24 15:57:06:2496 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.24 15:57:06:2496 - (Trace) Back Porch People and Mammals: Object mismatch: * Any Mammal - person 2021.03.24 15:57:06:2496 - 1 interesting objects found in file: C:\BlueIris\New\BackPorch.20210324_155705836.jpg 2021.03.24 15:57:06:8413 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155706836.jpg 2021.03.24 15:57:06:8815 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155706836.jpg 2021.03.24 15:57:07:2960 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155706836.jpg with: 2 objects 2021.03.24 15:57:07:2960 - (Trace) potted plant 0.62536734 617 434 759 583 2021.03.24 15:57:07:2960 - (Trace) chair 0.6570115 35 806 382 1074 2021.03.24 15:57:07:2961 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:07:2962 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:07:2962 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:07:2962 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:07:2962 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:07:2962 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:07:8410 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155707836.jpg 2021.03.24 15:57:07:8802 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155707836.jpg 2021.03.24 15:57:08:2401 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155707836.jpg with: 2 objects 2021.03.24 15:57:08:2401 - (Trace) potted plant 0.5519554 616 438 755 581 2021.03.24 15:57:08:2401 - (Trace) chair 0.7310864 39 804 347 1072 2021.03.24 15:57:08:2403 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:08:2403 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:08:2403 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:08:2403 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:08:2403 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:08:2403 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:08:8421 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155708836.jpg 2021.03.24 15:57:08:8887 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155708836.jpg 2021.03.24 15:57:09:3132 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155708836.jpg with: 2 objects 2021.03.24 15:57:09:3132 - (Trace) potted plant 0.5235418 616 429 754 580 2021.03.24 15:57:09:3132 - (Trace) chair 0.73538285 38 804 346 1073 2021.03.24 15:57:09:3133 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:09:3133 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:09:3133 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:09:3133 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:09:3133 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:09:3133 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:09:8447 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155709836.jpg 2021.03.24 15:57:09:8862 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155709836.jpg 2021.03.24 15:57:10:2498 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155709836.jpg with: 2 objects 2021.03.24 15:57:10:2498 - (Trace) potted plant 0.40314734 619 430 759 581 2021.03.24 15:57:10:2498 - (Trace) chair 0.7128774 36 804 365 1073 2021.03.24 15:57:10:2499 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:10:2499 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:10:2499 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:10:2499 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:10:2499 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:10:2499 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:10:8536 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155710846.jpg 2021.03.24 15:57:10:8991 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155710846.jpg 2021.03.24 15:57:11:2948 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155710846.jpg with: 2 objects 2021.03.24 15:57:11:2949 - (Trace) potted plant 0.54076403 618 429 759 582 2021.03.24 15:57:11:2949 - (Trace) chair 0.701205 33 804 361 1073 2021.03.24 15:57:11:2949 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:11:2949 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:11:2949 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:11:2950 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:11:2950 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:11:2950 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:11:8599 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155711846.jpg 2021.03.24 15:57:11:9099 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155711846.jpg 2021.03.24 15:57:12:4806 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155711846.jpg with: 3 objects 2021.03.24 15:57:12:4807 - (Trace) chair 0.44960725 324 608 744 1072 2021.03.24 15:57:12:4807 - (Trace) potted plant 0.47303164 619 434 757 584 2021.03.24 15:57:12:4807 - (Trace) chair 0.71059775 31 805 383 1074 2021.03.24 15:57:12:4808 - (Trace) The AI Found: 3 Total Objects 2021.03.24 15:57:12:4808 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:12:4808 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:12:4808 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:12:4808 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:12:4808 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:12:4808 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:12:8518 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155712846.jpg 2021.03.24 15:57:12:8984 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155712846.jpg 2021.03.24 15:57:13:3348 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155712846.jpg with: 3 objects 2021.03.24 15:57:13:3348 - (Trace) chair 0.4728277 319 606 743 1073 2021.03.24 15:57:13:3348 - (Trace) potted plant 0.6179139 619 427 758 583 2021.03.24 15:57:13:3348 - (Trace) chair 0.7296901 30 804 380 1074 2021.03.24 15:57:13:3349 - (Trace) The AI Found: 3 Total Objects 2021.03.24 15:57:13:3349 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:13:3349 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:13:3349 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:13:3350 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:13:3350 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:13:3350 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:13:8512 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155713846.jpg 2021.03.24 15:57:13:9090 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155713846.jpg 2021.03.24 15:57:14:2953 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155713846.jpg with: 2 objects 2021.03.24 15:57:14:2954 - (Trace) chair 0.4812362 313 602 744 1073 2021.03.24 15:57:14:2954 - (Trace) chair 0.76376647 33 801 342 1076 2021.03.24 15:57:14:2954 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:14:2955 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:14:2955 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:14:2955 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:14:2955 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:14:2955 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:14:8520 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155714846.jpg 2021.03.24 15:57:14:9002 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155714846.jpg 2021.03.24 15:57:15:2900 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155714846.jpg with: 2 objects 2021.03.24 15:57:15:2900 - (Trace) chair 0.51245624 312 604 745 1073 2021.03.24 15:57:15:2900 - (Trace) chair 0.7610193 38 804 347 1074 2021.03.24 15:57:15:2901 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:15:2901 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:15:2901 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:15:2901 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:15:2901 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:15:2901 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:15:8572 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155715852.jpg 2021.03.24 15:57:15:9278 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155715852.jpg 2021.03.24 15:57:16:2946 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155715852.jpg with: 2 objects 2021.03.24 15:57:16:2947 - (Trace) potted plant 0.6729478 619 413 757 582 2021.03.24 15:57:16:2947 - (Trace) chair 0.7701118 41 803 357 1073 2021.03.24 15:57:16:2948 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:16:2948 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:16:2948 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:16:2948 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:16:2948 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:16:2948 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:16:8642 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155716852.jpg 2021.03.24 15:57:16:9123 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155716852.jpg 2021.03.24 15:57:17:2841 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155716852.jpg with: 2 objects 2021.03.24 15:57:17:2842 - (Trace) potted plant 0.65206116 619 416 755 583 2021.03.24 15:57:17:2842 - (Trace) chair 0.75067073 39 803 354 1073 2021.03.24 15:57:17:2842 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:17:2843 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:17:2843 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:17:2843 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:17:2843 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:17:2843 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:18:8728 - MainWindow - SQL Exception opeinging connection for adding motion file to database: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) 2021.03.24 15:57:18:8728 - MainWindow - SQL Exception opeinging connection for adding motion file to database: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) 2021.03.24 15:57:18:8728 - MainWindow - SQL Exception opeinging connection for adding motion file to database: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) 2021.03.24 15:57:32:8012 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:32:8012 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:38:1504 - Email sent to: xxxxxxxx@gmail.com 2021.03.24 15:58:37:2243 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:58:37:2243 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:59:10:8906 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:59:10:8906 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 16:05:50:7698 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 16:05:50:7698 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair

On a side not, I checked and Blue Iris can send the motion alerts to multiple emails and those come though but only the first one gets the On Guard email.

Does anything look off in my settings or log?

Ken98045 commented 3 years ago

The first thing to do is to get rid of the SQL related errors. I don’t think that this is in any way related to the issue you are reporting. However, it does need to be fixed. The standard install process should install a version of SQL for “localDB” access. If you already have a SQL installation you’d like to use then you can provide your own connection string to the database. Otherwise the default connection string should work. If you really do not want to use the database (it is used to track pictures with motion in them), then I’ll put in an option to turn it off in a future version.

After taking a close look at the log data you’ve included, I’ve come to the conclusion that while I provide a lot of information on what could be going wrong, there is not enough information regarding what happens when a picture does qualify as “interesting”. Unfortunately, this means that I’m going to need to post an updated version that has some additional logging information. There is simply not enough information there for me to track down your problem. Normally it is pretty obvious what the problem is, but not in this case.

I’ll let you know when an updated version is available. I expect that to be within a day. I’m not 100% certain what version of the application you are using. I’m going to go on the assumption that you are using the 2.0 branch or that you can be on that branch.

From: Scott Smith @.*** Sent: Wednesday, March 24, 2021 2:15 PM To: Ken98045/On-Guard Cc: Ken98045; Comment Subject: Re: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15)

Outgoing Server (SMTP): smtp.gmail.com Email User Name: @.*** Email Password: XXXXXXXXXXX Use SSL is CHECKED Server Port: 587

Then - Edit Areas of Interest -> Double Click on Area Name -> Set Notifications -> Under "Email To (Check to include images) I have added 2 valid gmail addresses. Nothing added for Urls to Notify (Wish I could specify GET/POST here to update Home assistant via Webhook). OK, OK, Done.

Then I walk in fromt of that camera to trigger motion, Blue Iris saves the jpg's, On Guard processes them and sends a message out to only the first email in the recipient list.

Detailed Log of a single event: 2021.03.24 15:57:03:7980 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155703786.jpg 2021.03.24 15:57:03:8426 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155703786.jpg 2021.03.24 15:57:04:2291 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155703786.jpg with: 3 objects 2021.03.24 15:57:04:2291 - (Trace) potted plant 0.5563126 614 435 755 582 2021.03.24 15:57:04:2291 - (Trace) chair 0.6441854 28 798 342 1075 2021.03.24 15:57:04:2292 - (Trace) person 0.8955019 1223 426 1593 1070 2021.03.24 15:57:04:2293 - (Trace) The AI Found: 3 Total Objects 2021.03.24 15:57:04:2293 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:04:2293 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:04:2293 - (Trace) Objects after duplicate vehicle check: 1 2021.03.24 15:57:04:2293 - (Trace) Object count before removing parked: 1 2021.03.24 15:57:04:2294 - (Trace) non-vehicle objects before parking check: 1 2021.03.24 15:57:04:2294 - (Trace) Total objects after parked vehicle check: 1 Vehicles remaining: 0 2021.03.24 15:57:04:2294 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210324_155703786.jpg with: 1 objects 2021.03.24 15:57:04:2294 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.24 15:57:04:2294 - (Trace) Back Porch People and Mammals: Object mismatch: Any Mammal - person 2021.03.24 15:57:04:2294 - 1 interesting objects found in file: C:\BlueIris\New\BackPorch.20210324_155703786.jpg 2021.03.24 15:57:04:8151 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155704810.jpg 2021.03.24 15:57:04:8704 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155704810.jpg 2021.03.24 15:57:05:3011 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155704810.jpg with: 3 objects 2021.03.24 15:57:05:3011 - (Trace) potted plant 0.4656137 612 434 754 582 2021.03.24 15:57:05:3011 - (Trace) chair 0.58734876 30 800 344 1075 2021.03.24 15:57:05:3011 - (Trace) person 0.8853497 1075 246 1468 1066 2021.03.24 15:57:05:3021 - (Trace) The AI Found: 3 Total Objects 2021.03.24 15:57:05:3021 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:05:3021 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:05:3021 - (Trace) Objects after duplicate vehicle check: 1 2021.03.24 15:57:05:3021 - (Trace) Object count before removing parked: 1 2021.03.24 15:57:05:3021 - (Trace) non-vehicle objects before parking check: 1 2021.03.24 15:57:05:3021 - (Trace) Total objects after parked vehicle check: 1 Vehicles remaining: 0 2021.03.24 15:57:05:3021 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210324_155704810.jpg with: 1 objects 2021.03.24 15:57:05:3021 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.24 15:57:05:3021 - (Trace) Back Porch People and Mammals: Object mismatch: Any Mammal - person 2021.03.24 15:57:05:3022 - 1 interesting objects found in file: C:\BlueIris\New\BackPorch.20210324_155704810.jpg 2021.03.24 15:57:05:8570 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155705836.jpg 2021.03.24 15:57:05:8737 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155705836.jpg 2021.03.24 15:57:06:2494 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155705836.jpg with: 3 objects 2021.03.24 15:57:06:2494 - (Trace) potted plant 0.42673278 621 448 759 580 2021.03.24 15:57:06:2494 - (Trace) chair 0.6465568 29 802 366 1077 2021.03.24 15:57:06:2494 - (Trace) person 0.9273796 1161 497 1753 1075 2021.03.24 15:57:06:2495 - (Trace) The AI Found: 3 Total Objects 2021.03.24 15:57:06:2495 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:06:2495 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:06:2496 - (Trace) Objects after duplicate vehicle check: 1 2021.03.24 15:57:06:2496 - (Trace) Object count before removing parked: 1 2021.03.24 15:57:06:2496 - (Trace) non-vehicle objects before parking check: 1 2021.03.24 15:57:06:2496 - (Trace) Total objects after parked vehicle check: 1 Vehicles remaining: 0 2021.03.24 15:57:06:2496 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210324_155705836.jpg with: 1 objects 2021.03.24 15:57:06:2496 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.24 15:57:06:2496 - (Trace) Back Porch People and Mammals: Object mismatch: * Any Mammal - person 2021.03.24 15:57:06:2496 - 1 interesting objects found in file: C:\BlueIris\New\BackPorch.20210324_155705836.jpg 2021.03.24 15:57:06:8413 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155706836.jpg 2021.03.24 15:57:06:8815 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155706836.jpg 2021.03.24 15:57:07:2960 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155706836.jpg with: 2 objects 2021.03.24 15:57:07:2960 - (Trace) potted plant 0.62536734 617 434 759 583 2021.03.24 15:57:07:2960 - (Trace) chair 0.6570115 35 806 382 1074 2021.03.24 15:57:07:2961 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:07:2962 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:07:2962 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:07:2962 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:07:2962 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:07:2962 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:07:8410 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155707836.jpg 2021.03.24 15:57:07:8802 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155707836.jpg 2021.03.24 15:57:08:2401 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155707836.jpg with: 2 objects 2021.03.24 15:57:08:2401 - (Trace) potted plant 0.5519554 616 438 755 581 2021.03.24 15:57:08:2401 - (Trace) chair 0.7310864 39 804 347 1072 2021.03.24 15:57:08:2403 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:08:2403 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:08:2403 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:08:2403 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:08:2403 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:08:2403 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:08:8421 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155708836.jpg 2021.03.24 15:57:08:8887 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155708836.jpg 2021.03.24 15:57:09:3132 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155708836.jpg with: 2 objects 2021.03.24 15:57:09:3132 - (Trace) potted plant 0.5235418 616 429 754 580 2021.03.24 15:57:09:3132 - (Trace) chair 0.73538285 38 804 346 1073 2021.03.24 15:57:09:3133 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:09:3133 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:09:3133 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:09:3133 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:09:3133 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:09:3133 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:09:8447 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155709836.jpg 2021.03.24 15:57:09:8862 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155709836.jpg 2021.03.24 15:57:10:2498 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155709836.jpg with: 2 objects 2021.03.24 15:57:10:2498 - (Trace) potted plant 0.40314734 619 430 759 581 2021.03.24 15:57:10:2498 - (Trace) chair 0.7128774 36 804 365 1073 2021.03.24 15:57:10:2499 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:10:2499 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:10:2499 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:10:2499 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:10:2499 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:10:2499 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:10:8536 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155710846.jpg 2021.03.24 15:57:10:8991 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155710846.jpg 2021.03.24 15:57:11:2948 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155710846.jpg with: 2 objects 2021.03.24 15:57:11:2949 - (Trace) potted plant 0.54076403 618 429 759 582 2021.03.24 15:57:11:2949 - (Trace) chair 0.701205 33 804 361 1073 2021.03.24 15:57:11:2949 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:11:2949 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:11:2949 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:11:2950 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:11:2950 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:11:2950 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:11:8599 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155711846.jpg 2021.03.24 15:57:11:9099 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155711846.jpg 2021.03.24 15:57:12:4806 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155711846.jpg with: 3 objects 2021.03.24 15:57:12:4807 - (Trace) chair 0.44960725 324 608 744 1072 2021.03.24 15:57:12:4807 - (Trace) potted plant 0.47303164 619 434 757 584 2021.03.24 15:57:12:4807 - (Trace) chair 0.71059775 31 805 383 1074 2021.03.24 15:57:12:4808 - (Trace) The AI Found: 3 Total Objects 2021.03.24 15:57:12:4808 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:12:4808 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:12:4808 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:12:4808 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:12:4808 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:12:4808 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:12:8518 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155712846.jpg 2021.03.24 15:57:12:8984 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155712846.jpg 2021.03.24 15:57:13:3348 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155712846.jpg with: 3 objects 2021.03.24 15:57:13:3348 - (Trace) chair 0.4728277 319 606 743 1073 2021.03.24 15:57:13:3348 - (Trace) potted plant 0.6179139 619 427 758 583 2021.03.24 15:57:13:3348 - (Trace) chair 0.7296901 30 804 380 1074 2021.03.24 15:57:13:3349 - (Trace) The AI Found: 3 Total Objects 2021.03.24 15:57:13:3349 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:13:3349 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:13:3349 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:13:3350 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:13:3350 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:13:3350 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:13:8512 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155713846.jpg 2021.03.24 15:57:13:9090 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155713846.jpg 2021.03.24 15:57:14:2953 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155713846.jpg with: 2 objects 2021.03.24 15:57:14:2954 - (Trace) chair 0.4812362 313 602 744 1073 2021.03.24 15:57:14:2954 - (Trace) chair 0.76376647 33 801 342 1076 2021.03.24 15:57:14:2954 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:14:2955 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:14:2955 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:14:2955 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:14:2955 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:14:2955 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:14:8520 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155714846.jpg 2021.03.24 15:57:14:9002 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155714846.jpg 2021.03.24 15:57:15:2900 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155714846.jpg with: 2 objects 2021.03.24 15:57:15:2900 - (Trace) chair 0.51245624 312 604 745 1073 2021.03.24 15:57:15:2900 - (Trace) chair 0.7610193 38 804 347 1074 2021.03.24 15:57:15:2901 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:15:2901 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:15:2901 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:15:2901 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:15:2901 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:15:2901 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:15:8572 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155715852.jpg 2021.03.24 15:57:15:9278 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155715852.jpg 2021.03.24 15:57:16:2946 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155715852.jpg with: 2 objects 2021.03.24 15:57:16:2947 - (Trace) potted plant 0.6729478 619 413 757 582 2021.03.24 15:57:16:2947 - (Trace) chair 0.7701118 41 803 357 1073 2021.03.24 15:57:16:2948 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:16:2948 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:16:2948 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:16:2948 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:16:2948 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:16:2948 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:16:8642 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210324_155716852.jpg 2021.03.24 15:57:16:9123 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210324_155716852.jpg 2021.03.24 15:57:17:2841 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210324_155716852.jpg with: 2 objects 2021.03.24 15:57:17:2842 - (Trace) potted plant 0.65206116 619 416 755 583 2021.03.24 15:57:17:2842 - (Trace) chair 0.75067073 39 803 354 1073 2021.03.24 15:57:17:2842 - (Trace) The AI Found: 2 Total Objects 2021.03.24 15:57:17:2843 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:17:2843 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:17:2843 - (Trace) Objects after duplicate vehicle check: 0 2021.03.24 15:57:17:2843 - (Trace) Object count before removing parked: 0 2021.03.24 15:57:17:2843 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.24 15:57:18:8728 - MainWindow - SQL Exception opeinging connection for adding motion file to database: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) 2021.03.24 15:57:18:8728 - MainWindow - SQL Exception opeinging connection for adding motion file to database: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) 2021.03.24 15:57:18:8728 - MainWindow - SQL Exception opeinging connection for adding motion file to database: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) 2021.03.24 15:57:32:8012 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:57:32:8012 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:57:38:1504 - Email sent to: @.*** 2021.03.24 15:58:37:2243 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:58:37:2243 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 15:59:10:8906 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 15:59:10:8906 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.24 16:05:50:7698 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: potted plant 2021.03.24 16:05:50:7698 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair

On a side not, I checked and Blue Iris can send the motion alerts to multiple emails and those come though but only the first one gets the On Guard email.

Does anything look off in my settings or log?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ken98045/On-Guard/issues/15#issuecomment-806190897 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24I2TMK5XIOJDRKDV5DTFJI6RANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24MS7H2YTUESULUV5CTTFJI6RA5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGAGX6MI.gif

srss commented 3 years ago

I'll fix the SQL issue. I have tried the Master branch and the OnGuardV2 branch so far. I'll just do a clean install with the next version and go from there. Thanks!

Ken98045 commented 3 years ago

I have added release 2.0.3. This adds additional logging that may help track down your email issues. In addition, this release adds user configurable limits on email attachment sizes. It also sends email sequentially rather than in parallel to eliminate limits faced with some email severs (notably mine).

I did do quite a bit of testing sending emails to multiple recipients. It all worked for me with the older and newest releases. However, the changes with the new version may also reduce outgoing email server issues of various kinds.

Please let me know if this works for you. .

From: Scott Smith @.*** Sent: Thursday, March 25, 2021 3:55 PM To: Ken98045/On-Guard Cc: Ken98045; Comment Subject: Re: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15)

I'll fix the SQL issue. I have tried the Master branch and the OnGuardV2 branch so far. I'll just do a clean install with the next version and go from there. Thanks!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ken98045/On-Guard/issues/15#issuecomment-807667068 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24LAD6OHICOEUMRZ5Q3TFO5KRANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24ORMXAZYKFI6QFIL5DTFO5KRA5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGASAK7A.gif

srss commented 3 years ago

I uninstalled the previous version from "Add/Remove Programs" and did a fresh install of 2.0.3. I walked in front of the camera to trigger an event and the first email received the alert. Now it seems to be failing entirely on new events, even to the first email. I exited the app and restarted it, triggered an event, log says email was sent (nothing received) and then it hangs on the second email address.

I've pasted in the log file where it starts to send the emails.

2021.03.27 11:49:41:2542 - (Trace) The AI Found: 1 Total Objects 2021.03.27 11:49:41:2542 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.27 11:49:41:2542 - (Trace) Objects after duplicate vehicle check: 0 2021.03.27 11:49:41:2542 - (Trace) Object count before removing parked: 0 2021.03.27 11:49:41:2542 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.27 11:49:41:2542 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.27 11:49:53:2347 - (Trace) EmailAccumulator - Done accumulating email frames with: 19 2021.03.27 11:49:53:2352 - (Trace) EmailAccumulator - Email address count before cooldown check: 3 2021.03.27 11:49:53:2352 - (Trace) EmailAccumulator - Email address count after cooldown check: 3 2021.03.27 11:49:53:2352 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: first_email@email.com 2021.03.27 11:49:53:2388 - (Trace) Enqueued for sending email to: first_email@email.com 2021.03.27 11:49:53:2400 - (Trace) EmailAccumulator - Starting email send to: first_email@email.com 2021.03.27 11:50:08:8911 - Email sent to: first_email@email.com 2021.03.27 11:50:08:8942 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: second_email@email.com

That last line is where it stays. Any ideas? Even on new events now it doesn't send anything.

Ken98045 commented 3 years ago

How many frames are setup for second_email? Also, are you doing 24/7, or do you have day/time restrictions? Actually, you should probably give me all the settings just in case. I’ll take a look and see if I can see where it is stuck. I may or may not need to add still more log detail. I’ll try to get back to you today or tomorrow. Next week I’ll be out of town so I may or may not be available to work on the project.

From: Scott Smith @.*** Sent: Saturday, March 27, 2021 10:09 AM To: Ken98045/On-Guard Cc: Ken98045; Comment Subject: Re: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15)

I uninstalled the previous version from "Add/Remove Programs" and did a fresh install of 2.0.3. I walked in front of the camera to trigger an event and the first email received the alert. Now it seems to be failing entirely on new events, even to the first email. I exited the app and restarted it, triggered an event, log says email was sent (nothing received) and then it hangs on the second email address.

I've pasted in the log file where it starts to send the emails.

2021.03.27 11:49:41:2542 - (Trace) The AI Found: 1 Total Objects 2021.03.27 11:49:41:2542 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.27 11:49:41:2542 - (Trace) Objects after duplicate vehicle check: 0 2021.03.27 11:49:41:2542 - (Trace) Object count before removing parked: 0 2021.03.27 11:49:41:2542 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.27 11:49:41:2542 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.27 11:49:53:2347 - (Trace) EmailAccumulator - Done accumulating email frames with: 19 2021.03.27 11:49:53:2352 - (Trace) EmailAccumulator - Email address count before cooldown check: 3 2021.03.27 11:49:53:2352 - (Trace) EmailAccumulator - Email address count after cooldown check: 3 2021.03.27 11:49:53:2352 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @. 2021.03.27 11:49:53:2388 - (Trace) Enqueued for sending email to: @. 2021.03.27 11:49:53:2400 - (Trace) EmailAccumulator - Starting email send to: @. 2021.03.27 11:50:08:8911 - Email sent to: @. 2021.03.27 11:50:08:8942 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @.***

That last line is where it stays. Any ideas? Even on new events now it doesn't send anything.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ken98045/On-Guard/issues/15#issuecomment-808763373 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24JUU6EUU6O4YKVPU7DTFYGL3ANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24MNDWMD4EQLB42Q2LLTFYGL3A5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGA2L73I.gif

Ken98045 commented 3 years ago

I have updated the 2.0.3 release to add more debug trace information. I did not update the version number since all I added was the debug stuff. You may or may not need to uninstall the old version first. You will not lose your settings.

I should be able to see where you are stuck. Please do go ahead and send me an email with the info I previously requested and the relevant portion of the log file.

I don’t see where the second email could have gotten stuck, but we’ll see.

From: Scott Smith @.*** Sent: Saturday, March 27, 2021 10:09 AM To: Ken98045/On-Guard Cc: Ken98045; Comment Subject: Re: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15)

I uninstalled the previous version from "Add/Remove Programs" and did a fresh install of 2.0.3. I walked in front of the camera to trigger an event and the first email received the alert. Now it seems to be failing entirely on new events, even to the first email. I exited the app and restarted it, triggered an event, log says email was sent (nothing received) and then it hangs on the second email address.

I've pasted in the log file where it starts to send the emails.

2021.03.27 11:49:41:2542 - (Trace) The AI Found: 1 Total Objects 2021.03.27 11:49:41:2542 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.27 11:49:41:2542 - (Trace) Objects after duplicate vehicle check: 0 2021.03.27 11:49:41:2542 - (Trace) Object count before removing parked: 0 2021.03.27 11:49:41:2542 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.27 11:49:41:2542 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.27 11:49:53:2347 - (Trace) EmailAccumulator - Done accumulating email frames with: 19 2021.03.27 11:49:53:2352 - (Trace) EmailAccumulator - Email address count before cooldown check: 3 2021.03.27 11:49:53:2352 - (Trace) EmailAccumulator - Email address count after cooldown check: 3 2021.03.27 11:49:53:2352 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @. 2021.03.27 11:49:53:2388 - (Trace) Enqueued for sending email to: @. 2021.03.27 11:49:53:2400 - (Trace) EmailAccumulator - Starting email send to: @. 2021.03.27 11:50:08:8911 - Email sent to: @. 2021.03.27 11:50:08:8942 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @.***

That last line is where it stays. Any ideas? Even on new events now it doesn't send anything.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ken98045/On-Guard/issues/15#issuecomment-808763373 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24JUU6EUU6O4YKVPU7DTFYGL3ANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24MNDWMD4EQLB42Q2LLTFYGL3A5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGA2L73I.gif

srss commented 3 years ago

I've gone through and removed and re-added the email addresses setting the max frames to include to 5. Both emails being sent TO are gmail accounts and the email FROM is a gmail account. When I log into the FROM account I can see that the first message gets sent. The next one never does. I am currently set to send 24/7 but have also tried setting a schedule with the same results. I've pasted the relevant portion of the log file below. I can clear out the log file, trigger an event and shutdown if you want to see a complete start-to-finish log of one event.

2021.03.27 16:06:09:9052 - (Trace) The AI Found: 1 Total Objects 2021.03.27 16:06:09:9052 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.27 16:06:09:9052 - (Trace) Objects after duplicate vehicle check: 0 2021.03.27 16:06:09:9052 - (Trace) Object count before removing parked: 0 2021.03.27 16:06:09:9052 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.27 16:06:09:9052 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.27 16:06:25:0327 - (Trace) EmailAccumulator - Done accumulating email frames with: 16 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: first@email Result: True 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: second@email Result: True 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - Email address count before cooldown check: 2 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - Email address count after cooldown check: 2 2021.03.27 16:06:25:0333 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: first@email -- total frames: 16 2021.03.27 16:06:25:0334 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.27 16:06:25:0334 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing 2021.03.27 16:06:25:0336 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before SendEmail - address: first@email output files: 5 2021.03.27 16:06:25:0385 - (Trace) Enqueued for sending email to: first@email 2021.03.27 16:06:25:0419 - (Trace) EmailAccumulator - Starting email send to: first@email 2021.03.27 16:06:39:9144 - Email sent to: first@email 2021.03.27 16:06:39:9193 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: second@email -- total frames: 16 2021.03.27 16:06:39:9194 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.27 16:06:39:9194 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing

That last line is where it hangs. BUT, if I trigger another event a few minutes later it starts the process and sends the new event to the first email address. I have tried different emails (Gmail) and I have removed SMS/Email to mobiles for now. Right now I have it set to send to two gmail addresses and I can't ever get it to actually get past the first email. I can get screen shots of all of my settings if that would help.

Ken98045 commented 3 years ago

OK, well that gives me something to go on. Immediately after the resizing it should give another message like the one you show (Before SendEmail) for the other recipient.

One thing you didn’t mention is whether you are re-sizing the photos down or are sending them at 100%. I assume that you are resizing.

So, the resizing code is the problem. There some possibility that this is related to your anti-virus software (if any) or Windows Defender. You could try turning that off temporarily and trying again.

The resize process is relatively straightforward. All it does is create a resized version of the picture and save that resized version. The resize procedure doesn’t look like it is causing any kind of fatal error or you should see an message after the last one you are showing. However, maybe that error message is there and you didn’t know you should include it in the part of the log you are showing.

What I can do is add some error handling specific to the resize process. That way you can get a rather specific error message popup. I’ll let you know when that version is posted.

From: Scott Smith @.*** Sent: Saturday, March 27, 2021 2:34 PM To: Ken98045/On-Guard Cc: Ken98045; Comment Subject: Re: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15)

I've gone through and removed and readied the email addresses setting the max frames to include to 5. Both emails being sent TO are gmail accounts and the email FROM is a gmail account. When I log into the FROM account I can see that the first message gets sent. The next one never does. I am currently set to send 24/7 but have also tried setting a schedule with the same results. I've pasted the relevant portion of the log file below. I can clear out the log file, trigger an event and shutdown if you want to see a complete start-to-finish log of one event.

2021.03.27 16:06:09:9052 - (Trace) The AI Found: 1 Total Objects 2021.03.27 16:06:09:9052 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.27 16:06:09:9052 - (Trace) Objects after duplicate vehicle check: 0 2021.03.27 16:06:09:9052 - (Trace) Object count before removing parked: 0 2021.03.27 16:06:09:9052 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.27 16:06:09:9052 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.27 16:06:25:0327 - (Trace) EmailAccumulator - Done accumulating email frames with: 16 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - Email address count before cooldown check: 2 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - Email address count after cooldown check: 2 2021.03.27 16:06:25:0333 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @. -- total frames: 16 2021.03.27 16:06:25:0334 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.27 16:06:25:0334 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing 2021.03.27 16:06:25:0336 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before SendEmail - address: @. output files: 5 2021.03.27 16:06:25:0385 - (Trace) Enqueued for sending email to: @. 2021.03.27 16:06:25:0419 - (Trace) EmailAccumulator - Starting email send to: @. 2021.03.27 16:06:39:9144 - Email sent to: @. 2021.03.27 16:06:39:9193 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @. -- total frames: 16 2021.03.27 16:06:39:9194 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.27 16:06:39:9194 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing

That last line is where it hangs. BUT, if I trigger another event a few minutes later it starts the process and sends the new event to the first email address. I have tried different emails (Gmail) and I have removed SMS/Email to mobiles for now. Right now I have it set to send to two gmail addresses and I can't ever get it to actually get past the first email. I can get screen shots of all of my settings if that would help.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ken98045/On-Guard/issues/15#issuecomment-808805520 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24LOFO3HNPH3VGZOBB3TFZFKXANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24OJLOAYGZFRO42RP5LTFZFKXA5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGA2WJEA.gif

Ken98045 commented 3 years ago

OK, the version with additional error handling for the resize process is now at github. If there is an error in the resize process you should a message in the log file immediately after “Before resizing”.

Again, this has the same 2.0.3 version number.

I suspect 1 of 3 things:

  1. Anti-virus is preventing the picture from being saved.

  2. One or more pictures have been “saved”, but it/they haven’t been completely closed/released by Blue Iris (or your camera).

  3. Something completely weird in you Windows graphics system that is preventing the resize process from completing.

Let me know what happens! If this doesn’t narrow it down I’m not sure what would, but I’ll keep trying. If at all possible please try this today/tonight as I’ll be out of town Monday. I’d like to get it fixed Sunday at the latest.

From: Scott Smith @.*** Sent: Saturday, March 27, 2021 2:34 PM To: Ken98045/On-Guard Cc: Ken98045; Comment Subject: Re: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15)

I've gone through and removed and readied the email addresses setting the max frames to include to 5. Both emails being sent TO are gmail accounts and the email FROM is a gmail account. When I log into the FROM account I can see that the first message gets sent. The next one never does. I am currently set to send 24/7 but have also tried setting a schedule with the same results. I've pasted the relevant portion of the log file below. I can clear out the log file, trigger an event and shutdown if you want to see a complete start-to-finish log of one event.

2021.03.27 16:06:09:9052 - (Trace) The AI Found: 1 Total Objects 2021.03.27 16:06:09:9052 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.27 16:06:09:9052 - (Trace) Objects after duplicate vehicle check: 0 2021.03.27 16:06:09:9052 - (Trace) Object count before removing parked: 0 2021.03.27 16:06:09:9052 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.27 16:06:09:9052 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.27 16:06:25:0327 - (Trace) EmailAccumulator - Done accumulating email frames with: 16 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - Email address count before cooldown check: 2 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - Email address count after cooldown check: 2 2021.03.27 16:06:25:0333 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @. -- total frames: 16 2021.03.27 16:06:25:0334 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.27 16:06:25:0334 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing 2021.03.27 16:06:25:0336 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before SendEmail - address: @. output files: 5 2021.03.27 16:06:25:0385 - (Trace) Enqueued for sending email to: @. 2021.03.27 16:06:25:0419 - (Trace) EmailAccumulator - Starting email send to: @. 2021.03.27 16:06:39:9144 - Email sent to: @. 2021.03.27 16:06:39:9193 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @. -- total frames: 16 2021.03.27 16:06:39:9194 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.27 16:06:39:9194 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing

That last line is where it hangs. BUT, if I trigger another event a few minutes later it starts the process and sends the new event to the first email address. I have tried different emails (Gmail) and I have removed SMS/Email to mobiles for now. Right now I have it set to send to two gmail addresses and I can't ever get it to actually get past the first email. I can get screen shots of all of my settings if that would help.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ken98045/On-Guard/issues/15#issuecomment-808805520 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24LOFO3HNPH3VGZOBB3TFZFKXANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24OJLOAYGZFRO42RP5LTFZFKXA5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGA2WJEA.gif

srss commented 3 years ago

I will give the latest version a try. I was sending at %100 previously but changed it to see if that was causing any problems. I will turn off resizing for now to narrow down the problems. I'll turn off Windows Defender and see if there is any change. Thanks again for your work!

OK, the version with additional error handling for the resize process is now at github. If there is an error in the resize process you should a message in the log file immediately after “Before resizing”. Again, this has the same 2.0.3 version number. I suspect 1 of 3 things: 1. Anti-virus is preventing the picture from being saved. 2. One or more pictures have been “saved”, but it/they haven’t been completely closed/released by Blue Iris (or your camera). 3. Something completely weird in you Windows graphics system that is preventing the resize process from completing. Let me know what happens! If this doesn’t narrow it down I’m not sure what would, but I’ll keep trying. If at all possible please try this today/tonight as I’ll be out of town Monday. I’d like to get it fixed Sunday at the latest. From: Scott Smith @. Sent: Saturday, March 27, 2021 2:34 PM To: Ken98045/On-Guard Cc: Ken98045; Comment Subject: Re: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15) I've gone through and removed and readied the email addresses setting the max frames to include to 5. Both emails being sent TO are gmail accounts and the email FROM is a gmail account. When I log into the FROM account I can see that the first message gets sent. The next one never does. I am currently set to send 24/7 but have also tried setting a schedule with the same results. I've pasted the relevant portion of the log file below. I can clear out the log file, trigger an event and shutdown if you want to see a complete start-to-finish log of one event. 2021.03.27 16:06:09:9052 - (Trace) The AI Found: 1 Total Objects 2021.03.27 16:06:09:9052 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.27 16:06:09:9052 - (Trace) Objects after duplicate vehicle check: 0 2021.03.27 16:06:09:9052 - (Trace) Object count before removing parked: 0 2021.03.27 16:06:09:9052 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.27 16:06:09:9052 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.27 16:06:25:0327 - (Trace) EmailAccumulator - Done accumulating email frames with: 16 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - Email address count before cooldown check: 2 2021.03.27 16:06:25:0332 - (Trace) EmailAccumulator - Email address count after cooldown check: 2 2021.03.27 16:06:25:0333 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @. -- total frames: 16 2021.03.27 16:06:25:0334 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.27 16:06:25:0334 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing 2021.03.27 16:06:25:0336 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before SendEmail - address: @. output files: 5 2021.03.27 16:06:25:0385 - (Trace) Enqueued for sending email to: @. 2021.03.27 16:06:25:0419 - (Trace) EmailAccumulator - Starting email send to: @. 2021.03.27 16:06:39:9144 - Email sent to: @. 2021.03.27 16:06:39:9193 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @.*** -- total frames: 16 2021.03.27 16:06:39:9194 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.27 16:06:39:9194 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing That last line is where it hangs. BUT, if I trigger another event a few minutes later it starts the process and sends the new event to the first email address. I have tried different emails (Gmail) and I have removed SMS/Email to mobiles for now. Right now I have it set to send to two gmail addresses and I can't ever get it to actually get past the first email. I can get screen shots of all of my settings if that would help. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#15 (comment)> , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24LOFO3HNPH3VGZOBB3TFZFKXANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24OJLOAYGZFRO42RP5LTFZFKXA5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGA2WJEA.gif

srss commented 3 years ago

What is the Default Connection String supposed to be set at in the Application Settings if I am using the default local db?

srss commented 3 years ago

Here is a recent dump. Started up and then triggered and watched the log. I have disabled Windows Defender.

2021.03.28 16:50:15:6530 - On Guard started at: 3/28/2021 4:50:15 PM 2021.03.28 16:50:18:8350 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:32:6559 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165032640.jpg 2021.03.28 16:50:32:7206 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165032640.jpg 2021.03.28 16:50:33:1591 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165032640.jpg with: 4 objects 2021.03.28 16:50:33:1593 - (Trace) chair 0.45635423 776 559 1153 1071 2021.03.28 16:50:33:1593 - (Trace) person 0.51472676 1140 84 1213 164 2021.03.28 16:50:33:1593 - (Trace) cell phone 0.6142757 1182 406 1314 592 2021.03.28 16:50:33:1593 - (Trace) person 0.79323256 1075 296 1589 1075 2021.03.28 16:50:33:1605 - (Trace) The AI Found: 4 Total Objects 2021.03.28 16:50:33:1606 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:50:33:1643 - (Trace) Objects after duplicate vehicle check: 2 2021.03.28 16:50:33:1701 - (Trace) Object count before removing parked: 2 2021.03.28 16:50:33:1701 - (Trace) non-vehicle objects before parking check: 2 2021.03.28 16:50:33:1702 - (Trace) Total objects after parked vehicle check: 2 Vehicles remaining: 0 2021.03.28 16:50:33:1702 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210328_165032640.jpg with: 2 objects 2021.03.28 16:50:33:1770 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:33:1771 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:33:1771 - (Trace) Back Porch: Object mismatch: Any Mammal - person 2021.03.28 16:50:33:1772 - 2 interesting objects found in file: C:\BlueIris\New\BackPorch.20210328_165032640.jpg 2021.03.28 16:50:33:1937 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:33:4214 - (Trace) Adding to Motion table: BackPorch.20210328_165032640.jpg 2021.03.28 16:50:33:6714 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165033661.jpg 2021.03.28 16:50:33:7352 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165033661.jpg 2021.03.28 16:50:34:1765 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165033661.jpg with: 2 objects 2021.03.28 16:50:34:1766 - (Trace) person 0.5374497 1140 82 1213 164 2021.03.28 16:50:34:1766 - (Trace) person 0.900994 1029 275 1544 1077 2021.03.28 16:50:34:1767 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:34:1767 - (Trace) Objects after duplicate vehicle check: 2 2021.03.28 16:50:34:1767 - (Trace) Object count before removing parked: 2 2021.03.28 16:50:34:1767 - (Trace) non-vehicle objects before parking check: 2 2021.03.28 16:50:34:1767 - (Trace) Total objects after parked vehicle check: 2 Vehicles remaining: 0 2021.03.28 16:50:34:1767 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210328_165033661.jpg with: 2 objects 2021.03.28 16:50:34:1768 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:34:1768 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:34:1768 - (Trace) Back Porch: Object mismatch: Any Mammal - person 2021.03.28 16:50:34:1768 - 2 interesting objects found in file: C:\BlueIris\New\BackPorch.20210328_165033661.jpg 2021.03.28 16:50:34:1769 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:34:1778 - (Trace) Adding to Motion table: BackPorch.20210328_165033661.jpg 2021.03.28 16:50:34:7081 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165034700.jpg 2021.03.28 16:50:34:7727 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165034700.jpg 2021.03.28 16:50:35:1972 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165034700.jpg with: 1 objects 2021.03.28 16:50:35:1973 - (Trace) person 0.65388006 1095 648 1767 1070 2021.03.28 16:50:35:1973 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:35:1974 - (Trace) Objects after duplicate vehicle check: 1 2021.03.28 16:50:35:1974 - (Trace) Object count before removing parked: 1 2021.03.28 16:50:35:1974 - (Trace) non-vehicle objects before parking check: 1 2021.03.28 16:50:35:1974 - (Trace) Total objects after parked vehicle check: 1 Vehicles remaining: 0 2021.03.28 16:50:35:1974 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210328_165034700.jpg with: 1 objects 2021.03.28 16:50:35:1974 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:35:1974 - (Trace) Back Porch: Object mismatch: * Any Mammal - person 2021.03.28 16:50:35:1974 - 1 interesting objects found in file: C:\BlueIris\New\BackPorch.20210328_165034700.jpg 2021.03.28 16:50:35:1975 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:35:1980 - (Trace) Adding to Motion table: BackPorch.20210328_165034700.jpg 2021.03.28 16:50:35:7108 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165035700.jpg 2021.03.28 16:50:35:7633 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165035700.jpg 2021.03.28 16:50:36:2111 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165035700.jpg 2021.03.28 16:50:36:2112 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:36:7140 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165036706.jpg 2021.03.28 16:50:36:7682 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165036706.jpg 2021.03.28 16:50:37:1612 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165036706.jpg with: 2 objects 2021.03.28 16:50:37:1612 - (Trace) fire hydrant 0.44498205 1335 597 1503 917 2021.03.28 16:50:37:1612 - (Trace) parking meter 0.56937456 1186 402 1319 595 2021.03.28 16:50:37:1613 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:37:1613 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:37:1613 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:37:1613 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:37:1613 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:37:1613 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:37:1614 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:37:7177 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165037706.jpg 2021.03.28 16:50:37:7709 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165037706.jpg 2021.03.28 16:50:38:2240 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165037706.jpg with: 2 objects 2021.03.28 16:50:38:2240 - (Trace) parking meter 0.56632805 1186 403 1320 596 2021.03.28 16:50:38:2240 - (Trace) fire hydrant 0.63286877 1320 617 1502 921 2021.03.28 16:50:38:2241 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:38:2241 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:38:2241 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:38:2241 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:38:2241 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:38:2241 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:38:2241 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:38:7171 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165038706.jpg 2021.03.28 16:50:38:7689 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165038706.jpg 2021.03.28 16:50:39:1703 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165038706.jpg with: 1 objects 2021.03.28 16:50:39:1703 - (Trace) parking meter 0.4054523 1187 402 1319 593 2021.03.28 16:50:39:1704 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:39:1704 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:39:1704 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:39:1704 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:39:1704 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:39:1704 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:39:7215 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165039706.jpg 2021.03.28 16:50:39:7760 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165039706.jpg 2021.03.28 16:50:40:2263 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165039706.jpg with: 1 objects 2021.03.28 16:50:40:2264 - (Trace) parking meter 0.5296705 1186 403 1319 594 2021.03.28 16:50:40:2265 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:40:2265 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:40:2265 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:40:2265 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:40:2265 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:40:2265 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:40:7192 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165040713.jpg 2021.03.28 16:50:40:7671 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165040713.jpg 2021.03.28 16:50:41:1817 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165040713.jpg with: 1 objects 2021.03.28 16:50:41:1817 - (Trace) parking meter 0.5946239 1187 402 1320 595 2021.03.28 16:50:41:1818 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:41:1818 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:41:1818 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:41:1818 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:41:1818 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:41:1818 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:41:7204 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165041713.jpg 2021.03.28 16:50:41:7678 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165041713.jpg 2021.03.28 16:50:42:1919 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165041713.jpg with: 1 objects 2021.03.28 16:50:42:1920 - (Trace) parking meter 0.6140964 1187 403 1320 595 2021.03.28 16:50:42:1921 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:42:1922 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:42:1922 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:42:1922 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:42:1922 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:42:1922 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:42:7206 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165042713.jpg 2021.03.28 16:50:42:7762 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165042713.jpg 2021.03.28 16:50:43:2323 - (Trace) EmailAccumulator - Done accumulating email frames with: 10 2021.03.28 16:50:43:2329 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: email1@email.com Result: True 2021.03.28 16:50:43:2329 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: email2@email.com Result: True 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: email3@email.com Result: True 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - Email address count before cooldown check: 3 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - Email address count after cooldown check: 3 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: email1@email.com -- total frames: 10 2021.03.28 16:50:43:2332 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.28 16:50:43:2332 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing 2021.03.28 16:50:43:2334 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before SendEmail - address: email1@email.com output files: 5 2021.03.28 16:50:43:2372 - (Trace) Enqueued for sending email to: email1@email.com 2021.03.28 16:50:43:2384 - (Trace) EmailAccumulator - Starting email send to: email1@email.com 2021.03.28 16:50:43:2743 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165042713.jpg with: 2 objects 2021.03.28 16:50:43:2744 - (Trace) parking meter 0.529229 1185 402 1321 594 2021.03.28 16:50:43:2744 - (Trace) fire hydrant 0.5601058 1332 626 1499 917 2021.03.28 16:50:43:2746 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:43:2746 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:43:2747 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:43:2747 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:43:2747 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:43:2747 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:43:7212 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165043713.jpg 2021.03.28 16:50:43:7837 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165043713.jpg 2021.03.28 16:50:44:2144 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165043713.jpg with: 2 objects 2021.03.28 16:50:44:2144 - (Trace) fire hydrant 0.60032207 1330 623 1498 917 2021.03.28 16:50:44:2145 - (Trace) parking meter 0.62227446 1185 402 1320 594 2021.03.28 16:50:44:2145 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:44:2145 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:44:2146 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:44:2146 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:44:2146 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:44:2146 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:44:7201 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165044713.jpg 2021.03.28 16:50:44:7590 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165044713.jpg 2021.03.28 16:50:45:2460 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165044713.jpg with: 1 objects 2021.03.28 16:50:45:2461 - (Trace) parking meter 0.6902986 1184 403 1320 595 2021.03.28 16:50:45:2461 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:45:2462 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:45:2462 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:45:2462 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:45:2462 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:10:5116 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165110493.jpg 2021.03.28 16:51:10:5600 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165110493.jpg 2021.03.28 16:51:10:9969 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165110493.jpg 2021.03.28 16:51:11:5032 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165111493.jpg 2021.03.28 16:51:11:5655 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165111493.jpg 2021.03.28 16:51:12:0142 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165111493.jpg with: 2 objects 2021.03.28 16:51:12:0142 - (Trace) parking meter 0.47254643 1185 402 1321 595 2021.03.28 16:51:12:0142 - (Trace) fire hydrant 0.5493141 1314 612 1499 921 2021.03.28 16:51:12:0143 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:12:0143 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:12:0143 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:51:12:0143 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:12:0143 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:12:0143 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:12:5021 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165112493.jpg 2021.03.28 16:51:12:5397 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165112493.jpg 2021.03.28 16:51:12:9380 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165112493.jpg 2021.03.28 16:51:13:5017 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165113493.jpg 2021.03.28 16:51:13:5464 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165113493.jpg 2021.03.28 16:51:13:9564 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165113493.jpg 2021.03.28 16:51:14:5070 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165114493.jpg 2021.03.28 16:51:14:5600 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165114493.jpg 2021.03.28 16:51:14:9766 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165114493.jpg with: 1 objects 2021.03.28 16:51:14:9766 - (Trace) parking meter 0.49338707 1188 401 1320 595 2021.03.28 16:51:14:9767 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:14:9767 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:14:9767 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:14:9767 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:14:9767 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:15:5317 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165115520.jpg 2021.03.28 16:51:15:5853 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165115520.jpg 2021.03.28 16:51:16:0204 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165115520.jpg with: 1 objects 2021.03.28 16:51:16:0204 - (Trace) parking meter 0.54206467 1186 401 1321 596 2021.03.28 16:51:16:0205 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:16:0205 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:16:0205 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:16:0205 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:16:0205 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:16:5283 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165116520.jpg 2021.03.28 16:51:16:5723 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165116520.jpg 2021.03.28 16:51:17:0009 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165116520.jpg 2021.03.28 16:51:17:5280 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165117520.jpg 2021.03.28 16:51:17:5718 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165117520.jpg 2021.03.28 16:51:18:0246 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165117520.jpg with: 1 objects 2021.03.28 16:51:18:0246 - (Trace) parking meter 0.42364627 1184 403 1320 594 2021.03.28 16:51:18:0247 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:18:0247 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:18:0247 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:18:0247 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:18:0247 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:18:5682 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165118559.jpg 2021.03.28 16:51:18:6098 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165118559.jpg 2021.03.28 16:51:19:0256 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165118559.jpg 2021.03.28 16:51:19:5686 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165119559.jpg 2021.03.28 16:51:19:6123 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165119559.jpg 2021.03.28 16:51:20:0449 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165119559.jpg with: 1 objects 2021.03.28 16:51:20:0449 - (Trace) parking meter 0.49655825 1185 403 1321 596 2021.03.28 16:51:20:0450 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:20:0450 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:20:0450 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:20:0450 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:20:0450 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:20:5698 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165120559.jpg 2021.03.28 16:51:20:6308 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165120559.jpg 2021.03.28 16:51:21:0764 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165120559.jpg with: 2 objects 2021.03.28 16:51:21:0764 - (Trace) parking meter 0.44281664 1184 402 1321 596 2021.03.28 16:51:21:0764 - (Trace) chair 0.5098445 31 805 349 1077 2021.03.28 16:51:21:0765 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:21:0765 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:21:0765 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:21:0765 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:21:0765 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:21:0765 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:21:5687 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165121559.jpg 2021.03.28 16:51:21:6259 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165121559.jpg 2021.03.28 16:51:22:0394 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165121559.jpg with: 1 objects 2021.03.28 16:51:22:0394 - (Trace) parking meter 0.44973147 1184 403 1321 596 2021.03.28 16:51:22:0395 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:22:0395 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:22:0395 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:22:0395 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:22:0396 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:22:5675 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165122559.jpg 2021.03.28 16:51:22:6198 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165122559.jpg 2021.03.28 16:51:23:0332 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165122559.jpg with: 2 objects 2021.03.28 16:51:23:0332 - (Trace) chair 0.40114954 30 806 353 1078 2021.03.28 16:51:23:0332 - (Trace) parking meter 0.5656508 1185 401 1320 595 2021.03.28 16:51:23:0333 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:23:0333 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:23:0333 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:23:0333 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:23:0333 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:23:0333 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:23:5664 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165123559.jpg 2021.03.28 16:51:23:6074 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165123559.jpg 2021.03.28 16:51:24:0443 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165123559.jpg with: 1 objects 2021.03.28 16:51:24:0444 - (Trace) parking meter 0.47695413 1185 402 1320 594 2021.03.28 16:51:24:0444 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:24:0444 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:24:0444 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:24:0444 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:24:0444 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:24:5679 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165124559.jpg 2021.03.28 16:51:24:6161 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165124559.jpg 2021.03.28 16:51:25:0623 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165124559.jpg with: 2 objects 2021.03.28 16:51:25:0623 - (Trace) chair 0.40424255 29 803 352 1078 2021.03.28 16:51:25:0623 - (Trace) parking meter 0.47274643 1187 403 1321 592 2021.03.28 16:51:25:0624 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:25:0624 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:25:0624 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:25:0624 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:25:0624 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:25:0624 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:25:5678 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165125559.jpg 2021.03.28 16:51:25:6080 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165125559.jpg 2021.03.28 16:51:26:0522 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165125559.jpg with: 2 objects 2021.03.28 16:51:26:0522 - (Trace) chair 0.4568565 29 805 349 1076 2021.03.28 16:51:26:0522 - (Trace) parking meter 0.4650305 1185 404 1322 593 2021.03.28 16:51:26:0523 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:26:0523 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:26:0523 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:26:0523 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:26:0523 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:26:0523 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:26:5693 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165126559.jpg 2021.03.28 16:51:26:6274 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165126559.jpg 2021.03.28 16:51:27:0644 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165126559.jpg with: 2 objects 2021.03.28 16:51:27:0644 - (Trace) parking meter 0.5004918 1185 403 1320 594 2021.03.28 16:51:27:0644 - (Trace) chair 0.5552754 32 804 348 1077 2021.03.28 16:51:27:0646 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:27:0646 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:27:0646 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:27:0646 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:27:0646 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:27:0646 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:27:5671 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165127559.jpg 2021.03.28 16:51:27:6231 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165127559.jpg 2021.03.28 16:51:28:0836 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165127559.jpg with: 1 objects 2021.03.28 16:51:28:0836 - (Trace) chair 0.5410624 30 804 347 1077 2021.03.28 16:51:28:0838 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:28:0838 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:28:0838 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:28:0838 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:28:0838 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:52:03:7412 - Email sent to: email1@email.com 2021.03.28 16:52:03:7437 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: email2@email.com -- total frames: 10 2021.03.28 16:52:03:7437 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.28 16:52:03:7437 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing

Ken98045 commented 3 years ago

Well, this isn’t anything like what I expected to see. Was there anything at all after the last statement from the log you show here? In particular, if there is anything that contains there word “exception” or “error” would be very important. I don’t necessarily need detail before the “before resizing” statement since I’ve seen that before.

There just isn’t much going on between the last statement in the log and what happens next. If there were any kind of fatal error (or anything that would stop the email) after that point it should be in the log right after where you stopped . I can put yet more log information, but I hesitate to do that in a general release. Still, I want to run this problem down, so I’ll see if I see anything that would be helpful.

I’ll see what I can do today. I might or might not have the time to work on it.

From: Scott Smith @.*** Sent: Sunday, March 28, 2021 3:07 PM To: Ken98045/On-Guard Cc: Ken98045; Comment Subject: Re: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15)

Here is a recent dump. Started up and then triggered and watched the log. I have disabled Windows Defender.

2021.03.28 16:50:15:6530 - On Guard started at: 3/28/2021 4:50:15 PM 2021.03.28 16:50:18:8350 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:32:6559 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165032640.jpg 2021.03.28 16:50:32:7206 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165032640.jpg 2021.03.28 16:50:33:1591 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165032640.jpg with: 4 objects 2021.03.28 16:50:33:1593 - (Trace) chair 0.45635423 776 559 1153 1071 2021.03.28 16:50:33:1593 - (Trace) person 0.51472676 1140 84 1213 164 2021.03.28 16:50:33:1593 - (Trace) cell phone 0.6142757 1182 406 1314 592 2021.03.28 16:50:33:1593 - (Trace) person 0.79323256 1075 296 1589 1075 2021.03.28 16:50:33:1605 - (Trace) The AI Found: 4 Total Objects 2021.03.28 16:50:33:1606 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:50:33:1643 - (Trace) Objects after duplicate vehicle check: 2 2021.03.28 16:50:33:1701 - (Trace) Object count before removing parked: 2 2021.03.28 16:50:33:1701 - (Trace) non-vehicle objects before parking check: 2 2021.03.28 16:50:33:1702 - (Trace) Total objects after parked vehicle check: 2 Vehicles remaining: 0 2021.03.28 16:50:33:1702 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210328_165032640.jpg with: 2 objects 2021.03.28 16:50:33:1770 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:33:1771 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:33:1771 - (Trace) Back Porch: Object mismatch: Any Mammal - person 2021.03.28 16:50:33:1772 - 2 interesting objects found in file: C:\BlueIris\New\BackPorch.20210328_165032640.jpg 2021.03.28 16:50:33:1937 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:33:4214 - (Trace) Adding to Motion table: BackPorch.20210328_165032640.jpg 2021.03.28 16:50:33:6714 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165033661.jpg 2021.03.28 16:50:33:7352 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165033661.jpg 2021.03.28 16:50:34:1765 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165033661.jpg with: 2 objects 2021.03.28 16:50:34:1766 - (Trace) person 0.5374497 1140 82 1213 164 2021.03.28 16:50:34:1766 - (Trace) person 0.900994 1029 275 1544 1077 2021.03.28 16:50:34:1767 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:34:1767 - (Trace) Objects after duplicate vehicle check: 2 2021.03.28 16:50:34:1767 - (Trace) Object count before removing parked: 2 2021.03.28 16:50:34:1767 - (Trace) non-vehicle objects before parking check: 2 2021.03.28 16:50:34:1767 - (Trace) Total objects after parked vehicle check: 2 Vehicles remaining: 0 2021.03.28 16:50:34:1767 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210328_165033661.jpg with: 2 objects 2021.03.28 16:50:34:1768 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:34:1768 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:34:1768 - (Trace) Back Porch: Object mismatch: Any Mammal - person 2021.03.28 16:50:34:1768 - 2 interesting objects found in file: C:\BlueIris\New\BackPorch.20210328_165033661.jpg 2021.03.28 16:50:34:1769 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:34:1778 - (Trace) Adding to Motion table: BackPorch.20210328_165033661.jpg 2021.03.28 16:50:34:7081 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165034700.jpg 2021.03.28 16:50:34:7727 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165034700.jpg 2021.03.28 16:50:35:1972 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165034700.jpg with: 1 objects 2021.03.28 16:50:35:1973 - (Trace) person 0.65388006 1095 648 1767 1070 2021.03.28 16:50:35:1973 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:35:1974 - (Trace) Objects after duplicate vehicle check: 1 2021.03.28 16:50:35:1974 - (Trace) Object count before removing parked: 1 2021.03.28 16:50:35:1974 - (Trace) non-vehicle objects before parking check: 1 2021.03.28 16:50:35:1974 - (Trace) Total objects after parked vehicle check: 1 Vehicles remaining: 0 2021.03.28 16:50:35:1974 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210328_165034700.jpg with: 1 objects 2021.03.28 16:50:35:1974 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:35:1974 - (Trace) Back Porch: Object mismatch: * Any Mammal - person 2021.03.28 16:50:35:1974 - 1 interesting objects found in file: C:\BlueIris\New\BackPorch.20210328_165034700.jpg 2021.03.28 16:50:35:1975 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:35:1980 - (Trace) Adding to Motion table: BackPorch.20210328_165034700.jpg 2021.03.28 16:50:35:7108 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165035700.jpg 2021.03.28 16:50:35:7633 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165035700.jpg 2021.03.28 16:50:36:2111 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165035700.jpg 2021.03.28 16:50:36:2112 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:36:7140 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165036706.jpg 2021.03.28 16:50:36:7682 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165036706.jpg 2021.03.28 16:50:37:1612 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165036706.jpg with: 2 objects 2021.03.28 16:50:37:1612 - (Trace) fire hydrant 0.44498205 1335 597 1503 917 2021.03.28 16:50:37:1612 - (Trace) parking meter 0.56937456 1186 402 1319 595 2021.03.28 16:50:37:1613 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:37:1613 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:37:1613 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:37:1613 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:37:1613 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:37:1613 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:37:1614 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:37:7177 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165037706.jpg 2021.03.28 16:50:37:7709 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165037706.jpg 2021.03.28 16:50:38:2240 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165037706.jpg with: 2 objects 2021.03.28 16:50:38:2240 - (Trace) parking meter 0.56632805 1186 403 1320 596 2021.03.28 16:50:38:2240 - (Trace) fire hydrant 0.63286877 1320 617 1502 921 2021.03.28 16:50:38:2241 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:38:2241 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:38:2241 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:38:2241 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:38:2241 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:38:2241 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:38:2241 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:38:7171 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165038706.jpg 2021.03.28 16:50:38:7689 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165038706.jpg 2021.03.28 16:50:39:1703 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165038706.jpg with: 1 objects 2021.03.28 16:50:39:1703 - (Trace) parking meter 0.4054523 1187 402 1319 593 2021.03.28 16:50:39:1704 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:39:1704 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:39:1704 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:39:1704 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:39:1704 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:39:1704 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:39:7215 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165039706.jpg 2021.03.28 16:50:39:7760 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165039706.jpg 2021.03.28 16:50:40:2263 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165039706.jpg with: 1 objects 2021.03.28 16:50:40:2264 - (Trace) parking meter 0.5296705 1186 403 1319 594 2021.03.28 16:50:40:2265 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:40:2265 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:40:2265 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:40:2265 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:40:2265 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:40:2265 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:40:7192 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165040713.jpg 2021.03.28 16:50:40:7671 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165040713.jpg 2021.03.28 16:50:41:1817 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165040713.jpg with: 1 objects 2021.03.28 16:50:41:1817 - (Trace) parking meter 0.5946239 1187 402 1320 595 2021.03.28 16:50:41:1818 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:41:1818 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:41:1818 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:41:1818 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:41:1818 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:41:1818 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:41:7204 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165041713.jpg 2021.03.28 16:50:41:7678 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165041713.jpg 2021.03.28 16:50:42:1919 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165041713.jpg with: 1 objects 2021.03.28 16:50:42:1920 - (Trace) parking meter 0.6140964 1187 403 1320 595 2021.03.28 16:50:42:1921 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:42:1922 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:42:1922 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:42:1922 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:42:1922 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:42:1922 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:42:7206 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165042713.jpg 2021.03.28 16:50:42:7762 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165042713.jpg 2021.03.28 16:50:43:2323 - (Trace) EmailAccumulator - Done accumulating email frames with: 10 2021.03.28 16:50:43:2329 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.28 16:50:43:2329 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - Email address count before cooldown check: 3 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - Email address count after cooldown check: 3 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @. -- total frames: 10 2021.03.28 16:50:43:2332 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.28 16:50:43:2332 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing 2021.03.28 16:50:43:2334 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before SendEmail - address: @. output files: 5 2021.03.28 16:50:43:2372 - (Trace) Enqueued for sending email to: @. 2021.03.28 16:50:43:2384 - (Trace) EmailAccumulator - Starting email send to: @.* 2021.03.28 16:50:43:2743 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165042713.jpg with: 2 objects 2021.03.28 16:50:43:2744 - (Trace) parking meter 0.529229 1185 402 1321 594 2021.03.28 16:50:43:2744 - (Trace) fire hydrant 0.5601058 1332 626 1499 917 2021.03.28 16:50:43:2746 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:43:2746 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:43:2747 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:43:2747 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:43:2747 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:43:2747 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:43:7212 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165043713.jpg 2021.03.28 16:50:43:7837 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165043713.jpg 2021.03.28 16:50:44:2144 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165043713.jpg with: 2 objects 2021.03.28 16:50:44:2144 - (Trace) fire hydrant 0.60032207 1330 623 1498 917 2021.03.28 16:50:44:2145 - (Trace) parking meter 0.62227446 1185 402 1320 594 2021.03.28 16:50:44:2145 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:44:2145 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:44:2146 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:44:2146 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:44:2146 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:44:2146 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:44:7201 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165044713.jpg 2021.03.28 16:50:44:7590 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165044713.jpg 2021.03.28 16:50:45:2460 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165044713.jpg with: 1 objects 2021.03.28 16:50:45:2461 - (Trace) parking meter 0.6902986 1184 403 1320 595 2021.03.28 16:50:45:2461 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:45:2462 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:45:2462 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:45:2462 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:45:2462 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:10:5116 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165110493.jpg 2021.03.28 16:51:10:5600 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165110493.jpg 2021.03.28 16:51:10:9969 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165110493.jpg 2021.03.28 16:51:11:5032 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165111493.jpg 2021.03.28 16:51:11:5655 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165111493.jpg 2021.03.28 16:51:12:0142 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165111493.jpg with: 2 objects 2021.03.28 16:51:12:0142 - (Trace) parking meter 0.47254643 1185 402 1321 595 2021.03.28 16:51:12:0142 - (Trace) fire hydrant 0.5493141 1314 612 1499 921 2021.03.28 16:51:12:0143 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:12:0143 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:12:0143 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:51:12:0143 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:12:0143 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:12:0143 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:12:5021 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165112493.jpg 2021.03.28 16:51:12:5397 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165112493.jpg 2021.03.28 16:51:12:9380 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165112493.jpg 2021.03.28 16:51:13:5017 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165113493.jpg 2021.03.28 16:51:13:5464 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165113493.jpg 2021.03.28 16:51:13:9564 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165113493.jpg 2021.03.28 16:51:14:5070 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165114493.jpg 2021.03.28 16:51:14:5600 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165114493.jpg 2021.03.28 16:51:14:9766 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165114493.jpg with: 1 objects 2021.03.28 16:51:14:9766 - (Trace) parking meter 0.49338707 1188 401 1320 595 2021.03.28 16:51:14:9767 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:14:9767 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:14:9767 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:14:9767 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:14:9767 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:15:5317 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165115520.jpg 2021.03.28 16:51:15:5853 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165115520.jpg 2021.03.28 16:51:16:0204 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165115520.jpg with: 1 objects 2021.03.28 16:51:16:0204 - (Trace) parking meter 0.54206467 1186 401 1321 596 2021.03.28 16:51:16:0205 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:16:0205 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:16:0205 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:16:0205 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:16:0205 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:16:5283 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165116520.jpg 2021.03.28 16:51:16:5723 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165116520.jpg 2021.03.28 16:51:17:0009 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165116520.jpg 2021.03.28 16:51:17:5280 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165117520.jpg 2021.03.28 16:51:17:5718 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165117520.jpg 2021.03.28 16:51:18:0246 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165117520.jpg with: 1 objects 2021.03.28 16:51:18:0246 - (Trace) parking meter 0.42364627 1184 403 1320 594 2021.03.28 16:51:18:0247 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:18:0247 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:18:0247 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:18:0247 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:18:0247 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:18:5682 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165118559.jpg 2021.03.28 16:51:18:6098 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165118559.jpg 2021.03.28 16:51:19:0256 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165118559.jpg 2021.03.28 16:51:19:5686 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165119559.jpg 2021.03.28 16:51:19:6123 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165119559.jpg 2021.03.28 16:51:20:0449 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165119559.jpg with: 1 objects 2021.03.28 16:51:20:0449 - (Trace) parking meter 0.49655825 1185 403 1321 596 2021.03.28 16:51:20:0450 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:20:0450 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:20:0450 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:20:0450 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:20:0450 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:20:5698 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165120559.jpg 2021.03.28 16:51:20:6308 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165120559.jpg 2021.03.28 16:51:21:0764 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165120559.jpg with: 2 objects 2021.03.28 16:51:21:0764 - (Trace) parking meter 0.44281664 1184 402 1321 596 2021.03.28 16:51:21:0764 - (Trace) chair 0.5098445 31 805 349 1077 2021.03.28 16:51:21:0765 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:21:0765 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:21:0765 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:21:0765 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:21:0765 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:21:0765 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:21:5687 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165121559.jpg 2021.03.28 16:51:21:6259 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165121559.jpg 2021.03.28 16:51:22:0394 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165121559.jpg with: 1 objects 2021.03.28 16:51:22:0394 - (Trace) parking meter 0.44973147 1184 403 1321 596 2021.03.28 16:51:22:0395 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:22:0395 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:22:0395 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:22:0395 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:22:0396 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:22:5675 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165122559.jpg 2021.03.28 16:51:22:6198 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165122559.jpg 2021.03.28 16:51:23:0332 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165122559.jpg with: 2 objects 2021.03.28 16:51:23:0332 - (Trace) chair 0.40114954 30 806 353 1078 2021.03.28 16:51:23:0332 - (Trace) parking meter 0.5656508 1185 401 1320 595 2021.03.28 16:51:23:0333 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:23:0333 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:23:0333 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:23:0333 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:23:0333 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:23:0333 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:23:5664 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165123559.jpg 2021.03.28 16:51:23:6074 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165123559.jpg 2021.03.28 16:51:24:0443 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165123559.jpg with: 1 objects 2021.03.28 16:51:24:0444 - (Trace) parking meter 0.47695413 1185 402 1320 594 2021.03.28 16:51:24:0444 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:24:0444 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:24:0444 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:24:0444 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:24:0444 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:24:5679 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165124559.jpg 2021.03.28 16:51:24:6161 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165124559.jpg 2021.03.28 16:51:25:0623 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165124559.jpg with: 2 objects 2021.03.28 16:51:25:0623 - (Trace) chair 0.40424255 29 803 352 1078 2021.03.28 16:51:25:0623 - (Trace) parking meter 0.47274643 1187 403 1321 592 2021.03.28 16:51:25:0624 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:25:0624 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:25:0624 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:25:0624 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:25:0624 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:25:0624 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:25:5678 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165125559.jpg 2021.03.28 16:51:25:6080 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165125559.jpg 2021.03.28 16:51:26:0522 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165125559.jpg with: 2 objects 2021.03.28 16:51:26:0522 - (Trace) chair 0.4568565 29 805 349 1076 2021.03.28 16:51:26:0522 - (Trace) parking meter 0.4650305 1185 404 1322 593 2021.03.28 16:51:26:0523 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:26:0523 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:26:0523 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:26:0523 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:26:0523 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:26:0523 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:26:5693 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165126559.jpg 2021.03.28 16:51:26:6274 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165126559.jpg 2021.03.28 16:51:27:0644 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165126559.jpg with: 2 objects 2021.03.28 16:51:27:0644 - (Trace) parking meter 0.5004918 1185 403 1320 594 2021.03.28 16:51:27:0644 - (Trace) chair 0.5552754 32 804 348 1077 2021.03.28 16:51:27:0646 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:27:0646 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:27:0646 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:27:0646 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:27:0646 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:27:0646 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:27:5671 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165127559.jpg 2021.03.28 16:51:27:6231 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165127559.jpg 2021.03.28 16:51:28:0836 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165127559.jpg with: 1 objects 2021.03.28 16:51:28:0836 - (Trace) chair 0.5410624 30 804 347 1077 2021.03.28 16:51:28:0838 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:28:0838 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:28:0838 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:28:0838 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:28:0838 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:52:03:7412 - Email sent to: *@. 2021.03.28 16:52:03:7437 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @.*** -- total frames: 10 2021.03.28 16:52:03:7437 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.28 16:52:03:7437 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ken98045/On-Guard/issues/15#issuecomment-808966957 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24JJVHMQ72Y44PIIMWTTF6SAXANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24IBBBWTIMPZSALLYA3TF6SAXA5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGA35WLI.gif

Ken98045 commented 3 years ago

It is under application settings and the “use default” button there. Just pressing that button (and then OK) should do it.

Unfortunately, the database install and the connection string can be tricky. There are a lot of database versions out there, and sometimes security settings (and other things) can interfere. It should have all happened more or less automatically when you first installed.

I can help you track down problems in this area to some extent. I’m not an expert with the DB stuff, in particular with all the possible things that can go wrong. Unfortunately, I don’t have the time today. I might have time late Tuesday through Thursday.

From: Scott Smith @.*** Sent: Sunday, March 28, 2021 2:23 PM To: Ken98045/On-Guard Cc: Ken98045; Comment Subject: Re: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15)

What is the Default Connection String supposed to be set at in the Application Settings if I am using the default local db?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ken98045/On-Guard/issues/15#issuecomment-808961510 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24IZHQMB2F657CFC7VDTF6M2ZANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24MBKIDXOM4ZFBWFQSLTF6M2ZA5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGA34LZQ.gif

srss commented 3 years ago

That's where the logging stops until there is a new event. If nothing triggers motion on the cameras it doesn't change.

Don't push out another release right now, you've been extremely helpful. I'll put VS on that computer and add some breakpoints and see if I can track down what's happening when it gets stuck at that step. I'll keep you in the loop on what I find. This computer was left over from a previous contract and it has a completely fresh install of Win 10. it could be any number of things with firewall, permissions or other new-install Windows joy.

Thanks again for all of your help. I'll update later this week when I get it sorted.

Well, this isn’t anything like what I expected to see. Was there anything at all after the last statement from the log you show here? In particular, if there is anything that contains there word “exception” or “error” would be very important. I don’t necessarily need detail before the “before resizing” statement since I’ve seen that before. There just isn’t much going on between the last statement in the log and what happens next. If there were any kind of fatal error (or anything that would stop the email) after that point it should be in the log right after where you stopped . I can put yet more log information, but I hesitate to do that in a general release. Still, I want to run this problem down, so I’ll see if I see anything that would be helpful. I’ll see what I can do today. I might or might not have the time to work on it. From: Scott Smith @.* Sent: Sunday, March 28, 2021 3:07 PM To: Ken98045/On-Guard Cc: Ken98045; Comment Subject: Re: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15) Here is a recent dump. Started up and then triggered and watched the log. I have disabled Windows Defender. 2021.03.28 16:50:15:6530 - On Guard started at: 3/28/2021 4:50:15 PM 2021.03.28 16:50:18:8350 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:32:6559 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165032640.jpg 2021.03.28 16:50:32:7206 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165032640.jpg 2021.03.28 16:50:33:1591 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165032640.jpg with: 4 objects 2021.03.28 16:50:33:1593 - (Trace) chair 0.45635423 776 559 1153 1071 2021.03.28 16:50:33:1593 - (Trace) person 0.51472676 1140 84 1213 164 2021.03.28 16:50:33:1593 - (Trace) cell phone 0.6142757 1182 406 1314 592 2021.03.28 16:50:33:1593 - (Trace) person 0.79323256 1075 296 1589 1075 2021.03.28 16:50:33:1605 - (Trace) The AI Found: 4 Total Objects 2021.03.28 16:50:33:1606 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:50:33:1643 - (Trace) Objects after duplicate vehicle check: 2 2021.03.28 16:50:33:1701 - (Trace) Object count before removing parked: 2 2021.03.28 16:50:33:1701 - (Trace) non-vehicle objects before parking check: 2 2021.03.28 16:50:33:1702 - (Trace) Total objects after parked vehicle check: 2 Vehicles remaining: 0 2021.03.28 16:50:33:1702 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210328_165032640.jpg with: 2 objects 2021.03.28 16:50:33:1770 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:33:1771 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:33:1771 - (Trace) Back Porch: Object mismatch: Any Mammal - person 2021.03.28 16:50:33:1772 - 2 interesting objects found in file: C:\BlueIris\New\BackPorch.20210328_165032640.jpg 2021.03.28 16:50:33:1937 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:33:4214 - (Trace) Adding to Motion table: BackPorch.20210328_165032640.jpg 2021.03.28 16:50:33:6714 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165033661.jpg 2021.03.28 16:50:33:7352 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165033661.jpg 2021.03.28 16:50:34:1765 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165033661.jpg with: 2 objects 2021.03.28 16:50:34:1766 - (Trace) person 0.5374497 1140 82 1213 164 2021.03.28 16:50:34:1766 - (Trace) person 0.900994 1029 275 1544 1077 2021.03.28 16:50:34:1767 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:34:1767 - (Trace) Objects after duplicate vehicle check: 2 2021.03.28 16:50:34:1767 - (Trace) Object count before removing parked: 2 2021.03.28 16:50:34:1767 - (Trace) non-vehicle objects before parking check: 2 2021.03.28 16:50:34:1767 - (Trace) Total objects after parked vehicle check: 2 Vehicles remaining: 0 2021.03.28 16:50:34:1767 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210328_165033661.jpg with: 2 objects 2021.03.28 16:50:34:1768 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:34:1768 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:34:1768 - (Trace) Back Porch: Object mismatch: Any Mammal - person 2021.03.28 16:50:34:1768 - 2 interesting objects found in file: C:\BlueIris\New\BackPorch.20210328_165033661.jpg 2021.03.28 16:50:34:1769 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:34:1778 - (Trace) Adding to Motion table: BackPorch.20210328_165033661.jpg 2021.03.28 16:50:34:7081 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165034700.jpg 2021.03.28 16:50:34:7727 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165034700.jpg 2021.03.28 16:50:35:1972 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165034700.jpg with: 1 objects 2021.03.28 16:50:35:1973 - (Trace) person 0.65388006 1095 648 1767 1070 2021.03.28 16:50:35:1973 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:35:1974 - (Trace) Objects after duplicate vehicle check: 1 2021.03.28 16:50:35:1974 - (Trace) Object count before removing parked: 1 2021.03.28 16:50:35:1974 - (Trace) non-vehicle objects before parking check: 1 2021.03.28 16:50:35:1974 - (Trace) Total objects after parked vehicle check: 1 Vehicles remaining: 0 2021.03.28 16:50:35:1974 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210328_165034700.jpg with: 1 objects 2021.03.28 16:50:35:1974 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:35:1974 - (Trace) Back Porch: Object mismatch: Any Mammal - person 2021.03.28 16:50:35:1974 - 1 interesting objects found in file: C:\BlueIris\New\BackPorch.20210328_165034700.jpg 2021.03.28 16:50:35:1975 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:35:1980 - (Trace) Adding to Motion table: BackPorch.20210328_165034700.jpg 2021.03.28 16:50:35:7108 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165035700.jpg 2021.03.28 16:50:35:7633 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165035700.jpg 2021.03.28 16:50:36:2111 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165035700.jpg 2021.03.28 16:50:36:2112 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:36:7140 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165036706.jpg 2021.03.28 16:50:36:7682 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165036706.jpg 2021.03.28 16:50:37:1612 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165036706.jpg with: 2 objects 2021.03.28 16:50:37:1612 - (Trace) fire hydrant 0.44498205 1335 597 1503 917 2021.03.28 16:50:37:1612 - (Trace) parking meter 0.56937456 1186 402 1319 595 2021.03.28 16:50:37:1613 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:37:1613 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:37:1613 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:37:1613 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:37:1613 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:37:1613 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:37:1614 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:37:7177 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165037706.jpg 2021.03.28 16:50:37:7709 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165037706.jpg 2021.03.28 16:50:38:2240 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165037706.jpg with: 2 objects 2021.03.28 16:50:38:2240 - (Trace) parking meter 0.56632805 1186 403 1320 596 2021.03.28 16:50:38:2240 - (Trace) fire hydrant 0.63286877 1320 617 1502 921 2021.03.28 16:50:38:2241 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:38:2241 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:38:2241 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:38:2241 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:38:2241 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:38:2241 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:38:2241 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:38:7171 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165038706.jpg 2021.03.28 16:50:38:7689 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165038706.jpg 2021.03.28 16:50:39:1703 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165038706.jpg with: 1 objects 2021.03.28 16:50:39:1703 - (Trace) parking meter 0.4054523 1187 402 1319 593 2021.03.28 16:50:39:1704 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:39:1704 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:39:1704 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:39:1704 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:39:1704 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:39:1704 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:39:7215 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165039706.jpg 2021.03.28 16:50:39:7760 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165039706.jpg 2021.03.28 16:50:40:2263 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165039706.jpg with: 1 objects 2021.03.28 16:50:40:2264 - (Trace) parking meter 0.5296705 1186 403 1319 594 2021.03.28 16:50:40:2265 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:40:2265 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:40:2265 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:40:2265 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:40:2265 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:40:2265 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:40:7192 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165040713.jpg 2021.03.28 16:50:40:7671 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165040713.jpg 2021.03.28 16:50:41:1817 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165040713.jpg with: 1 objects 2021.03.28 16:50:41:1817 - (Trace) parking meter 0.5946239 1187 402 1320 595 2021.03.28 16:50:41:1818 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:41:1818 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:41:1818 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:41:1818 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:41:1818 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:41:1818 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:41:7204 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165041713.jpg 2021.03.28 16:50:41:7678 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165041713.jpg 2021.03.28 16:50:42:1919 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165041713.jpg with: 1 objects 2021.03.28 16:50:42:1920 - (Trace) parking meter 0.6140964 1187 403 1320 595 2021.03.28 16:50:42:1921 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:42:1922 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:42:1922 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:42:1922 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:42:1922 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:42:1922 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:42:7206 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165042713.jpg 2021.03.28 16:50:42:7762 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165042713.jpg 2021.03.28 16:50:43:2323 - (Trace) EmailAccumulator - Done accumulating email frames with: 10 2021.03.28 16:50:43:2329 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.28 16:50:43:2329 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - Email address count before cooldown check: 3 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - Email address count after cooldown check: 3 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @. -- total frames: 10 2021.03.28 16:50:43:2332 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.28 16:50:43:2332 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing 2021.03.28 16:50:43:2334 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before SendEmail - address: @. output files: 5 2021.03.28 16:50:43:2372 - (Trace) Enqueued for sending email to: @. 2021.03.28 16:50:43:2384 - (Trace) EmailAccumulator - Starting email send to: @. 2021.03.28 16:50:43:2743 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165042713.jpg with: 2 objects 2021.03.28 16:50:43:2744 - (Trace) parking meter 0.529229 1185 402 1321 594 2021.03.28 16:50:43:2744 - (Trace) fire hydrant 0.5601058 1332 626 1499 917 2021.03.28 16:50:43:2746 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:43:2746 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:43:2747 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:43:2747 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:43:2747 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:43:2747 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:43:7212 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165043713.jpg 2021.03.28 16:50:43:7837 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165043713.jpg 2021.03.28 16:50:44:2144 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165043713.jpg with: 2 objects 2021.03.28 16:50:44:2144 - (Trace) fire hydrant 0.60032207 1330 623 1498 917 2021.03.28 16:50:44:2145 - (Trace) parking meter 0.62227446 1185 402 1320 594 2021.03.28 16:50:44:2145 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:44:2145 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:44:2146 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:44:2146 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:44:2146 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:44:2146 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:44:7201 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165044713.jpg 2021.03.28 16:50:44:7590 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165044713.jpg 2021.03.28 16:50:45:2460 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165044713.jpg with: 1 objects 2021.03.28 16:50:45:2461 - (Trace) parking meter 0.6902986 1184 403 1320 595 2021.03.28 16:50:45:2461 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:45:2462 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:45:2462 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:45:2462 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:45:2462 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:10:5116 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165110493.jpg 2021.03.28 16:51:10:5600 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165110493.jpg 2021.03.28 16:51:10:9969 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165110493.jpg 2021.03.28 16:51:11:5032 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165111493.jpg 2021.03.28 16:51:11:5655 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165111493.jpg 2021.03.28 16:51:12:0142 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165111493.jpg with: 2 objects 2021.03.28 16:51:12:0142 - (Trace) parking meter 0.47254643 1185 402 1321 595 2021.03.28 16:51:12:0142 - (Trace) fire hydrant 0.5493141 1314 612 1499 921 2021.03.28 16:51:12:0143 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:12:0143 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:12:0143 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:51:12:0143 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:12:0143 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:12:0143 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:12:5021 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165112493.jpg 2021.03.28 16:51:12:5397 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165112493.jpg 2021.03.28 16:51:12:9380 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165112493.jpg 2021.03.28 16:51:13:5017 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165113493.jpg 2021.03.28 16:51:13:5464 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165113493.jpg 2021.03.28 16:51:13:9564 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165113493.jpg 2021.03.28 16:51:14:5070 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165114493.jpg 2021.03.28 16:51:14:5600 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165114493.jpg 2021.03.28 16:51:14:9766 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165114493.jpg with: 1 objects 2021.03.28 16:51:14:9766 - (Trace) parking meter 0.49338707 1188 401 1320 595 2021.03.28 16:51:14:9767 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:14:9767 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:14:9767 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:14:9767 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:14:9767 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:15:5317 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165115520.jpg 2021.03.28 16:51:15:5853 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165115520.jpg 2021.03.28 16:51:16:0204 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165115520.jpg with: 1 objects 2021.03.28 16:51:16:0204 - (Trace) parking meter 0.54206467 1186 401 1321 596 2021.03.28 16:51:16:0205 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:16:0205 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:16:0205 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:16:0205 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:16:0205 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:16:5283 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165116520.jpg 2021.03.28 16:51:16:5723 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165116520.jpg 2021.03.28 16:51:17:0009 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165116520.jpg 2021.03.28 16:51:17:5280 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165117520.jpg 2021.03.28 16:51:17:5718 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165117520.jpg 2021.03.28 16:51:18:0246 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165117520.jpg with: 1 objects 2021.03.28 16:51:18:0246 - (Trace) parking meter 0.42364627 1184 403 1320 594 2021.03.28 16:51:18:0247 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:18:0247 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:18:0247 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:18:0247 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:18:0247 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:18:5682 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165118559.jpg 2021.03.28 16:51:18:6098 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165118559.jpg 2021.03.28 16:51:19:0256 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165118559.jpg 2021.03.28 16:51:19:5686 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165119559.jpg 2021.03.28 16:51:19:6123 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165119559.jpg 2021.03.28 16:51:20:0449 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165119559.jpg with: 1 objects 2021.03.28 16:51:20:0449 - (Trace) parking meter 0.49655825 1185 403 1321 596 2021.03.28 16:51:20:0450 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:20:0450 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:20:0450 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:20:0450 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:20:0450 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:20:5698 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165120559.jpg 2021.03.28 16:51:20:6308 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165120559.jpg 2021.03.28 16:51:21:0764 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165120559.jpg with: 2 objects 2021.03.28 16:51:21:0764 - (Trace) parking meter 0.44281664 1184 402 1321 596 2021.03.28 16:51:21:0764 - (Trace) chair 0.5098445 31 805 349 1077 2021.03.28 16:51:21:0765 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:21:0765 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:21:0765 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:21:0765 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:21:0765 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:21:0765 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:21:5687 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165121559.jpg 2021.03.28 16:51:21:6259 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165121559.jpg 2021.03.28 16:51:22:0394 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165121559.jpg with: 1 objects 2021.03.28 16:51:22:0394 - (Trace) parking meter 0.44973147 1184 403 1321 596 2021.03.28 16:51:22:0395 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:22:0395 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:22:0395 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:22:0395 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:22:0396 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:22:5675 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165122559.jpg 2021.03.28 16:51:22:6198 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165122559.jpg 2021.03.28 16:51:23:0332 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165122559.jpg with: 2 objects 2021.03.28 16:51:23:0332 - (Trace) chair 0.40114954 30 806 353 1078 2021.03.28 16:51:23:0332 - (Trace) parking meter 0.5656508 1185 401 1320 595 2021.03.28 16:51:23:0333 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:23:0333 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:23:0333 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:23:0333 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:23:0333 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:23:0333 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:23:5664 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165123559.jpg 2021.03.28 16:51:23:6074 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165123559.jpg 2021.03.28 16:51:24:0443 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165123559.jpg with: 1 objects 2021.03.28 16:51:24:0444 - (Trace) parking meter 0.47695413 1185 402 1320 594 2021.03.28 16:51:24:0444 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:24:0444 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:24:0444 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:24:0444 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:24:0444 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:24:5679 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165124559.jpg 2021.03.28 16:51:24:6161 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165124559.jpg 2021.03.28 16:51:25:0623 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165124559.jpg with: 2 objects 2021.03.28 16:51:25:0623 - (Trace) chair 0.40424255 29 803 352 1078 2021.03.28 16:51:25:0623 - (Trace) parking meter 0.47274643 1187 403 1321 592 2021.03.28 16:51:25:0624 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:25:0624 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:25:0624 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:25:0624 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:25:0624 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:25:0624 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:25:5678 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165125559.jpg 2021.03.28 16:51:25:6080 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165125559.jpg 2021.03.28 16:51:26:0522 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165125559.jpg with: 2 objects 2021.03.28 16:51:26:0522 - (Trace) chair 0.4568565 29 805 349 1076 2021.03.28 16:51:26:0522 - (Trace) parking meter 0.4650305 1185 404 1322 593 2021.03.28 16:51:26:0523 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:26:0523 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:26:0523 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:26:0523 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:26:0523 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:26:0523 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:26:5693 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165126559.jpg 2021.03.28 16:51:26:6274 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165126559.jpg 2021.03.28 16:51:27:0644 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165126559.jpg with: 2 objects 2021.03.28 16:51:27:0644 - (Trace) parking meter 0.5004918 1185 403 1320 594 2021.03.28 16:51:27:0644 - (Trace) chair 0.5552754 32 804 348 1077 2021.03.28 16:51:27:0646 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:27:0646 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:27:0646 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:27:0646 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:27:0646 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:27:0646 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:27:5671 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165127559.jpg 2021.03.28 16:51:27:6231 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165127559.jpg 2021.03.28 16:51:28:0836 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165127559.jpg with: 1 objects 2021.03.28 16:51:28:0836 - (Trace) chair 0.5410624 30 804 347 1077 2021.03.28 16:51:28:0838 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:28:0838 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:28:0838 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:28:0838 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:28:0838 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:52:03:7412 - Email sent to: @. 2021.03.28 16:52:03:7437 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @. -- total frames: 10 2021.03.28 16:52:03:7437 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.28 16:52:03:7437 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#15 (comment)> , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24JJVHMQ72Y44PIIMWTTF6SAXANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24IBBBWTIMPZSALLYA3TF6SAXA5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGA35WLI.gif

Ken98045 commented 3 years ago

That sounds like a great plan! It’s possible things are just stuck in a loop, but I sure can’t see how. The latest code I gave you has a catch all exception around the resize process. At the very least that should have been hit if there was a problem there. It is possible that things are stuck before the resize is called, but that is just a pretty simple foreach loop on an array.

It has to be some sort of race condition, so it may not be too easy to see if breakpoints are set, but…. Anyway, look in EmailAccumulator.cs around line 270. You can always add your own trace statements at each and every line I guess.

Overall the code for the app is far from as well organized/clean as I’d like it. It grew over time, and I need to re-factor it a lot. I keep intending to do that, but that keeps getting put off.

From: Scott Smith @.*** Sent: Sunday, March 28, 2021 4:59 PM To: Ken98045/On-Guard Cc: Ken98045; Comment Subject: Re: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15)

That's where the logging stops until there is a new event. If nothing triggers motion on the cameras it doesn't change.

Don't push out another release right now, you've been extremely helpful. I'll put VS on that computer and add some breakpoints and see if I can track down what's happening when it gets stuck at that step. I'll keep you in the loop on what I find. This computer was left over from a previous contract and it has a completely fresh install of Win 10. it could be any number of things with firewall, permissions or other new-install Windows joy.

Thanks again for all of your help. I'll update later this week when I get it sorted.

Well, this isn’t anything like what I expected to see. Was there anything at all after the last statement from the log you show here? In particular, if there is anything that contains there word “exception” or “error” would be very important. I don’t necessarily need detail before the “before resizing” statement since I’ve seen that before. There just isn’t much going on between the last statement in the log and what happens next. If there were any kind of fatal error (or anything that would stop the email) after that point it should be in the log right after where you stopped . I can put yet more log information, but I hesitate to do that in a general release. Still, I want to run this problem down, so I’ll see if I see anything that would be helpful. I’ll see what I can do today. I might or might not have the time to work on it. From: Scott Smith @.* Sent: Sunday, March 28, 2021 3:07 PM To: Ken98045/On-Guard Cc: Ken98045; Comment Subject: Re: [Ken98045/On-Guard] Notification emails only getting sent to first email in list of multiple email addresses. (#15 https://github.com/Ken98045/On-Guard/issues/15 ) Here is a recent dump. Started up and then triggered and watched the log. I have disabled Windows Defender. 2021.03.28 16:50:15:6530 - On Guard started at: 3/28/2021 4:50:15 PM 2021.03.28 16:50:18:8350 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:32:6559 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165032640.jpg 2021.03.28 16:50:32:7206 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165032640.jpg 2021.03.28 16:50:33:1591 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165032640.jpg with: 4 objects 2021.03.28 16:50:33:1593 - (Trace) chair 0.45635423 776 559 1153 1071 2021.03.28 16:50:33:1593 - (Trace) person 0.51472676 1140 84 1213 164 2021.03.28 16:50:33:1593 - (Trace) cell phone 0.6142757 1182 406 1314 592 2021.03.28 16:50:33:1593 - (Trace) person 0.79323256 1075 296 1589 1075 2021.03.28 16:50:33:1605 - (Trace) The AI Found: 4 Total Objects 2021.03.28 16:50:33:1606 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:50:33:1643 - (Trace) Objects after duplicate vehicle check: 2 2021.03.28 16:50:33:1701 - (Trace) Object count before removing parked: 2 2021.03.28 16:50:33:1701 - (Trace) non-vehicle objects before parking check: 2 2021.03.28 16:50:33:1702 - (Trace) Total objects after parked vehicle check: 2 Vehicles remaining: 0 2021.03.28 16:50:33:1702 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210328_165032640.jpg with: 2 objects 2021.03.28 16:50:33:1770 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:33:1771 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:33:1771 - (Trace) Back Porch: Object mismatch: Any Mammal - person 2021.03.28 16:50:33:1772 - 2 interesting objects found in file: C:\BlueIris\New\BackPorch.20210328_165032640.jpg 2021.03.28 16:50:33:1937 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:33:4214 - (Trace) Adding to Motion table: BackPorch.20210328_165032640.jpg 2021.03.28 16:50:33:6714 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165033661.jpg 2021.03.28 16:50:33:7352 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165033661.jpg 2021.03.28 16:50:34:1765 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165033661.jpg with: 2 objects 2021.03.28 16:50:34:1766 - (Trace) person 0.5374497 1140 82 1213 164 2021.03.28 16:50:34:1766 - (Trace) person 0.900994 1029 275 1544 1077 2021.03.28 16:50:34:1767 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:34:1767 - (Trace) Objects after duplicate vehicle check: 2 2021.03.28 16:50:34:1767 - (Trace) Object count before removing parked: 2 2021.03.28 16:50:34:1767 - (Trace) non-vehicle objects before parking check: 2 2021.03.28 16:50:34:1767 - (Trace) Total objects after parked vehicle check: 2 Vehicles remaining: 0 2021.03.28 16:50:34:1767 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210328_165033661.jpg with: 2 objects 2021.03.28 16:50:34:1768 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:34:1768 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:34:1768 - (Trace) Back Porch: Object mismatch: Any Mammal - person 2021.03.28 16:50:34:1768 - 2 interesting objects found in file: C:\BlueIris\New\BackPorch.20210328_165033661.jpg 2021.03.28 16:50:34:1769 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:34:1778 - (Trace) Adding to Motion table: BackPorch.20210328_165033661.jpg 2021.03.28 16:50:34:7081 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165034700.jpg 2021.03.28 16:50:34:7727 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165034700.jpg 2021.03.28 16:50:35:1972 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165034700.jpg with: 1 objects 2021.03.28 16:50:35:1973 - (Trace) person 0.65388006 1095 648 1767 1070 2021.03.28 16:50:35:1973 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:35:1974 - (Trace) Objects after duplicate vehicle check: 1 2021.03.28 16:50:35:1974 - (Trace) Object count before removing parked: 1 2021.03.28 16:50:35:1974 - (Trace) non-vehicle objects before parking check: 1 2021.03.28 16:50:35:1974 - (Trace) Total objects after parked vehicle check: 1 Vehicles remaining: 0 2021.03.28 16:50:35:1974 - (Trace) Starting FRAME analysis of file: C:\BlueIris\New\BackPorch.20210328_165034700.jpg with: 1 objects 2021.03.28 16:50:35:1974 - (Trace) Adding interesting object before 2nd chance ignore: person 2021.03.28 16:50:35:1974 - (Trace) Back Porch: Object mismatch: Any Mammal - person 2021.03.28 16:50:35:1974 - 1 interesting objects found in file: C:\BlueIris\New\BackPorch.20210328_165034700.jpg 2021.03.28 16:50:35:1975 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:35:1980 - (Trace) Adding to Motion table: BackPorch.20210328_165034700.jpg 2021.03.28 16:50:35:7108 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165035700.jpg 2021.03.28 16:50:35:7633 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165035700.jpg 2021.03.28 16:50:36:2111 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165035700.jpg 2021.03.28 16:50:36:2112 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:36:7140 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165036706.jpg 2021.03.28 16:50:36:7682 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165036706.jpg 2021.03.28 16:50:37:1612 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165036706.jpg with: 2 objects 2021.03.28 16:50:37:1612 - (Trace) fire hydrant 0.44498205 1335 597 1503 917 2021.03.28 16:50:37:1612 - (Trace) parking meter 0.56937456 1186 402 1319 595 2021.03.28 16:50:37:1613 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:37:1613 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:37:1613 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:37:1613 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:37:1613 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:37:1613 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:37:1614 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:37:7177 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165037706.jpg 2021.03.28 16:50:37:7709 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165037706.jpg 2021.03.28 16:50:38:2240 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165037706.jpg with: 2 objects 2021.03.28 16:50:38:2240 - (Trace) parking meter 0.56632805 1186 403 1320 596 2021.03.28 16:50:38:2240 - (Trace) fire hydrant 0.63286877 1320 617 1502 921 2021.03.28 16:50:38:2241 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:38:2241 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:38:2241 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:38:2241 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:38:2241 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:38:2241 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:38:2241 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:38:7171 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165038706.jpg 2021.03.28 16:50:38:7689 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165038706.jpg 2021.03.28 16:50:39:1703 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165038706.jpg with: 1 objects 2021.03.28 16:50:39:1703 - (Trace) parking meter 0.4054523 1187 402 1319 593 2021.03.28 16:50:39:1704 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:39:1704 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:39:1704 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:39:1704 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:39:1704 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:39:1704 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:39:7215 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165039706.jpg 2021.03.28 16:50:39:7760 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165039706.jpg 2021.03.28 16:50:40:2263 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165039706.jpg with: 1 objects 2021.03.28 16:50:40:2264 - (Trace) parking meter 0.5296705 1186 403 1319 594 2021.03.28 16:50:40:2265 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:40:2265 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:40:2265 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:40:2265 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:40:2265 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:40:2265 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:40:7192 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165040713.jpg 2021.03.28 16:50:40:7671 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165040713.jpg 2021.03.28 16:50:41:1817 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165040713.jpg with: 1 objects 2021.03.28 16:50:41:1817 - (Trace) parking meter 0.5946239 1187 402 1320 595 2021.03.28 16:50:41:1818 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:41:1818 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:41:1818 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:41:1818 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:41:1818 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:41:1818 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:41:7204 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165041713.jpg 2021.03.28 16:50:41:7678 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165041713.jpg 2021.03.28 16:50:42:1919 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165041713.jpg with: 1 objects 2021.03.28 16:50:42:1920 - (Trace) parking meter 0.6140964 1187 403 1320 595 2021.03.28 16:50:42:1921 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:42:1922 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:42:1922 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:42:1922 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:42:1922 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:42:1922 - (Trace) MainWindow - ProcessAccumulation - Starting Email Accumulation 2021.03.28 16:50:42:7206 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165042713.jpg 2021.03.28 16:50:42:7762 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165042713.jpg 2021.03.28 16:50:43:2323 - (Trace) EmailAccumulator - Done accumulating email frames with: 10 2021.03.28 16:50:43:2329 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.28 16:50:43:2329 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - CheckEmailTODDOW - EmailAddress: @. Result: True 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - Email address count before cooldown check: 3 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - Email address count after cooldown check: 3 2021.03.28 16:50:43:2330 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @. -- total frames: 10 2021.03.28 16:50:43:2332 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.28 16:50:43:2332 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing 2021.03.28 16:50:43:2334 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before SendEmail - address: @. output files: 5 2021.03.28 16:50:43:2372 - (Trace) Enqueued for sending email to: @. 2021.03.28 16:50:43:2384 - (Trace) EmailAccumulator - Starting email send to: @. 2021.03.28 16:50:43:2743 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165042713.jpg with: 2 objects 2021.03.28 16:50:43:2744 - (Trace) parking meter 0.529229 1185 402 1321 594 2021.03.28 16:50:43:2744 - (Trace) fire hydrant 0.5601058 1332 626 1499 917 2021.03.28 16:50:43:2746 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:43:2746 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:43:2747 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:43:2747 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:43:2747 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:43:2747 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:43:7212 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165043713.jpg 2021.03.28 16:50:43:7837 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165043713.jpg 2021.03.28 16:50:44:2144 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165043713.jpg with: 2 objects 2021.03.28 16:50:44:2144 - (Trace) fire hydrant 0.60032207 1330 623 1498 917 2021.03.28 16:50:44:2145 - (Trace) parking meter 0.62227446 1185 402 1320 594 2021.03.28 16:50:44:2145 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:50:44:2145 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:50:44:2146 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:44:2146 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:44:2146 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:44:2146 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:50:44:7201 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165044713.jpg 2021.03.28 16:50:44:7590 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165044713.jpg 2021.03.28 16:50:45:2460 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165044713.jpg with: 1 objects 2021.03.28 16:50:45:2461 - (Trace) parking meter 0.6902986 1184 403 1320 595 2021.03.28 16:50:45:2461 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:50:45:2462 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:50:45:2462 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:50:45:2462 - (Trace) Object count before removing parked: 0 2021.03.28 16:50:45:2462 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:10:5116 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165110493.jpg 2021.03.28 16:51:10:5600 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165110493.jpg 2021.03.28 16:51:10:9969 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165110493.jpg 2021.03.28 16:51:11:5032 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165111493.jpg 2021.03.28 16:51:11:5655 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165111493.jpg 2021.03.28 16:51:12:0142 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165111493.jpg with: 2 objects 2021.03.28 16:51:12:0142 - (Trace) parking meter 0.47254643 1185 402 1321 595 2021.03.28 16:51:12:0142 - (Trace) fire hydrant 0.5493141 1314 612 1499 921 2021.03.28 16:51:12:0143 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:12:0143 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:12:0143 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: fire hydrant 2021.03.28 16:51:12:0143 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:12:0143 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:12:0143 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:12:5021 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165112493.jpg 2021.03.28 16:51:12:5397 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165112493.jpg 2021.03.28 16:51:12:9380 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165112493.jpg 2021.03.28 16:51:13:5017 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165113493.jpg 2021.03.28 16:51:13:5464 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165113493.jpg 2021.03.28 16:51:13:9564 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165113493.jpg 2021.03.28 16:51:14:5070 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165114493.jpg 2021.03.28 16:51:14:5600 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165114493.jpg 2021.03.28 16:51:14:9766 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165114493.jpg with: 1 objects 2021.03.28 16:51:14:9766 - (Trace) parking meter 0.49338707 1188 401 1320 595 2021.03.28 16:51:14:9767 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:14:9767 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:14:9767 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:14:9767 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:14:9767 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:15:5317 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165115520.jpg 2021.03.28 16:51:15:5853 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165115520.jpg 2021.03.28 16:51:16:0204 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165115520.jpg with: 1 objects 2021.03.28 16:51:16:0204 - (Trace) parking meter 0.54206467 1186 401 1321 596 2021.03.28 16:51:16:0205 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:16:0205 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:16:0205 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:16:0205 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:16:0205 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:16:5283 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165116520.jpg 2021.03.28 16:51:16:5723 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165116520.jpg 2021.03.28 16:51:17:0009 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165116520.jpg 2021.03.28 16:51:17:5280 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165117520.jpg 2021.03.28 16:51:17:5718 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165117520.jpg 2021.03.28 16:51:18:0246 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165117520.jpg with: 1 objects 2021.03.28 16:51:18:0246 - (Trace) parking meter 0.42364627 1184 403 1320 594 2021.03.28 16:51:18:0247 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:18:0247 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:18:0247 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:18:0247 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:18:0247 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:18:5682 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165118559.jpg 2021.03.28 16:51:18:6098 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165118559.jpg 2021.03.28 16:51:19:0256 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165118559.jpg 2021.03.28 16:51:19:5686 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165119559.jpg 2021.03.28 16:51:19:6123 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165119559.jpg 2021.03.28 16:51:20:0449 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165119559.jpg with: 1 objects 2021.03.28 16:51:20:0449 - (Trace) parking meter 0.49655825 1185 403 1321 596 2021.03.28 16:51:20:0450 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:20:0450 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:20:0450 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:20:0450 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:20:0450 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:20:5698 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165120559.jpg 2021.03.28 16:51:20:6308 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165120559.jpg 2021.03.28 16:51:21:0764 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165120559.jpg with: 2 objects 2021.03.28 16:51:21:0764 - (Trace) parking meter 0.44281664 1184 402 1321 596 2021.03.28 16:51:21:0764 - (Trace) chair 0.5098445 31 805 349 1077 2021.03.28 16:51:21:0765 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:21:0765 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:21:0765 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:21:0765 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:21:0765 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:21:0765 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:21:5687 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165121559.jpg 2021.03.28 16:51:21:6259 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165121559.jpg 2021.03.28 16:51:22:0394 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165121559.jpg with: 1 objects 2021.03.28 16:51:22:0394 - (Trace) parking meter 0.44973147 1184 403 1321 596 2021.03.28 16:51:22:0395 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:22:0395 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:22:0395 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:22:0395 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:22:0396 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:22:5675 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165122559.jpg 2021.03.28 16:51:22:6198 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165122559.jpg 2021.03.28 16:51:23:0332 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165122559.jpg with: 2 objects 2021.03.28 16:51:23:0332 - (Trace) chair 0.40114954 30 806 353 1078 2021.03.28 16:51:23:0332 - (Trace) parking meter 0.5656508 1185 401 1320 595 2021.03.28 16:51:23:0333 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:23:0333 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:23:0333 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:23:0333 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:23:0333 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:23:0333 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:23:5664 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165123559.jpg 2021.03.28 16:51:23:6074 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165123559.jpg 2021.03.28 16:51:24:0443 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165123559.jpg with: 1 objects 2021.03.28 16:51:24:0444 - (Trace) parking meter 0.47695413 1185 402 1320 594 2021.03.28 16:51:24:0444 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:24:0444 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:24:0444 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:24:0444 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:24:0444 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:24:5679 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165124559.jpg 2021.03.28 16:51:24:6161 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165124559.jpg 2021.03.28 16:51:25:0623 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165124559.jpg with: 2 objects 2021.03.28 16:51:25:0623 - (Trace) chair 0.40424255 29 803 352 1078 2021.03.28 16:51:25:0623 - (Trace) parking meter 0.47274643 1187 403 1321 592 2021.03.28 16:51:25:0624 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:25:0624 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:25:0624 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:25:0624 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:25:0624 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:25:0624 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:25:5678 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165125559.jpg 2021.03.28 16:51:25:6080 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165125559.jpg 2021.03.28 16:51:26:0522 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165125559.jpg with: 2 objects 2021.03.28 16:51:26:0522 - (Trace) chair 0.4568565 29 805 349 1076 2021.03.28 16:51:26:0522 - (Trace) parking meter 0.4650305 1185 404 1322 593 2021.03.28 16:51:26:0523 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:26:0523 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:26:0523 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:26:0523 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:26:0523 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:26:0523 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:26:5693 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165126559.jpg 2021.03.28 16:51:26:6274 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165126559.jpg 2021.03.28 16:51:27:0644 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165126559.jpg with: 2 objects 2021.03.28 16:51:27:0644 - (Trace) parking meter 0.5004918 1185 403 1320 594 2021.03.28 16:51:27:0644 - (Trace) chair 0.5552754 32 804 348 1077 2021.03.28 16:51:27:0646 - (Trace) The AI Found: 2 Total Objects 2021.03.28 16:51:27:0646 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: parking meter 2021.03.28 16:51:27:0646 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:27:0646 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:27:0646 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:27:0646 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:51:27:5671 - (Trace) StartAIAnalysis - Starting ready check for file: C:\BlueIris\New\BackPorch.20210328_165127559.jpg 2021.03.28 16:51:27:6231 - (Trace) AIDetection - DetectObjectsAsync starting analysis of: C:\BlueIris\New\BackPorch.20210328_165127559.jpg 2021.03.28 16:51:28:0836 - (Trace) AIDetection - DetectObjectsAsync ending analysis of : C:\BlueIris\New\BackPorch.20210328_165127559.jpg with: 1 objects 2021.03.28 16:51:28:0836 - (Trace) chair 0.5410624 30 804 347 1077 2021.03.28 16:51:28:0838 - (Trace) The AI Found: 1 Total Objects 2021.03.28 16:51:28:0838 - (Trace) AIAnalyzer - RemoveItemsOfNoInterest - Camera: BackPorch - Weeded out: chair 2021.03.28 16:51:28:0838 - (Trace) Objects after duplicate vehicle check: 0 2021.03.28 16:51:28:0838 - (Trace) Object count before removing parked: 0 2021.03.28 16:51:28:0838 - (Trace) Total objects after parked vehicle check: 0 Vehicles remaining: 0 2021.03.28 16:52:03:7412 - Email sent to: @. 2021.03.28 16:52:03:7437 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Getting frames for email address: @. -- total frames: 10 2021.03.28 16:52:03:7437 - (Trace) EmailAccumulator - ProcessAccumlatedFrames - Number of frames to send: 5 2021.03.28 16:52:03:7437 - (Trace) EmailAccumulator - ProcessAccumulatedFrames - Before resizing — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#15 (comment) https://github.com/Ken98045/On-Guard/issues/15#issuecomment-808966957 > , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24JJVHMQ72Y44PIIMWTTF6SAXANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24IBBBWTIMPZSALLYA3TF6SAXA5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGA35WLI.gif

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ken98045/On-Guard/issues/15#issuecomment-808983120 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSQ24LQZH5W46RKSU4NKQTTF67GBANCNFSM4ZWHOWTQ . https://github.com/notifications/beacon/ACSQ24LDUB55ZP6UDVCFKVDTF67GBA5CNFSM4ZWHOWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGA4BUUA.gif