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 »

Exports a recorded video from the media storage server by passing start and end time.


Method summary
​WizeyeVideoPlayer.startSaveAsVideo(path)
ParametersDescription

path

Path to save video

start

Epoch start time

end

Epoch end time


example
mp1.exportVideo("c:/test.avi", “1559256000”, “1559257000”);



  • No labels