mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-04-26 22:55:53 +03:00
[GH-ISSUE #47] Timestamp Scaling? #37
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cam2ip#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @incith on GitHub (Jul 29, 2023).
Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/47
Could we get a simple option to perhaps scale the timestamp size? It's verrrry tiny on my 1080 stream!
Otherwise, this is great.
@gen2brain commented on GitHub (Jul 30, 2023):
Sorry, currently it uses https://github.com/pbnjay/pixfont, which is a simple lightweight pixmap font without support for scaling (8x8 pixel fixed width). In order to add an option for scaling something like freetype is needed, probably with TrueType runtime font dependency etc. That will complicate and add complexity to simple tasks, not sure I want to do that.
@incith commented on GitHub (Jul 30, 2023):
Understood, thank you