PerceptionInfraredFrameReader.Source Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'origine del frame a infrarossi da cui il lettore ottiene fotogrammi.
public:
property PerceptionInfraredFrameSource ^ Source { PerceptionInfraredFrameSource ^ get(); };
PerceptionInfraredFrameSource Source();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameReader may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameReader instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
PerceptionInfraredFrameSource Source();
public PerceptionInfraredFrameSource Source { get; }
public PerceptionInfraredFrameSource Source { [Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameReader may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameReader instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var perceptionInfraredFrameSource = perceptionInfraredFrameReader.source;
Public ReadOnly Property Source As PerceptionInfraredFrameSource
Valore della proprietà
L'origine del frame a infrarossi da cui questo lettore ottiene fotogrammi.
- Attributi