MoverioCamera Class |
Namespace: MoverioBasicFunctionUnityPlugin
public class MoverioCamera : MonoBehaviour
The MoverioCamera type exposes the following members.
| Name | Description | |
|---|---|---|
| MoverioCamera | Initializes a new instance of the MoverioCamera class |
| Name | Description | |
|---|---|---|
| GetProperty |
Gets the camera properties.
| |
| IsActive |
Get whether MoverioCamera is active.
| |
| Reconnect |
Reconnect to moverio.
| |
| SetProperty |
Sets the camera properties.
| |
| StartRecord |
Starts video recording.
| |
| StopRecord |
Stops video recording.
| |
| TakePicture |
Captures still images.
|
| Name | Description | |
|---|---|---|
| CameraPreviewRenderTexture |
Acquire the render texture for Moverio camera.
| |
| OnCaptureData |
It is a event for acquiring Moverio camera image data.
| |
| OnPictureCompleted |
This event is called when still image capture is completed.
| |
| OnRecordStarted |
This event is called when video recording starts.
| |
| OnRecordStopped |
This event is called when video recording stops.
| |
| OnSetPropertyCompleted |
It is a event for acquiring the result of setting the properties of the Moverio camera.
|