Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect attendance data parsing id & timestamp #7

Open
fsuuaas opened this issue Nov 28, 2024 · 0 comments
Open

Incorrect attendance data parsing id & timestamp #7

fsuuaas opened this issue Nov 28, 2024 · 0 comments

Comments

@fsuuaas
Copy link

fsuuaas commented Nov 28, 2024

In iClock 680 device i got correct data.

array:9 [▼ // app\Http\Controllers\Admin\ProfileController.php:279
  0 => array:5 [▼
    "uid" => 11685
    "id" => "NB2401004"
    "state" => 4
    "timestamp" => "2024-11-28 16:22:50"
    "type" => 0
  ]
  1 => array:5 [▼
    "uid" => 11686
    "id" => "NB2401004"
    "state" => 4
    "timestamp" => "2024-11-28 16:23:35"
    "type" => 1
  ]
  2 => array:5 [▼
    "uid" => 11687
    "id" => "NB2401004"
    "state" => 4
    "timestamp" => "2024-11-28 16:23:54"
    "type" => 2
  ]
  3 => array:5 [▼
    "uid" => 11688
    "id" => "NB2401004"
    "state" => 4
    "timestamp" => "2024-11-28 16:24:12"
    "type" => 3
  ]
  4 => array:5 [▼
    "uid" => 11689
    "id" => "NB2401004"
    "state" => 4
    "timestamp" => "2024-11-28 16:24:28"
    "type" => 4
  ]
  5 => array:5 [▼
    "uid" => 11690
    "id" => "NB2401004"
    "state" => 4
    "timestamp" => "2024-11-28 16:24:40"
    "type" => 5
  ]
  6 => array:5 [▼
    "uid" => 11691
    "id" => "NB2401004"
    "state" => 4
    "timestamp" => "2024-11-28 16:24:42"
    "type" => 5
  ]
  7 => array:5 [▼
    "uid" => 11692
    "id" => "NB2401004"
    "state" => 4
    "timestamp" => "2024-11-28 16:30:14"
    "type" => 2
  ]
  8 => array:5 [▼
    "uid" => 11693
    "id" => "NB2401004"
    "state" => 4
    "timestamp" => "2024-11-28 16:48:25"
    "type" => 2
  ]
]

But in SpeedFace-V5L i got correct data only 1st index of array.

array:4 [▼ // app\Http\Controllers\Admin\ProfileController.php:279
  0 => array:5 [▼
    "uid" => 54
    "id" => "NB2401010"
    "state" => 4
    "timestamp" => "2024-11-28 16:43:25"
    "type" => 1
  ]
  1 => array:5 [▼
    "uid" => 13055
    "id" => "557"
    "state" => 0
    "timestamp" => "2000-01-01 00:00:00"
    "type" => 0
  ]
  2 => array:5 [▼
    "uid" => 0
    "id" => b"ÿ2"
    "state" => 48
    "timestamp" => "2000-01-01 03:29:54"
    "type" => 0
  ]
  3 => array:5 [▼
    "uid" => 0
    "id" => b"\x04½„·/"
    "state" => 0
    "timestamp" => "2035-02-10 22:20:41"
    "type" => 49
  ]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant