Click or drag to resize

MoverioCamera Class

This class controls the camera equipped to the Moverio.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          MoverioBasicFunctionUnityPluginMoverioCamera

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public class MoverioCamera : MonoBehaviour

The MoverioCamera type exposes the following members.

Constructors
  NameDescription
Public methodMoverioCamera
Initializes a new instance of the MoverioCamera class
Top
Methods
  NameDescription
Public methodStatic memberGetProperty
Gets the camera properties.
Public methodStatic memberIsActive
Get whether MoverioCamera is active.
Public methodStatic memberReconnect
Reconnect to moverio.
Public methodStatic memberSetProperty
Sets the camera properties.
Public methodStatic memberStartRecord
Starts video recording.
Public methodStatic memberStopRecord
Stops video recording.
Public methodStatic memberTakePicture
Captures still images.
Top
Fields
  NameDescription
Public fieldCameraPreviewRenderTexture
Acquire the render texture for Moverio camera.
Public fieldOnCaptureData
It is a event for acquiring Moverio camera image data.
Public fieldOnPictureCompleted
This event is called when still image capture is completed.
Public fieldOnRecordStarted
This event is called when video recording starts.
Public fieldOnRecordStopped
This event is called when video recording stops.
Public fieldOnSetPropertyCompleted
It is a event for acquiring the result of setting the properties of the Moverio camera.
Top
See Also