Introductions » History » Revision 3
« Previous |
Revision 3/15
(diff)
| Next »
Winson MIKE , 01/11/2024 03:01 PM
Introductions¶
Before we dive into details about our project, we need to introduce you on the topics that we focus in this project, to give a better insight.¶
Project details¶
The aim of this project is to create a large, singular image on a flat screen using two projectors, each from angles. The requirement of
implementing this method was also that we need to use a planar screen, 2 PC laptops, and a projector optical axis that is perpendicular
to the screen. In order to further enhance the quality of the image, alpha blending and gamma correction methods were used in the development
process to be applied in the overlapping projection area.
Hence, Firstly, The screen size (Red/Green and Yellow), specified as 'L' would be 1280mm and the length of the projector would be specified as 'd' (Red or Green).
Then we need to obtain the condition where d < L and followed by the property of proportion,
we have the overlapped area X that can be obtained by L - d = X. The equation d / L = x / 1280 can also be formulated.
Updated by Winson MIKE over 1 year ago · 3 revisions