Click or drag to resize

MoverioCameraTakePicture Method

Captures still images.

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

Parameters

filePath
Type: SystemString
File path indicating the save destination of still images.

Return Value

Type: Boolean
Returns true when take picture is successful and false when it fails.
See Also