Reputation: 462
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?
Upvotes: 0
Views: 429