Interactive Graphical Systems Fall 2002

Size: px
Start display at page:

Download "Interactive Graphical Systems Fall 2002"

Transcription

1 Historical Overview Interactive Graphical Systems Fall First random scanned display available A few applications using computer graphics ($ ) Phosphor storage tubes increasingly available ($5000) Raster scanned displays become increasingly popular Image Generators and Displays Stefan Seipel 1984 First PC with graphical user interface (Macintosh) Graphical user interfaces replaces increasingly text interface Almost no computer available without GUI (Source: E.Bengtsson, Uppsala University) Random scan display Random scan display - computer control based on phosphor storage tube cathode ray is controlled arbitrarily in XY direction analog control of ray implemented in electronic circuits sets of vector primitives available (points, lines ) very smooth lines / high resolution line drawing only no filled surfaces no block transfers limited time frame to draw graphics up to short vectors per refresh cycle computer keeps a list of graphical primitives computer issues rendering and parameters very little memory required to store display list no management of graphics buffer required display/engine and computer strictly separated

2 Raster scan display Raster scan display - computer control based on TV technology - short glowing phosphors screen is scanned in a line-by-line order pixels within a line are switched on/off while line is scanned two-dimensional memory matrix (frame buffer) contains pixel value filled areas can be drawn screen must be refreshed in short intervals computer manipulates values in the frame buffer discrete frame buffer matrix -> rasterization arbitrary graphical objects can theoretically been displayed need for rasterization algorithms graphical primitives must be computed host computer calculates and accesses frame-buffer memory must be read out -> video signal must be generated Frame buffer readout - RAMDAC Simple Raster Scan Display Architecture Frame buffer RAM (random access memory) Video Controller CPU other periphery host memory write memory read DAC (digital to analog converter) create video signal System Bus (frame buffer operations) readout of 1280x1024 pixels at 60 Hz -> memory access time 12.7 nanoseconds! normal RAM have an average access time of 60ns System Memory Video Memory Video Controller Monitor special purpose frame buffer required must allow for simultaneous read and write operations More or less typical configuration with common graphics cards

3 Typical frame buffer operations: 2D graphics subsystem 2D - Graphics operations CPU other periphery BitBlt (bit block transfer) Draw Pixel Draw Line Frame buffer operations are a heavy burden for a single CPU system! System Bus (2D graphical primitives) Draw Text Fill Area System Memory Raster Engine Frame (color) Buffer Video Controller Monitor 2D graphics subsystem Color buffer standards (common resolutions) Spatial resolutions: CGA - 320x200 EGA - 640x350 VGA - 640x480 SVGA - 800x600 XGA x768 SXGA x1024 or 1600x1280 HDTV x1200 ATC x 2000 Human eye x (not evenly distributed) Color resolutions: palletized colors lookup-table (8 bit/pixel) grayscale shades (8 bit /pixel) grayscale shades (12 bit /pixel) e.g. in medical apps. Hi color - 5:5:5 RGB, or 5:6:5 RGB (15 or 16 bit/pixel) true color - 8:8:8 RGB (24 bit/pixel) true color - 8:8:8:8 RGBA (32 bit/pixel) Memory requirements and signal bandwidths Spatial Resolution SXGA 1280x1024 Color Resolution True color 24 bit Screen Refresh 72 Hz Video Memory Requirement : 1280*1024*24 bit = 3.75 Mbyte (1.3Mio pixel) Video readout : 94 Mio./pixel per sec. Memory readout : 226 Mio. bits per sec.! -> very special memory readout required (e.g. 240 MHz RAMDAC)

4 The standard 3D graphics pipeline 3D graphics adds another dimension Display List Traversal Modeling Transformation Lightning Clipping Projection Viewing Transformation Rasterization 2D color buffer only is not sufficient Geometric processing - thousands of flops - vertex transform - normal transforms - lightning calculation Rasterization - operates on pixels (framebuffer) - millions of iops - alpha compares - depth buffer test - stencil test - alpha arithmetic - texture addressing Features of 3D image generators Geometric processing (per vertex operations): one or several floating point geometry engines perform matrix and vector operations Features of 3D image generators Rasterization (per pixel operations): One or several raster engines feature: discrete line drawing and polygon fill z-buffer test (depth buffer test) hardware supported graphics operations: transformation of vertices rotation of vectors normalization of vectors (after scale of object) calculation of lightning projection & clipping z-buffer blending (fog) blending with alpha-channel (transparency) color interpolation (e.g. Gouraud shading) texel addressing tri/bilinear interpolation of textures anti-aliasing of edges stencil test

5 Advanced 3D graphics subsystem Buffers configuration example (3D system) CPU other periphery double buffer (front and back) System Bus accumulation buffer 8 b depth buffer 24 / 32 bit alpha buffer 8 bit blue-color buffer 8 bit green-color buffer 8 bit red-color buffer 8 bit System Memory Geometry Processor(s) Raster Engine(s) Video Controller Monitor stencil and/or overlay buffer 8 bit Local Memory (caches, textures) Frame Buffer(s) Other Buffers (Stencil,Depth,Alpha ) Memory required per pixel: 2* = 128 bit = 16 byte Graphics subsystem For a resolution of 1280x1024 -> 20 MB frame buffer Buffers configuration example (3D stereo system) Depth-Buffer Aliasing left right Quadbuffer front back alpha buffer 8 bit blue-color buffer 8 bit green-color buffer 8 bit red-color buffer 8 bit depth buffer 24 / 32 bit accumulation buffer 8 bit Fixed number of bits in the z-buffer limits resolution of the scene depth Example: 16 bit depth buffer allows only discrete steps in depth Arithmetical rounding operation of floating point depth values causes ambiguous z-values! Memory required per pixel: 4* = 176 bit = 22 byte For a resolution of 1280x1024 -> 27,5 MB frame buffer stencil and/or overlay buffer 8 bit Visual artifacts in rendering of objects which are very close to each other (see picture)

6 Performance parameters History (1999) Pixel Fillrate: refers to rasterization performance number of shaded/textured/buffered pixels per second common: 5-40 million/sec. (low and medium cost game accelerators) quite good: 100 million/sec. (graphics workstations) high end: million/sec. (e.g. SGI top of the line) Geometry Performance: refers to throughput of graphical primitives number of 3D shaded triangles/sec. (of certain size e.g. 25 pixel) number of 3D shaded lines/sec. (of certain length e.g. 10 pixels) common: <0.5 million triangles/sec. (low cost game accelerators) quite good: <1-2 million triangles/sec. (graphics workstations) high end: <50 million/sec. (e.g. SGI Octane) Nowadays (2002) performance doubled with ten even on PC hardware The gap between professional systems and consumer products is closing Performance parameters - What do they say? Problem: stated performance values are often only achieved under specific circumstances often these values refer to the most simple rendering modes (no shading, no z-buffer) performance is often achieved with native implementations quality of driver implementation is essential comparability is a tricky issue, since various new technical features Therefore: don t trust vendor supplied specifications! if you are lucky, you reach 10%-20% of the stated performance! graphics sub-systems should be tried before bought! in the target system (depending largely on CPU configuration) using your application (depending on typical graphics operations) Always check : is there driver support? are there drivers at all? Bottlenecks in 3D graphics systems Geometry bound systems - too many polygons in the scene - too complex lightning calculation - too complex model transformations Example bottleneck evaluation User requirements for a flight simulation: terrain model 1000 textured polygons, will fill most of the screen background airplane model 5000 polygons, average size 200 pixels for quality reasons, rendering should appear in SXGA resolution frame-rate >40/sec. Fill bound systems - too big areas to fill (number of pixels per polygon) - too many large polygons - high overdraw ratio - too many textures in scene - too complex alpha arithmetic (blending, fog) Depends on your application and graphics system There is a graphics subsystem available: 60 Mio. textured, lit, shaded pixels/sec triangles/sec. (25 pixels) cost: SEK Is it advisable to buy this graphics subsystem? (1280x x200)x40 = pixels/sec. ( )x2x40 = triangles/sec Fill bound!

7 API s (application programmers interface) API s continued Avoid to develop hardware oriented software Minimize turnaround costs and time Use well established and standardized 3D API s Use graphics accelerators which support those API s - full functional support - optimized performance for these drivers The best graphics hardware is worth nothing without appropriate API and driver support! Different standard 3D API s: Many different available today. The most renowned are: PHIGS and GKS (old DEC machines, not common any longer) OpenGL (SGI, Microsoft, many others) QuickDraw 3D (Apple) Direct3D (Microsoft) Glide (3Dfx) Heidi (used by many CAD programs) Quake (sort of standard for games) Displays Physiological Aspects Spatial Retinal Resolution : 1 Additional Reading Visual Field : approx. 200 o, with 120 o binocular overlap Roy S. Kalawsky: The Science of Virtual Reality and Virtual Environments Addison-Wesley Publishing Company, 1993, ISBN Perception: pages Displays techniques: pages Limits of depth perception from lateral disparity Temporal Resolution : approx. 50 Hz, increasing with luminance

8 Visual Displays - Basic Technologies Basic Technologies - Cathode Ray Tubes (CRT) Cathode Ray Tubes Flat Panel Displays Electroluminiscence Displays LCD Displays Active Matrix TFT Light Valves Laser Scanners Micro Mirror Devices Advantages: - high resolution - easy to control - reliable technology -low cost Cathode Acceleration Anode Focussing Electron gun x-/y- Deflection (elstat / magn.) Phosphor Coating Basic Technologies - Cathode Ray Tubes (CRT) Operation modes of CRTs: Basic Technologies - Random Scan CRT How it works: Display primitives are stored in a display list (ellipses, circles, lines...) Random scan mode Raster scan mode Electron beam is controlled continuously between vertice -> analog line drawing + no aliasing, smoth lines + transformation in hardware possible + little memory required - only line drawing possible - complex control hardware for the beam - flickers if scene becomes complex

9 Basic Technologies - Raster Scan CRT Basic Technologies - Raster Scan CRT How it works: Display is rasterized into pixels which are stored in a two-dimensional memory array (raster memory) Electron beam is traversing the screen line by line in a regular time frame and scheme Content of the raster memory controls beam intensity + uses old TV technology (simple approach) + filled and shaded surfaces are possible + guaranteed screen refresh rate - aliasing problems staircase effect - electronics required for raster memory readout - drawing algorithms more complex Host Frame buffer Display Controller Converts analog primitive into discrete representation Video Controller Converts discrete frame buffer into analog video signal scan line horizont retrace vertica retrace Basic Technologies - Cathode Ray Tubes (CRT) The role of the phosphor coating : - Fluorescence (glowing when hit by electron beam) - Phosphorescence (after glowing while being activated) - Persistency (time until glowing phosphorescence decreases below 10%) typically 5-60 milliseconds. - Persistency is important. Short persistency requires high update rates otherwise flicker. Long persistency causes stabile but smeary images. - Granularity of the phosphor -> spot size, image resolution - Type of phosphor defines color: p1 : green, average persistency p4 : white, short persistency p12 : orange, average persistency p31 : green, short persistency Basic Technologies - Cathode Ray Tubes (CRT) How is color accomplished in displays? Most usually, colors are mixed by additive composition of base colors 1. Spatially modulated color composition see page 99, in Kalawsky 2. Temporally modulated color composition see next slide

10 Basic Technologies - Cathode Ray Tubes (CRT) Parameters for display assessment How is color accomplished? Color shutter technology. - Sequential display of color fields on monochromatic CRT - Synchronization of the fields with color filters - Filters can be : a) LCD filters (electronically controlled) b) Optical filters (mechanically coupled) - Advantages : No color convergence errors - Disadvantages : High frequent oscillations in the visual field decompose colors - dot size (mm) - dot pitch (mm) - resolution (lp/mm) -brightness(cd/m 2 ) - contrast ratio -display size - addressability - refresh rate - color range - convergence - weight / power consumption 1mm 1mm 1mm dot size? dot pitch? resolution? 1mm Basic Technologies - Typical parameters for CRTs Basic Technologies - Flat Panel Display - LCD Liquid Crystal Displays Screen Diagonal Size (14-26 ) Shadow masks (Triple holes, Strips) Dot pitch ( mm) Video bandwidth ( MHz) Horizontal Sync. Frequency ( khz) Vertical Sync. Frequency ( Hz) max. Resolution (1280x x 4000) vert. pol.filter vertical electrodes liquid crystal layer horizontal transparent electrodes hor.pol.filter No electric field = light passes through Light source or mirror

11 Basic Technologies - Flat Panel Display - LCD Basic Technologies - Flat Panel Display Addressing of Pixels: Deposit an electronic charge on intersections between horizontal and vertical electrodes sequentially row by row. Limited speed, since certain minimum time is required to is deposited (depending on the capacity of the intersections) When last row has been addressed, first rows have already lost their electric charge Poor contrast image Thin Film Transistor Matrix (TFT): An array of transparent transistors is deposited on the LCD Pixels can be switched on and off Pixel keep their electrical state and optical properties => Significant contrast and intensity enhancements Basic Technologies - Flat Panel Display Basic Technologies - Flat Panel Display Color reproduction / Optical Efficiency: Electro Luminescence Displays (plasma panel displays): Groups of adjacent pixels are forming one effective color pixel Gas is encapsulated between electrodes Potential Sub-pixels are covered with color filters Common sub-pixels configuration are RGB stripes, triads or quads When a certain amount of voltage is applied (striking voltage) the plasma discharges and glows until the potential drops below the discharge voltage. S Strike Voltage Efficient resolution is reduced Plasma cell keeps luminating for a while without being refreshed. D Discharge Voltage Light intensity is diminished significantly when passing through polarizes, liquid crystals, and color filters (poor optical efficiency) Active luminance, high intensity display Plasma generates light t (see also page 96)

12 Basic Technologies - Flat Panel Display Electro Luminescence Displays (plasma panel displays): Basic Technologies - Light Valves Application : Projection Displays glas Sandwich-Technique vertical transparent electrodes glass substrate with plasma cells (Neon, Argon) horizontal transparent electrodes glass High resolution light modulation (>1600 x 1200) High refresh rates possible (>130 Hz) Usable for high light output projection displays The first choice for stereo projection systems Tricky problems : Ghost images with slow phosphor see page 103 Basic Technologies - Laser Scanner Basic Technologies - Micromirror Devices (MMD) Used for: large screen projection displays direct retinal displays (very high resolution) Screen Matrix of micro mirrors Addressable and electronically controllable Used for Light Reflection and Projection Display Systems for color displays, several lasers required (convergence?) vertical deflection mirror horizontal deflection mirror Extremely high optical efficiency laser source

13 Basic Technologies - Micro Mirror Devices (MMD) Visual Displays - 3D Displays and Optical Systems MMD System Working Principle 3D Projection Systems Front Projection Rear / Retro Projection Autostereoscopic Displays Slot Mask Lenticular / Double Lenticular Arrays Volume Displays Other Optical Coupled Displays Fiber coupled displays (HMD see chapter 4.2.1) Lens/Mirror coupled displays (HMD see chapter 4.2.1) 3D Displays and Optical Systems - Projection Systems 3D Displays and Optical Systems - Projection Systems 3D Projection Display Systems require: Very high intensity image source Transmission LCD/TFT Panel + Light Source Reflection LCD/TFT Panel + Light Source Projection CRT (specialized high intensity CRT tube ) MMD Light Valve (Laser) Focusing optics/color splitter Wide / narrow angle optics, fixed or variable Projection screen Transparency / Diffusion / Specular Properties Means of splitting left/right channel Time Multiplexing / Color Separation / Polarization 3D Front Projection Systems: Image source and observer are located on the same side of the projection surface ( - user may interfere with projection beam) Stereo 3D with active shutter glasses requires very fast image source (>120 Hz) light valve / projection CRT extremely expensive single graphics pipeline screen with good diffuser properties Stereo 3D with passive polarizing glasses requires two image sources image alignment problems dual graphics pipeline required requires special silver screen which preserves polarization Stereo 3D with color field separation (red/green) one color capable projector (cheap) poor image result screen with good diffuser properties Image Source + Optics Observer Screen

14 3D Displays and Optical Systems - Projection Systems 3D Displays and Optical Systems - Projection Systems 3D Rear / Retro Projection Systems: Image source is positioned behind the projection screen No interference between user and image source Image Source + Optics 3D Rear / Retro Projection Systems: Examples Requires transparent screen material No polarized 3D stereo possible since polarization is disturbed in transmission Screen Stereo 3D with active shutter glasses requires very fast image source light valve / projection crt expensive single graphics pipeline Attention has to paid to mirror effects Observer Caves Virtual Planes Viewing wands 3D Displays / Optical Systems - Autostereoscopic Displays 3D Displays / Optical Systems - Autostereoscopic Displays Autostereoscopy - stereoscopic perception with the naked eye Image Splitter (Sanyo) (Double) Lenticular Lens Arrays LCD-Projektor LCD-Projektor Display divided in vertical stripes Alternate stripes display left and right image Slit-mask is blocking out the view of the left eye onto the right picture and vice versa Only a single user Dedicated observer position Horizontal resolution decreased Display surface Slit mask Pixel Column R Pixel Column L Pixel Column R Pixel Column L Pixel Column R Pixel Column L Display divided in vertical stripes Alternate stripes display left and right image Half-Cylinder shaped lenses project the stripes to the corresponding eye Several viewing zones Dedicated observer distance Horizontal resolution decreased Double-lenticular retro-projection system LCD/TFT Panel Lenticular flat panel display system

15 3D Displays / Optical Systems - Autostereoscopic Displays Examples (Heinrich-Hertz Institute, Berlin) 3D Displays / Optical Systems - Volumetric Displays The display creates a real volumetric representation which is perceived as a 3D structure without the need for glasses or other aids. Allows for user movements Uses head-tracking Screen is automatically positioned correctly with a robot arm Allows for user movements Uses head-tracking Lenticular array is shifted The idea is to project dynamic images onto oscillating or rotating surfaces in order to create the sensation of a volumetric object. Prototypes have been build using: - rotating LED matrices - rotating helical projection surfaces with laser projection laser - lasers projecting into fog - experiments are underway to bring a solid crystal to illumination on addressable positions All these systems can only show transparent/monochrome objects Mechanical problems and limits, dead viewing areas Commercial systems are far ahead 3D Displays / Optical Systems - Volumetric Displays Choice of VR Displays - Evaluation of Requirements How many observers are watching at the same time? What resolution and color fidelity requirements are there? -> basic display technology Is wide field of view desirable? Is immersion an important issue for the application? Is stereoscopic 3D rendering required? If yes, decide which type one screen polarized -> take care for optical properties of the system one screen time multiplexed -> display must tolerate high refresh rates dual screen (HMD) -> check for resolution autostereoscopic? Does the application require interaction with haptic stimuli?

16 Displays Technologies - Features 3D Displays and Optical Systems - Projection Systems CRT LCD TFT M M D Lightw alv Addressability 4 kp ixel 2 kp ixel 2 kp ixel 1.3 kp ixel 4 kp ixel Contrast h ig h lo w h ig h h ig h h ig h Colors very good m edium good very good very good Dim ensions huge sm all/m edium sm all/m ediumsm all m edium Refresh <180 Hz 60 Hz 60 Hz 60 (180Hz) 140 Hz Costs low average high high very high Considerations with regard to stereo image projection Time-multiplexing with active shutters: both front and retro projection possible active glasses are quite expensive (if many are required) very high speed projector is required (light valve technology, expensive) Polarized filtered images: projection screen must preserve polarization (aluminized silver screen) retro projection not yet possible (no suitable screen material available) glasses are very cheap two projectors are required (can cause image alignment problems) FULLY IMMERSIVE SPHERICAL PROJECTION SYSTEM (THE CYBERSPHERE) RealityVision s autostereoscopic display using holographic optical elements Contact: David Trayner or Edwina Orr.RealityVision Ltd. 6 Yorkton St. London E2 8NH, UK: +44 (0) F: +44 (0) E: reality@augustin.demon.co.uk

Visualization Technologies IGS HT Displays. Stefan Seipel Additional Reading. Visual Displays - Basic Technologies

Visualization Technologies IGS HT Displays. Stefan Seipel Additional Reading. Visual Displays - Basic Technologies Visualization Technologies IGS HT 2003 Stefan Seipel (stefan.seipel@it.uu.se) Displays Additional eading oy S. Kalawsky: The Science of Virtual eality and Virtual Environments Addison-Wesley Publishing

More information

Types of CRT Display Devices. DVST-Direct View Storage Tube

Types of CRT Display Devices. DVST-Direct View Storage Tube Examples of Computer Graphics Devices: CRT, EGA(Enhanced Graphic Adapter)/CGA/VGA/SVGA monitors, plotters, data matrix, laser printers, Films, flat panel devices, Video Digitizers, scanners, LCD Panels,

More information

Comp 410/510. Computer Graphics Spring Introduction to Graphics Systems

Comp 410/510. Computer Graphics Spring Introduction to Graphics Systems Comp 410/510 Computer Graphics Spring 2018 Introduction to Graphics Systems Computer Graphics Computer graphics deals with all aspects of 'creating images with a computer - Hardware (PC with graphics card)

More information

2.2. VIDEO DISPLAY DEVICES

2.2. VIDEO DISPLAY DEVICES Introduction to Computer Graphics (CS602) Lecture 02 Graphics Systems 2.1. Introduction of Graphics Systems With the massive development in the field of computer graphics a broad range of graphics hardware

More information

Reading. Displays and framebuffers. Modern graphics systems. History. Required. Angel, section 1.2, chapter 2 through 2.5. Related

Reading. Displays and framebuffers. Modern graphics systems. History. Required. Angel, section 1.2, chapter 2 through 2.5. Related Reading Required Angel, section 1.2, chapter 2 through 2.5 Related Displays and framebuffers Hearn & Baker, Chapter 2, Overview of Graphics Systems OpenGL Programming Guide (the red book ): First four

More information

Reading. 1. Displays and framebuffers. History. Modern graphics systems. Required

Reading. 1. Displays and framebuffers. History. Modern graphics systems. Required Reading Required 1. Displays and s Angel, pp.19-31. Hearn & Baker, pp. 36-38, 154-157. OpenGL Programming Guide (available online): First four sections of chapter 2 First section of chapter 6 Optional

More information

Displays. History. Cathode ray tubes (CRTs) Modern graphics systems. CSE 457, Autumn 2003 Graphics. » Whirlwind Computer - MIT, 1950

Displays. History. Cathode ray tubes (CRTs) Modern graphics systems. CSE 457, Autumn 2003 Graphics. » Whirlwind Computer - MIT, 1950 History Displays CSE 457, Autumn 2003 Graphics http://www.cs.washington.edu/education/courses/457/03au/» Whirlwind Computer - MIT, 1950 CRT display» SAGE air-defense system - middle 1950 s Whirlwind II

More information

Display Technologies CMSC 435. Slides based on Dr. Luebke s slides

Display Technologies CMSC 435. Slides based on Dr. Luebke s slides Display Technologies CMSC 435 Slides based on Dr. Luebke s slides Recap: Transforms Basic 2D Transforms: Scaling, Shearing, Rotation, Reflection, Composition of 2D Transforms Basic 3D Transforms: Rotation,

More information

1. Introduction. 1.1 Graphics Areas. Modeling: building specification of shape and appearance properties that can be stored in computer

1. Introduction. 1.1 Graphics Areas. Modeling: building specification of shape and appearance properties that can be stored in computer 1. Introduction 1.1 Graphics Areas Modeling: building specification of shape and appearance properties that can be stored in computer Rendering: creation of shaded images from 3D computer models 2 Animation:

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to Computer Graphics R. J. Renka Department of Computer Science & Engineering University of North Texas 01/16/2010 Introduction Computer Graphics is a subfield of computer science concerned

More information

3. Displays and framebuffers

3. Displays and framebuffers 3. Displays and framebuffers 1 Reading Required Angel, pp.19-31. Hearn & Baker, pp. 36-38, 154-157. Optional Foley et al., sections 1.5, 4.2-4.5 I.E. Sutherland. Sketchpad: a man-machine graphics communication

More information

These are used for producing a narrow and sharply focus beam of electrons.

These are used for producing a narrow and sharply focus beam of electrons. CATHOD RAY TUBE (CRT) A CRT is an electronic tube designed to display electrical data. The basic CRT consists of four major components. 1. Electron Gun 2. Focussing & Accelerating Anodes 3. Horizontal

More information

PTIK UNNES. Lecture 02. Conceptual Model for Computer Graphics and Graphics Hardware Issues

PTIK UNNES. Lecture 02. Conceptual Model for Computer Graphics and Graphics Hardware Issues E3024031 KOMPUTER GRAFIK E3024032 PRAKTIK KOMPUTER GRAFIK PTIK UNNES Lecture 02 Conceptual Model for Computer Graphics and Graphics Hardware Issues 2014 Learning Objectives After carefully listening this

More information

Reading. Display Devices. Light Gathering. The human retina

Reading. Display Devices. Light Gathering. The human retina Reading Hear & Baker, Computer graphics (2 nd edition), Chapter 2: Video Display Devices, p. 36-48, Prentice Hall Display Devices Optional.E. Sutherland. Sketchpad: a man-machine graphics communication

More information

CMPE 466 COMPUTER GRAPHICS

CMPE 466 COMPUTER GRAPHICS 1 CMPE 466 COMPUTER GRAPHICS Chapter 2 Computer Graphics Hardware Instructor: D. Arifler Material based on - Computer Graphics with OpenGL, Fourth Edition by Donald Hearn, M. Pauline Baker, and Warren

More information

Part 1: Introduction to Computer Graphics

Part 1: Introduction to Computer Graphics Part 1: Introduction to Computer Graphics 1. Define computer graphics? The branch of science and technology concerned with methods and techniques for converting data to or from visual presentation using

More information

Downloads from: https://ravishbegusarai.wordpress.com/download_books/

Downloads from: https://ravishbegusarai.wordpress.com/download_books/ 1. The graphics can be a. Drawing b. Photograph, movies c. Simulation 11. Vector graphics is composed of a. Pixels b. Paths c. Palette 2. Computer graphics was first used by a. William fetter in 1960 b.

More information

Computer Graphics. Introduction

Computer Graphics. Introduction Computer Graphics Introduction Introduction Computer Graphics : It involves display manipulation and storage of pictures and experimental data for proper visualization using a computer. Typically graphics

More information

Monitor and Display Adapters UNIT 4

Monitor and Display Adapters UNIT 4 Monitor and Display Adapters UNIT 4 TOPIC TO BE COVERED: 4.1: video Basics(CRT Parameters) 4.2: VGA monitors 4.3: Digital Display Technology- Thin Film Displays, Liquid Crystal Displays, Plasma Displays

More information

Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in

Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in solving Problems. d. Graphics Pipeline. e. Video Memory.

More information

Chapter 3. Display Devices and Interfacing

Chapter 3. Display Devices and Interfacing Chapter 3 Display Devices and Interfacing Monitor Details Collection of dots Matrix of dots creates character Monochrome monitor screen is collection of 350 *720 350 rows and each rows having 720 dots

More information

Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 5 CRT Display Devices

Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 5 CRT Display Devices Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 5 CRT Display Devices Hello everybody, welcome back to the lecture on Computer

More information

Lecture Flat Panel Display Devices

Lecture Flat Panel Display Devices Lecture 13 6.111 Flat Panel Display Devices Outline Overview Flat Panel Display Devices How do Displays Work? Emissive Displays Light Valve Displays Display Drivers Addressing Schemes Display Timing Generator

More information

Display Devices & its Interfacing

Display Devices & its Interfacing Display Devices & its Interfacing 3 Display systems are available in various technologies such as i) Cathode ray tubes (CRTs), ii) Liquid crystal displays (LCDs), iii) Plasma displays, and iv) Light emitting

More information

Overview of Graphics Systems

Overview of Graphics Systems CHAPTER - 2 Overview of Graphics Systems Video Display Devices Instructions are stored in a display memory display file display list Modes: immediate each element is processed and displayed retained objects

More information

Computer Graphics: Overview of Graphics Systems

Computer Graphics: Overview of Graphics Systems Computer Graphics: Overview of Graphics Systems By: A. H. Abdul Hafez Abdul.hafez@hku.edu.tr, 1 Outlines 1. Video Display Devices 2. Flat-panel displays 3. Video controller and Raster-Scan System 4. Coordinate

More information

Computer Graphics : Unit - I

Computer Graphics : Unit - I Computer Graphics Unit 1 Introduction: Computer Graphics it is a set of tools to create, manipulate and interact with pictures. Data is visualized through geometric shapes, colors and textures. Video Display

More information

Module 7. Video and Purchasing Components

Module 7. Video and Purchasing Components Module 7 Video and Purchasing Components Objectives 1. PC Hardware A.1.11 Evaluate video components and standards B.1.10 Evaluate monitors C.1.9 Evaluate and select appropriate components for a custom

More information

Objectives: Topics covered: Basic terminology Important Definitions Display Processor Raster and Vector Graphics Coordinate Systems Graphics Standards

Objectives: Topics covered: Basic terminology Important Definitions Display Processor Raster and Vector Graphics Coordinate Systems Graphics Standards MODULE - 1 e-pg Pathshala Subject: Computer Science Paper: Computer Graphics and Visualization Module: Introduction to Computer Graphics Module No: CS/CGV/1 Quadrant 1 e-text Objectives: To get introduced

More information

CS2401-COMPUTER GRAPHICS QUESTION BANK

CS2401-COMPUTER GRAPHICS QUESTION BANK SRI VENKATESWARA COLLEGE OF ENGINEERING AND TECHNOLOGY THIRUPACHUR. CS2401-COMPUTER GRAPHICS QUESTION BANK UNIT-1-2D PRIMITIVES PART-A 1. Define Persistence Persistence is defined as the time it takes

More information

Display Systems. Viewing Images Rochester Institute of Technology

Display Systems. Viewing Images Rochester Institute of Technology Display Systems Viewing Images 1999 Rochester Institute of Technology In This Section... We will explore how display systems work. Cathode Ray Tube Television Computer Monitor Flat Panel Display Liquid

More information

Technology White Paper Plasma Displays. NEC Technologies Visual Systems Division

Technology White Paper Plasma Displays. NEC Technologies Visual Systems Division Technology White Paper Plasma Displays NEC Technologies Visual Systems Division May 1998 1 What is a Color Plasma Display Panel? The term Plasma refers to a flat panel display technology that utilizes

More information

2.4.1 Graphics. Graphics Principles: Example Screen Format IMAGE REPRESNTATION

2.4.1 Graphics. Graphics Principles: Example Screen Format IMAGE REPRESNTATION 2.4.1 Graphics software programs available for the creation of computer graphics. (word art, Objects, shapes, colors, 2D, 3d) IMAGE REPRESNTATION A computer s display screen can be considered as being

More information

Computer Graphics NV1 (1DT383) Computer Graphics (1TT180) Cary Laxer, Ph.D. Visiting Lecturer

Computer Graphics NV1 (1DT383) Computer Graphics (1TT180) Cary Laxer, Ph.D. Visiting Lecturer Computer Graphics NV1 (1DT383) Computer Graphics (1TT180) Cary Laxer, Ph.D. Visiting Lecturer Today s class Introductions Graphics system overview Thursday, October 25, 2007 Computer Graphics - Class 1

More information

Sep 09, APPLICATION NOTE 1193 Electronic Displays Comparison

Sep 09, APPLICATION NOTE 1193 Electronic Displays Comparison Sep 09, 2002 APPLICATION NOTE 1193 Electronic s Comparison Abstract: This note compares advantages and disadvantages of Cathode Ray Tubes, Electro-Luminescent, Flip- Dot, Incandescent Light Bulbs, Liquid

More information

Displays and framebuffers

Displays and framebuffers Reading Optional Displays and framebuffers Brian Curless CSE 557 Autumn 2017 OpenGL Programming Guide (the red book available online): First four sections of chapter 2 First section of chapter 6 Foley

More information

Screens; media that use additive primaries

Screens; media that use additive primaries Image display Display is the final stage in the image processing pipeline: Continuous scenes are acquired and digitally processed. The display process essentially converts the discrete image back to continuous

More information

Computer Graphics. Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion

Computer Graphics. Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion Computer Graphics Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion 2 Refresh and Raster Scan Display System Used in Television Screens. Refresh CRT is point plotting

More information

SPATIAL LIGHT MODULATORS

SPATIAL LIGHT MODULATORS SPATIAL LIGHT MODULATORS Reflective XY Series Phase and Amplitude 512x512 A spatial light modulator (SLM) is an electrically programmable device that modulates light according to a fixed spatial (pixel)

More information

decodes it along with the normal intensity signal, to determine how to modulate the three colour beams.

decodes it along with the normal intensity signal, to determine how to modulate the three colour beams. Television Television as we know it today has hardly changed much since the 1950 s. Of course there have been improvements in stereo sound and closed captioning and better receivers for example but compared

More information

COPYRIGHTED MATERIAL. Introduction. 1.1 Overview of Projection Displays

COPYRIGHTED MATERIAL. Introduction. 1.1 Overview of Projection Displays 1 Introduction 1.1 Overview of Projection Displays An electronic display is a device or system which converts electronic signal information representing video, graphics and/or text to a viewable image

More information

CS 4451A: Computer Graphics. Why Computer Graphics?

CS 4451A: Computer Graphics. Why Computer Graphics? CS 445A: Computer Graphics z CCB, TT 9:3- Why Computer Graphics? z Fun! z Lots of uses: y Art, entertainment y Visualizing complex data/ideas y Concise representation of actions/commands/state y Design/task

More information

Graphics Concepts. David Cairns

Graphics Concepts. David Cairns Graphics Concepts David Cairns Introduction The following material provides a brief introduction to some standard graphics concepts. For more detailed information, see DGJ, Chapter 2, p23. Display Modes

More information

Presented by: Amany Mohamed Yara Naguib May Mohamed Sara Mahmoud Maha Ali. Supervised by: Dr.Mohamed Abd El Ghany

Presented by: Amany Mohamed Yara Naguib May Mohamed Sara Mahmoud Maha Ali. Supervised by: Dr.Mohamed Abd El Ghany Presented by: Amany Mohamed Yara Naguib May Mohamed Sara Mahmoud Maha Ali Supervised by: Dr.Mohamed Abd El Ghany Analogue Terrestrial TV. No satellite Transmission Digital Satellite TV. Uses satellite

More information

L14 - Video. L14: Spring 2005 Introductory Digital Systems Laboratory

L14 - Video. L14: Spring 2005 Introductory Digital Systems Laboratory L14 - Video Slides 2-10 courtesy of Tayo Akinwande Take the graduate course, 6.973 consult Prof. Akinwande Some modifications of these slides by D. E. Troxel 1 How Do Displays Work? Electronic display

More information

Studies for Future Broadcasting Services and Basic Technologies

Studies for Future Broadcasting Services and Basic Technologies Research Results 3 Studies for Future Broadcasting Services and Basic Technologies OUTLINE 3.1 Super-Surround Audio-Visual Systems With the aim of realizing an ultra high-definition display system with

More information

MODULE I MCA COMPUTER GRAPHICS ADMN APPLICATIONS OF COMPUTER GRAPHICS

MODULE I MCA COMPUTER GRAPHICS ADMN APPLICATIONS OF COMPUTER GRAPHICS MODULE 1 1. APPLICATIONS OF COMPUTER GRAPHICS Computer graphics is used in a lot of areas such as science, engineering, medicine, business, industry, government, art, entertainment, advertising, education

More information

EECS150 - Digital Design Lecture 12 - Video Interfacing. Recap and Outline

EECS150 - Digital Design Lecture 12 - Video Interfacing. Recap and Outline EECS150 - Digital Design Lecture 12 - Video Interfacing Oct. 8, 2013 Prof. Ronald Fearing Electrical Engineering and Computer Sciences University of California, Berkeley (slides courtesy of Prof. John

More information

B. TECH. VI SEM. I MID TERM EXAMINATION 2018

B. TECH. VI SEM. I MID TERM EXAMINATION 2018 B. TECH. VI SEM. I MID TERM EXAMINATION 2018 BRANCH : COMPUTER SCIENCE ENGINEERING ( CSE ) SUBJECT : 6CS4A COMPUTER GRAPHICS & MULTIMEDIA TECHNIQUES Q 1. Write down mid point ellipse drawing algorithm.

More information

DISPLAY TECHNOLOGIES. Group 6: Steve Lenhart, Ryan King, Ramsey Akl, and Andrew Scheib

DISPLAY TECHNOLOGIES. Group 6: Steve Lenhart, Ryan King, Ramsey Akl, and Andrew Scheib DISPLAY TECHNOLOGIES Group 6: Steve Lenhart, Ryan King, Ramsey Akl, and Andrew Scheib DISPLAY TECHNOLOGIES Group 6: Steve Lenhart, Ryan King, Ramsey Akl, and Andrew Scheib Introduction First computers

More information

High-resolution screens have become a mainstay on modern smartphones. Initial. Displays 3.1 LCD

High-resolution screens have become a mainstay on modern smartphones. Initial. Displays 3.1 LCD 3 Displays Figure 3.1. The University of Texas at Austin s Stallion Tiled Display, made up of 75 Dell 3007WPF LCDs with a total resolution of 307 megapixels (38400 8000 pixels) High-resolution screens

More information

Lecture Flat Panel Display Devices

Lecture Flat Panel Display Devices Lecture 1 6.976 Flat Panel Display Devices Outline Overview of 6.976 Overview Flat Panel Display Devices Course website http://hackman.mit.edu Reading Assignment: Article by Alt and Noda, IBM Journal of

More information

VARIOUS DISPLAY TECHNOLOGIESS

VARIOUS DISPLAY TECHNOLOGIESS VARIOUS DISPLAY TECHNOLOGIESS Mr. Virat C. Gandhi 1 1 Computer Department, C. U. Shah Technical Institute of Diploma Studies Abstract A lot has been invented from the past till now in regards with the

More information

General Items: Reading Materials: Miscellaneous: Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS /19/2004. Tests? Questions? Anything?

General Items: Reading Materials: Miscellaneous: Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS /19/2004. Tests? Questions? Anything? General Items: Tests? Questions? Anything? Reading Materials: Miscellaneous: F.Farahmand 1 / 14 File: lec7chap6f04.doc What is output? - A computer processes the data and generates output! - Also known

More information

Liquid Crystal Displays

Liquid Crystal Displays Liquid Crystal Displays Cosmin Ioniţă - Spring 2006 - A brief history 1888 - Friedrich Reinitzer, an Austrian chemist working in the Institute of Plant Physiology at the University of Prague, discovered

More information

High Performance Raster Scan Displays

High Performance Raster Scan Displays High Performance Raster Scan Displays Item Type text; Proceedings Authors Fowler, Jon F. Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings Rights

More information

PLASMA DISPLAY PANEL (PDP) DAEWOO D I G I T A L DIGITAL TV DEVISION

PLASMA DISPLAY PANEL (PDP) DAEWOO D I G I T A L DIGITAL TV DEVISION PLASMA DISPLAY PANEL (PDP) DAEWOO D I G I T A L 2002. 5 DAEWOO ELECTRONICS CO., LTD DIGITAL TV DEVISION WHAT IS PLASMA DISPLAY PANEL? 1. PDP refers to plasma display panel. It was named as PDP by the faculty

More information

PROFESSIONAL D-ILA PROJECTOR DLA-G11

PROFESSIONAL D-ILA PROJECTOR DLA-G11 PROFESSIONAL D-ILA PROJECTOR DLA-G11 A new digital projector that projects true S-XGA images with breakthrough D-ILA technology Large-size projection images with all the sharpness and clarity of a small-screen

More information

PROFESSIONAL D-ILA PROJECTOR DLA-G11

PROFESSIONAL D-ILA PROJECTOR DLA-G11 PROFESSIONAL D-ILA PROJECTOR DLA-G11 A new digital projector that projects true S-XGA images with breakthrough D-ILA technology Large-size projection images with all the sharpness and clarity of a small-screen

More information

Spatial Light Modulators XY Series

Spatial Light Modulators XY Series Spatial Light Modulators XY Series Phase and Amplitude 512x512 and 256x256 A spatial light modulator (SLM) is an electrically programmable device that modulates light according to a fixed spatial (pixel)

More information

Computer Graphics Hardware

Computer Graphics Hardware Computer Graphics Hardware Kenneth H. Carpenter Department of Electrical and Computer Engineering Kansas State University January 26, 2001 - February 5, 2004 1 The CRT display The most commonly used type

More information

Electrical & Electronic Measurements: Class Notes (15EE36) Module-5. Display Devices

Electrical & Electronic Measurements: Class Notes (15EE36) Module-5. Display Devices Module-5 Display Devices Syllabus: Introduction Character formats Segment displays Dot matrix displays Bar graph displays Cathode ray tubes Light emitting diodes Liquid crystal displays Nixies Incandescent

More information

Design of VGA Controller using VHDL for LCD Display using FPGA

Design of VGA Controller using VHDL for LCD Display using FPGA International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Design of VGA Controller using VHDL for LCD Display using FPGA Khan Huma Aftab 1, Monauwer Alam 2 1, 2 (Department of ECE, Integral

More information

Intelligent and Green Energy LED Backlighting Techniques of Stereo Liquid Crystal Displays

Intelligent and Green Energy LED Backlighting Techniques of Stereo Liquid Crystal Displays Intelligent and Green Energy LED Backlighting Techniques of Stereo Liquid Crystal Displays 7 Jian-Chiun Liou Industrial Technology Research Institute Taiwan 1. Introduction As modem society has been reshaped

More information

An Alternative Architecture for High Performance Display R. W. Corrigan, B. R. Lang, D.A. LeHoty, P.A. Alioshin Silicon Light Machines, Sunnyvale, CA

An Alternative Architecture for High Performance Display R. W. Corrigan, B. R. Lang, D.A. LeHoty, P.A. Alioshin Silicon Light Machines, Sunnyvale, CA R. W. Corrigan, B. R. Lang, D.A. LeHoty, P.A. Alioshin Silicon Light Machines, Sunnyvale, CA Abstract The Grating Light Valve (GLV ) technology is being used in an innovative system architecture to create

More information

Advanced Display Technology (continued) Lecture 13 October 4, 2016 Imaging in the Electronic Age Donald P. Greenberg

Advanced Display Technology (continued) Lecture 13 October 4, 2016 Imaging in the Electronic Age Donald P. Greenberg Advanced Display Technology (continued) Lecture 13 October 4, 2016 Imaging in the Electronic Age Donald P. Greenberg Cost of HDTV Displays Price $ Plasma Projection TV s LCD s Diagonal Inches Cost of HDTV

More information

Graphics Devices and Visual Perception. Human Vision. What is visual perception? Anatomy of the Eye. Spatial Resolution (Rods) Human Field of View

Graphics Devices and Visual Perception. Human Vision. What is visual perception? Anatomy of the Eye. Spatial Resolution (Rods) Human Field of View Graphics Devices and Visual Perception Human Vision and Perception CRT Displays Liquid Crystal Displays Video Controllers Display Controllers Input Devices Human Vision Eye + Retinal Receptors in eye provide

More information

1 Your computer screen

1 Your computer screen U.S.T.H.B / C.E.I.L Unit 7 Computer science L2 (S2) 1 Your computer screen Discuss the following questions. 1 What type of display do you have? 2 What size is the screen? 3 Can you watch TV on your PC

More information

Start with some basics: display devices

Start with some basics: display devices Output Concepts Start with some basics: display devices Just how do we get images onto a screen? Most prevalent device: CRT Cathode Ray Tube AKA TV tube 2 Cathode Ray Tubes Cutting edge 1930 s technology

More information

Development of Simple-Matrix LCD Module for Motion Picture

Development of Simple-Matrix LCD Module for Motion Picture Development of Simple-Matrix LCD Module for Motion Picture Kunihiko Yamamoto* Shinya Takahashi* Kouki Taniguchi* * A1203 Project Team Abstract A simple-matrix LCD module (12.1-in. SVGA) has been developed

More information

Hitachi Europe Ltd. ISSUE : app084/1.0 APPLICATION NOTE DATE : 28/04/99

Hitachi Europe Ltd. ISSUE : app084/1.0 APPLICATION NOTE DATE : 28/04/99 APPLICATION NOTE DATE : 28/04/99 Design Considerations when using a Hitachi Medium Resolution Dot Matrix Graphics LCD Introduction Hitachi produces a wide range of monochrome medium resolution dot matrix

More information

An Overview of Video Coding Algorithms

An Overview of Video Coding Algorithms An Overview of Video Coding Algorithms Prof. Ja-Ling Wu Department of Computer Science and Information Engineering National Taiwan University Video coding can be viewed as image compression with a temporal

More information

D-ILA PROJECTOR DLA-G15 DLA-S15

D-ILA PROJECTOR DLA-G15 DLA-S15 D-ILA PROJECTOR DLA-G15 Outstanding Projection Im Breakthrough D-ILA projector offers high-contrast 350:1, 1500 ANSI lumen brightness and S-XGA resolution Large-size projection images with all the sharpness

More information

Understanding Multimedia - Basics

Understanding Multimedia - Basics Understanding Multimedia - Basics Joemon Jose Web page: http://www.dcs.gla.ac.uk/~jj/teaching/demms4 Wednesday, 9 th January 2008 Design and Evaluation of Multimedia Systems Lectures video as a medium

More information

Design and Implementation of an AHB VGA Peripheral

Design and Implementation of an AHB VGA Peripheral Design and Implementation of an AHB VGA Peripheral 1 Module Overview Learn about VGA interface; Design and implement an AHB VGA peripheral; Program the peripheral using assembly; Lab Demonstration. System

More information

VGA Port. Chapter 5. Pin 5 Pin 10. Pin 1. Pin 6. Pin 11. Pin 15. DB15 VGA Connector (front view) DB15 Connector. Red (R12) Green (T12) Blue (R11)

VGA Port. Chapter 5. Pin 5 Pin 10. Pin 1. Pin 6. Pin 11. Pin 15. DB15 VGA Connector (front view) DB15 Connector. Red (R12) Green (T12) Blue (R11) Chapter 5 VGA Port The Spartan-3 Starter Kit board includes a VGA display port and DB15 connector, indicated as 5 in Figure 1-2. Connect this port directly to most PC monitors or flat-panel LCD displays

More information

Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology

Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology Course Presentation Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology Video Visual Effect of Motion The visual effect of motion is due

More information

An Efficient SOC approach to Design CRT controller on CPLD s

An Efficient SOC approach to Design CRT controller on CPLD s A Monthly Peer Reviewed Open Access International e-journal An Efficient SOC approach to Design CRT controller on CPLD s Abstract: Sudheer Kumar Marsakatla M.tech Student, Department of ECE, ACE Engineering

More information

Research & Development of Surface-Discharge Color Plasma Display Technologies. Tsutae Shinoda

Research & Development of Surface-Discharge Color Plasma Display Technologies. Tsutae Shinoda esearch & Development of Surface-Discharge Color Plasma Display Technologies Tsutae Shinoda Peripheral System Laboratories,Fujitsu Laboratories Ltd. 64, Nishiwaki, Ohkubo-cho, Akashi 674-8555 Japan Abstract

More information

Elements of a Television System

Elements of a Television System 1 Elements of a Television System 1 Elements of a Television System The fundamental aim of a television system is to extend the sense of sight beyond its natural limits, along with the sound associated

More information

Digital High Resolution Display Technology. A New Way of Seeing Things.

Digital High Resolution Display Technology. A New Way of Seeing Things. R Digital High Resolution Display Technology A New Way of Seeing Things. Raytheon s Digital Display Digital Light Processing (DLP ) by Texas Instruments is a revolutionary new way to project and display

More information

28 North Lotts, Dublin 1, Ireland Tel: info [AT] phonevolts.com

28 North Lotts, Dublin 1, Ireland Tel: info [AT] phonevolts.com www.phonevolts.ie 28 North Lotts, Dublin 1, Ireland Tel: 01 8728722 Email: info [AT] phonevolts.com PhoneVolts is owned and operated by GSMsolutions.ie What is an LCD? A liquid crystal display (commonly

More information

DVR & Dr.HS MIC College Of Technology KANCHIKACHERLA.

DVR & Dr.HS MIC College Of Technology KANCHIKACHERLA. Presented by, K.Santosh reddy E.D.A.Sasikanth Santoshreddy1988@gmail.com sasikanth_kinng@yahoo.co.in (III/IV B.Tech.) (III/IV B.Tech.) Ph: 9491753338 Ph: 9885017636 Dept. of Electronics and Communications

More information

Chapter 3 Fundamental Concepts in Video. 3.1 Types of Video Signals 3.2 Analog Video 3.3 Digital Video

Chapter 3 Fundamental Concepts in Video. 3.1 Types of Video Signals 3.2 Analog Video 3.3 Digital Video Chapter 3 Fundamental Concepts in Video 3.1 Types of Video Signals 3.2 Analog Video 3.3 Digital Video 1 3.1 TYPES OF VIDEO SIGNALS 2 Types of Video Signals Video standards for managing analog output: A.

More information

Television brian egan isnm 2004

Television brian egan isnm 2004 Introduction Mechanical early developments. Electrical how it works. Digital advantages over analogue. brian egan isnm Mechanical television First televisions were mechanical based on revolving disc, first

More information

VIDEO Muhammad AminulAkbar

VIDEO Muhammad AminulAkbar VIDEO Muhammad Aminul Akbar Analog Video Analog Video Up until last decade, most TV programs were sent and received as an analog signal Progressive scanning traces through a complete picture (a frame)

More information

VIDEO 101 LCD MONITOR OVERVIEW

VIDEO 101 LCD MONITOR OVERVIEW VIDEO 101 LCD MONITOR OVERVIEW This provides an overview of the monitor nomenclature and specifications as they relate to TRU-Vu industrial monitors. This is an ever changing industry and as such all specifications

More information

Lecture 14: Computer Peripherals

Lecture 14: Computer Peripherals Lecture 14: Computer Peripherals The last homework and lab for the course will involve using programmable logic to make interesting things happen on a computer monitor should be even more fun than the

More information

Projection Displays Second Edition

Projection Displays Second Edition Projection Displays Second Edition by Matthew S. Brennesholtz Insight Media, USA Edward H. Stupp Stupp Associates, USA WILEY A John Wiley and Sons, Ltd, Publication Contents Foreword Preface to the Second

More information

D-ILA PROJECTOR DLA-G15 DLA-S15

D-ILA PROJECTOR DLA-G15 DLA-S15 D-ILA PROJECTOR Outstanding Projection Im Breakthrough D-ILA projector offers high-contrast 350:1, 1500 ANSI lumen brightness and S-XGA resolution Large-size projection images with all the sharpness and

More information

RECOMMENDATION ITU-R BT.1201 * Extremely high resolution imagery

RECOMMENDATION ITU-R BT.1201 * Extremely high resolution imagery Rec. ITU-R BT.1201 1 RECOMMENDATION ITU-R BT.1201 * Extremely high resolution imagery (Question ITU-R 226/11) (1995) The ITU Radiocommunication Assembly, considering a) that extremely high resolution imagery

More information

PMCL300 Series TFT LCD Monitor 17-INCH, 19-INCH, OR 19-INCH WIDE, WITH MULTIMODE FUNCTIONALITY

PMCL300 Series TFT LCD Monitor 17-INCH, 19-INCH, OR 19-INCH WIDE, WITH MULTIMODE FUNCTIONALITY PRODUCT SPECIFICATION viewing solutions PMCL300 Series TFT LCD Monitor 17-INCH, 19-INCH, OR 19-INCH WIDE, WITH MULTIMODE FUNCTIONALITY Product Features Space-Saving, Flat Panel Design Picture-Frame-Style

More information

IMS B007 A transputer based graphics board

IMS B007 A transputer based graphics board IMS B007 A transputer based graphics board INMOS Technical Note 12 Ray McConnell April 1987 72-TCH-012-01 You may not: 1. Modify the Materials or use them for any commercial purpose, or any public display,

More information

Television History. Date / Place E. Nemer - 1

Television History. Date / Place E. Nemer - 1 Television History Television to see from a distance Earlier Selenium photosensitive cells were used for converting light from pictures into electrical signals Real breakthrough invention of CRT AT&T Bell

More information

Dan Schuster Arusha Technical College March 4, 2010

Dan Schuster Arusha Technical College March 4, 2010 Television Theory Of Operation Dan Schuster Arusha Technical College March 4, 2010 My TV Background 34 years in Automation and Image Electronics MS in Electrical and Computer Engineering Designed Television

More information

MULTIMEDIA TECHNOLOGIES

MULTIMEDIA TECHNOLOGIES MULTIMEDIA TECHNOLOGIES LECTURE 08 VIDEO IMRAN IHSAN ASSISTANT PROFESSOR VIDEO Video streams are made up of a series of still images (frames) played one after another at high speed This fools the eye into

More information

1. General Description

1. General Description LP2X05 Product Specification. General Description The LP2X05 is a Color Active Matrix with an integral Cold Cathode Fluorescent Lamp(CCFL) backlight system. The matrix employs asi Thin Film Transistor

More information

Spatial Light Modulators

Spatial Light Modulators Spatial Light Modulators XY Series - Complete, all-in-one system Spatial Light Modulators A spatial light modulator (SLM) is an electrically programmable device that modulates light according to a fixed

More information

Reviewing Single and Multiple Viewer Stereo with DLP Projectors

Reviewing Single and Multiple Viewer Stereo with DLP Projectors Reviewing Single and Multiple Viewer Stereo with DLP Projectors Ian McDowall * & Mark Bolas ** Abstract DLP (Digital Light Processing) is in the process of dramatically changing the performance expectations

More information

Selected Technical and Perceptual Aspects of Virtual Reality Displays

Selected Technical and Perceptual Aspects of Virtual Reality Displays Max Planck Institut für biologische Kybernetik Max Planck Institute for Biological Cybernetics Technical Report No. 154. Selected Technical and Perceptual Aspects of Virtual Reality Displays Bernhard E.

More information