unreal.MagicLeapCameraCaptureImgToFile

class unreal.MagicLeapCameraCaptureImgToFile(*args, **kwargs)

Bases: unreal.DelegateBase

Delegate used to notify the initiating blueprint when a capture image to file task has completed. note: Although this signals the task as complete, it may have failed or been cancelled.

Parameters
  • success (bool) – True if the task succeeded, false otherwise.

  • file_path (str) – A string containing the file path to the newly created jpeg.

C++ Source:

  • Plugin: MagicLeapCamera

  • Module: MagicLeapCamera

  • File: MagicLeapCameraTypes.h