Thread safety¶
The API is thread safe with the exception of the Blueprint
class. Since Blueprint
class can be used to configure it some methods may change the internal state.
Once the objects that are going to be used, like idliveface::ImageDecoder
and idliveface::FaceAnalyser
, are created and the Blueprint
factory object discarded all the calls to read/analyse/detect images or faces will be thread safe.