View source: R/imageDetectTimeStamp.R
imageDetectTimeStamp | R Documentation |
This function uses the 'AWS Rekognition' service to detect the timestamp within a Zoom recording. This presumes that the user included the timestamp option in their Zoom Cloud Recording setup.
imageDetectTimeStamp(imageInput)
imageInput |
the full path to the image file |
returns the timestamp as character YYYY-MM-DD HH:MM:SS
## Not run: timeStamp = imageDetectTimeStamp(imageInput="./imageFile.png") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.