Click or drag to resize
FrameCaptureFromFolderStart Method
Starts parsing the pictures and sending the video data to receivers connected. If the the directory path is invalid an apropiate exception will be thrown.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void Start()
Exceptions
ExceptionCondition
ArgumentNullExceptionThe directory path is null.
UnauthorizedAccessExceptionInsuficient rights to access the folder at the given path.
ArgumentExceptionThe given path is invalid.
PathTooLongExceptionThe given path is too long.
DirectoryNotFoundExceptionThe directory specified does not exist.
IOExceptionThe path is not a directory.
See Also