You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
I'm raising this ticket to ask if there are any specific features you would like me to try and implement in the library for upcoming releases. Please don't be shy!
The text was updated successfully, but these errors were encountered:
How about the option to load a motion-detection mask? A simple black & white image would suffice, just logical-AND with the frames being compared and the black areas will always be identical. I think you keep the previous new frame for the next comparison right? So that would be just one logical-AND per comparison, I'd think that's minimal overhead.
Can you easily read a standard-format graphics file and convert it to whatever raw format is used for motion-detection, or would the user have to supply one in a suitable raw format? That could be a problem I suppose.
Some of my store bought IP cameras have another feature that works the same way -- privacy masks that are overlaid on video and snapshot output.
Configurable format strings for date/time overlays would be nice.
Hmm, I'm surprised the date/time isn't ever updated...?
Quoting myself... 😁
I did some poking around, and I see how the date/time overlay is generated. It turns out if I set up a little task which is mostly idle but calls cam.EnableAnnotation when the time changes, this is enough to generate an overlay with the updated time, and it doesn't appear to cause any problems. That call runs very quickly (0.4ms to 0.5ms on average) so it would be a nice-to-have, perhaps as part of ProcessAsync when ShowTimeText is enabled.
I'd be happy to PR the change. Would you also be open to config options to specify the date and time formats?
Hello MMALSharp users!
I'm raising this ticket to ask if there are any specific features you would like me to try and implement in the library for upcoming releases. Please don't be shy!
The text was updated successfully, but these errors were encountered: