-
Notifications
You must be signed in to change notification settings - Fork 360
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 capture #86
Comments
Good suggestion, I'd considered this before as I started this project, and decided it was not possible due to memory constraints. But now I know the code better; I think it is entirely possible to write to the framebuffer before sending images and streams. This is (after all) done for face recognition to put boxes and labels on detected items. So the code is (sorta) already present. Something for V4, I'll add this to the issues for that. Meanwhile... I also capture images on my home server, I do the timestamping on the server side; Here is an adapted fragment of the script I use (my actual script serves multiple cameras and does some additional sanity/error checking, archive cleaning, and logging)
Edit: One advantage of this is control over position, background blending and size. Plus; the standard font used by ImageMagic is quite nice, but if I wanted to change fonts, orientation, etc it is easy; https://legacy.imagemagick.org/Usage/text/#text_operators |
See also #38 |
also take a look at |
Still a good idea, but wont be worked on now. |
Hi there,
I use my unix machine to take regular captures with
wget -O capture_$(date) <ip>/capture
. In principle, this is fine but I would be great if the time would not only be part of the filename but directly printed in the picture. Alternatively, it might be added to the exif data of the file.Perhaps (if at some time an ntp module is included) this feature could be added. Thanks!
The text was updated successfully, but these errors were encountered: