Click or drag to resize

MoverioCameraStartRecord Method

Starts video recording.

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static bool StartRecord(
	string filePath
)

Parameters

filePath
Type: SystemString
File path indicating the save destination of video recording.

Return Value

Type: Boolean
Returns true when starts video recording is successful and false when it fails.
See Also