imageDetectTimeStamp: Detects the timestamp within a recorded Zoom session

View source: R/imageDetectTimeStamp.R

imageDetectTimeStampR Documentation

Detects the timestamp within a recorded Zoom session

Description

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.

Usage

imageDetectTimeStamp(imageInput)

Arguments

imageInput

the full path to the image file

Value

returns the timestamp as character YYYY-MM-DD HH:MM:SS

Examples

## Not run: 
timeStamp = imageDetectTimeStamp(imageInput="./imageFile.png")

## End(Not run)

andrewpknight/zoomGroupStats documentation built on April 14, 2022, 6:16 a.m.