MoverioCameraTakePicture Method |
Captures still images.
Namespace:
MoverioBasicFunctionUnityPlugin
Assembly:
MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public static bool TakePicture(
string filePath
)
Parameters
- filePath
- Type: SystemString
File path indicating the save destination of still images.
Return Value
Type:
BooleanReturns true when take picture is successful and false when it fails.
See Also