My lead programmer - who was a spacial relationship genius - quit and of course I really need him now.
Here's the situation: I have 12 monitors arranged in a circle that depict a Horizontal Field Of View (HFOV) of 360°. The initial setting is 30° per monitor - 360° ÷ 12.
These monitors have bezels. To compensate for that, we enlarge and trim the image slightly so that moving objects appear to pass behind the bezel rather than jumping across.
In the current 12 screen configuration, this results in the 12 screens showing 29.22° of a 30° image - a "zoom" amount of 0.78°.
I want to increase the monitor count by 2. 360° ÷ 14 = 25.714° But what number do use for "zoom" to have the identical effect? I assume it's some percentage of the original equation.
Using that logic I come up with 29.22 ÷ 30 = 0.974%. Finally, 25714° x 0.974 = 25.406° gives me the proper HFOV per screen.
Questions:
Is the logic correct?
How would I apply a smaller number of total degrees, like a 315° view?
Assuming a fixed bezel size, is a "total solution" equation (one usable with any number of monitors and HFOV) possible in either batch or bash language?
I'd like to have input from others to compare my results to. Thanks
Here's the situation: I have 12 monitors arranged in a circle that depict a Horizontal Field Of View (HFOV) of 360°. The initial setting is 30° per monitor - 360° ÷ 12.
These monitors have bezels. To compensate for that, we enlarge and trim the image slightly so that moving objects appear to pass behind the bezel rather than jumping across.
In the current 12 screen configuration, this results in the 12 screens showing 29.22° of a 30° image - a "zoom" amount of 0.78°.
I want to increase the monitor count by 2. 360° ÷ 14 = 25.714° But what number do use for "zoom" to have the identical effect? I assume it's some percentage of the original equation.
Using that logic I come up with 29.22 ÷ 30 = 0.974%. Finally, 25714° x 0.974 = 25.406° gives me the proper HFOV per screen.
Questions:
Is the logic correct?
How would I apply a smaller number of total degrees, like a 315° view?
Assuming a fixed bezel size, is a "total solution" equation (one usable with any number of monitors and HFOV) possible in either batch or bash language?
I'd like to have input from others to compare my results to. Thanks
Comment