static private SetCallback ( TangoEnums cameraId, TangoService_onImageAvailable onImageAvailable ) : void | ||
cameraId | TangoEnums |
/// The ID of the camera to connect this texture to. Only TANGO_CAMERA_COLOR and
/// TANGO_CAMERA_FISHEYE are supported.
/// |
onImageAvailable | TangoService_onImageAvailable | Function called when a new frame is available from the camera. |
return | void |