A
This commit is contained in:
parent
5e378923ae
commit
75ef46a2b5
|
|
@ -100,6 +100,7 @@ class FacialVerificationAPI {
|
|||
// $capturedImageData = base64_decode($capturedImageBase64);
|
||||
$capturedImageData = $capturedImageBase64;
|
||||
|
||||
/*
|
||||
var_dump(
|
||||
array(
|
||||
"referenceImageData" => $referenceImageData,
|
||||
|
|
@ -107,6 +108,7 @@ class FacialVerificationAPI {
|
|||
)
|
||||
);
|
||||
exit;
|
||||
*/
|
||||
|
||||
$result = $rekognitionClient->compareFaces([
|
||||
'SourceImage' => ['Bytes' => $capturedImageData],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user