Hello @Sandeep_Singh
Certainly, the envisioned setup can be realized using 8th Wall, incorporating two screens as demonstrated. While I cannot definitively comment on the feasibility with the holographic screen due to a lack of specific device details, the key components of this experience can indeed be implemented through 8th Wall:
- Accessing the experience through a QR code: You can easily create a QR code linked to your projectβs URL, facilitating entry into the experience.
- Dynamically changing elements of the experience, such as clothing, using your phone: This adjustment can then be reflected on a larger screen in real-time, enhancing the interactive aspect of the experience.
How can i setup a 2 screen project? Any examples?
You could add two different camera within your A-frame scene.
You could also use WebSockets to enable real-time communication between the two instances of the project. This allows for synchronizing the state of the virtual world across both displays while maintaining different camera perspectives. You can use libraries like Socket.IO for easier WebSocket management.
I would suggest getting this to work on A-frame alone first. It may be helpful to reach out to the A-frame slack channel