dual monitor controls on one display on the second

Hi All
New to this so not totally sure this is the best place for this so sorry if its not.

I have a project that will be displayed on two displays. One will be a 10x10’ wall with a 4k projector. On this will be 360 videos. The other will be the controller display a 30" 1080 touch screen monitor.

On the touch screen monitor will be the controls UI for the application. From there you will be able to select and control the 360 video view and select categories and videos to interact with.

I know unity supports multi monitor but I have not been able to find a solid example of how to best go about setting this up. A few post reference making one giant display but I don’t think this will work well here with such large difference between the two displays.

Any help is appreciated, thanks.

I don’t know how well it would work with your setup but in unity you can assign each camera to a different display through the camera’s inspector (Target Display).
Another solution would be to use a separate PCs for each display and let them communicate via network (ocs, udp, websockets etc…).

Have you ever try the (Target Display) setting? I don’t think it work as expected.

No not yet. Can you elaborate on how it is not working as expected?