Modules are packed and distributed as standalone .aar libraries.
Depends on arguskit_core.aar.
It provides following SAFR features bundled in a simple library:
Depends on arguskit_core.aar.
SAFR face detector implementation wrapped under the EmbeddedFaceDetectorService class. It features Standard and High Sensitivity (default) service configurations.
The number of processors depends on the device hardware capabilities and can be configured via the constructor. (The recommended number of processors is one.)
Implements the FaceDetectorService interface which must be passed into Arguskit via an ObjectTracker.setFaceDetectorService(FaceDetectorService faceDetector) call.
Depends on arguskit_core.aar.
Provides an rtsp:// player implementation. It uses the Android Mediacodec decoder.
It can be used to simply play local video files.
The integration is simple; SDK clients can add AglVideoView into their XML view hierarchy, provide a ‘rtsp://' link or a local video filepath, and play it.
Produced video frames are accessed through a AglVideoViewDelegate callback and can be fed directly into ObjectTracker.