Hi, I have seen this video: https://developer.apple.com/videos/play/wwdc2021/10041/
and in my project i am trying to draw detected barcodes. I am using Vision framework and i have the barcode position in boundingBox parameter, but i dont understand cgrect of that parameter.
I am programming in objective c and i don't see resources, and for more complication i have not an image, i am capturing barcodes from video camera sesion.
for parts: 1-how can i draw detected barcode like in the video (from an image). 2-how can i draw detected barcode in capturesession.
I have used VNImageRectForNormalizedRect to pass from normalized to pixel, but the result is not correct.
thank you very much.