how to render overlay actors?

I am trying to have an object with a hole that reveals special objects in the world. This is what I have so far using a screen capture actor 2d and hiding/unhiding actor layers every frame then using screen position UV for the material:

https://imgur.com/download/yShRhkw/

However this is not stable when moving the camera particularly in VR. Also the objects in overlay don’t precisely match their true locations:

https://imgur.com/download/sVhPG7x/

How is the best approach to improve the stability and object position accuracy?