/// <summary> /// Get background plane info /// </summary> /// <returns>float[5] background plane info</returns> public float[] GetBackgroundPlaneInfo() { float[] values = new float[5]; NativeAPI.CameraDevice_getBackgroundPlaneInfo(values); return(values); }