A
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user