-
Notifications
You must be signed in to change notification settings - Fork 33
Conversation
techyian#163 - Allow individual frames to be recorded by the CircularBufferCa…
Question for you, Ian: Currently it aborts processing as soon as a single cell diff exceeds the threshold, which makes sense. But I want to "post-process" the cell diffs, which means I want all cells processed. Would you be open to a flag of some kind to disable early exit so that I can subclass for post-processing? I'd also have to change the access of cell data fields and I'm thinking I should clarify I'm proposing this for some future PR, if I can work out proximity processing in some useful way -- unless you think Also, if you think this is worthwhile, are we getting into territory where a diff-specific interface might be sensible? |
I don't have any issues with this, I'd suggest adding it to the
Potentially, yes. At this stage I'm happy with how this PR is looking, I'm really impressed at how low you've got the latency so I'm going to get this merged into dev now. Due to the change in #169 where the |
Sounds good. I was thinking of making I think we're home all day tomorrow, I'll work on it then. |
If you would do the honors, sir... (Since I now have two branches impacting |
Motion-detection performance improvements, fixes #170