Apr 13, 2021
Thanks man, it really means a lot :)
For a dynamic bounding box, you will have to detect the objects in that frame when the user touches a screen. Once you find the objects then check which ones' boundings lie in the touch area and then draw that object's bounding box.
I hope this will help you.