Raffaele

Results 8 comments of Raffaele

> If you don’t know how to execute the ransomware, you might not want to download it. I'm using a virtual machine. Do not worry. However it was enough to...

@AhmedX6 i develop an android project websocket native. I used websocketpp that includes boost https://github.com/Ibernato93/NativeWebSocket If you don't want to use websocketpp. Take it out and use boost which is...

@jackqdyulei the code is like this https://github.com/googlesamples/mlkit/blob/master/android/vision-quickstart/app/src/main/java/com/google/mlkit/vision/demo/java/facedetector/FaceDetectorProcessor.java When I process a frame, in this method Task detectInImage (InputImage image) checks if a face has been found by checking the size...

@jackqdyulei The version I have problems is 16.1.5. Version 16.1.3 works fine - Face detector: ``` faceDetectorOptions = new FaceDetectorOptions.Builder() .setLandmarkMode(FaceDetectorOptions.LANDMARK_MODE_ALL) .setClassificationMode(FaceDetectorOptions.CLASSIFICATION_MODE_ALL) .setPerformanceMode(FaceDetectorOptions.PERFORMANCE_MODE_FAST) .setMinFaceSize(0.5f) .enableTracking() .build(); ``` - Input image...

Hi @jackqdyulei , any news? I'm stuck with updates. I can't update my project because 16.1.5 has the bug I exposed. It is very simple to replicate the problem. Implement...

For Android you can use OpenCV https://opencv.org/releases/

When fix this problem? @smlu @nejc-skerjanc

the problem is that the cryptography library is not compatible with explicit parameters to obtain keys. We probably need to use openssl for verification.