-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Timestamp to stream OSD @ Ingest #187
Comments
Unfortunately there's a downside of decoding/encoding again which is impossible in Raspberry pi and it'll consume a lot of resources for Jetson. |
We have to try. If it means putting more powerful hardware on the edge, so be it. Let's try, get the data and then better understand our next actions. We will be making this functionality. |
https://github.com/membraneframework/membrane_ffmpeg_video_filter_plugin TextOverlay element is implemented, based on ffmpeg drawtext filter. This element enables adding text on top of given raw video frames. In this example they use HTML to define an overlay. That seems clever: Also: |
Similar to undistorting.
Using different cameras we're getting different qualities of timestamp.
Let's offer the option to ingest an image with no timestamp and to add the NVR timestamp.
Benefit 1: It will be more beautiful and consistent accross cameras
Benefit 2: We remove one possible source of confusion (a camera with the wrong time settings).
The text was updated successfully, but these errors were encountered: