-
Back to an issue that caused all the trouble from the other tickets I opened. (My apologies!) This issue happens with the Dev branch and with the Latest Branch but not when using the CPU (instead of GPU). Let's use the names, for simplicity sake, Camera 1, Camera 2, Camera 3. When I start viseron, Camera 1 detects a car. That detection appears on Camera 1 as well as on Camera 2 and Camera 3 and no other detection takes place. (See images from Camera 2 and Camera 3) Debugging is turned on for everything. I do not see the actual "detection" that took place for Camera 1 in the log (so is it from cache??). There are no errors and everything looks "normal". But when I walk outside, none of the cameras 'detect' me and there is nothing in the logs that there was anything detected. As you can see, the system is not under any significant load:
And here is the start-up - which is similar in the "latest" branch as with the "dev" branch:
Is there a way to 'clear' a detection? Or to clear the cache? Or to find out why no further detections are taking place? What other debugging can I provide? Reference #194 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
There is something strange goin on in the background that's causing this. Since then a lot has changed and there might be other places that need this locking mechanism. I'll check on it soon and let you know! |
Beta Was this translation helpful? Give feedback.
-
I have been looking at this for a while and i cant for the life of me reproduce it. |
Beta Was this translation helpful? Give feedback.
-
This is fixed now in The issue happens when I could consistently reproduce it before but now i cannot anymore. |
Beta Was this translation helpful? Give feedback.
-
Three observations after updating the 'bad' node to
So now I'll be returning the higher performing node, using the Thank you! |
Beta Was this translation helpful? Give feedback.
Three observations after updating the 'bad' node to
dev
:So now I'll be returning the higher performing node, using the
dev
version, into service!Thank you!