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: 10.3.183.0
Syntaxmember Start : unit -> unit
ExceptionsException | Condition |
---|
ArgumentNullException | The directory path is null. |
UnauthorizedAccessException | Insuficient rights to access the folder at the given path. |
ArgumentException | The given path is invalid. |
PathTooLongException | The given path is too long. |
DirectoryNotFoundException | The directory specified does not exist. |
IOException | The path is not a directory. |
See Also