a
This commit is contained in:
parent
78619b22cd
commit
2b04b2e668
|
|
@ -96,7 +96,8 @@ class FacialVerificationAPI {
|
||||||
|
|
||||||
// $referenceImageData = file_get_contents($referenceImagePath);
|
// $referenceImageData = file_get_contents($referenceImagePath);
|
||||||
$referenceImageData = $referenceImagePath;
|
$referenceImageData = $referenceImagePath;
|
||||||
$capturedImageData = base64_decode(explode(',', $capturedImageBase64)[1]);
|
// $capturedImageData = base64_decode(explode(',', $capturedImageBase64)[1]);
|
||||||
|
$capturedImageData = base64_decode($capturedImageBase64);
|
||||||
|
|
||||||
var_dump(
|
var_dump(
|
||||||
array(
|
array(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user