Click or drag to resize

MoverioCameraCaptureDataHandler Class

It is a event for acquiring Moverio camera image data.
Inheritance Hierarchy
SystemObject
  UnityEventBase
    UnityEventByte
      MoverioBasicFunctionUnityPluginMoverioCameraCaptureDataHandler

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
[SerializableAttribute]
public class CaptureDataHandler : UnityEvent<byte[]>

The MoverioCameraCaptureDataHandler type exposes the following members.

Constructors
  NameDescription
Public methodMoverioCameraCaptureDataHandler
Initializes a new instance of the MoverioCameraCaptureDataHandler class
Top
See Also