MoverioCameraStartRecord Method |
Starts video recording.
Namespace:
MoverioBasicFunctionUnityPlugin
Assembly:
MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public static bool StartRecord(
string filePath
)
Parameters
- filePath
- Type: SystemString
File path indicating the save destination of video recording.
Return Value
Type:
BooleanReturns true when starts video recording is successful and false when it fails.
See Also