java.lang.Object | |
↳ | vars.annotation.ui.video.ImageCaptureUtilities |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Capture and image from the grabber.
| |||||||||||
Add overlay text to the image and save as a .jpg file.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Capture and image from the grabber. The image is written to disk in a background thread so the method doesn't block while an image is written.
captureService | The grabber to use to capture the image |
---|---|
file | The name of the file to save the image to. |
ImageCaptureException |
---|
Add overlay text to the image and save as a .jpg file.
image | a java.awt.Image to add the text overlay to |
---|---|
jpg | Target file to save jpeg to |
overlayText | The text to overlay onto the image |