Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
13 Jun 22 - 14 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
0
Question by honsinger · May 25, 2021 at 03:17 PM · cameragpu

How many cameras are allowed per monitor?

I am exploring using either Unity3D or Unreal for my application.

I write both in C# and C++ but I like C# far more. I want to use Unity3D for a true 3D application, but I may have found a limitation that prevents further consideration. I am hoping you can help me understand cameras, monitors and windows as it relates to my application.

This true 3D application shows a true 3D scene on a five-foot-wide special screen. You see not stereo but an actual 3D scene. No glasses or anything needed but your eyes.

I am currently using SharpDX which is a C# wrapper library. In this SharpDX application, I use 24 cameras on four windows or six cameras per window. Note I have 4 GPUs, each hosting one window.

Now, from the Unity3D manual under the heading: “Multi-Display”, the manual says: “You can use multi-display to display up to eight different Camera views of your application on up to eight different monitors at the same time. You can use this for setups such as PC games, arcade game machines, or public display installations.”

Question: is the above 8 cameras per “monitor” or is it 8 cameras overall?

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

2 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by fct509 · May 25, 2021 at 10:16 PM

I'm not 100% sure, but I think that's an 8 monitor limit. The most I've done is 4 monitors on a CAVE system. That CAVE system also provided a foundation layer for displaying to an arbitrarily shaped monitor. Displaying that way used 8 cameras, but one of those was going to the Control Screen for the technician to make on the fly adjustments to the experience. Also, when displaying to multiple monitors, there's a boolean value you need to set in the settings (in code), but I don't remember what it is off the top of my head.


You can have multiple cameras display to the same monitor. You can give each camera sub-section of the monitor. You can have one camera overwrite the output of another camera (either fully or partially) Also you can have a camera render to a separate buffer (RenderTexture) instead of rendering to a monitor.


I don't know if there's a limit to the total number of cameras you can run, but using multiple cameras in Unity can get really resource intensive if you are using them in a non-VR form. VR does things like use the same perspective matrix for both cameras while giving the cameras the same rotation (there's just a small positional offset). By doing this, it can do the GameObject Culling once and then shares results to both cameras.


Outside of this VR performance trick, Unity will do the GameObject Culling for each Camera and that's a single-threaded CPU-bound process on the Standard Render Pipeline. If you're in a scene with a dense number of GameObjects (like a forest), then you are going to need a CPU with extremely good (and fast) single threaded performance. I am speaking from first hand experience on this one, the project I was working on hit a CPU bottleneck when we grew the CAVE System from 3 to 4 monitors. That said, there's also things like the Looking Glass Unity Plugin that works well on a much less powerful system, while doing the GameObject Culling process a lot more times. The reason why it worked well on the Looking Glass is because their demos had a lot less GameObjects.


The main reason I'm not 100% sure if you can go past 8 cameras is that I don't know if the Scriptable Render Pipelines like HDRP and URP have any additional restrictions to the max number of cameras.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image honsinger · May 26, 2021 at 03:25 PM 0
Share

I am going to look into some of the techniques you've provided.


It may be more involved than I thought. There is indeed a lot of computations. In SharpDX, I've had to load the model multiple times in parallel processes that are synchronized by shared memory. (I still get 60fps, with all the load)


I may not come back to this for a few weeks. I will let you know how it goes.


I really appreciate your insights.

Thanks, Chris

avatar image
0

Answer by honsinger · May 26, 2021 at 03:25 PM

I am going to look into some of the techniques you've provided.


It may be more involved than I thought. There is indeed a lot of computations. In SharpDX, I've had to load the model multiple times in parallel processes that are synchronized by shared memory. (I still get 60fps, with all the load)


I may not come back to this for a few weeks. I will let you know how it goes.


I really appreciate your insights.

Thanks, Chris

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

223 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Remove headbob on animated character 0 Answers

Received an error: RenderTexture's anti-aliasing changed from 2 to 1 due hardware limitations. 0 Answers

Centering camera between my player and a selected object. 0 Answers

Only simulate physics on objects that are being rendered 0 Answers

Vuforia - UI that overlays on top of ARCamera 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges