Is it Possible To Track Clear Objects in AR?

I know this may come off as a dumb question, but for a project I’m working on I need to block out windows in AR, but I’m not sure how, if at all, I can track a window to block out. If anyone has any insight please let me know. Thank you.

Object tracking in itself isn’t very common, but if you train an ML algorithm to detect windows it should be possible. Will take a lot of work

The only thing you could do with ARCore or ARKit, if you had access to the windows in advance, would be to place images around the windows and use ARFoundation image tracking. (If you measure in advance, you know the offset between the image and the window and can try to block out the window that way.)

Otherwise you will need to look outside the scope of AR Foundation for your window tracking solution.