PxCutoutFlag Enumeration
typedef enum { ... } PxCutoutFlag;
Bit flags describing the state of the currently detected document cutout, combined into the value returned by PxFrameObserver’s observe: methods.
Enumeration Cases
| Name | Summary |
|---|---|
| PxCutoutFlag_CutoutStable | The detected corners are stable — it is safe to capture. |
| PxCutoutFlag_Defined | A document cutout was detected in the frame. |
| PxCutoutFlag_DistortionChecked | The document is not too distorted (the distortion check passed). |
| PxCutoutFlag_FullnessChecked | The document fills enough of the frame (the fullness check passed). |
| PxCutoutFlag_Paused | Detection is paused (for example, during the grace period between pages). |