How to convert input images when I select the front camera?
chamcham115 opened this issue · 1 comments
chamcham115 commented
I changed the input camera from back camera to front camera.
But Bounding Box's coordinate is outputed as flipped.
How to correct the Bounding box coordinate?
or How to flip the input image?
chamcham115 commented
I solved the problem.
I convert to rect.origin.x coordinates.
I flipped the this coordinates.
Thanks.
pderrenger commented
Great to hear you've solved the issue! 🎉 Flipping the rect.origin.x
coordinates is a smart approach when adjusting for the front camera's mirrored output. If you have any more questions or run into any other challenges, feel free to reach out. Happy coding!