Open Rustem81 opened 7 years ago
You can use WebcamImageTransformer to print date on every frame. This example demonstrates how to rotate frame by using filter (in transform(..) method), but you can use the same approach to print anything you want on the BufferedImage. It will be then returned by API, and, in case you are adding these images to the stream, become the part of your stream.
Hello, determine how to add the date and time in the video stream. How to organize a video archive and search frames in time intervals.