Skip to content

Files

Latest commit

 

History

History
33 lines (25 loc) · 511 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 511 Bytes

Install Dependencies

pip install -r requirements.txt

Change the IP address to your facebox

client.connect("your facebox ip", 1883, 60)

Run the sample code

python main.py

Known Person Event


{
  "status":"known person",
  "id": Recognized Person ID,
  "name" Known Person Name,
  "uuid": Facebox Device ID,
  "group_id": Group ID,
  "img_url": Recognized Face Image,
  "current_ts": Current timestamp,
  "accuracy": Accuracy,
  "fuzziness": Image Fuzziness Score
}