High Definition Display System Based on Digital Micromirror Device

Size: px
Start display at page:

Download "High Definition Display System Based on Digital Micromirror Device"

Transcription

1 High Definition Display System Based on Digital Micromirror Device Robert J. Gove, Vishal Markandey, Stephen W. Marshall, Donald B. Doherty, Gary Sextro, Mary DuVal Digital Imaging, Texas Instruments Inc. Dallas, Texas This paper describes a high definition display system based on the Digital Micromirror Device (DMD), a spatial light modulator developed at Texas Instruments. The system was designed to provide a rapid prototyping environment for the development and evaluation of system technology for DMD based high definition displays. The system design was based on the Scan-Line Video Processor (SVP), a programmable video processor developed at Texas Instruments. A multiple SVP parallel processing architecture was designed to handle the computational requirements of high definition video processing algorithms. Algorithms that were developed and implemented on this system include progressive scan conversion, scaling, degamma, picture controls, and image bit plane modulation for digital display. 1. Introduction The DMD is a new kind of semiconductor technology that combines electronic, mechanical, and optical functionality to create an all digital display. This technology has demonstrated the potential to provide a compelling alternative to competing technologies such as CRTs and LCDs, in applications including standard television displays, computer monitors, motion pictures, and high definition displays. Several display systems based on this technology have been developed and successfully demonstrated, including a high definition display system. Publications from Texas Instruments provide details of DMD semiconductor technology [3][7], as well as display system development [2][5][8]. The high definition display system was designed as a flexible prototype that provides an effective platform to develop and evaluate video processing algorithms, as well as to judge the impact of DMD technology in the display of high definition video. Figure 1 shows a functional block diagram of the system. Three DMDs (R/G/B) of resolution 2048x1152 pixels per DMD are used. Figure 1 Figure 1 shows a functional block diagram of the high- definition display system prototype utilizing Texas Instruments' innovative DMD technology

2 The number of pixels actually used for display varies depending on the source format. Table 1 provides a listing of display resolutions used for various video formats. The system is capable of displaying data derived from the following formats: SMPTE 240 & 260, NTSC, PAL, SECAM, Wide Video formats, and VGA. Table 1 provides a listing of display resolutions used for various video formats In Table 1, the column entitled "Source Line Resolution" shows the number of active lines of video obtained from the source for each format. This data is modified in our system to create the sizes listed in the column titled "DMD Display Resolution". Typically, this modification involves A/D conversion at appropriate rates to achieve the number of pixels per line needed, and vertical interpolation in the signal processing part of the system to obtain the needed number of data lines. While the SMPTE signals are input as Y/Pr/Pb data, the other signals can be Composite, S-Video, or RGB. These signals are decoded if necessary in the front end video interface. The analog signals are digitized and subjected to signal processing operations such as motion adaptive progressive scan conversion, scaling, color space conversion, and degamma (degamma is required because unlike CRTs, DMDs are linear displays with no inherent gamma characteristics). The formatter translates the R/G/B data into bit plane level data which is then used to drive the DMD display using a Pulse Width Modulation (PWM) technique. A control computer to used to download algorithm code into the SVPs, specific color space conversion matrices and look up tables (LUTs), and user specified picture control parameters. 2. System Architecture The digital signal processing required for the functions mentioned above is performed using a parallel processing architecture based on the Scan-Line Video Processor (SVP), a programmable video processor developed at Texas Instruments [9]. The core of the SVP is a one dimensional array of one-bit processing elements (PEs) which form a SIMD architecture. Each PE corresponds to one pixel on a line of video data. Current SVPs support 960 pixels per processor. An SVP has a 40 bit wide data input register (DIR), and 24 bit wide data output register (DOR). Data input by the DIR, computation by the PEs, and data output by the DORs are concurrent operations, each having independent clocks. The data rates of the DIR and DOR are both 33MHz. Current SVPs were originally designed for standard television, and can run into certain limitations when required to handle high definition data. Examples of such limitations are data I/O rate requirements,

3 data processing rate requirements, and the maximum number of pixels per video line. SMPTE 240 data with square pixel format is input at 71.1 MHz. This data rate is significantly higher than the 33MHz that the SVP DIR and DOR can handle. Also, Table 1 shows that there are more pixels per line for all the source formats, than one SVP can handle. To overcome these limitations, a multiple SVP based parallel processing system architecture was designed. In this architecture, a video line is partitioned into four blocks as shown in Figure 2. Figure 2 represents the multiple SVP based parallel processing architecture, which overcomes the limitations of single SVP architecture For the case of SMPTE 240 input, each partition contains 480 pixels with a block to block overlap of 20 pixels. The overlap is provided to accommodate horizontal filtering operations. These blocks of pixels are sent to individual SVPs configured in parallel. By doing this, each SVP has to process only 480 pixels per line which is well within its capability. Also, the data rate input into each SVP is now 71.1/4=17.775MHz. This data rate is within the capability of the SVP DIR and DOR. Each of the four branches of the parallel SVP configuration contains 9 SVPs, leading to a total of 36 SVPs in the system. The 9 SVPs per branch execute the various signal processing algorithms mentioned above. Figure 3 shows a block diagram of the parallel processing architecture as it is used for SMPTE 240 square pixel data. The analog signals are digitized and sent to the line slicer, where each video line is divided into four separate channels. Parallel Processing Architecture as it is Used for SMPTE 240 Square Pixel Data Figure 4 shows a diagram of the line slicer. It consists of an input multiplexer (not shown), slow down logic, and multiple first in-first out (FIFO) buffer memories. The multiplexer is used to select between data provided by the A/Ds or direct digital input as from SMPTE 260 format sources. This data is passed to slow down logic which compensates for differences in speed between the A/Ds and FIFOs. Four sets of FIFOs

4 are used, each corresponding to one branch of the system's parallel processing architecture. Figure 4 shows a diagram of the line slicer. It consists of an input multiplexer (not shown), slow down logic, and multiple first in-first-out (FIFO) buffer memories. Each set contains two FIFOs, for even and odd pixels. The slow down logic makes either the odd or even pixel input data (fs) available to the corresponding FIFOs at fs/2.. The outputs of the four FIFO sets then drives the corresponding signal processing channel. 3. Video Signal Processing The signal processing portion of the system performs interlace to progressive scan conversion, scaling, picture control operations, color space conversion, and degamma LUT operations. SVPs are used to perform most of these operations except for color space conversion and degamma. The system architecture was designed to be a flexible testbed that would allow the development and evaluation of various signal processing algorithms. The programmable nature of SVPs, color space coefficients, and degamma LUTs enables the system functionality to be changed by simply downloading new software. This allows for the evaluation of various architecture options and their associated tradeoffs. As can be seen from Figures 1 and 3, Color Space Conversion and Degamma LUT operations can be performed on the data either before or after it is subjected to the SVP signal processing operations. This enables the system to accept input data in either YC or RGB form and to have various signal processing modes such as those outlined in Figure 5. Further flexibility is provided for the cases where Progressive Scan Conversion and Scaling are performed on RGB data. In these cases, degamma operation can be performed either before or after the processing for Progressive Scan Conversion and Scaling. Color space conversion matrix coefficients corresponding to various data types such as NTSC, PAL, SECAM, SMPTE 240 or SMPTE 260 can be downloaded to the "Color Space Conversion" block from the control computer. Similarly, degamma LUTs corresponding to conventional power curve or SMPTE gamma curve can be downloaded to the "Degamma" block. 3.1 Progressive Scan Conversion DMD displays are progressive, i.e. complete frames are shown, rather than individual fields as in interlace displays. Many of the video data formats are interlace and this data

5 has to be converted to progressive form for display on the DMD. This is achieved by interlace to progressive scan conversion. Progressive scan conversion is the process of creating new scan lines between existing lines, which provides double the vertical sampling rate of interlaced scanning. Typical progressive scan algorithms [1][4][6] compute the missing field lines by means of a motion adaptive weighted combination of inter and intra-field data. Motion detection is a critical step because failure to detect motion can result in the use of inter-field data in moving parts of the video, where it can cause the appearance of "tearing" artifacts. On the other hand, oversensitive motion detection can cause the motion detector to be triggered by noise, resulting in intra-field data in still parts of the picture. This can lead to noticeable loss of resolution in the video. Thus, there is a need to balance the algorithm's motion sensitivity with the ability to provide good resolution. We have developed motion detection techniques that explicitly addresses this issue and provides good picture quality in both moving and still picture areas. Several progressive scan conversion algorithms were designed and tested on this system. The following discussion addresses one of these algorithms: Figure 6 shows a block diagram representing the progressive scan algorithm A block diagram representing the progressive scan algorithm is shown in Figure 6. Motion detection is performed by taking frame differences as shown in Figure 7, where f0,...,f3 represent individual fields of data. For each field, the solid lines represent the video data that is available from the source.

6 Motion detection is performed by taking frame differences as shown in Figure 7 The dashed line represents the location (X) where the progressive scan algorithm creates new as follows: The absolute difference A-B is computed and subjected to non-linear operation NL1 (Figure 8) which performs thresholding to eliminate small difference signal values due to noise. Non-Linear Operation NL1 Figure 8 shows a diagram representing non-linear operation NL1 which performs thresholding to eliminate small difference signal va lues due to noise It also reduces the resolution of the difference signal to 4 bits. This signal is then subjected to temporal filtering. Referring to Figure 6, the temporal filter computes the maximum of motion signals from (A-B,C-D,E-F) and assigns this as the current motion signal value. This signal is then subjected to vertical and horizontal low pass filtering. The filtering operations are useful for spreading out the motion signal spatially and temporally. This spreading is particularly important along moving edge boundaries, where conservative motion detection can lead to "tearing" artifacts in the video. However, when noise is present in the motion signal, errors or false detections can be spread to surrounding pixels via the filtering process. This spatial propagation of errors is particularly offensive for highly detailed still scenes, where false detections can lead to a perceived lack of resolution due to the use of intra-field components in the interpolation process. The use of thresholding limits the spatial propagation of errors in the motion

7 signal, thus providing more reliable motion detection for both still and moving scenes. After filtering and non-linear operations, the motion signal is normalized to values ranging between 0 and 1. This normalized signal is then used as a weighting factor for the inter and intra-field components in the interpolation process to produce the output Y' as shown in Figure 6. While this example of progressive scan conversion was shown for luminance data (Y), it is also relevant to RGB data, where the same processing is performed on each of the R/G/B components. In the case of YC data, the chroma component can be converted to progressive scan rate by line double, line average, or the motion adaptive processing described above. 3.2 Scaling Scaling is the process of changing displayed image resolution (number of active lines per frame and number of active pixels per line). Video scaling functionality has been provided in our system for two reasons: 1. Maximization of the number of active DMD pixels to obtain bright, high resolution display, 2. Recent offerings of 16:9 TVs provide several display modes corresponding to various scale factors, such as "Panorama Mode", "Movie Mode", "Wide Mode" etc. Various display modes are provided as user options to fill the complete 16:9 screen with video material, such as letterbox movies on laser disk. The lack of standard specifications for letterbox leads to a wide variation in the size of active areas in letterbox movies. Attempts are generally made to cover this variety of letterbox sizes by providing several scale factors representative of typical letterbox sizes. Scaling Algorithm Based on Bilinear Interpolation for 2:3 Scaling Figure 9 shows the scaling algorithm based on Bilinear interpolation for 2:3 scaling Algorithms have been designed and implemented for the following scale factors: 3:4, 5:6, 2:3, 9:10, and 1:2. Two sets of scaling algorithms were designed, based on Bilinear and Cubic interpolation. Examples of these algorithms for 2:3 scaling are provided in Figure 9 and Figure 10 respectively.

8 Scaling Algorithm Based on Cubic Interpolation for 2:3 Scaling Figure 10 shows the scaling algorithm based on Cubic interpolation for 2:3 scaling The equations for computing the output lines 1,2,3 for cubic interpolation are: Line 1 = A B C D Line 2 = B C D E Line 3 = C D E (Beginning of next set) 3.3 Picture Controls and Degamma The following picture controls are provided: Hue, Saturation, Sharpness, Brightness, and Contrast. Each control function has 256 adjustment levels. The control settings can be downloaded through the computer interface while the projector is in operation. Degamma LUTs are also programmable through the computer interface. A choice in degamma LUTs is provided for various input formats. The degamma LUTs are based on the following characteristics:

9 After the video signal has been subjected to progressive scan conversion, scaling, picture controls, and degamma operations, it is sent to the formatter. 4. Data Formatting and Display The formatter transforms the data into a format specific to DMD display. A line segment mapper is used to combine the data from the four parallel signal processing channels. These signals contain some overlap due to the requirements of horizontal filtering operations. The line segment mapper removes this overlap. The data is also modified to accommodate the DMD size. The number of active pixels per horizontal line can vary depending on the signal format, as shown in Table 1. This data is padded with zeros to extend the horizontal line size to the DMD line size (2048 pixels). This data is then split into individual bit planes, inverted or mirrored if required (special display features), and sent to the DMD. The DMD is a digital device with ON and OFF states. Various intensities required to display natural video are created by controlling the amount of ON versus OFF time of individual DMD elements using a Pulse Width Modulation (PWM) technique. Figure 11 provides an explanation of the PWM technique using a 4 bit example for simplicity.

10 PWM Technique using a 4-bit Example for Simplicity Figure 11 provides an explanation of the PWM technique using a 4-bit example for simplicity The total frame time (1/60 sec) is divided into individual bit times, where the time allocated to each bit is proportional to the binary weight of that bit. Thus, the MSB is allocated half of the frame time (1/120 sec), MSB-1 is allocated half the time of MSB, MSB-2 is allocated half the time of MSB-1 and so on. A given gray scale is displayed at a specific pixel by moving the DMD element corresponding to that pixel to the ON position for the bits that are ' 1 ' for that gray scale's binary representation, and turning the DMD element to OFF position for the bits that are '0' for that gray scale's binary representation. For example, a 4 bit representation of number 10 is Its gray scale is created at a specific pixel location by turning the DMD element ON for the time periods corresponding to the MSB and MSB-2 and turning them OFF for the time periods corresponding to the MSB-1 and MSB-3 (LSB) time period. The observer's visual system integrates the binary data to perceive gray scale intensity corresponding to number 10. PWM displays can cause annoying visual artifacts if the PWM is implemented without consideration for human perception. Visual perception of intensities is based on integration of incident energy for a finite time period. Imbalances in energy during this integration period can result in scene content (such as object motion or intensity changes), or viewer eye motion. For example, consider again the 4 bit example in Figure 11. Object motion, intensity changes, or image noise can alter a specific grey scale level from a value of 8 to a value of 7. For the coding pattern shown in Figure 10, 8 has binary representation of 1000 and 7 has binary representation of The transition energy of an 8 to 7 transition is much higher than the steady state energy associated with either 8 or 7. This causes a "flash" to be perceived at the transition. Artifacts also occur if the eye's integration is interrupted due to eye motion (e.g. blinking, darting of eyes to look at different parts of the scene, normal head movements). These artifacts are corrected by coding the bits to minimize perceptual energy imbalances [2].

11 Summary The DMD based high definition display system described above has been built and is operational. The programmable nature of the system architecture has allowed the development and evaluation of video processing algorithms and system technology tradeoffs for high definition as well as standard definition displays. Current work is focusing on MPEG-based digital video. References 1. T. Doyle, and M. Looymans, "Progressive Scan Conversion Using Edge Informtaion," Signal Processing of HDTV II, Proceedings of the Third International Workshop on HDTV, August R.J. Gove, "DMD Display Systems: The Impact of an All-Digital Display," Society for Information Display International Symposium, june L.J. Hornbeck, INVITED PAPER "Current Status of the Digital Micromirror Device (DMD) for Projection Telelvision Applications," International Electron Devices Technical Digest, p , V. Markandey et al., "Motion Adaptive Deinterlacer for DMD (Digital Micromirror Device) Based Digital Television," IEEE Transactions on Consumer Electronics, Vol. 40, No. 3, August J.B. Sampsell, "The Digital Micromirror Device and Its Applications to Projection Displays," Society for Information Display International Symposium, May K. Sato et al., "Adaptive Intra-Field Progressive Scan Converter," ITEC' C. Tew et al. "Electronic Control of a Digital Micromirror Device for Projection Displays," 1994 IEEE Solid-Sate Circuits Digest of Technical Papers, Vol. 37, p J. M. Younse, "Mirrors On A Chip," IEEE Spectrum, November M. Yugami et al., "EDTV With Scan-Line Video Processor," IEEE Transactions on Consumer Electronics, Vol. 38, No. 3, August 1992.

Pulse width modulation control in DLP TM projectors

Pulse width modulation control in DLP TM projectors Pulse width modulation control in DLP TM projectors Abstract: Digital Light Processing (DLP) display systems are based upon the Digital Micromirror Device (DMD ), a spatial light modulator developed by

More information

Prepared by: Paul Lee ON Semiconductor http://onsemi.com

Prepared by: Paul Lee ON Semiconductor http://onsemi.com Introduction to Analog Video Prepared by: Paul Lee ON Semiconductor APPLICATION NOTE Introduction Eventually all video signals being broadcasted or transmitted will be digital, but until then analog video

More information

RECOMMENDATION ITU-R BO.786 *

RECOMMENDATION ITU-R BO.786 * Rec. ITU-R BO.786 RECOMMENDATION ITU-R BO.786 * MUSE ** system for HDTV broadcasting-satellite services (Question ITU-R /) (992) The ITU Radiocommunication Assembly, considering a) that the MUSE system

More information

. ImagePRO. ImagePRO-SDI. ImagePRO-HD. ImagePRO TM. Multi-format image processor line

. ImagePRO. ImagePRO-SDI. ImagePRO-HD. ImagePRO TM. Multi-format image processor line ImagePRO TM. ImagePRO. ImagePRO-SDI. ImagePRO-HD The Folsom ImagePRO TM is a powerful all-in-one signal processor that accepts a wide range of video input signals and process them into a number of different

More information

Calibration Best Practices

Calibration Best Practices Calibration Best Practices for Manufacturers SpectraCal, Inc. 17544 Midvale Avenue N., Suite 100 Shoreline, WA 98133 (206) 420-7514 info@spectracal.com http://studio.spectracal.com Calibration Best Practices

More information

Composite Video Separation Techniques

Composite Video Separation Techniques TM Composite Video Separation Techniques Application Note October 1996 AN9644 Author: Stephen G. LaJeunesse Introduction The most fundamental job of a video decoder is to separate the color from the black

More information

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION Introduction The outputs from sensors and communications receivers are analogue signals that have continuously varying amplitudes. In many systems

More information

MONOCHROME RGB YCbCr VIDEO DIGITIZER

MONOCHROME RGB YCbCr VIDEO DIGITIZER Active Silicon SNAPPER-PMC-8/24 MONOCHROME RGB YCbCr VIDEO DIGITIZER High quality analogue video acquisition board with square pixel sampling for CCIR, EIA (RS-170) standards, and nonstandard video formats.

More information

SDI TO HD-SDI HDTV UP-CONVERTER BC-D2300U. 1080i/720p HDTV Up-Converter with built-in Audio/Video processor

SDI TO HD-SDI HDTV UP-CONVERTER BC-D2300U. 1080i/720p HDTV Up-Converter with built-in Audio/Video processor R SDI TO HD-SDI HDTV UP-CONVERTER BC-D2300U 1080i/720p HDTV Up-Converter with built-in Audio/Video processor High-Technology, Low-Cost Solution for DTV Broadcasting from JVC s Newly Introduced BC-D2300U

More information

III. MEMS Projection Helvetica 20 Displays

III. MEMS Projection Helvetica 20 Displays Helvetica 26 Helvetica 22 III. MEMS Projection Displays Micro Mirror Projection - Texas Instruments DMD - Daewoo Elec. AMA Grating Light Valve - Silicon Light Machines Image Projection Color Synthesis

More information

Technical Paper DISPLAY PROFILING SOLUTIONS

Technical Paper DISPLAY PROFILING SOLUTIONS Technical Paper DISPLAY PROFILING SOLUTIONS A REPORT ON 3D LUT CREATION By Joel Barsotti and Tom Schulte A number of display profiling solutions have been developed to correct image rendering errors in

More information

Video-Conferencing System

Video-Conferencing System Video-Conferencing System Evan Broder and C. Christoher Post Introductory Digital Systems Laboratory November 2, 2007 Abstract The goal of this project is to create a video/audio conferencing system. Video

More information

Temporal Sampling and Interpolation

Temporal Sampling and Interpolation Temporal Sampling and Interpolation Billy Biggs 30 May 2003 http://scanline.ca/deinterlacing/ Temporal Sampling and Interpolation - 30 May 2003 1 Software tvtime: A realtime video deinterlacer. http://tvtime.sourceforge.net/

More information

ISSCC 2003 / SESSION 9 / TD: DIGITAL ARCHITECTURE AND SYSTEMS / PAPER 9.3

ISSCC 2003 / SESSION 9 / TD: DIGITAL ARCHITECTURE AND SYSTEMS / PAPER 9.3 ISSCC 2003 / SESSION 9 / TD: DIGITAL ARCHITECTURE AND SYSTEMS / PAPER 9.3 9.3 Ultra-High Resolution Image Capturing and Processing for Digital Cinematography Albert Theuwissen 1, John Coghill, Lucian Ion,

More information

Personal Identity Verification (PIV) IMAGE QUALITY SPECIFICATIONS FOR SINGLE FINGER CAPTURE DEVICES

Personal Identity Verification (PIV) IMAGE QUALITY SPECIFICATIONS FOR SINGLE FINGER CAPTURE DEVICES Personal Identity Verification (PIV) IMAGE QUALITY SPECIFICATIONS FOR SINGLE FINGER CAPTURE DEVICES 1.0 SCOPE AND PURPOSE These specifications apply to fingerprint capture devices which scan and capture

More information

Implementation of Canny Edge Detector of color images on CELL/B.E. Architecture.

Implementation of Canny Edge Detector of color images on CELL/B.E. Architecture. Implementation of Canny Edge Detector of color images on CELL/B.E. Architecture. Chirag Gupta,Sumod Mohan K cgupta@clemson.edu, sumodm@clemson.edu Abstract In this project we propose a method to improve

More information

Overview. Raster Graphics and Color. Overview. Display Hardware. Liquid Crystal Display (LCD) Cathode Ray Tube (CRT)

Overview. Raster Graphics and Color. Overview. Display Hardware. Liquid Crystal Display (LCD) Cathode Ray Tube (CRT) Raster Graphics and Color Greg Humphreys CS445: Intro Graphics University of Virginia, Fall 2004 Color models Color models Display Hardware Video display devices Cathode Ray Tube (CRT) Liquid Crystal Display

More information

Chapter 5 Fundamental Concepts in Video

Chapter 5 Fundamental Concepts in Video Chapter 5 Fundamental Concepts in Video 5.1 Types of Video Signals 5.2 Analog Video 5.3 Digital Video 5.4 Further Exploration 1 Li & Drew c Prentice Hall 2003 5.1 Types of Video Signals Component video

More information

White paper. CCD and CMOS sensor technology Technical white paper

White paper. CCD and CMOS sensor technology Technical white paper White paper CCD and CMOS sensor technology Technical white paper Table of contents 1. Introduction to image sensors 3 2. CCD technology 4 3. CMOS technology 5 4. HDTV and megapixel sensors 6 5. Main differences

More information

AUDIO. 1. An audio signal is an representation of a sound. a. Acoustical b. Environmental c. Aesthetic d. Electrical

AUDIO. 1. An audio signal is an representation of a sound. a. Acoustical b. Environmental c. Aesthetic d. Electrical Essentials of the AV Industry Pretest Not sure if you need to take Essentials? Do you think you know the basics of Audio Visual? Take this quick assessment test on Audio, Visual, and Systems to find out!

More information

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia sjafari@ut.ee

More information

Lecture 16: A Camera s Image Processing Pipeline Part 1. Kayvon Fatahalian CMU 15-869: Graphics and Imaging Architectures (Fall 2011)

Lecture 16: A Camera s Image Processing Pipeline Part 1. Kayvon Fatahalian CMU 15-869: Graphics and Imaging Architectures (Fall 2011) Lecture 16: A Camera s Image Processing Pipeline Part 1 Kayvon Fatahalian CMU 15-869: Graphics and Imaging Architectures (Fall 2011) Today (actually all week) Operations that take photons to an image Processing

More information

How To Use A High Definition Oscilloscope

How To Use A High Definition Oscilloscope PRELIMINARY High Definition Oscilloscopes HDO4000 and HDO6000 Key Features 12-bit ADC resolution, up to 15-bit with enhanced resolution 200 MHz, 350 MHz, 500 MHz, 1 GHz bandwidths Long Memory up to 250

More information

High Definition (HD) Image Formats for Television Production

High Definition (HD) Image Formats for Television Production EBU TECH 3299 High Definition (HD) Image Formats for Television Production Status: Specification Geneva January 2010 1 Page intentionally left blank. This document is paginated for two sided printing Tech

More information

Optimized Design for MEMS Based Automotive Laser Pico Projectors

Optimized Design for MEMS Based Automotive Laser Pico Projectors Optimized Design for MEMS Based Automotive Laser Pico Projectors By Mike Roberts, Executive Business Manager, and Walter Chen, Senior Principal Member of Technical Staff, Maxim Integrated Introduction

More information

Dynamic IR Scene Projector Based Upon the Digital Micromirror Device

Dynamic IR Scene Projector Based Upon the Digital Micromirror Device Dynamic IR Scene Projector Based Upon the Digital Micromirror Device D. Brett Beasley, Matt Bender, Jay Crosby, Tim Messer, and Daniel A. Saylor Optical Sciences Corporation www.opticalsciences.com P.O.

More information

A Survey of Video Processing with Field Programmable Gate Arrays (FGPA)

A Survey of Video Processing with Field Programmable Gate Arrays (FGPA) A Survey of Video Processing with Field Programmable Gate Arrays (FGPA) Heather Garnell Abstract This paper is a high-level, survey of recent developments in the area of video processing using reconfigurable

More information

APPLICATION NOTES: Dimming InGaN LED

APPLICATION NOTES: Dimming InGaN LED APPLICATION NOTES: Dimming InGaN LED Introduction: Indium gallium nitride (InGaN, In x Ga 1-x N) is a semiconductor material made of a mixture of gallium nitride (GaN) and indium nitride (InN). Indium

More information

Installation and Operation Manual Blackmagic Converters. Mac OS X Windows

Installation and Operation Manual Blackmagic Converters. Mac OS X Windows Installation and Operation Manual Blackmagic Converters Mac OS X Windows July 2015 2 Welcome Thank you for purchasing Blackmagic Converters for your production needs. Blackmagic Mini Converters, Mini Converter

More information

Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object

More information

Scanners and How to Use Them

Scanners and How to Use Them Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction A scanner is a device that converts images to a digital file you can use with your computer. There are many different types

More information

Lesson 10: Video-Out Interface

Lesson 10: Video-Out Interface Lesson 10: Video-Out Interface 1. Introduction The Altera University Program provides a number of hardware controllers, called cores, to control the Video Graphics Array (VGA) Digital-to-Analog Converter

More information

LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS

LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS March 2010 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com

More information

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging Physics of Medical X-Ray Imaging (1) Chapter 3 CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY 3.1 Basic Concepts of Digital Imaging Unlike conventional radiography that generates images on film through

More information

NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter

NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter Description: The NTE2053 is a CMOS 8 bit successive approximation Analog to Digital converter in a 20 Lead DIP type package which uses a differential

More information

Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors

Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors Rudolph J. Guttosch Foveon, Inc. Santa Clara, CA Abstract The reproduction

More information

A System for Capturing High Resolution Images

A System for Capturing High Resolution Images A System for Capturing High Resolution Images G.Voyatzis, G.Angelopoulos, A.Bors and I.Pitas Department of Informatics University of Thessaloniki BOX 451, 54006 Thessaloniki GREECE e-mail: pitas@zeus.csd.auth.gr

More information

Installation and Operation Manual Blackmagic Converters. Mac OS X Windows

Installation and Operation Manual Blackmagic Converters. Mac OS X Windows Installation and Operation Manual Blackmagic Converters Mac OS X Windows October 2014 Welcome Thank you for purchasing Blackmagic Converters for your production needs. Blackmagic Mini Converters, Mini

More information

Introduction to graphics and LCD technologies. NXP Product Line Microcontrollers Business Line Standard ICs

Introduction to graphics and LCD technologies. NXP Product Line Microcontrollers Business Line Standard ICs Introduction to graphics and LCD technologies NXP Product Line Microcontrollers Business Line Standard ICs Agenda Passive and active LCD technologies How LCDs work, STN and TFT differences How data is

More information

System-Level Display Power Reduction Technologies for Portable Computing and Communications Devices

System-Level Display Power Reduction Technologies for Portable Computing and Communications Devices System-Level Display Power Reduction Technologies for Portable Computing and Communications Devices Achintya K. Bhowmik and Robert J. Brennan Intel Corporation 2200 Mission College Blvd. Santa Clara, CA

More information

LIST OF CONTENTS CHAPTER CONTENT PAGE DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT ABSTRAK

LIST OF CONTENTS CHAPTER CONTENT PAGE DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT ABSTRAK vii LIST OF CONTENTS CHAPTER CONTENT PAGE DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT ABSTRAK LIST OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF NOTATIONS LIST OF ABBREVIATIONS LIST OF APPENDICES

More information

Instruction Guide. Professional VGA to NTSC/PAL TV Converter with Remote VGA2NTSCPRO. The Professionals Source For Hard-to-Find Computer Parts

Instruction Guide. Professional VGA to NTSC/PAL TV Converter with Remote VGA2NTSCPRO. The Professionals Source For Hard-to-Find Computer Parts VIDEO CONVERTER Professional VGA to NTSC/PAL TV Converter with Remote VGA2NTSCPRO Instruction Guide * Actual product may vary from photo Revised: February 4, 2003 The Professionals Source For Hard-to-Find

More information

Explorer HDTV Setup Wizard User s Guide

Explorer HDTV Setup Wizard User s Guide Explorer HDTV Setup Wizard User s Guide In This Guide Introducing the Setup Wizard... 2 Picture Formats... 3 Setting Up Your HDTV With the Setup Wizard... 7 Easy Setup Instructions... 11 Advanced Setup

More information

Note monitors controlled by analog signals CRT monitors are controlled by analog voltage. i. e. the level of analog signal delivered through the

Note monitors controlled by analog signals CRT monitors are controlled by analog voltage. i. e. the level of analog signal delivered through the DVI Interface The outline: The reasons for digital interface of a monitor the transfer from VGA to DVI. DVI v. analog interface. The principles of LCD control through DVI interface. The link between DVI

More information

CONFOCAL LASER SCANNING MICROSCOPY TUTORIAL

CONFOCAL LASER SCANNING MICROSCOPY TUTORIAL CONFOCAL LASER SCANNING MICROSCOPY TUTORIAL Robert Bagnell 2006 This tutorial covers the following CLSM topics: 1) What is the optical principal behind CLSM? 2) What is the spatial resolution in X, Y,

More information

MICROPROCESSOR AND MICROCOMPUTER BASICS

MICROPROCESSOR AND MICROCOMPUTER BASICS Introduction MICROPROCESSOR AND MICROCOMPUTER BASICS At present there are many types and sizes of computers available. These computers are designed and constructed based on digital and Integrated Circuit

More information

Using the HP DreamColor LP2480zx Display and AJA Mini-Converters for Professional Video Applications

Using the HP DreamColor LP2480zx Display and AJA Mini-Converters for Professional Video Applications Using the HP DreamColor LP2480zx Display and AJA Mini-Converters for Professional Video Applications Introduction While the original target market for the HP DreamColor LP2480zx Professional Display was

More information

Video Matrix Switches and Bandwidth

Video Matrix Switches and Bandwidth Video Matrix Switches and Bandwidth TABLE OF CONTENTS What is a Video Matrix Switch?...3 Bandwidth in Video Matrix Switches...4 Bandwidth Variations in Video Systems...4 Measuring Video Matrix Switch Bandwidth...4

More information

Applications of algorithms for image processing using programmable logic

Applications of algorithms for image processing using programmable logic Applications of algorithms for image processing using programmable logic Presented by: Nikolay Nenov, M. Sc. Ph. D. Student at the Technical University of Sofia E-mail: nenov@mail.bg Research director:

More information

External TV Tuner TV Tuner for LCD Monitors with Remote

External TV Tuner TV Tuner for LCD Monitors with Remote External TV Tuner TV Tuner for LCD Monitors with Remote COMP2VGATV2 Actual product may vary from photo FCC Compliance Statement This equipment has been tested and found to comply with the limits for a

More information

Lecture Notes, CEng 477

Lecture Notes, CEng 477 Computer Graphics Hardware and Software Lecture Notes, CEng 477 What is Computer Graphics? Different things in different contexts: pictures, scenes that are generated by a computer. tools used to make

More information

Dolby Vision for the Home

Dolby Vision for the Home Dolby Vision for the Home 1 WHAT IS DOLBY VISION? Dolby Vision transforms the way you experience movies, TV shows, and games with incredible brightness, contrast, and color that bring entertainment to

More information

CTX1910_Vx.1.1 TV-Tuner Card

CTX1910_Vx.1.1 TV-Tuner Card Description: The CTX1910 is a low-cost PCI multimedia receiver and capture card for general purpose, Multimedia and Media Center Edition (MCE) PCs. To complete the MCE functionality the CTX1910 includes

More information

Philips HDR technology White paper

Philips HDR technology White paper Philips HDR technology White paper Philips International B.V. Version 1.0 2015-08-21 1. Introduction Current video formats are still based upon the display capabilities of CRT monitors. They cannot capture

More information

Video and Image Processing Design Example

Video and Image Processing Design Example Video and Image Processing Design Example AN-427-10.2 Application Note The Altera Video and Image Processing Design Example demonstrates the following items: A framework for rapid development of video

More information

2011, The McGraw-Hill Companies, Inc. Chapter 5

2011, The McGraw-Hill Companies, Inc. Chapter 5 Chapter 5 5.1 Processor Memory Organization The memory structure for a PLC processor consists of several areas, some of these having specific roles. With rack-based memory structures addresses are derived

More information

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

Comp 410/510. Computer Graphics Spring 2016. Introduction to Graphics Systems Comp 410/510 Computer Graphics Spring 2016 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

B2.53-R3: COMPUTER GRAPHICS. NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions.

B2.53-R3: COMPUTER GRAPHICS. NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. B2.53-R3: COMPUTER GRAPHICS NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the TEAR-OFF ANSWER

More information

Video Signals and Circuits Part 1

Video Signals and Circuits Part 1 Video Signals and Circuits Part 1 Bill Sheets K2MQJ Rudy Graf KA2CWL The transmission of video signals over a carrier wave for broadcasting purposes requires that some format be chosen so as to include

More information

Preliminary Draft May 19th 1992. Video Subsystem

Preliminary Draft May 19th 1992. Video Subsystem Video Subsystem 2 Preliminary Draft May 19th 1992 Video Subsystem Section 1. Introduction....................... 1-1 Video Subsystem.......................... 1-2 Section 2. VGA Function......................

More information

White paper. HDTV (High Definition Television) and video surveillance

White paper. HDTV (High Definition Television) and video surveillance White paper HDTV (High Definition Television) and video surveillance Table of contents Introduction 3 1. HDTV impact on video surveillance market 3 2. Development of HDTV 3 3. How HDTV works 4 4. HDTV

More information

Outline. Quantizing Intensities. Achromatic Light. Optical Illusion. Quantizing Intensities. CS 430/585 Computer Graphics I

Outline. Quantizing Intensities. Achromatic Light. Optical Illusion. Quantizing Intensities. CS 430/585 Computer Graphics I CS 430/585 Computer Graphics I Week 8, Lecture 15 Outline Light Physical Properties of Light and Color Eye Mechanism for Color Systems to Define Light and Color David Breen, William Regli and Maxim Peysakhov

More information

Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ.

Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ. Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ., Raleigh, NC One vital step is to choose a transfer lens matched to your

More information

Digital Video Measurements. A Guide to Standard and High-Definition Digital Video Measurements

Digital Video Measurements. A Guide to Standard and High-Definition Digital Video Measurements Digital Video Measurements A Guide to Standard and High-Definition Digital Video Measurements A Guide to Standard and High-Definition Digital Video Measurements Contents In The Beginning 1 Traditional

More information

ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING

ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING Development of a Software Tool for Performance Evaluation of MIMO OFDM Alamouti using a didactical Approach as a Educational and Research support in Wireless Communications JOSE CORDOVA, REBECA ESTRADA

More information

A Computer Vision System on a Chip: a case study from the automotive domain

A Computer Vision System on a Chip: a case study from the automotive domain A Computer Vision System on a Chip: a case study from the automotive domain Gideon P. Stein Elchanan Rushinek Gaby Hayun Amnon Shashua Mobileye Vision Technologies Ltd. Hebrew University Jerusalem, Israel

More information

*EP001025692B1* EP 1 025 692 B1 (19) (11) EP 1 025 692 B1 (12) EUROPEAN PATENT SPECIFICATION

*EP001025692B1* EP 1 025 692 B1 (19) (11) EP 1 025 692 B1 (12) EUROPEAN PATENT SPECIFICATION (19) Europäisches Patentamt European Patent Office Office européen des brevets *EP002692B1* (11) EP 1 02 692 B1 (12) EUROPEAN PATENT SPECIFICATION (4) Date of publication and mention of the grant of the

More information

Basics of Video: From Simple Analog to HDTV

Basics of Video: From Simple Analog to HDTV Basics of Video: From Simple Analog to HDTV Application Note 1695 Authors: Mike Ogier and Tamara Schmitz Video signals can be divided into two categories; analog and digital. Both use a variety of standards,

More information

2011, The McGraw-Hill Companies, Inc. Chapter 3

2011, The McGraw-Hill Companies, Inc. Chapter 3 Chapter 3 3.1 Decimal System The radix or base of a number system determines the total number of different symbols or digits used by that system. The decimal system has a base of 10 with the digits 0 through

More information

DS1104 R&D Controller Board

DS1104 R&D Controller Board DS1104 R&D Controller Board Cost-effective system for controller development Highlights Single-board system with real-time hardware and comprehensive I/O Cost-effective PCI hardware for use in PCs Application

More information

Designing Custom DVD Menus: Part I By Craig Elliott Hanna Manager, The Authoring House at Disc Makers

Designing Custom DVD Menus: Part I By Craig Elliott Hanna Manager, The Authoring House at Disc Makers Designing Custom DVD Menus: Part I By Craig Elliott Hanna Manager, The Authoring House at Disc Makers DVD authoring software makes it easy to create and design template-based DVD menus. But many of those

More information

A Proposal for OpenEXR Color Management

A Proposal for OpenEXR Color Management A Proposal for OpenEXR Color Management Florian Kainz, Industrial Light & Magic Revision 5, 08/05/2004 Abstract We propose a practical color management scheme for the OpenEXR image file format as used

More information

PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM

PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM Apurva Sinha 1, Mukesh kumar 2, A.K. Jaiswal 3, Rohini Saxena 4 Department of Electronics

More information

This document describes how video signals are created and the conversion between different standards. Four different video signals are discussed:

This document describes how video signals are created and the conversion between different standards. Four different video signals are discussed: A technical briefing by J. S. Technology. Introduction. This document describes how video signals are created and the conversion between different standards. Four different video signals are discussed:

More information

Algorithms for the resizing of binary and grayscale images using a logical transform

Algorithms for the resizing of binary and grayscale images using a logical transform Algorithms for the resizing of binary and grayscale images using a logical transform Ethan E. Danahy* a, Sos S. Agaian b, Karen A. Panetta a a Dept. of Electrical and Computer Eng., Tufts University, 161

More information

3D Input Format Requirements for DLP Projectors using the new DDP4421/DDP4422 System Controller ASIC. Version 1.3, March 2 nd 2012

3D Input Format Requirements for DLP Projectors using the new DDP4421/DDP4422 System Controller ASIC. Version 1.3, March 2 nd 2012 3D Input Format Requirements for DLP Projectors using the new DDP4421/DDP4422 System Controller ASIC Version 1.3, March 2 nd 2012 Overview Texas Instruments will introduce a new DLP system controller ASIC

More information

Technical Article. Markus Luidolt and David Gamperl

Technical Article. Markus Luidolt and David Gamperl Technical How to comply with the Energy Star 6.0 standard for LED TVs: a demonstration of reduced power consumption with improved picture quality Markus Luidolt and David Gamperl How to comply with the

More information

Parameter values for the HDTV standards for production and international programme exchange

Parameter values for the HDTV standards for production and international programme exchange Recommendation ITU-R BT.79-6 (6/215) Parameter values for the HDTV standards for production and international programme exchange BT Series Broadcasting service (television) ii Rec. ITU-R BT.79-6 Foreword

More information

Understanding Video Latency What is video latency and why do we care about it?

Understanding Video Latency What is video latency and why do we care about it? By Pete Eberlein, Sensoray Company, Inc. Understanding Video Latency What is video latency and why do we care about it? When choosing components for a video system, it is important to understand how the

More information

2102642 Computer Vision and Video Electronics

2102642 Computer Vision and Video Electronics What is Video? 2102642 Computer Vision and Video Electronics Chapter 7 Video Signals and Standards Suree Pumrin, Ph.D. 1 Video is a collation of images presented so fast they give the illusion of motion;

More information

Epson 3LCD Technology A Technical Analysis and Comparison against 1-Chip DLP Technology

Epson 3LCD Technology A Technical Analysis and Comparison against 1-Chip DLP Technology An Epson White Paper Epson 3LCD Technology A Technical Analysis and Comparison against 1-Chip DLP Technology Epson South Asia & Southeast Asia June 2010 About 3LCD Technology 3LCD Technology is the world

More information

Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences

Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences Byoung-moon You 1, Kyung-tack Jung 2, Sang-kook Kim 2, and Doo-sung Hwang 3 1 L&Y Vision Technologies, Inc., Daejeon,

More information

OLED into Mobile Main Display

OLED into Mobile Main Display OLED into Mobile Main Display Author: Jack Tsang Title: Senior Product Marketing Engineer Company: Solomon Systech Limited Introduction A decade after the Electro-luminescent (EL) effect was first discovered,

More information

Graphics Card I/O Ports and Interfaces

Graphics Card I/O Ports and Interfaces Graphics Card I/O Ports and Interfaces Graphics cards today are responsible for much more than simple text output to monitor. Their duties now include heavy-duty 2D and 3D rendering as well as video processing.

More information

AVC792D. 4CH Full 960H DVR. Compatible with ios & Android mobile devices.

AVC792D. 4CH Full 960H DVR. Compatible with ios & Android mobile devices. AVC792D 4CH Full 960H DVR Push Status - Active Event Notification with EagleEyes App Sends instant notifications for system events, such as video loss or HDD data removal Mobile Surveillance with EagleEyes

More information

The Limits of Human Vision

The Limits of Human Vision The Limits of Human Vision Michael F. Deering Sun Microsystems ABSTRACT A model of the perception s of the human visual system is presented, resulting in an estimate of approximately 15 million variable

More information

An Introduction to High Dynamic Range (HDR) and Its Support within the H.265/HEVC Standard Extensions

An Introduction to High Dynamic Range (HDR) and Its Support within the H.265/HEVC Standard Extensions White Paper An Introduction to High Dynamic Range (HDR) and Its Support within the H.265/HEVC Standard Extensions By Raul Diaz, Vanguard Video CEO December 17, 2014 Vanguard Video, LLC. 974 Commercial

More information

Monitoring of Intravenous Drip Rate

Monitoring of Intravenous Drip Rate Monitoring of Intravenous Drip Rate Vidyadhar V. Kamble, Prem C. Pandey, Chandrashekar P. Gadgil, and Dinesh S. Choudhary Abstract A drip rate meter, for monitoring intravenous infusion, is developed using

More information

Preliminary. Audio & Video Matrix Switchers featuring eight multi-format inputs and built-in scalers

Preliminary. Audio & Video Matrix Switchers featuring eight multi-format inputs and built-in scalers Preliminary Audio & Video Matrix Switchers featuring eight multi-format inputs and built-in scalers and digital and video converted and distributed to digital outputs Product Overview Inputs: 8 and 8 /Component/S-video/

More information

OpenEXR Image Viewing Software

OpenEXR Image Viewing Software OpenEXR Image Viewing Software Florian Kainz, Industrial Light & Magic updated 07/26/2007 This document describes two OpenEXR image viewing software programs, exrdisplay and playexr. It briefly explains

More information

COMPUTER HARDWARE. Input- Output and Communication Memory Systems

COMPUTER HARDWARE. Input- Output and Communication Memory Systems COMPUTER HARDWARE Input- Output and Communication Memory Systems Computer I/O I/O devices commonly found in Computer systems Keyboards Displays Printers Magnetic Drives Compact disk read only memory (CD-ROM)

More information

Boundless Security Systems, Inc.

Boundless Security Systems, Inc. Boundless Security Systems, Inc. sharper images with better access and easier installation Product Overview Product Summary Data Sheet Control Panel client live and recorded viewing, and search software

More information

A revolutionary multi PDP Infinitely expandable multi PDP

A revolutionary multi PDP Infinitely expandable multi PDP www.orionplasma.co.kr ORION PDP CO.,LTD. A revolutionary multi PDP Infinitely expandable multi PDP Address: 8F, Shindonghae Bldg., 15-3, Youido-Dong, Youngdungpo-Gu, Seoul, Korea Tel : +82-2-6678-8522~8523,

More information

CMOS OV7660 Camera Module 1/5-Inch 0.3-Megapixel Module Datasheet

CMOS OV7660 Camera Module 1/5-Inch 0.3-Megapixel Module Datasheet CMOS OV7660 Camera Module 1/5-Inch 0.3-Megapixel Module Datasheet Rev 1.0, June 2013 Table of Contents 1 Introduction...2 2 Features...3 3 Key Specifications...4 4 Application...4 5 Pin Definition...6

More information

Endoscope Optics. Chapter 8. 8.1 Introduction

Endoscope Optics. Chapter 8. 8.1 Introduction Chapter 8 Endoscope Optics Endoscopes are used to observe otherwise inaccessible areas within the human body either noninvasively or minimally invasively. Endoscopes have unparalleled ability to visualize

More information

Technical Note TN_158. What is the Camera Parallel Interface?

Technical Note TN_158. What is the Camera Parallel Interface? TN_158 What is the Camera Parallel Interface? Issue Date: 2015-03-23 This technical note explains the basics of the Camera Parallel Interface, a feature of FTDI MCUs. Use of FTDI devices in life support

More information

Solomon Systech Image Processor for Car Entertainment Application

Solomon Systech Image Processor for Car Entertainment Application Company: Author: Piony Yeung Title: Technical Marketing Engineer Introduction Mobile video has taken off recently as a fun, viable, and even necessary addition to in-car entertainment. Several new SUV

More information

A pragmatic look at higher frame rates in Digital Cinema

A pragmatic look at higher frame rates in Digital Cinema Barco A pragmatic look at higher frame rates in Digital Cinema Author Tom Bert Product Marketing Manager Barco Page 1 of 8 INTRODUCTION The digitization of cinema projection started around the year 2000.

More information

Connecting Retro or Vintage Computers to a PC Monitor.

Connecting Retro or Vintage Computers to a PC Monitor. Connecting Retro or Vintage Computers to a PC Monitor. A technical briefing by J. S. Technology. Introduction. Home computing in the 1980s was just starting to bloom. There was a realisation that the science

More information