FrameDesiredDeviceAttributes Property

Gets a list of desired device attributes for this Frame.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public List<string> DesiredDeviceAttributes { get; }

Property Value

ListString

Remarks

This enables the DFX engine to request additional properties like "acceleration", "rotation", etc. which it would like to have but which might not always be available depending upon the use case.

These attributes should be added with frame SetDeviceAttribute if they are available for the current frame.

See Also