PoseLandmarkOptions constructor
PoseLandmarkOptions({
- CameraFacing cameraFacing = CameraFacing.front,
- CameraOrientation cameraOrientation = CameraOrientation.portrait,
- bool face = true,
- bool leftArm = true,
- bool rightArm = true,
- bool leftWrist = true,
- bool rightWrist = true,
- bool torso = true,
- bool leftLeg = true,
- bool rightLeg = true,
- bool leftAnkle = true,
- bool rightAnkle = true,
Implementation
PoseLandmarkOptions(
{this.cameraFacing = CameraFacing.front,
this.cameraOrientation = CameraOrientation.portrait,
this.face = true,
this.leftArm = true,
this.rightArm = true,
this.leftWrist = true,
this.rightWrist = true,
this.torso = true,
this.leftLeg = true,
this.rightLeg = true,
this.leftAnkle = true,
this.rightAnkle = true});