python-3.xzkteco

pyzk how to get the result of live capture


: 1495 : 2020-02-11 11:55:00 (1, 0)

Here is my sample result but then when I'm trying to split it gives me error

Process terminate : 'Attendance' object has no attribute 'split'

In the documentation it says print (attendance) # Attendance object

How to access it?


Solution

  • found the solution

    i check in the github repository of pyzk and look for the attendance class and found all the object being return by the live_capture thank you :)