How to Develop a VisionOS App for Room Detection in a Hallway

Hi everyone,

I’m working on an app for VisionOS that needs to recognize individual rooms in a hallway based on the person the room belongs to (using the name displayed on each office door). Is there any sample code or resource that can guide me in implementing this feature?

Thanks in advance for your help!

Hello @Nassiim

As @lijiaxu suggested, room tracking may help you. It sounds like you also need to associate a room with an individual. Do you have to use the person's name or can you use an image instead? I ask because, Image tracking is supported in visionOS and is worth considering. Finally, if this is for an enterprise application, you can obtain an entitlement to access the main camera frame. Once you have the frame you can use computer vision to read the name plate, but that's a bit more complex so I encourage you to try image tracking first.

How to Develop a VisionOS App for Room Detection in a Hallway
 
 
Q