INNER CODE UNIT · C#
PerceptionCameraData
Unity-Technologies/com.unity.perception · com.unity.perception/Runtime/PerceptionAnalyticsStructs.cs:44
class PerceptionCameraData
{
public string captureTriggerMode;
// same as "firstCaptureFrame" of the Perception Camera
public int startAtFrame;
public int framesBetweenCaptures;
public int perceptionCameraIndex = -1;
}
[Serializable]
class LabelerData
{
public string name;
public bool enabled = false;
public int perceptionCameraIndex = -1;
public int labelConfigCount = -1;
public string objectFilter = "";
public int animationPoseCount = -1;