Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Captures the video of the current time as an image and saves it as a file.


Method summary
​WizeyeVideoPlayer.saveAsImage(path)
ParametersDescription

path

Path to save image.


example
mp1.saveAsImage("c:/test.jpeg");


Remarks

Output image file format is JPEG.

  • No labels