Status Code
Status codes for physiological video processing operations.
Indicates any issues encountered during preliminary visual frame analysis or processing.
Content copied to clipboard
presage.physiology.StatusCodeEntries
Properties
Link copied to clipboard
Camera is currently tuning; wait before recording
Content copied to clipboard
CAMERA_TUNING_IN_PROGRESS = 10;Link copied to clipboard
The chest is too far away or insufficient chest area is visible
Content copied to clipboard
CHEST_TOO_FAR_OR_NOT_ENOUGH_SHOWING = 7;Link copied to clipboard
The detected face is not properly centered in the frame
Content copied to clipboard
FACE_NOT_CENTERED = 3;Link copied to clipboard
The face size in the frame is outside acceptable range (too big or too small)
Content copied to clipboard
FACE_TOO_BIG_OR_TOO_SMALL = 4;Link copied to clipboard
The input image lighting is too bright for reliable processing
Content copied to clipboard
IMAGE_TOO_BRIGHT = 6;Link copied to clipboard
The input image lighting is too dark for reliable processing
Content copied to clipboard
IMAGE_TOO_DARK = 5;Link copied to clipboard
Multiple faces detected when only one is expected
Content copied to clipboard
MORE_THAN_ONE_FACE_FOUND = 2;Link copied to clipboard
No faces were detected in the input data
Content copied to clipboard
NO_FACES_FOUND = 1;Link copied to clipboard
Processing has not been started yet
Content copied to clipboard
PROCESSING_NOT_STARTED = 8;Link copied to clipboard
User is not authorized to perform this operation
Content copied to clipboard
UNAUTHORIZED = 9;Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.