Window Detection or Virtual Window is Possibe?

Hello Guys,

I am trying to make an AR experience in which I can overlay things on Windows Real Time. For that, I need to understand whether there is any Window Detection Module in 8th wall? Last I checked, I couldn’t find it.

Also, is this possible with Image Targets? As far as I know, every window is not identical so is there any possibility on this?

Also, is there a possibility in which I can put 4 markers on the Window in each corner and it can overlay things there?

Any help on this would be much appreciated. Thank You!!

You could use a Private VPS location, or, for a more advanced approach, create a CameraPipelineModule that reads the camera’s pixel array and processes the data, such as detecting a QR code using a library. You could even leverage TensorFlow.js to train a model specifically for identifying windows.