a
This commit is contained in:
parent
adc8fe66a6
commit
1ccafd13bd
|
|
@ -64,9 +64,9 @@ class FacialVerificationAPI {
|
|||
var_dump(
|
||||
array(
|
||||
"referenceImagePath" => $referenceImagePath,
|
||||
// "capturedImageBase64" => $capturedImageBase64,
|
||||
"photoAssureCrypte" => $_SESSION['photoAssureCrypte'],
|
||||
"lienPhoto" => $_SESSION['lienPhoto'],
|
||||
"capturedImageBase64" => $capturedImageBase64,
|
||||
// "photoAssureCrypte" => $_SESSION['photoAssureCrypte'],
|
||||
// "lienPhoto" => $_SESSION['lienPhoto'],
|
||||
)
|
||||
);
|
||||
exit;
|
||||
|
|
@ -232,7 +232,7 @@ class FacialVerificationAPI {
|
|||
|
||||
// 4. Comparer les visages
|
||||
$comparisonResult = $this->compareFaces(
|
||||
$request['photo_reference_path'],
|
||||
$_SESSION['photoAssureCrypte'],
|
||||
$capturedImageBase64
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user