Method | Description | |
---|---|---|
RegisterOnExperimentalTangoImageAvailable ( OnExperimentalTangoImageAvailableEventHandler handler ) : void |
Register a Unity main thread handler for the Tango image event.
|
|
RegisterOnTangoImageAvailable ( OnTangoImageAvailableEventHandler handler ) : void |
Register a Unity main thread handler for the Tango image event.
|
|
SendIfVideoOverlayAvailable ( ) : void |
Raise a Tango image event if there is new data.
|
|
SetCallbackByteBufferMethod ( Tango cameraId ) : void |
Register to get Tango image events for getting the texture byte buffer callback. NOTE: Tango image events happen on a different thread than the main Unity thread.
|
|
SetCallbackTextureIdMethod ( Tango cameraId, |
Register to get Tango image events for the texture ID is updated. NOTE: Tango image events happen on a different thread than the main Unity thread.
|
|
UnregisterOnExperimentalTangoImageAvailable ( OnExperimentalTangoImageAvailableEventHandler handler ) : void |
Unregister a Unity main thread handler for the Tango image event.
|
|
UnregisterOnTangoImageAvailable ( OnTangoImageAvailableEventHandler handler ) : void |
Unregister a Unity main thread handler for the Tango image event.
|
|
_OnExperimentalUnityFrameAvailable ( |
Handle the callback set by the Tango Service when a new image is available.
|
|
_OnImageAvailable ( |
Handle the callback sent by the Tango Service when a new image is sampled.
|