- setBitmap(Bitmap, Frame.COLOR_FORMAT) - Method in class com.affectiva.android.affdex.sdk.Frame.BitmapFrame
-
Set underlying Bitmap
object.
- setCameraDetectorDimensionsListener(CameraDetector.CameraSurfaceViewListener) - Method in class com.affectiva.android.affdex.sdk.detector.CameraDetector
-
- setDetectBrowFurrow(boolean) - Method in class com.affectiva.android.affdex.sdk.detector.Detector
-
- setDetectBrowRaise(boolean) - Method in class com.affectiva.android.affdex.sdk.detector.Detector
-
- setDetectEngagement(boolean) - Method in class com.affectiva.android.affdex.sdk.detector.Detector
-
- setDetectLipCornerDepressor(boolean) - Method in class com.affectiva.android.affdex.sdk.detector.Detector
-
- setDetectSmile(boolean) - Method in class com.affectiva.android.affdex.sdk.detector.Detector
-
- setDetectValence(boolean) - Method in class com.affectiva.android.affdex.sdk.detector.Detector
-
- setFaceListener(Detector.FaceListener) - Method in class com.affectiva.android.affdex.sdk.detector.Detector
-
- setImageListener(Detector.ImageListener) - Method in class com.affectiva.android.affdex.sdk.detector.Detector
-
- setLicensePath(String) - Method in class com.affectiva.android.affdex.sdk.detector.Detector
-
Call this with the relative path (under /assets/Affdex/) to the license file provided by Affectiva.
- setLicenseStream(Reader) - Method in class com.affectiva.android.affdex.sdk.detector.Detector
-
Call this with a Reader object which contains a byte array representation of the license file.
- setMaxProcessRate(float) - Method in class com.affectiva.android.affdex.sdk.detector.CameraDetector
-
The maximum processing rate to operate in [FPS].
- setSendUnprocessedFrames(boolean) - Method in class com.affectiva.android.affdex.sdk.detector.CameraDetector
-
When the SDK is in control of the camera, if the SDK frame rate is lower than the camera frame rate, there will
be frames that are not processed for expressions by the SDK.
- setTargetRotation(Frame.ROTATE) - Method in class com.affectiva.android.affdex.sdk.Frame
-
Set Frame
's rotation angle.
- start() - Method in class com.affectiva.android.affdex.sdk.detector.CameraDetector
-
Initiates processing of frames received from the device's camera.
- start() - Method in class com.affectiva.android.affdex.sdk.detector.Detector
-
- start() - Method in class com.affectiva.android.affdex.sdk.detector.FrameDetector
-
- start() - Method in class com.affectiva.android.affdex.sdk.detector.PhotoDetector
-
- start() - Method in class com.affectiva.android.affdex.sdk.detector.VideoFileDetector
-
Initiates processing of the video file.
- stop() - Method in class com.affectiva.android.affdex.sdk.detector.CameraDetector
-
Stops processing frames received from the device's camera, and releases the camera to allow its use by other
apps.
- stop() - Method in class com.affectiva.android.affdex.sdk.detector.Detector
-
- stop() - Method in class com.affectiva.android.affdex.sdk.detector.FrameDetector
-
- stop() - Method in class com.affectiva.android.affdex.sdk.detector.PhotoDetector
-
- stop() - Method in class com.affectiva.android.affdex.sdk.detector.VideoFileDetector
-
Allows the VideoFileProcessor to deallocate resources when processing is complete.