US20040075874A1 - Software determination of LED brightness and exposure - Google Patents

Software determination of LED brightness and exposure Download PDF

Info

Publication number
US20040075874A1
US20040075874A1 US10/684,017 US68401703A US2004075874A1 US 20040075874 A1 US20040075874 A1 US 20040075874A1 US 68401703 A US68401703 A US 68401703A US 2004075874 A1 US2004075874 A1 US 2004075874A1
Authority
US
United States
Prior art keywords
illumination source
illumination
indication
image capture
capture device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/684,017
Inventor
Paul Boerger
Keith Forrest
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US09/532,398 external-priority patent/US6970811B1/en
Application filed by Individual filed Critical Individual
Priority to US10/684,017 priority Critical patent/US20040075874A1/en
Publication of US20040075874A1 publication Critical patent/US20040075874A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/00002Diagnosis, testing or measuring; Detecting, analysing or monitoring not otherwise provided for

Definitions

  • the invention relates generally to precision control of an exposure and more particularly to modeling the light output of a light emitting diode (LED) to maintain a constant exposure as the light output of an array of LED's changes over temperature and the lifetime of the part.
  • LED light emitting diode
  • LED light emitting diodes
  • a light calibration strip may be used with a search algorithm to set the illumination levels prior to image capture.
  • a disadvantage of this method is that part of the image capture array is used to sense the calibration strip. This decreases the width or area that is captured at any given moment. Another disadvantage is that this method does not account for changes in the junction temperature during image capture.
  • the ambient temperature is obtained from a temperature sensor.
  • the recent on-off history of the device is timed with a counter-timer.
  • the long-term history of the device and the calibration values are recorded in non-volatile memory.
  • the calibration values are measured and set at the time of manufacture and ensure that each device produces nearly the same exposure under the same conditions.
  • FIG. 1 is a block diagram of a capture exposure system.
  • FIG. 2 is a flowchart illustrating steps used to calculate illumination and exposure.
  • FIG. 1 is a block diagram of a capture exposure system 100 .
  • Central processing unit (CPU) 110 sends illumination control signal 116 to LED driver 112 and LED model 102 .
  • LED driver 112 is coupled to LED array 114 .
  • LED array 114 provides illumination for capturing an image.
  • This capture exposure system also has an ambient temperature sensor 106 .
  • the output of ambient temperature sensor 106 is read by A/D converter 104 and passed to CPU 110 .
  • Non-volatile memory 102 is coupled to CPU 110 and stores calibration values and long term history information.
  • Counter-timer 104 is also coupled to CPU 110 and times the LED on times and the LED off times.
  • LOP(T) is the light output when the p-n junction of the LED is at temperature T j and K L is a measured constant that corresponds to the light output when the p-n junction of the LED is at T c .
  • T 0 is determined by measuring the relative light output at numerous junction temperatures and then applying an exponential fit to determine the T 0 for that particular device. The above equation describes light output in terms of the p-n junction temperature. Unfortunately, this temperature depends on a number of other factors including the ambient temperature, the short and long-term on-off histories of the LED, the forward voltage, forward current, LED efficiency, and the thermal time constant of the LED.
  • the short term on-off history of the LED is particularly important because it determines the starting temperature of the LED each time it is turned on or turned off.
  • the long-term history of the LED is not as large a factor, but still may affect the brightness of the LED by as much as 3% over several years.
  • T on is the starting temperature of the junction when the LED is turned on
  • T ⁇ is the steady-state junction temperature that the junction would reach after the LED is on a long time
  • r is the thermal time constant of the LED.
  • T off is the starting temperature of the junction when the LED is turned off
  • T a is the ambient air temperature
  • is the thermal time constant of the LED.
  • K D is a constant that is on the order of 10 ⁇ 3 when t is in hours of on time. K D may be different for each LED, however, value can be chosen through experimentation or other means that can be used to produce an adequate approximation of the long-term brightness degradation for a particular type, make, or model of LED.
  • FIG. 2 is a flowchart illustrating steps used to calculate illumination and exposure.
  • the ambient temperature is measured. If these steps are performed on the system of FIG. 1, this would be done by ambient temperature sensor 106 and A/D converter 108 under the control of, and the results passed to, CPU 110 .
  • the junction temperature is determined. In the preferred embodiment, this is done using Equation 3, Equation 4, a previous junction temperature value, and the on and off times of the illumination source since the last time the junction temperature was determined. If the illumination source has been off for a long time relative to the thermal time constant of the illumination source, then the junction temperature is the ambient temperature and these equations need not be used.
  • a step 206 the light output is determined from the junction temperature and the long-term history. In the preferred embodiment, this is done using Equation 1 which is then derated by a percentage determined using Equation 4.
  • an exposure is determined using the light output determined in step 206 . This exposure can be determined a number of ways including dividing the light output by a constant to determine an exposure time or stepwise integrating Equation 1 over time with Equation 2 determine instantaneous junction temperatures until a desired exposure is reached.
  • a step 210 the time that the illumination source has been on is determined. . If these steps are performed on the system of FIG. 1, this would be done with information received from counter-timer 104 . In the alternative, since the CPU controls the on and off times of the illumination source, the CPU could calculate the on time of the illumination source.
  • the illumination source on time is added to a lifetime on time total. This lifetime on time total is used in Equation 4.
  • the off time of the illumination source is determined. In a system that controls exposure by means other than turning the illumination source on and off, this time may be zero in which case this step may be unnecessary.
  • the off time is tested against a threshold value.
  • this threshold value is much greater than the thermal time constant of the illumination source. If the off time is greater than this threshold value then the process loops back to step 202 and the ambient temperature is measured again. If the off time is not greater than this threshold, then the process loops back to step 204 to calculate the junction temperature again.
  • the capture exposure is adjusted by turning the LED array on for the capture exposure time.
  • other methods of adjusting the capture exposure such as opening and closing a shutter, may be used.
  • the system and method of the invention can be easily adapted to these other systems by, for example, using an off time of zero during exposure and skipping step 214 until the LED array is turned off between captures.
  • the capture exposure system and LED relative brightness model provided by the invention offers the advantages of simplicity and avoids the calculation of difficult exponential equations or continuos integration by the control microprocessor.
  • the system may be configured to a variety of thermal parameters or adapted to a variety of exposure control mechanisms.

Abstract

The junction temperature of an LED is determined. This result is used to determine an initial brightness value of the LED. The initial brightness value is derated by a long-term degradation amount that is determined using a stored indication of the lifetime total on time. The derated brightness value is used to determine an exposure for a capture system. The junction temperature is determined by measuring the ambient temperature and then keeping a running junction temperature determined from the on and off times.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • A related copending United States patent applications commonly owned by the assignee of the present document and incorporated by reference in its entirety into this document is being filed in the United States Patent and Trademark Office on or about the same day as the present application. This related application is Hewlett-Packard docket number 10991888, serial number ______, and is titled “HARDWARE MODELING OF LED RELATIVE BRIGHTNESS.”[0001]
  • FIELD OF THE INVENTION
  • The invention relates generally to precision control of an exposure and more particularly to modeling the light output of a light emitting diode (LED) to maintain a constant exposure as the light output of an array of LED's changes over temperature and the lifetime of the part. [0002]
  • BACKGROUND OF THE INVENTION
  • High quality image capture such, as grayscale and color imaging, needs a precision light source. Because of their size, price, reliability, and other qualities, light emitting diodes (LED's) may be chosen as the light source for image capture. Unfortunately, the light output of an LED changes with junction temperature and age. Because LED's heat up when they are on, one of the factors that determines the junction temperature of an LED, and hence its light output, is the amount of time, and duty cycle, that the LED is on. One way to compensate for at least part of this variation is to use a light calibration strip. A light calibration strip may be used with a search algorithm to set the illumination levels prior to image capture. A disadvantage of this method is that part of the image capture array is used to sense the calibration strip. This decreases the width or area that is captured at any given moment. Another disadvantage is that this method does not account for changes in the junction temperature during image capture. [0003]
  • Accordingly, there is a need in the art for an illumination compensation method and apparatus that does not utilize a light calibration strip. [0004]
  • SUMMARY OF THE INVENTION
  • An embodiment of the calculates the LED light output given a set of calibration values, the ambient temperature, the recent on-off history of the device, and the long term history of the device. Once the LED light output is calculated, an exposure can be calculated that will be nearly constant over the operating conditions and lifetime of the device. The ambient temperature is obtained from a temperature sensor. The recent on-off history of the device is timed with a counter-timer. The long-term history of the device and the calibration values are recorded in non-volatile memory. The calibration values are measured and set at the time of manufacture and ensure that each device produces nearly the same exposure under the same conditions. [0005]
  • Other aspects and advantages of the present invention will become apparent from the following detailed description, taken in conjunction with the accompanying drawings, illustrating by way of example the principles of the invention. [0006]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram of a capture exposure system. [0007]
  • FIG. 2 is a flowchart illustrating steps used to calculate illumination and exposure.[0008]
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • FIG. 1 is a block diagram of a capture exposure system [0009] 100. Central processing unit (CPU) 110 sends illumination control signal 116 to LED driver 112 and LED model 102. LED driver 112 is coupled to LED array 114. LED array 114 provides illumination for capturing an image. This capture exposure system also has an ambient temperature sensor 106. The output of ambient temperature sensor 106 is read by A/D converter 104 and passed to CPU 110. Non-volatile memory 102 is coupled to CPU 110 and stores calibration values and long term history information. Counter-timer 104 is also coupled to CPU 110 and times the LED on times and the LED off times.
  • The light output of an LED can be described with the following equation using an experimentally derived figure-of-merit T[0010] 0: LOP ( T j ) = K L [ - ( T j - T c ) T 0 ] Equation 1
    Figure US20040075874A1-20040422-M00001
  • where LOP(T) is the light output when the p-n junction of the LED is at temperature T[0011] j and KL is a measured constant that corresponds to the light output when the p-n junction of the LED is at Tc. T0 is determined by measuring the relative light output at numerous junction temperatures and then applying an exponential fit to determine the T0 for that particular device. The above equation describes light output in terms of the p-n junction temperature. Unfortunately, this temperature depends on a number of other factors including the ambient temperature, the short and long-term on-off histories of the LED, the forward voltage, forward current, LED efficiency, and the thermal time constant of the LED. The short term on-off history of the LED is particularly important because it determines the starting temperature of the LED each time it is turned on or turned off. The long-term history of the LED is not as large a factor, but still may affect the brightness of the LED by as much as 3% over several years. When an LED is on, the junction temperature follows a heating curve that resembles: T j = ( T - T on ) [ 1 - - t τ ] + T on Equation 2
    Figure US20040075874A1-20040422-M00002
  • where T[0012] on is the starting temperature of the junction when the LED is turned on, T is the steady-state junction temperature that the junction would reach after the LED is on a long time and r is the thermal time constant of the LED. When an LED is off, the junction temperature follows a cooling curve that resembles: T j = ( T off - T a ) - t τ + T a Equation 3
    Figure US20040075874A1-20040422-M00003
  • where T[0013] off is the starting temperature of the junction when the LED is turned off, Ta is the ambient air temperature and τ is the thermal time constant of the LED.
  • Over the long-term lifetime of an LED, its brightness diminishes slightly. The percent of light output after time t when compared to original light output can be expressed as: [0014] % LOP ( t ) = K D t 100 % Equation 4
    Figure US20040075874A1-20040422-M00004
  • where K[0015] D is a constant that is on the order of 10−3 when t is in hours of on time. KD may be different for each LED, however, value can be chosen through experimentation or other means that can be used to produce an adequate approximation of the long-term brightness degradation for a particular type, make, or model of LED.
  • FIG. 2 is a flowchart illustrating steps used to calculate illumination and exposure. In a [0016] step 202, the ambient temperature is measured. If these steps are performed on the system of FIG. 1, this would be done by ambient temperature sensor 106 and A/D converter 108 under the control of, and the results passed to, CPU 110. In a step 204, the junction temperature is determined. In the preferred embodiment, this is done using Equation 3, Equation 4, a previous junction temperature value, and the on and off times of the illumination source since the last time the junction temperature was determined. If the illumination source has been off for a long time relative to the thermal time constant of the illumination source, then the junction temperature is the ambient temperature and these equations need not be used. This assumption agrees with the result produced by Equation 3 with t>>τ. In a step 206, the light output is determined from the junction temperature and the long-term history. In the preferred embodiment, this is done using Equation 1 which is then derated by a percentage determined using Equation 4. In a step 208, an exposure is determined using the light output determined in step 206. This exposure can be determined a number of ways including dividing the light output by a constant to determine an exposure time or stepwise integrating Equation 1 over time with Equation 2 determine instantaneous junction temperatures until a desired exposure is reached.
  • In a [0017] step 210, the time that the illumination source has been on is determined. . If these steps are performed on the system of FIG. 1, this would be done with information received from counter-timer 104. In the alternative, since the CPU controls the on and off times of the illumination source, the CPU could calculate the on time of the illumination source. In a step 212, the illumination source on time is added to a lifetime on time total. This lifetime on time total is used in Equation 4. In a step 214, the off time of the illumination source is determined. In a system that controls exposure by means other than turning the illumination source on and off, this time may be zero in which case this step may be unnecessary. In a decision box 216, the off time is tested against a threshold value. In a preferred embodiment, this threshold value is much greater than the thermal time constant of the illumination source. If the off time is greater than this threshold value then the process loops back to step 202 and the ambient temperature is measured again. If the off time is not greater than this threshold, then the process loops back to step 204 to calculate the junction temperature again.
  • In the preferred embodiment, the capture exposure is adjusted by turning the LED array on for the capture exposure time. However, other methods of adjusting the capture exposure, such as opening and closing a shutter, may be used. The system and method of the invention can be easily adapted to these other systems by, for example, using an off time of zero during exposure and skipping [0018] step 214 until the LED array is turned off between captures.
  • From the foregoing it will be appreciated that the capture exposure system and LED relative brightness model provided by the invention offers the advantages of simplicity and avoids the calculation of difficult exponential equations or continuos integration by the control microprocessor. Furthermore, the system may be configured to a variety of thermal parameters or adapted to a variety of exposure control mechanisms. [0019]
  • Although several specific embodiments of the invention have been described and illustrated, the invention is not to be limited to the specific forms or arrangements of parts so described and illustrated. The invention is limited only by the claims. [0020]

Claims (26)

What is claimed is:
1. An image capture device, comprising:
an illumination source;
a thermal model of said illumination source that determines a temperature of said illumination source;
a light output model of said illumination source that determines a light output of said illumination source from said temperature; and,
an exposure adjustment that is changed to compensate for changes in said illumination source as indicated by said model output.
2. The image capture device of claim 1 wherein said thermal model has a model input and said model input is an indication of the on times and the off times of said illumination source.
3. The image capture device of claim 2, further comprising:
an ambient temperature sensor producing a sensed ambient temperature wherein said temperature is affected by said sensed ambient temperature.
4. The image capture device of claim 3 wherein said illumination source is at least one light emitting diode.
5. The image capture device of claim 4 wherein said thermal model of said illumination source comprises software executing on a computer.
6. The image capture device of claim 4 wherein said illumination model of said illumination source comprises software executing on a computer.
7. The image capture device of claim 4 wherein said exposure adjustment changes said on times of said illumination source.
8. A method of compensating for changes in an illumination source, comprising:
determining a temperature of said illumination source;
determining a light output of said illumination source from said temperature; and,
adjusting an exposure to compensate for changes in said illumination source as indicated by said light output.
9. The method of claim 8 wherein said determining a temperature is done using an indication of the on times and the off times of said illumination source.
10. The method of claim 9 further comprising:
sensing an ambient temperature.
11. The method of claim 10 wherein said illumination source is at least one light emitting diode.
12. The method of claim 11 wherein said step of determining a light output includes derating said light output by an amount determined in part by a long-term total on time of said illumination source.
13. An article of manufacture comprising a program storage medium having computer readable program code means embodied therein for causing the adjustment of an exposure, the computer readable program code means in said article of manufacture comprising:
computer readable program code means for causing a computer to determine an indication of a temperature of an illumination source;
computer readable program code means for causing a computer to determine an indication of brightness of said illumination source from said indication of said temperature; and,
computer readable program code means for causing said computer to adjust said exposure based on said indication of said illumination sources brightness.
14. The article of manufacture of claim 13 further comprising:
computer readable program code means for causing said computer to turn on and turn off said illumination source.
15. The article of manufacture of claim 14 further comprising:
computer readable program code means for causing said computer to determine the on times and off times of said illumination source.
16. The article of manufacture of claim 15 further comprising:
computer readable program code means for causing said computer to obtain an indication of an ambient temperature; and,
computer readable program code means for causing said computer to adjust said temperature based on said indication of said ambient temperature.
17. The article of manufacture of claim 16 wherein said illumination source is at least one light emitting diode.
18. The article of manufacture of claim 17 further comprising:
computer readable program code means for causing said computer to obtain an indication of a lifetime on time of said illumination source; and,
computer readable program code means for causing said computer to adjust said indication of brightness of said illumination source based on said indication of said lifetime on time.
19. The article of manufacture of claim 18 wherein said indication of said lifetime on time is stored in a non-volatile storage device.
20. An image capture device, comprising:
illumination means;
thermal modeling means, said thermal modeling means producing a thermal modeling means output that is indicative of said illumination means temperature;
brightness modeling means, said brightness modeling means producing a brightness modeling means output that is indicative of said illumination means brightness; and,
exposure adjustment means for changing and exposure to compensate for changes in said brightness of said illumination means as indicated by said brightness modeling means output.
21. The image capture device of claim 20 wherein said thermal modeling means has a thermal modeling means input and said thermal modeling means input is an indication of the on times and the off times of said illumination means.
22. The image capture device of claim 21, further comprising:
ambient temperature sensor means for producing a sensed ambient temperature wherein said thermal modeling means output is changed to compensate for said sensed ambient temperature.
23. The image capture device of claim 22 wherein said illumination means is at least one light emitting diode.
24. The image capture device of claim 23 wherein said brightness modeling means output is affected by an indication of a lifetime on time of said illumination means.
25. The image capture device of claim 24 wherein said indication of said lifetime on time of said illumination means is stored in a non-volatile memory means.
26. The image capture device of claim 25 wherein said exposure is adjusted by changing said on times of said illumination source.
US10/684,017 2000-03-22 2003-10-10 Software determination of LED brightness and exposure Abandoned US20040075874A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/684,017 US20040075874A1 (en) 2000-03-22 2003-10-10 Software determination of LED brightness and exposure

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US09/532,398 US6970811B1 (en) 2000-03-22 2000-03-22 Hardware modeling of LED relative brightness
US09/532,696 US6760124B1 (en) 2000-03-22 2000-03-22 Software determination of led brightness and exposure
US10/684,017 US20040075874A1 (en) 2000-03-22 2003-10-10 Software determination of LED brightness and exposure

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/532,696 Continuation US6760124B1 (en) 2000-03-22 2000-03-22 Software determination of led brightness and exposure

Publications (1)

Publication Number Publication Date
US20040075874A1 true US20040075874A1 (en) 2004-04-22

Family

ID=24122790

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/532,696 Expired - Fee Related US6760124B1 (en) 2000-03-22 2000-03-22 Software determination of led brightness and exposure
US10/684,017 Abandoned US20040075874A1 (en) 2000-03-22 2003-10-10 Software determination of LED brightness and exposure

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/532,696 Expired - Fee Related US6760124B1 (en) 2000-03-22 2000-03-22 Software determination of led brightness and exposure

Country Status (4)

Country Link
US (2) US6760124B1 (en)
JP (1) JP2001338780A (en)
CN (1) CN1182436C (en)
TW (1) TW526674B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7797117B1 (en) * 2006-12-29 2010-09-14 Musco Corporation Method and system for early prediction of performance of HID lamps
EP2449854A1 (en) * 2009-06-30 2012-05-09 EldoLAB Holding B.V. Method of configuring an led driver, led driver, led assembly and method of controlling an led assembly

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004276737A (en) * 2003-03-14 2004-10-07 Koito Mfg Co Ltd Lighting equipment for vehicle
US20050062481A1 (en) * 2003-09-19 2005-03-24 Thomas Vaughn Wayside LED signal for railroad and transit applications
US7333521B1 (en) * 2003-12-04 2008-02-19 National Semiconductor Corporation Method of sensing VCSEL light output power by monitoring electrical characteristics of the VCSEL
TWI241837B (en) * 2004-01-16 2005-10-11 Lite On Technology Corp Method for controlling on/off of LEDs in a scanner
US7132805B2 (en) * 2004-08-09 2006-11-07 Dialight Corporation Intelligent drive circuit for a light emitting diode (LED) light engine
US7630422B1 (en) 2005-01-14 2009-12-08 National Semiconductor Corporation Driver for vertical-cavity surface-emitting laser and method
WO2006107915A2 (en) * 2005-04-05 2006-10-12 X-Rite, Incorporated Systems and methods for monitoring a process output with a highly abridged spectrophotometer
WO2006110842A2 (en) * 2005-04-12 2006-10-19 X-Rite, Incorporated Systems and methods for measuring a like-color region of an object
EP1922532B1 (en) * 2005-08-15 2012-12-12 X-Rite, Incorporated Spectrophotometer with temperatur corrected system response
EP1938063B1 (en) * 2005-08-15 2011-12-21 X-Rite Incorporated Spectrophotometer with light guiding element
JP2009016384A (en) * 2007-06-29 2009-01-22 Sony Corp Control method of illumination device, and driving method of liquid crystal display device assembly

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5016027A (en) * 1989-12-04 1991-05-14 Hewlett-Packard Company Light output power monitor for a LED printhead
US5065007A (en) * 1989-08-31 1991-11-12 Kabushiki Kaisha Toshiba Apparatus for measuring light output from semiconductor light emitting element
US5471052A (en) * 1993-10-25 1995-11-28 Eaton Corporation Color sensor system using a secondary light receiver
US5532848A (en) * 1992-11-25 1996-07-02 Canon Information Systems, Inc. Method and apparatus for adjusting correlated color temperature
US5596387A (en) * 1992-06-09 1997-01-21 Nikon Corporation Auto-exposure device of a camera
US5678098A (en) * 1994-06-09 1997-10-14 Fuji Photo Film Co., Ltd. Method and apparatus for controlling exposure of camera
US5803579A (en) * 1996-06-13 1998-09-08 Gentex Corporation Illuminator assembly incorporating light emitting diodes
US5894341A (en) * 1995-07-06 1999-04-13 Nikon Corporation Exposure apparatus and method for measuring a quantity of light with temperature variations
US6015200A (en) * 1995-03-22 2000-01-18 Canon Kabushiki Kaisha Light conductive member, illuminating device having the same, and information processing apparatus having the illuminating device
US6087846A (en) * 1997-08-14 2000-07-11 Ranco Incorporated Of Delware Self-test routine for LED display
US6127783A (en) * 1998-12-18 2000-10-03 Philips Electronics North America Corp. LED luminaire with electronically adjusted color balance
US6130700A (en) * 1996-07-09 2000-10-10 Cycolor Systems, Inc. Aligner, exposure method and printer
US6180415B1 (en) * 1997-02-20 2001-01-30 The Regents Of The University Of California Plasmon resonant particles, methods and apparatus
US6342945B1 (en) * 1999-03-31 2002-01-29 Corning Incorporated System and method for measuring polarization mode dispersion suitable for a production environment
US6486945B1 (en) * 1999-03-23 2002-11-26 Daimlerchrysler Ag Method and circuit arrangement for measuring the light output of an emitter diode of an optical monitoring unit

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001027910A1 (en) 1999-10-12 2001-04-19 Koninklijke Philips Electronics N.V. Led display device

Patent Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5065007A (en) * 1989-08-31 1991-11-12 Kabushiki Kaisha Toshiba Apparatus for measuring light output from semiconductor light emitting element
US5016027A (en) * 1989-12-04 1991-05-14 Hewlett-Packard Company Light output power monitor for a LED printhead
US5596387A (en) * 1992-06-09 1997-01-21 Nikon Corporation Auto-exposure device of a camera
US5532848A (en) * 1992-11-25 1996-07-02 Canon Information Systems, Inc. Method and apparatus for adjusting correlated color temperature
US6078732A (en) * 1992-11-25 2000-06-20 Canon Information Systems, Inc. Method and apparatus for adjusting correlated color temperature
US5471052A (en) * 1993-10-25 1995-11-28 Eaton Corporation Color sensor system using a secondary light receiver
US6389232B2 (en) * 1994-06-09 2002-05-14 Fuji Photo Film Co., Ltd. Method and apparatus for controlling exposure of camera
US5678098A (en) * 1994-06-09 1997-10-14 Fuji Photo Film Co., Ltd. Method and apparatus for controlling exposure of camera
US5774747A (en) * 1994-06-09 1998-06-30 Fuji Photo Film Co., Ltd. Method and apparatus for controlling exposure of camera
US6496651B2 (en) * 1994-06-09 2002-12-17 Fuji Photo Film Co., Ltd. Method and apparatus for controlling exposure of camera
US6015200A (en) * 1995-03-22 2000-01-18 Canon Kabushiki Kaisha Light conductive member, illuminating device having the same, and information processing apparatus having the illuminating device
US5894341A (en) * 1995-07-06 1999-04-13 Nikon Corporation Exposure apparatus and method for measuring a quantity of light with temperature variations
US5803579A (en) * 1996-06-13 1998-09-08 Gentex Corporation Illuminator assembly incorporating light emitting diodes
US6130700A (en) * 1996-07-09 2000-10-10 Cycolor Systems, Inc. Aligner, exposure method and printer
US6180415B1 (en) * 1997-02-20 2001-01-30 The Regents Of The University Of California Plasmon resonant particles, methods and apparatus
US6087846A (en) * 1997-08-14 2000-07-11 Ranco Incorporated Of Delware Self-test routine for LED display
US6127783A (en) * 1998-12-18 2000-10-03 Philips Electronics North America Corp. LED luminaire with electronically adjusted color balance
US6486945B1 (en) * 1999-03-23 2002-11-26 Daimlerchrysler Ag Method and circuit arrangement for measuring the light output of an emitter diode of an optical monitoring unit
US6342945B1 (en) * 1999-03-31 2002-01-29 Corning Incorporated System and method for measuring polarization mode dispersion suitable for a production environment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7797117B1 (en) * 2006-12-29 2010-09-14 Musco Corporation Method and system for early prediction of performance of HID lamps
US8793088B1 (en) 2006-12-29 2014-07-29 Musco Corporation Method and system for early prediction of performance of HID lamps
EP2449854A1 (en) * 2009-06-30 2012-05-09 EldoLAB Holding B.V. Method of configuring an led driver, led driver, led assembly and method of controlling an led assembly

Also Published As

Publication number Publication date
US6760124B1 (en) 2004-07-06
CN1182436C (en) 2004-12-29
CN1314610A (en) 2001-09-26
TW526674B (en) 2003-04-01
JP2001338780A (en) 2001-12-07

Similar Documents

Publication Publication Date Title
US6760124B1 (en) Software determination of led brightness and exposure
JP5268643B2 (en) Method for compensating for aging process of lighting device
CN102687496B (en) Method for correcting images output by a detector without temperature regulation and detector implementing such a method
KR100733096B1 (en) Camera device and photographing method
EP1701589A1 (en) Electric circuit and method for monitoring a temperature of a light emitting diode
EP2674814A2 (en) Light source apparatus comprising a cooling mechanism
CN104798442A (en) Lighting apparatus with brightness self-adjustment and self-adjusting method thereof
US6272292B1 (en) Electronic flash control apparatus
US20040135923A1 (en) Image sensing apparatus with light emitting device, method of controlling light emitting device, image sensing method of image sensing apparatus, and storage medium storing image sensing apparatus control program
US20050234694A1 (en) Hardware modeling of LED relative brightness
US20130033625A1 (en) Camera
WO2006094590A1 (en) Electric circuit and method for monitoring a temperature of a light emitting diode
EP1437583B1 (en) Illuminance calibrating method of illuminator; controller and calibrating program of the illuminator
US6714734B2 (en) Camera
US5758213A (en) Camera having a shutter measuring apparatus
US6614509B2 (en) Distance measuring apparatus
CN112140877A (en) Display effect control method and device of vehicle-mounted head-up display device and vehicle
JP5549813B2 (en) IMAGING DEVICE, IMAGING DEVICE CONTROL METHOD AND PROGRAM
US7937235B2 (en) Scanner calibration robust to lamp warm-up
RU2338166C1 (en) Method for luminance temperature measurement
JP2001069401A5 (en)
US6304331B1 (en) Exposure control device and distance measuring device
CN204302830U (en) A kind of infrared target for target detection and tracking
JP5112164B2 (en) Imaging device
JPS6153630A (en) Exposure correcting method of semiconductor light source

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION