Android cameraX analyzer ImageProxy dimensions

402 Views Asked by At

I am using the camera preview along with an face analyzer (mlkit face detection). I noticed that the dimensions of the ImageProxy returned from the analyze function are not the same as the resolution i ve set in the config. That is causing issues with the bounding box for the FaceGraphic. Is there something i am missing with setting the resolution in the analysis config?

0

There are 0 best solutions below