Replies: 1 comment 7 replies
-
While an event is recording, it can and will update the Notes column. It has been on my todo list for a while to address this. The Event Tags feature goes some way, and I also added Event_Data. The idea being to NOT update the main event record, but to just insert new data. Helps ease contention on the Events table too. So yeah, at this time you cannot really alter the Notes column until the event is finished. How about we move away from using the Notes field entirely. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to understand the timing of when I should write to an events Notes. This is for the objdetect.jpg popup.
What I think is happening is, when the ML runs quickly and is complete before an event itself is done, the notes that the ML writes are overwritten by the event closing. I am just wondering if that's when the event writes its notes to DB? I could probably use EventStopCommand to be a trigger to write notes, but it may need a delay to make sure that the
:detected:
keyword is in the event Notes.@connortechnology
Beta Was this translation helpful? Give feedback.
All reactions