I see that the Python API currently supports processing static images or video files via libreface.get_facial_attributes(...) (as in the README).
However, there is no example or helper for real-time webcam inference / streaming (frame-by-frame live input).
Is there a wrapper or helper function (e.g. infer_frame(frame) or infer_webcam(device_id)) to support live inference?
I see that the Python API currently supports processing static images or video files via libreface.get_facial_attributes(...) (as in the README).
However, there is no example or helper for real-time webcam inference / streaming (frame-by-frame live input).
Is there a wrapper or helper function (e.g. infer_frame(frame) or infer_webcam(device_id)) to support live inference?