WO1999042924A1 - Automatic update of camera firmware - Google Patents

Automatic update of camera firmware Download PDF

Info

Publication number
WO1999042924A1
WO1999042924A1 PCT/US1999/001398 US9901398W WO9942924A1 WO 1999042924 A1 WO1999042924 A1 WO 1999042924A1 US 9901398 W US9901398 W US 9901398W WO 9942924 A1 WO9942924 A1 WO 9942924A1
Authority
WO
WIPO (PCT)
Prior art keywords
camera
firmware
imaging device
host system
host
Prior art date
Application number
PCT/US1999/001398
Other languages
French (fr)
Inventor
Mark R. Fichtner
Mannan A. Mohammed
Dennis R. Kush
Edward P. Tomaszewski
Original Assignee
Intel Corporation
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
Application filed by Intel Corporation filed Critical Intel Corporation
Priority to DE19982950T priority Critical patent/DE19982950T1/en
Priority to GB0020204A priority patent/GB2349967B/en
Priority to JP2000532795A priority patent/JP4942870B2/en
Priority to AU23365/99A priority patent/AU2336599A/en
Publication of WO1999042924A1 publication Critical patent/WO1999042924A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/54Link editing before load time
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Definitions

  • the present invention relates to the field of imaging. More particularly, this invention relates to updating firmware between an imaging device and a host system.
  • Imaging devices such as cameras, typically store still or moving (video) image information on film, video tape, or other media.
  • Digital cameras capture image information in digital format and store the image information in memory, such as a flash memory, or on other digital storage media.
  • the digital image information can be downloaded to a host system, such as a personal computer.
  • the image information can then be manipulated by rotating the image, cropping the image, or otherwise altering the image with software applications residing on the host system.
  • the imaging device includes firmware that allows the imaging device to communicate with software on the host system.
  • the firmware includes instructions for performing various functions. For example, the firmware may be used to determine the exposure of an image, sense color in a particular manner, compress image data, conserve power, perform self tests, and/or specify accessing and formatting protocols to the storage medium on the camera.
  • a common method for upgrading software is through the use of a patch, or service pack upgrade. This method consists of distributing a set of programs via floppy disk, CD-ROM, or World Wide Web to the host machine.
  • the service pack when run, modifies the components of the host software that need updating.
  • Updating the firmware is more problematic. This process is typically performed manually by a user. It may involve running an executable program, then resetting the imaging device. Manual updating of the firmware is inconvenient, and may lead to errors caused by incompatible versions of firmware and host system software.
  • a method of updating firmware on an imaging device coupled to a host system is disclosed.
  • the host system detects that the firmware on the imaging device is incompatible with a configuration of the host system.
  • an updated firmware image is transferred from the host system to the imaging device.
  • the updated firmware image is an older version of firmware than the one that is replaced.
  • Figure 1 shows a representation of an imaging device that is attachable to a host system.
  • Figure 2 shows one embodiment of the flow of information among the components of the host system when the imaging device 10 is first connected to the host system 20.
  • FIG. 3 shows one embodiment of the flow of information among the components of the host system after the host application software 60 has been initiated.
  • FIG. 4 shows one embodiment of the polling initialization process.
  • Figure 5 shows an embodiment of the polling process between the camera API 62 and the host applications software 60.
  • Figure 6 shows a flowchart of one embodiment of the process of checking whether a compatible imaging device is connected to the host system.
  • FIG. 7 shows a flowchart of one embodiment of updating the firmware.
  • Figure 8 shows one embodiment of a state transition diagram of the firmware boot process.
  • Figure 9 shows a diagram of an exemplary nonvolatile memory 400 which stores the firmware.
  • Figure 10 shows a flowchart of one embodiment of the process of initializing the host application software to establish a communication with a camera.
  • Figure 11 shows a flowchart of one embodiment of the process of detecting that an imaging device such as a camera is attached to a host system.
  • the firmware includes instructions which are used to control an embedded system, such as an imaging device.
  • the firmware update is performed automatically upon connecting the imaging device to the host system. This simplifies operation for the user while ensuring compatibility between the imaging device and the host software.
  • the firmware update may provide "bug" fixes, enhancements to algorithms, updated color sensing, updated compression, new protocols for accessing and formatting the storage medium, and so forth. As will become clear, the automatic firmware update is particularly useful when multiple imaging devices with different versions of firmware are used with host systems that have different versions of software.
  • firmware update in the context of a system that transfers image information between the image device and the host system automatically upon coupling the image device to the host system.
  • firmware update is not limited to such a system.
  • the imaging device may be an image capture device, such as a camera.
  • the techniques disclosed can be used with any device that is capable of storing image information.
  • the host system may be any system which is capable of manipulating image information.
  • the host system may be a personal computer such as an IBM-compatible personal computer running on an Intel Pentium® or Pentium® II processor.
  • the host system could alternatively be a printer, plotter, fax machine, display device, or storage device.
  • imaging capture device being a camera
  • host system being a computer
  • FIG. 1 shows a representation of an imaging device 10 that is attachable to a host system 20.
  • the imaging device 10 is attached via a cable 22 to a port 26 of the host system 20.
  • the imaging device 10 is preferably coupled to the host system 20 using a data transfer protocol that supports a high data transfer rate.
  • the imaging device 10 is coupled to the host system 20 via a Universal Serial Bus (USB) connection.
  • USB Universal Serial Bus
  • the USB connection provides for a data transfer rate of up to 12 Mb/s.
  • Other connections and data transfer protocols may alternatively be used, such as the 1394 protocol.
  • 1394 is maintained and distributed by the Institute of Electrical and Electronic Engineers.
  • Figures 2 and 3 are embodiments showing the relationship and messaging between components of the host system 20 and imaging device (camera) 10.
  • Figure 2 shows one embodiment of the flow of information among the components of the host system when the imaging device 10 is first connected to the host system 20.
  • the host system 20 includes an operating system (O/S) 40 and host application software 60.
  • the host system 20 detects when an imaging device such as a camera 10 is attached to the host system 20.
  • the operating system 40 detects whether a camera 10 is attached to the system by polling the port 26.
  • a port driver 42 may be used to
  • the port 26 is a USB port and the port driver is a USB driver.
  • the operating system may be one of a variety of different operating systems.
  • the operating system is a Windows * operating system, such as Windows* 95, or Windows* 98 made by Microsoft Corporation.
  • Windows 98 includes hooks which allow the polling of ports.
  • Other operating systems may be modified to provide for such polling.
  • the polling is preferably performed in the background so that the user need not be aware that it is being performed.
  • host application software 60 can perform the polling of the port 26.
  • polling by the operating system 40 (instead of by host application software 60) has a performance advantage, since the operating system is already set up for polling various activities, such as keyboard pushes, mouse movements, and so forth.
  • the following description assumes that the operating system does the polling. A person skilled in the art can make the modifications to allow an application to do the polling.
  • the port driver 42 signals the operating system 40 that the camera has been attached to the host system 20. This is illustrated by the arrow marked (1) shown in Figure 1.
  • the operating system 40 identifies the device as a camera and loads the corresponding software driver 44 into memory as illustrated by the arrow (2). In one embodiment, the operating system 40 interrogates the camera 10 to get an identifier. The operating system 40 loads the software driver 44
  • a camera driver 44 is loaded by the operating system 40.
  • the operating system 40 then loads one or more software applications corresponding to the camera.
  • the operating system allows software applications to be registered.
  • the registered host application software is loaded.
  • the host application software 60 (for the camera) is loaded as shown by the arrow (3).
  • the camera driver 44 signals the operating system 40 to initiate the host application software 60.
  • the host application software 60 initiates the transfer of image information between the image device (camera) 10 and the host system 20.
  • the host application software 60 may also process images.
  • the host application software 60 can perform decompression and/or color correction on the images.
  • the host application software 60 may perform rotation, cropping, and other image manipulation functions.
  • Some operating systems such as Windows 98 allow specific events to cause software applications to be launched.
  • the camera driver 44 can be set up with registered events such as "connection detected with camera” or "shutter button on camera is pushed.”
  • an operating system can be set up to automatically launch an application such as the host application software 60 when the camera 10 is attached.
  • the user is requested to provide the camera driver 44 and/or host application software 60 for the device that has been
  • FIG 3 shows one embodiment of the flow of information among the components of the host system after the host application software 60 has been initiated.
  • the host application software 60 creates and initializes a camera Applications Programming Interface (API) 62 as indicated by arrow (4).
  • the camera API 62 may perform its task in a background thread. In this manner, the host application software 60 need not wait for the camera API 62 to complete before performing other tasks.
  • the camera API 62 is a COM object which loads a dynamic link library (DLL) 64 as shown by arrows (5).
  • the DLL may be O/W dependent.
  • the camera API 62 communicates to the operating system 40 via the DLL 64. (In another embodiment, the camera API 62 incorporates the DLL 64.)
  • the operating system 40 in turn communicates with the camera 10 via the camera driver 44 and the port driver 42 as shown by arrows (6).
  • FIG. 4 shows one embodiment of the polling initialization process.
  • the polling initialization process begins with the operating system opening the host application software.
  • the host application software 60 then creates and initializes a camera API 62.
  • the host application software 60 adds itself to the camera API's callback list, so that the host application software 60 will be notified when the camera API is successful in the polling process.
  • the camera API upon initialization resets its internal variables, loads a DLL, and creates and starts a background thread. The camera API then inserts a message into the background threaded queue that tries to
  • the camera driver is only opened when a camera is attached: If the camera driver cannot be opened, then a camera is not attached to the host system. If a camera driver can be opened, then a camera is attached. In one embodiment, the camera API 44 attempts to open the camera driver every half a second.
  • FIG. 5 shows an embodiment of the polling process between the camera API 62 and the host application software 60.
  • the camera API 62 attempts to open the camera driver (CM_SIGNAL_STATUS).
  • the camera API closes the camera driver, and notifies the applications in its callback queue. Since the host application software 60 is in the callback queue of the camera API, it is notified that a camera has been detected.
  • the host application software 60 re-opens the camera driver 44 by signaling the camera API 62 to open the camera driver 44 and check for a compatible camera (CM_OPEN_DRIVER).
  • the host application software 60 can then send various commands to the camera 10 via the camera API 62 (and the operating system 40 and drivers 44 and 42).
  • the host application software 60 can request the number of images stored in the camera (CM_GET_NO_OF_IMAGES).
  • the host application software 60 can request a list of the names of the images and the image sizes (CM_GET_IMAGE_LIST), or it can request a particular image (CM_GET_IMAGE_BY_NAME).
  • the camera API 62 checks whether a compatible imaging device is connected to the host system, and automatically updates the
  • the automatic firmware update may be disabled or enabled as a factory setting by the manufacturer, or it may be alterable by the user.
  • FIG. 6 shows a flowchart of one embodiment of the process of checking whether a compatible imaging device is connected to the host system.
  • this process is performed by the camera API 62.
  • the camera API 62 is created and initialized by the host application software 60 as shown at block 100.
  • the camera API 62 loads a DLL that may be operating system dependent at block 102, and the host application software 60 issues an open command to the camera API 62 at block 104.
  • the camera API in response, opens the camera driver 62 via the DLL 64, as shown in block 106.
  • the camera API 62 issues a command to the camera to fetch the camera interface number.
  • a unique camera interface number is assigned to a set of commands that the camera supports.
  • Operation continues at decision block 110.
  • the interface number from the camera is compared with an interface table in the camera API 62. If the interface number is not stored in the camera API 62 interface table, then the camera API 62 closes the camera driver and signals to the host application software that the camera is incompatible, as shown at blocks 112 and 114.
  • the camera API is not able to communicate with the camera because the commands that the camera supports is not known.
  • the camera API 62 issues a command to the camera to fetch a hardware version number, as shown at block 120.
  • the hardware version number from the camera is compared with a hardware table stored in the camera API 62. If the hardware version number from the camera is not stored in the hardware table of the camera API 62, then the camera API 62 is unable to check for an update.
  • the camera API 62 signals the host application software that the camera is open for access, as shown at block 132.
  • the camera API 62 is able to communicate with the camera because its interface is compatible, but it does not update the firmware because it does not recognize the hardware configuration.
  • Operation proceeds to block 150. If the firmware version number is not different than that stored within the camera API 62, then the camera has updated firmware already.
  • the camera API 62 signals the host application software that the camera is open for access.
  • firmware version number is different than that stored in the camera API 62, then operation continues at block 160. If the manufacturer has disabled the firmware updates, then the camera API 62 does not perform a firmware update and signals the host application software that the camera is open for access. For example, the manufacturer may set a bit in a register of the camera disabling firmware updates. Although the installed firmware may not be the latest version, the installed firmware is still able to perform with the host software as long as the interface and hardware are compatible.
  • Figure 7 shows a flowchart of one embodiment of updating the firmware.
  • the camera API transfers an updated firmware image to the camera.
  • the camera API sends a download firmware command to the camera, so that the firmware will be ready to receive a new firmware image.
  • the updated firmware image is then transferred from the host system to the camera.
  • the updated firmware image is stored on the camera in a temporary buffer, such as volatile memory.
  • the camera API 62 closes the camera driver. This shuts down communication between the camera and the host system so that the firmware update is not interrupted.
  • the camera API then signals the host application software that it is in the process of updating the firmware, as shown at block 204.
  • the camera API begins to poll for the firmware to re-establish a connection with it.
  • the firmware is made up of a boot block and a code block.
  • the boot block also called the bootloader, is not replaced when the firmware is replaced. Only the code block is replaced.
  • the bootloader maintains the routine for updating the firmware.
  • the bootloader validates that the updated firmware image is error free. This can be performed by generating a checksum,
  • the bootloader then substitutes the updated firmware image for the old (installed) firmware, as shown at block 208. In one embodiment, this is performed by transferring the firmware image from volatile memory into nonvolatile memory. The bootloader then either causes a reset, or it jumps to the start of the bootloader to initiate the newly updated firmware, as shown at block 210. This causes the bootloader to restart, at which point the bootloader checks for errors in the updated firmware, as shown at block 212. If the checksum is correct, then the firmware in the code block is executed, as shown at block 214 and 218.
  • the bootloader re-establishes a connection with the host system and moves to a waiting state, as shown at block 216.
  • the camera API may get status from the bootloader to determine whether the new firmware image was loaded properly into the code block, or whether there was a problem, and the bootloader is in the waiting state.
  • the camera API may attempt another update of the firmware.
  • the firmware can establish a connection with the host system.
  • the camera API will detect from its polling that the camera is connected at block 220.
  • the camera API can then re-open the camera driver and perform accesses to the camera.
  • Figure 8 shows one embodiment of a state transition diagram of the firmware boot process.
  • the state transition diagram is divided into boot block states on the left hand side of the Figure 8 and a code block state on the right hand side of Figure 8.
  • a reset initializes the camera hardware. This may include resetting registers and/or turning off certain units of the
  • state 300 there is a transition to state 302, at which the code block is checked. In one embodiment, a checksum is performed on the code block. If the checksum passes, then the instructions in the code block are executed, as shown at state 304.
  • the firmware in the code block is able to establish a connection with the host system and handles various commands received from the host system. If the firmware in the code block detects that the host system has issued a download command, then the state transitions to state 306, at which the camera hardware is initialized into a known state. For example, the sensor and strobe may be turned off, and the DRAM may be turned on. In one embodiment, the camera hardware is turned off when not in use in order to save power.
  • the state transitions to block 308, at which the updated firmware code is received from the host system.
  • the updated firmware code is temporarily stored in DRAM in one embodiment
  • waiting state 310 the boot block waits for a command from the host system.
  • the boot block waits for a command from the host system.
  • the host system may request status information from the boot block.
  • the host system can issue another download command, which results in a transition back to state 308.
  • a checksum is performed. If the checksum fails, then the boot block returns to waiting state 310. If the checksum passes, then the state transitions to block 322, at which the code block is erased. Subsequently, the code block is re-programmed in state 324. From state 324, there is a transition back to state 300 at which the camera hardware is re-initialized and the state transition diagram restarts as previously described.
  • Figure 9 shows a diagram of an exemplary nonvolatile memory 400.
  • the nonvolatile memory is a flash memory.
  • the boot block 402 and code block 404 are stored in the flash memory, and the boot block is locked so that it is not overwritten.
  • the code block is re-programmable.
  • the nonvolatile memory also stores one or more imaging tables 406.
  • the imaging tables may include information associated with the configuration of the camera.
  • the following imaging tables are stored in the flash memory.
  • the imaging tables allow for processing of an image in the camera.
  • the dead pixel table may include information on particular pixels of the camera which do not work properly.
  • the dead pixel table may be
  • a camera may be able to determine dead pixels dynamically.
  • the dead pixel table allows for interpolation using neighboring pixels to compensate for the defective pixels.
  • the other imaging tables allow manipulation of imaging data.
  • the encoder table may specify particular values used for encoding or compressing an image.
  • Exposure tables may include information on exposure time, gain, strobe use and intensity.
  • the companding table may include information used to map data from a bit representation using a first number of bits to a bit representation using a smaller number of bits.
  • the color correction tables may be used to correct colors.
  • the imaging tables include values that are associated with a particular illuminant.
  • the imaging tables may include different values corresponding to the capture of an image in either sunlight, fluorescent lighting, or tungsten bulb lighting.
  • the imaging tables may be stored into the nonvolatile memory 400 during manufacturing, but may be updated later by the firmware.
  • the firmware is able to delete imaging tables in the nonvolatile memory and transfer new imaging tables from the host system to the nonvolatile memory of the camera.
  • the firmware receives commands from the host system which indicates whether a table is to be transferred to the camera, or whether an imaging table is to be deleted.
  • a DRAM is used to store data.
  • the firmware copies a portion of its code to the DRAM, then transfers execution to the DRAM.
  • a microcontrolller executing instructions out of the DRAM is able to then write the new imaging tables to the nonvolatile memory. Execution is subsequently transferred back to the code section of the nonvolatile memory.
  • Tables 1 and 2 are used to show examples of how various versions of interfaces, firmware, and camera APIs on different cameras and personal computers (PCs) may interrelate.
  • Table 1 indicates a configuration table stored in a first camera API (CAMAPI #400).
  • Table 2 indicates a configuration table stored in a second camera API (CAMAPI #420).
  • Example 1 Assume that two users, A and B, have the same version of host application software and firmware versions. Let the software version be 1.0 which creates CAMAPI #400 having the table of identifiers shown in Table 1. The interface identifier is 0x0101, and the firmware version is 1.00. Next, user A receives an upgrade and updates his host application software to version 1.02, which has the same interface (0x0101).
  • the camera API 62 After the host application software is upgraded, the first time that user A tries to access the camera, the camera API 62 will detect an incompatible version of firmware. It will trigger the firmware to be updated automatically, as was previously described.
  • the firmware update is transparent to B. B is able to use his camera on either A's updated system or B's system with older host application software.
  • Example 3 If user A has firmware version 1.0 and uses CAMAPI #400 as shown in Table 1, and user B has firmware version 3.0 and uses CAMAPI #420, as shown in Table 2, then a PC must have both versions of software that interface with the separate interfaces to the cameras in order to access both cameras.
  • the interfaces have unique interface identifiers.
  • TWAIN interface describes to an imaging application how to go about acquiring images from a scanner or other digital imaging devices.
  • the current version of TWAIN is 1.7.
  • TWAIN is maintained by a standards group made up of several industry participants. More information on TWAIN is available through http://www.twain.org.
  • Proprietary interfaces may also be used. For example, DLLs supporting a particular application program so that the application program has the ability to transfer and delete images from the imaging device may be supported.
  • the hardware identifier specifies hardware changes, for example, a stepper motor may be added to the imaging device.
  • Firmware releases may be set up to track minor and major changes.
  • a minor change may be a bug fix or enhancement.
  • a major change may be the addition of new hardware.
  • FIG. 10 shows a flowchart of one embodiment of the process of initializing the host application software to establish a communication with an imaging device.
  • the imaging device is a camera
  • the host system is a personal computer.
  • the flowchart begins at block 500.
  • the process continues at block 502, at which the host application software creates a camera API.
  • the camera API loads a DLL that may be operating system dependent at block 504.
  • the camera API determines if a camera is available.
  • the flowchart returns to block 506. However, if a camera is available, the process continues at block 510.
  • the camera API sends a message to the host application software indicating that a camera is available.
  • the host application software requests that the camera driver be open at block 512.
  • the camera API responds by opening the camera driver, as shown at block 514.
  • the process of opening a driver means establishing a connection between the camera API and the camera driver.
  • the firmware update process as previously described, occurs at this point.
  • the host application software requests that images are transferred from the camera to the host system.
  • the camera API responds by transferring image information from the camera to the host application software at block 518.
  • Image information may include image pixel data as well as other information, such as color palette information, compression information, orientation of the image, and so forth.
  • the flowchart terminates at block 520.
  • Figure 11 shows a flowchart of one embodiment of the process of detecting that an imaging device such as a camera is attached to a host system.
  • the flowchart starts at block 600. It continues at block 602, in which the operating system determines if a camera is available. This may be done with the aid of a port driver such as a USB driver. If the camera is not available, the process returns to block 602. If a camera is available at block 604, the process continues at block 606 at which the operating system loads the camera driver.
  • an operating system such as Windows 98 is used by the host system.
  • Windows 98 allows the driver to signal the operating system of the camera being connected to the host system (the connection event), as shown by block 608.
  • the operating system then opens the applications that are registered with the connection event.
  • the host application software for the camera is initiated, as shown at block 610.
  • the flowchart then continues with the flowchart of Figure 10.
  • an alternate embodiment may use a "service" instead of the steps shown by blocks 608 and 610.
  • the service is installed by the user and is initiated on the host system automatically when the host system boots up.
  • the service opens the host application software when a camera is detected.
  • the service uses the camera API to determine if the camera is available.
  • the service acts as a mini-host application in a manner similar to that shown in Figure 10.
  • the service initiates the host application software when a connection to the camera driver is established.
  • the host application then establishes its own connection to the camera driver to transfer images from the camera.
  • the host application software 60 and the camera driver 44 are shipped with the camera 10.
  • the host application software 60 and the camera driver 44 are shipped with the camera 10.
  • -22- camera driver 44 may be shipped via floppy disk or CD-ROM.
  • the host application software 60 and camera driver 44 can be downloaded via the World Wide Web.
  • the host application software 60 and camera driver 44 are installed to a storage medium on the host system, such as a hard disk, dynamic random access memory (DRAM), static random access memory (SRAM), or flash memory.
  • DRAM dynamic random access memory
  • SRAM static random access memory

Abstract

A method of updating firmware between an imaging device (10) and a host system (20) is disclosed. The host system detects that the firmware on the imaging device is incompatible with a configuration of the host system. In response to detecting the incompatibility, an updated firmware image is transferred from the host system to the imaging device.

Description

AUTOMATIC UPDATE OF CAMERA FIRMWARE
FIELD OF THE INVENTION
The present invention relates to the field of imaging. More particularly, this invention relates to updating firmware between an imaging device and a host system.
BACKGROUND OF THE INVENTION
Imaging devices, such as cameras, typically store still or moving (video) image information on film, video tape, or other media. Digital cameras capture image information in digital format and store the image information in memory, such as a flash memory, or on other digital storage media. The digital image information can be downloaded to a host system, such as a personal computer. The image information can then be manipulated by rotating the image, cropping the image, or otherwise altering the image with software applications residing on the host system.
The imaging device includes firmware that allows the imaging device to communicate with software on the host system. The firmware includes instructions for performing various functions. For example, the firmware may be used to determine the exposure of an image, sense color in a particular manner, compress image data, conserve power, perform self tests, and/or specify accessing and formatting protocols to the storage medium on the camera.
Oftentimes, it is desirable to upgrade either the host software and/or the camera firmware with a new release of software or firmware. A common method for upgrading software is through the use of a patch, or service pack upgrade. This method consists of distributing a set of programs via floppy disk, CD-ROM, or World Wide Web to the host machine. The service pack, when run, modifies the components of the host software that need updating.
Updating the firmware is more problematic. This process is typically performed manually by a user. It may involve running an executable program, then resetting the imaging device. Manual updating of the firmware is inconvenient, and may lead to errors caused by incompatible versions of firmware and host system software.
SUMMARY OF THE PRESENT INVENTION
A method of updating firmware on an imaging device coupled to a host system is disclosed. The host system detects that the firmware on the imaging device is incompatible with a configuration of the host system. In response to detecting the incompatibility, an updated firmware image is transferred from the host system to the imaging device. In one embodiment, the updated firmware image is an older version of firmware than the one that is replaced.
Other features, and advantages of the present invention will be apparent from the accompanying drawings and from the detailed description that follows below.
-3- BRIEF DESCRIPTION OF THE DRAWINGS
Figure 1 shows a representation of an imaging device that is attachable to a host system.
Figure 2 shows one embodiment of the flow of information among the components of the host system when the imaging device 10 is first connected to the host system 20.
Figure 3 shows one embodiment of the flow of information among the components of the host system after the host application software 60 has been initiated.
Figure 4 shows one embodiment of the polling initialization process.
Figure 5 shows an embodiment of the polling process between the camera API 62 and the host applications software 60.
Figure 6 shows a flowchart of one embodiment of the process of checking whether a compatible imaging device is connected to the host system.
Figure 7 shows a flowchart of one embodiment of updating the firmware.
Figure 8 shows one embodiment of a state transition diagram of the firmware boot process.
Figure 9 shows a diagram of an exemplary nonvolatile memory 400 which stores the firmware.
Figure 10 shows a flowchart of one embodiment of the process of initializing the host application software to establish a communication with a camera.
Figure 11 shows a flowchart of one embodiment of the process of detecting that an imaging device such as a camera is attached to a host system. DETAILED DESCRIPTION
A method of updating firmware between an imaging device and a host system is disclosed. The firmware includes instructions which are used to control an embedded system, such as an imaging device. In one embodiment, the firmware update is performed automatically upon connecting the imaging device to the host system. This simplifies operation for the user while ensuring compatibility between the imaging device and the host software. The firmware update may provide "bug" fixes, enhancements to algorithms, updated color sensing, updated compression, new protocols for accessing and formatting the storage medium, and so forth. As will become clear, the automatic firmware update is particularly useful when multiple imaging devices with different versions of firmware are used with host systems that have different versions of software.
The following description describes the firmware update in the context of a system that transfers image information between the image device and the host system automatically upon coupling the image device to the host system. However, the firmware update is not limited to such a system.
The imaging device may be an image capture device, such as a camera. Alternatively, the techniques disclosed can be used with any device that is capable of storing image information. The host system may be any system which is capable of manipulating image information. For example, the host system may be a personal computer such as an IBM-compatible personal computer running on an Intel Pentium® or Pentium® II processor. However, the host system could alternatively be a printer, plotter, fax machine, display device, or storage device.
-5- For purposes of clarity, the following description is written in terms of the imaging capture device being a camera and the host system being a computer. It should be understood that other imaging devices and host systems may be employed.
Figure 1 shows a representation of an imaging device 10 that is attachable to a host system 20. In one embodiment, the imaging device 10 is attached via a cable 22 to a port 26 of the host system 20. The imaging device 10 is preferably coupled to the host system 20 using a data transfer protocol that supports a high data transfer rate. In one embodiment, the imaging device 10 is coupled to the host system 20 via a Universal Serial Bus (USB) connection. The USB connection provides for a data transfer rate of up to 12 Mb/s. Other connections and data transfer protocols may alternatively be used, such as the 1394 protocol. (More information on USB can be obtained from the World Wide Web at the URL http://www.usb.org/. The 1394 standard is maintained and distributed by the Institute of Electrical and Electronic Engineers. Firewire, one implementation of 1394, is defined by IEEE Standard 1394-1995.) Figures 2 and 3 are embodiments showing the relationship and messaging between components of the host system 20 and imaging device (camera) 10. Figure 2 shows one embodiment of the flow of information among the components of the host system when the imaging device 10 is first connected to the host system 20. The host system 20 includes an operating system (O/S) 40 and host application software 60. The host system 20 detects when an imaging device such as a camera 10 is attached to the host system 20. In one embodiment, the operating system 40 detects whether a camera 10 is attached to the system by polling the port 26. A port driver 42 may be used to
-6- provide an interface between the operating system 40 and the port 26. In one embodiment, the port 26 is a USB port and the port driver is a USB driver.
The operating system may be one of a variety of different operating systems. In one embodiment, the operating system is a Windows* operating system, such as Windows* 95, or Windows* 98 made by Microsoft Corporation. Windows 98 includes hooks which allow the polling of ports. Other operating systems may be modified to provide for such polling. The polling is preferably performed in the background so that the user need not be aware that it is being performed. Alternatively, host application software 60 can perform the polling of the port 26. However, polling by the operating system 40 (instead of by host application software 60) has a performance advantage, since the operating system is already set up for polling various activities, such as keyboard pushes, mouse movements, and so forth. For the purposes of illustration, the following description assumes that the operating system does the polling. A person skilled in the art can make the modifications to allow an application to do the polling.
When a camera 10 is connected to the port 26 of the host system 20, the port driver 42 signals the operating system 40 that the camera has been attached to the host system 20. This is illustrated by the arrow marked (1) shown in Figure 1. The operating system 40 identifies the device as a camera and loads the corresponding software driver 44 into memory as illustrated by the arrow (2). In one embodiment, the operating system 40 interrogates the camera 10 to get an identifier. The operating system 40 loads the software driver 44
Third-party marks and brands are the property of their respective owners.
-7- corresponding to the identifier. In this example, a camera driver 44 is loaded by the operating system 40.
The operating system 40 then loads one or more software applications corresponding to the camera. In one embodiment, the operating system allows software applications to be registered. Upon meeting a predetermined condition (such as a camera with a particular identifier being detected), the registered host application software is loaded. In this case, the host application software 60 (for the camera) is loaded as shown by the arrow (3). In one embodiment, the camera driver 44 signals the operating system 40 to initiate the host application software 60. The host application software 60 initiates the transfer of image information between the image device (camera) 10 and the host system 20. The host application software 60 may also process images. For example, the host application software 60 can perform decompression and/or color correction on the images. Furthermore, the host application software 60 may perform rotation, cropping, and other image manipulation functions.
Some operating systems, such as Windows 98 allow specific events to cause software applications to be launched. For example, the camera driver 44 can be set up with registered events such as "connection detected with camera" or "shutter button on camera is pushed." Thus, an operating system can be set up to automatically launch an application such as the host application software 60 when the camera 10 is attached.
In one embodiment, if the camera driver 44 or the host application software 60 is not installed on the host system 20 when the camera 10 is attached to the host system 20, then the user is requested to provide the camera driver 44 and/or host application software 60 for the device that has been
-8- attached to the port 26. Once the installation has been completed, the process proceeds as previously described.
Figure 3 shows one embodiment of the flow of information among the components of the host system after the host application software 60 has been initiated. In this embodiment, after being loaded, the host application software 60 creates and initializes a camera Applications Programming Interface (API) 62 as indicated by arrow (4). The camera API 62 may perform its task in a background thread. In this manner, the host application software 60 need not wait for the camera API 62 to complete before performing other tasks. In one embodiment, the camera API 62 is a COM object which loads a dynamic link library (DLL) 64 as shown by arrows (5). The DLL may be O/W dependent. The camera API 62 communicates to the operating system 40 via the DLL 64. (In another embodiment, the camera API 62 incorporates the DLL 64.) The operating system 40 in turn communicates with the camera 10 via the camera driver 44 and the port driver 42 as shown by arrows (6).
Figure 4 shows one embodiment of the polling initialization process. The polling initialization process begins with the operating system opening the host application software. The host application software 60 then creates and initializes a camera API 62. In one embodiment, the host application software 60 adds itself to the camera API's callback list, so that the host application software 60 will be notified when the camera API is successful in the polling process.
In one embodiment, the camera API upon initialization resets its internal variables, loads a DLL, and creates and starts a background thread. The camera API then inserts a message into the background threaded queue that tries to
-9- open the camera driver. (A driver is "opened" by establishing a connection between the camera API and the driver.) In one embodiment, the camera driver is only opened when a camera is attached: If the camera driver cannot be opened, then a camera is not attached to the host system. If a camera driver can be opened, then a camera is attached. In one embodiment, the camera API 44 attempts to open the camera driver every half a second.
Figure 5 shows an embodiment of the polling process between the camera API 62 and the host application software 60. In this embodiment, the camera API 62 attempts to open the camera driver (CM_SIGNAL_STATUS). When it is successful at opening the camera driver, the camera API closes the camera driver, and notifies the applications in its callback queue. Since the host application software 60 is in the callback queue of the camera API, it is notified that a camera has been detected.
In this embodiment, the host application software 60 re-opens the camera driver 44 by signaling the camera API 62 to open the camera driver 44 and check for a compatible camera (CM_OPEN_DRIVER). The host application software 60 can then send various commands to the camera 10 via the camera API 62 (and the operating system 40 and drivers 44 and 42). For example, the host application software 60 can request the number of images stored in the camera (CM_GET_NO_OF_IMAGES). The host application software 60 can request a list of the names of the images and the image sizes (CM_GET_IMAGE_LIST), or it can request a particular image (CM_GET_IMAGE_BY_NAME).
In one embodiment, the camera API 62 checks whether a compatible imaging device is connected to the host system, and automatically updates the
-10- firmware on the imaging device, if necessary. The automatic firmware update may be disabled or enabled as a factory setting by the manufacturer, or it may be alterable by the user.
Figure 6 shows a flowchart of one embodiment of the process of checking whether a compatible imaging device is connected to the host system. In one embodiment, this process is performed by the camera API 62. As previously mentioned, the camera API 62 is created and initialized by the host application software 60 as shown at block 100. The camera API 62 loads a DLL that may be operating system dependent at block 102, and the host application software 60 issues an open command to the camera API 62 at block 104. The camera API in response, opens the camera driver 62 via the DLL 64, as shown in block 106.
At block 108, the camera API 62 issues a command to the camera to fetch the camera interface number. In one embodiment, a unique camera interface number is assigned to a set of commands that the camera supports.
Operation continues at decision block 110. The interface number from the camera is compared with an interface table in the camera API 62. If the interface number is not stored in the camera API 62 interface table, then the camera API 62 closes the camera driver and signals to the host application software that the camera is incompatible, as shown at blocks 112 and 114. The camera API is not able to communicate with the camera because the commands that the camera supports is not known.
At block 110, if the interface number from the camera is stored in the interface table of the camera API 62, then the camera API 62 issues a command to the camera to fetch a hardware version number, as shown at block 120.
-11- At block 130, the hardware version number from the camera is compared with a hardware table stored in the camera API 62. If the hardware version number from the camera is not stored in the hardware table of the camera API 62, then the camera API 62 is unable to check for an update. The camera API 62 signals the host application software that the camera is open for access, as shown at block 132. The camera API 62 is able to communicate with the camera because its interface is compatible, but it does not update the firmware because it does not recognize the hardware configuration.
At block 130, if the hardware version number from the camera is stored in the hardware table of the camera API 62, then operation proceeds to block 140. At block 140, the camera API issues a command to the camera to return the firmware version number.
Operation proceeds to block 150. If the firmware version number is not different than that stored within the camera API 62, then the camera has updated firmware already. The camera API 62 signals the host application software that the camera is open for access.
If the firmware version number is different than that stored in the camera API 62, then operation continues at block 160. If the manufacturer has disabled the firmware updates, then the camera API 62 does not perform a firmware update and signals the host application software that the camera is open for access. For example, the manufacturer may set a bit in a register of the camera disabling firmware updates. Although the installed firmware may not be the latest version, the installed firmware is still able to perform with the host software as long as the interface and hardware are compatible.
-12- At block 170, a check is made whether the update has been tried before and failed. In one embodiment, a predetermined number of update tries is performed. If the update has been tried before and failed, then the camera API 62 signals to the host application software that the upgrade failed, and that the camera is open for access, as shown at block 172.
At block 170, if the update has not been tried before, then the flowchart proceeds with the firmware update process, as shown in Figure 7.
Figure 7 shows a flowchart of one embodiment of updating the firmware. At block 200, the camera API transfers an updated firmware image to the camera. In one embodiment, the camera API sends a download firmware command to the camera, so that the firmware will be ready to receive a new firmware image. The updated firmware image is then transferred from the host system to the camera. In one embodiment, the updated firmware image is stored on the camera in a temporary buffer, such as volatile memory.
At block 202, the camera API 62 closes the camera driver. This shuts down communication between the camera and the host system so that the firmware update is not interrupted. The camera API then signals the host application software that it is in the process of updating the firmware, as shown at block 204. The camera API begins to poll for the firmware to re-establish a connection with it.
The firmware is made up of a boot block and a code block. The boot block, also called the bootloader, is not replaced when the firmware is replaced. Only the code block is replaced. The bootloader maintains the routine for updating the firmware. At block 206, the bootloader validates that the updated firmware image is error free. This can be performed by generating a checksum,
-13- for example. The bootloader then substitutes the updated firmware image for the old (installed) firmware, as shown at block 208. In one embodiment, this is performed by transferring the firmware image from volatile memory into nonvolatile memory. The bootloader then either causes a reset, or it jumps to the start of the bootloader to initiate the newly updated firmware, as shown at block 210. This causes the bootloader to restart, at which point the bootloader checks for errors in the updated firmware, as shown at block 212. If the checksum is correct, then the firmware in the code block is executed, as shown at block 214 and 218.
If the checksum is incorrect, the bootloader re-establishes a connection with the host system and moves to a waiting state, as shown at block 216. In this waiting state, the camera API may get status from the bootloader to determine whether the new firmware image was loaded properly into the code block, or whether there was a problem, and the bootloader is in the waiting state. The camera API may attempt another update of the firmware.
Proceeding from block 218, once the firmware is able to restart with a correct checksum on its code block, then the firmware can establish a connection with the host system. The camera API will detect from its polling that the camera is connected at block 220. The camera API can then re-open the camera driver and perform accesses to the camera.
Figure 8 shows one embodiment of a state transition diagram of the firmware boot process. The state transition diagram is divided into boot block states on the left hand side of the Figure 8 and a code block state on the right hand side of Figure 8. At state 300, a reset initializes the camera hardware. This may include resetting registers and/or turning off certain units of the
-14- camera, so that the camera is in a known state. From state 300, there is a transition to state 302, at which the code block is checked. In one embodiment, a checksum is performed on the code block. If the checksum passes, then the instructions in the code block are executed, as shown at state 304. The firmware in the code block is able to establish a connection with the host system and handles various commands received from the host system. If the firmware in the code block detects that the host system has issued a download command, then the state transitions to state 306, at which the camera hardware is initialized into a known state. For example, the sensor and strobe may be turned off, and the DRAM may be turned on. In one embodiment, the camera hardware is turned off when not in use in order to save power. The state transitions to block 308, at which the updated firmware code is received from the host system. The updated firmware code is temporarily stored in DRAM in one embodiment
If there is a communication problem at state 308, then there is a transition to waiting state 310. At waiting state 310, the boot block waits for a command from the host system.
From state 302, if the checksum fails, then there is also a transition to waiting state 310. At waiting state 310, the boot block waits for a command from the host system. The host system, for example, may request status information from the boot block. When the host system realizes that the boot block is in waiting state 310, the host system can issue another download command, which results in a transition back to state 308.
From state 308, if the firmware image is downloaded without errors, then there is a transition to state 320, at which the code that was downloaded is
-15- checked for errors. In one embodiment a checksum is performed. If the checksum fails, then the boot block returns to waiting state 310. If the checksum passes, then the state transitions to block 322, at which the code block is erased. Subsequently, the code block is re-programmed in state 324. From state 324, there is a transition back to state 300 at which the camera hardware is re-initialized and the state transition diagram restarts as previously described.
Figure 9 shows a diagram of an exemplary nonvolatile memory 400. In one embodiment, the nonvolatile memory is a flash memory. In one embodiment, the boot block 402 and code block 404 are stored in the flash memory, and the boot block is locked so that it is not overwritten. The code block is re-programmable.
In one embodiment, the nonvolatile memory also stores one or more imaging tables 406. The imaging tables may include information associated with the configuration of the camera.
In one embodiment, the following imaging tables are stored in the flash memory.
1) dead pixel table
2) encoder table
3) exposure table
4) compander table
5) color correction tables
The imaging tables allow for processing of an image in the camera. For example, the dead pixel table may include information on particular pixels of the camera which do not work properly. The dead pixel table may be
-16- determined during manufacturing testing, for example. Alternatively, a camera may be able to determine dead pixels dynamically. The dead pixel table allows for interpolation using neighboring pixels to compensate for the defective pixels.
Similarly, the other imaging tables allow manipulation of imaging data. For example, the encoder table may specify particular values used for encoding or compressing an image. Exposure tables may include information on exposure time, gain, strobe use and intensity. The companding table may include information used to map data from a bit representation using a first number of bits to a bit representation using a smaller number of bits. The color correction tables may be used to correct colors.
In one embodiment, the imaging tables include values that are associated with a particular illuminant. For example, the imaging tables may include different values corresponding to the capture of an image in either sunlight, fluorescent lighting, or tungsten bulb lighting.
The imaging tables may be stored into the nonvolatile memory 400 during manufacturing, but may be updated later by the firmware. In one embodiment, the firmware is able to delete imaging tables in the nonvolatile memory and transfer new imaging tables from the host system to the nonvolatile memory of the camera. The firmware receives commands from the host system which indicates whether a table is to be transferred to the camera, or whether an imaging table is to be deleted.
In one embodiment, because some nonvolatile memories (e.g., some flash memories) are not able to both read from the nonvolatile memory and write to the nonvolatile memory at the same time, a DRAM is used to
-17- temporarily store code from the nonvolatile memory. The firmware copies a portion of its code to the DRAM, then transfers execution to the DRAM. A microcontrolller executing instructions out of the DRAM is able to then write the new imaging tables to the nonvolatile memory. Execution is subsequently transferred back to the code section of the nonvolatile memory.
Tables 1 and 2 are used to show examples of how various versions of interfaces, firmware, and camera APIs on different cameras and personal computers (PCs) may interrelate. Table 1 indicates a configuration table stored in a first camera API (CAMAPI #400). Table 2 indicates a configuration table stored in a second camera API (CAMAPI #420). Some examples of various embodiments using the configuration information stored in these tables will help to illustrate.
Table 1.
Interface Identifier Hardware Version Firmware Version/ Firmware Image
0x0101 1.00 1.00/Filename 3
1.01 1.02/Filename 4
1.02 1.07/Filename 5
0x0202 2.00 1.08/Filename 6
Table 2.
Interface Identifier Hardware Version Firmware Version
0x0303 3.00 1.09/Filename 8
Figure imgf000020_0001
3.01 1.09/Filename 8
■18- 3.02 2.18/Filename 12
Figure imgf000021_0001
0x0404 4.00 3.08/Filename 13
Example 1 : Assume that two users, A and B, have the same version of host application software and firmware versions. Let the software version be 1.0 which creates CAMAPI #400 having the table of identifiers shown in Table 1. The interface identifier is 0x0101, and the firmware version is 1.00. Next, user A receives an upgrade and updates his host application software to version 1.02, which has the same interface (0x0101).
After the host application software is upgraded, the first time that user A tries to access the camera, the camera API 62 will detect an incompatible version of firmware. It will trigger the firmware to be updated automatically, as was previously described.
Subsequently, assume that user B (who still has firmware version 1.00 on his camera) brings his camera to A's PC and plugs it in. The camera API on A's PC will again detect the firmware and software versions. The camera API will update the firmware on B's camera to 1.02. B's camera will now have a different firmware (1.02) than the host software on B's PC. When B takes his camera back to B's PC, the camera API 62 will have no knowledge of the firmware version 1.02. The camera API 62 will transfer the firmware image version 1.00 to B's camera. Thus, B's camera is restored to its original firmware so that it can communicate with the software on B's PC.
The firmware update is transparent to B. B is able to use his camera on either A's updated system or B's system with older host application software.
■19- Example 2: Assume that A has firmware version 1.00, interface 0x0101, and B has firmware version 1.08, interface 0x0202. B cannot use A's PC unless A upgrades her software to recognize the new interface 0x0202. If B's PC uses the camera API including all revisions shown in Table 1, then B's PC can be. used with either A's camera or B's camera.
Example 3: If user A has firmware version 1.0 and uses CAMAPI #400 as shown in Table 1, and user B has firmware version 3.0 and uses CAMAPI #420, as shown in Table 2, then a PC must have both versions of software that interface with the separate interfaces to the cameras in order to access both cameras.
In one embodiment, the interfaces have unique interface identifiers. One example of an interface is the TWAIN interface, which describes to an imaging application how to go about acquiring images from a scanner or other digital imaging devices. The current version of TWAIN is 1.7. TWAIN is maintained by a standards group made up of several industry participants. More information on TWAIN is available through http://www.twain.org. Proprietary interfaces may also be used. For example, DLLs supporting a particular application program so that the application program has the ability to transfer and delete images from the imaging device may be supported.
The hardware identifier specifies hardware changes, for example, a stepper motor may be added to the imaging device. Firmware releases may be set up to track minor and major changes. For example, a minor change may be a bug fix or enhancement. A major change may be the addition of new hardware.
-20- Figure 10 shows a flowchart of one embodiment of the process of initializing the host application software to establish a communication with an imaging device. In this disclosed embodiment, the imaging device is a camera, and the host system is a personal computer. The flowchart begins at block 500. The process continues at block 502, at which the host application software creates a camera API. The camera API loads a DLL that may be operating system dependent at block 504. At block 506, the camera API determines if a camera is available.
At block 508, if a camera is not available, then the flowchart returns to block 506. However, if a camera is available, the process continues at block 510. At block 510, the camera API sends a message to the host application software indicating that a camera is available. The host application software requests that the camera driver be open at block 512. The camera API responds by opening the camera driver, as shown at block 514. The process of opening a driver means establishing a connection between the camera API and the camera driver. The firmware update process, as previously described, occurs at this point.
At block 516, the host application software requests that images are transferred from the camera to the host system. The camera API responds by transferring image information from the camera to the host application software at block 518. Image information may include image pixel data as well as other information, such as color palette information, compression information, orientation of the image, and so forth. The flowchart terminates at block 520.
Figure 11 shows a flowchart of one embodiment of the process of detecting that an imaging device such as a camera is attached to a host system.
-21- The flowchart starts at block 600. It continues at block 602, in which the operating system determines if a camera is available. This may be done with the aid of a port driver such as a USB driver. If the camera is not available, the process returns to block 602. If a camera is available at block 604, the process continues at block 606 at which the operating system loads the camera driver.
In one embodiment, an operating system such as Windows 98 is used by the host system. Windows 98 allows the driver to signal the operating system of the camera being connected to the host system (the connection event), as shown by block 608. The operating system then opens the applications that are registered with the connection event. In this case, the host application software for the camera is initiated, as shown at block 610. The flowchart then continues with the flowchart of Figure 10.
If the operating system does not provide a way of opening an application based on the connection event, an alternate embodiment may use a "service" instead of the steps shown by blocks 608 and 610. The service is installed by the user and is initiated on the host system automatically when the host system boots up. The service opens the host application software when a camera is detected. In one embodiment, the service uses the camera API to determine if the camera is available. Thus, the service acts as a mini-host application in a manner similar to that shown in Figure 10. However, the service initiates the host application software when a connection to the camera driver is established. The host application then establishes its own connection to the camera driver to transfer images from the camera.
In one embodiment, the host application software 60 and the camera driver 44 are shipped with the camera 10. The host application software 60 and
-22- camera driver 44 may be shipped via floppy disk or CD-ROM. Alternatively, the host application software 60 and camera driver 44 can be downloaded via the World Wide Web. The host application software 60 and camera driver 44 are installed to a storage medium on the host system, such as a hard disk, dynamic random access memory (DRAM), static random access memory (SRAM), or flash memory.
In the foregoing specification, the invention has been described with reference to specific exemplary embodiments thereof. It will, however be evident to someone having the benefit of this disclosure, that various modifications and changes may be made thereto without departing from the broader spirit and scope of the invention as set forth in the appended claims. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.
-23-

Claims

CLAIMS WHAT IS CLAIMED IS:
1. A method of updating firmware on an imaging device coupled to a host system, the method comprising the steps of:
(a) detecting that the firmware on the imaging device is incompatible with a configuration of the host system; and
(b) transferring an updated firmware image from the host system to the imaging device in response to the step (a).
2. The method of claim 1, wherein the step (a) further comprises the steps of:
(i) getting device interface information from the imaging device; and (ii) comparing the device interface information with interface information stored on the host system.
3. The method of claim 1, wherein the step (a) is performed automatically upon establishing a connection between the imaging device and the host system.
4. The method of claim 1, wherein the step (b) further comprises the steps of:
(i) transferring the updated firmware image to a buffer memory; (ii) checking for errors in the buffer memory; and (iii) substituting the buffer memory for the incompatible firmware on the imaging device.
-24-
5. The method of claim 1, wherein the updated firmware image of the step (b) corresponds to an earlier version of firmware than that detected on the imaging device in the step (a).
6. The method of claim 1, wherein the step (b) further comprises the step of:
(i) loading one or more configuration tables into the imaging device from the host system.
7. The method of claim 6, wherein the one or more configuration tables are used to manipulate imaging data on the imaging device.
8. A system comprising: a processor; a storage medium storing instructions which when executed by the processor cause the processor to perform the steps of:
(a) detecting that firmware on an imaging device is out of date with a configuration of the system; and
(b) transferring an updated firmware image from the system to the imaging device in response to the step (a).
9. The system of claim 8, wherein the step (a) comprises the steps of:
(i) getting device interface information from the imaging device; and
(ii) comparing the device interface information with interface information stored on the system.
-25-
10. The system of claim 8, wherein the step (b) comprises the steps of:
(i) loading one or more configuration tables into the imaging device from the system.
11. The system of claim 10, wherein the one or more configuration tables are used to manipulate imaging data on the imaging device.
12. A computer-readable medium having stored thereon a plurality of instructions which, when executed by a processor, cause the processor to perform the steps of:
(a) detecting that firmware on an imaging device is incompatible with a configuration of a host system; and
(b) updating the firmware automatically in response to the step (a).
13. The computer-readable medium of claim 12, wherein step (a) further comprises the steps of:
(i) getting device interface information from the imaging device; and
(ii) comparing the device interface information with interface information stored on the host system.
14. The computer-readable medium of claim 12, wherein the step (b) further comprises the step of:
(i) loading one or more configuration tables into the imaging device from the host system.
-26-
15. The computer-readable medium of claim 14, wherein the one or more configuration tables are used to manipulate imaging data on the imaging device.
16. A method of updating firmware on a camera, the method comprising the steps of:
(a) connecting the camera to a host system, the host system set up with a configuration;
(b) detecting that firmware on the camera is incompatible with the configuration of the host system; and
(c) updating the firmware automatically in response to the step (b).
17. The method of claim 16, wherein the step (b) further comprises the steps of:
(i) getting device interface information from the camera; and (ii) comparing the device interface information with interface information stored on the host system.
18. The method of claim 16, wherein the step (c) further comprises the step of:
(i) loading one or more configuration tables into the camera from the host system.
19. The method of claim 18, wherein the one or more configuration tables are used to manipulate imaging data on the imaging device.
-27-
PCT/US1999/001398 1998-02-20 1999-01-22 Automatic update of camera firmware WO1999042924A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
DE19982950T DE19982950T1 (en) 1998-02-20 1999-01-22 Automatic update of camera firmware
GB0020204A GB2349967B (en) 1998-02-20 1999-01-22 Automatic update of camera firmware
JP2000532795A JP4942870B2 (en) 1998-02-20 1999-01-22 Automatic camera firmware update
AU23365/99A AU2336599A (en) 1998-02-20 1999-01-22 Automatic update of camera firmware

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/026,862 1998-02-20
US09/026,862 US6360362B1 (en) 1998-02-20 1998-02-20 Automatic update of camera firmware

Publications (1)

Publication Number Publication Date
WO1999042924A1 true WO1999042924A1 (en) 1999-08-26

Family

ID=21834218

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1999/001398 WO1999042924A1 (en) 1998-02-20 1999-01-22 Automatic update of camera firmware

Country Status (10)

Country Link
US (1) US6360362B1 (en)
JP (1) JP4942870B2 (en)
KR (1) KR100413901B1 (en)
CN (1) CN100392588C (en)
AU (1) AU2336599A (en)
DE (1) DE19982950T1 (en)
GB (1) GB2349967B (en)
MY (1) MY123463A (en)
TW (1) TW528987B (en)
WO (1) WO1999042924A1 (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000029944A1 (en) * 1998-11-16 2000-05-25 Cardsoft International Pty Limited Method and apparatus for programming computing devices
EP1100014A2 (en) * 1999-11-12 2001-05-16 Xerox Corporation Method for initiating program control
EP1178402A1 (en) * 2000-08-03 2002-02-06 Hsing Tech Enterprises Co., Ltd. Method and apparatus for actively updating program file(s) of a client computer
WO2002041127A2 (en) * 2000-11-16 2002-05-23 Vr Interactive Corporation Inward-looking imaging system
GB2379761A (en) * 2001-06-08 2003-03-19 Hewlett Packard Co System for updating software in an appliance
EP1385089A2 (en) 2002-07-26 2004-01-28 Ricoh Company, Ltd. Image forming apparatus, information processing apparatus, program execution method and program producing method
WO2004017175A2 (en) * 2002-08-19 2004-02-26 Symbol Technologies, Inc. System and method for automating firmware maintenance
WO2004079582A1 (en) * 2003-03-07 2004-09-16 Sony Corporation Device management method and device management system
WO2004086209A1 (en) * 2003-03-24 2004-10-07 Sony Corporation Network connection management method and electronic apparatus
EP1087294A3 (en) * 1999-09-27 2006-01-25 Nortel Networks Limited Method and apparatus of remotely updating firmware of a communication device
US7065560B2 (en) * 2002-03-12 2006-06-20 Hewlett-Packard Development Company, L.P. Verification of computer program versions based on a selected recipe from a recipe table
WO2006108222A1 (en) * 2005-04-15 2006-10-19 Digisensory Technologies Pty Ltd Method and system for configurable security and surveillance systems
WO2007028193A1 (en) * 2005-09-06 2007-03-15 Digisensory Technologies Pty, Ltd. Method and system for a programmable camera for configurable security and surveillance systems
EP1805923A2 (en) * 2004-10-14 2007-07-11 Motorola, Inc. System and method for reprogramming nodes in an automotive switch fabric network
US7587463B2 (en) 2002-06-17 2009-09-08 Seiko Epson Corporation Apparatus and method of rewriting firmware
EP2273502A1 (en) 2003-09-11 2011-01-12 Koninklijke Philips Electronics N.V. Method and system for retrieving data from an information carrier
EP3418899A1 (en) * 2017-06-19 2018-12-26 Nintendo Co., Ltd. Updating peripheral firmware
CN109101252A (en) * 2018-07-17 2018-12-28 广州视源电子科技股份有限公司 Firmware burning method, apparatus, equipment and system

Families Citing this family (111)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10341396A (en) * 1997-04-09 1998-12-22 Seiko Epson Corp Function-adding method for digital camera and digital camera
US6930709B1 (en) * 1997-12-04 2005-08-16 Pentax Of America, Inc. Integrated internet/intranet camera
US6833867B1 (en) * 1998-04-20 2004-12-21 Flashpoint Technology, Inc. Method and system for expanding the hardware capabilities of a digital imaging device
JP4557331B2 (en) * 1999-05-20 2010-10-06 キヤノン株式会社 Information processing apparatus, information processing system, operation control method, and computer-readable recording medium
US20040030768A1 (en) * 1999-05-25 2004-02-12 Suban Krishnamoorthy Unified system and method for downloading code to heterogeneous devices in distributed storage area networks
JP4286420B2 (en) * 2000-02-18 2009-07-01 Hoya株式会社 Internet camera
JP2001238199A (en) * 2000-02-25 2001-08-31 Asahi Optical Co Ltd Internet camera system
JP4262384B2 (en) * 2000-02-28 2009-05-13 Hoya株式会社 Internet camera
US8345105B2 (en) * 2000-03-06 2013-01-01 Sony Corporation System and method for accessing and utilizing ancillary data with an electronic camera device
US7356580B1 (en) * 2000-03-30 2008-04-08 Lam Research Corporation Plug and play sensor integration for a process module
US7672747B2 (en) 2000-03-30 2010-03-02 Lam Research Corporation Recipe-and-component control module and methods thereof
US7249247B2 (en) * 2000-04-11 2007-07-24 Microsoft Corporation Common feature mode for microprocessors in a multiple microprocessor system
US7013288B1 (en) * 2000-05-26 2006-03-14 Dialog Semiconductor Gmbh Methods and systems for managing the distribution of image capture devices, images, and prints
US6622302B1 (en) * 2000-06-30 2003-09-16 Lsi Logic Corporation Methods and apparatus for dynamic version transition of management applications and attached subsystems
US6907602B2 (en) * 2000-08-10 2005-06-14 Mustek Systems Inc. Method for updating firmware of computer device
US7562380B2 (en) * 2000-10-27 2009-07-14 Hoya Corporation Internet camera system
US8479189B2 (en) 2000-11-17 2013-07-02 Hewlett-Packard Development Company, L.P. Pattern detection preprocessor in an electronic device update generation system
US7409685B2 (en) 2002-04-12 2008-08-05 Hewlett-Packard Development Company, L.P. Initialization and update of software and/or firmware in electronic devices
US20020126212A1 (en) * 2001-03-06 2002-09-12 Konica Corporation Electronic still camera
JP2002278906A (en) * 2001-03-21 2002-09-27 Nec Corp Update managing system, update client device, update server device and program
US6754895B1 (en) * 2001-04-26 2004-06-22 Palm Source, Inc. Method and system for automatic firmware updates in a portable hand-held device
US20020188938A1 (en) * 2001-06-11 2002-12-12 Dong Mimi Chu System and method for providing application software for a peripheral device
US6751681B2 (en) * 2001-06-18 2004-06-15 Sony Corporation System and method for providing automatic firmware updates and diagnostics for network attached storage devices
US6691187B1 (en) * 2001-07-02 2004-02-10 Canon U.S.A., Inc. Printer-based interface with removable digital storage media
US7178141B2 (en) * 2001-07-30 2007-02-13 International Business Machines Corporation Method and system for identifying compatibility between firmware images
JP2003067208A (en) * 2001-08-23 2003-03-07 Sony Corp Information processing device and the method, recording medium and program
US8199188B2 (en) 2001-11-09 2012-06-12 Karl Storz Imaging, Inc. Video imaging system with a camera control unit
US8274559B2 (en) * 2001-11-09 2012-09-25 Karl Storz Imaging, Inc. Replaceable hardware component of a camera control unit for video systems
US8089509B2 (en) * 2001-11-09 2012-01-03 Karl Storz Imaging, Inc. Programmable camera control unit with updatable program
US7212227B2 (en) * 2001-11-09 2007-05-01 Karl Storz Imaging, Inc. Programmable and reconfigurable camera control unit for video systems
JP4434539B2 (en) * 2001-12-26 2010-03-17 富士通マイクロエレクトロニクス株式会社 Processor and boot method thereof
US7520853B2 (en) * 2001-12-28 2009-04-21 Karl Storz Imaging, Inc. Updateable endoscopic video imaging system
US7346672B2 (en) * 2002-03-12 2008-03-18 Hewlett-Packard Development Company, L.P. Automatic TFTP firmware download
JP2003274272A (en) * 2002-03-18 2003-09-26 Ricoh Co Ltd Image transfer equipment of digital camera
US20030217357A1 (en) * 2002-05-14 2003-11-20 Parry Travis J. Monitoring firmware
US20030217358A1 (en) * 2002-05-17 2003-11-20 Sun Microsystems, Inc. Method, system, and article of manufacture for firmware downloads
JP4527348B2 (en) * 2002-05-29 2010-08-18 富士通コンポーネント株式会社 Interface device, method of updating firmware in interface device, and program thereof
US20030233493A1 (en) * 2002-06-15 2003-12-18 Boldon John L. Firmware installation methods and apparatus
US6948036B2 (en) * 2002-06-21 2005-09-20 Hewlett-Packard Development Company, L.P. System and method for providing multi-initiator capability to an ATA drive
US6961813B2 (en) * 2002-06-21 2005-11-01 Hewlett-Packard Development Company, L.P. System and method for providing multi-initiator capability to an ATA drive
US7243347B2 (en) * 2002-06-21 2007-07-10 International Business Machines Corporation Method and system for maintaining firmware versions in a data processing system
US6955292B2 (en) * 2002-07-02 2005-10-18 Canon Kabushiki Kaisha Media reader for a removable digital storage medium
US7000151B2 (en) * 2002-07-18 2006-02-14 Hewlett-Packard Development Company, L.P. System and method for providing run-time type checking
US7669197B1 (en) * 2002-09-12 2010-02-23 Hewlett-Packard Development Company, L.P. Embedded system employing component architecture platform
KR100442884B1 (en) * 2002-09-14 2004-08-02 삼성전자주식회사 Method for updating firmware
US7480936B2 (en) * 2003-01-15 2009-01-20 Xerox Corporation Generic application architecture suitable for firewall traversal
CN1322426C (en) * 2003-02-12 2007-06-20 微星科技股份有限公司 Method and apparatus for restoring mapping files in system embedded electronic device
US20040199518A1 (en) * 2003-04-04 2004-10-07 Shoobe Howard A. System and method for transition of information handling system configuration
JP2005010912A (en) * 2003-06-17 2005-01-13 Alps Electric Co Ltd Program and computer
US20040263200A1 (en) * 2003-06-30 2004-12-30 Marijan Persun A method and apparatus for measuring leakage current and/or temperature variation
US7725892B2 (en) * 2003-07-01 2010-05-25 Hewlett-Packard Development Company, L.P. Field-replaceable unit revision compatibility
US7730476B2 (en) * 2003-07-01 2010-06-01 Hewlett-Packard Development Company, L.P. Field-replaceable unit revision compatibility
TWI220195B (en) * 2003-07-10 2004-08-11 Benq Corp Device to be updated using a disk label to update firmware and method using a disk label to update firmware
US8555273B1 (en) 2003-09-17 2013-10-08 Palm. Inc. Network for updating electronic devices
US20050182822A1 (en) * 2004-02-17 2005-08-18 Daniel Stuart W. Imaging device with memory device interface
US20050209790A1 (en) * 2004-03-19 2005-09-22 Matthias Niethammer Method and apparatus for remote servicing of an external component of an installed medical system
US7904895B1 (en) 2004-04-21 2011-03-08 Hewlett-Packard Develpment Company, L.P. Firmware update in electronic devices employing update agent in a flash memory card
JP2005321907A (en) * 2004-05-07 2005-11-17 Kyocera Corp Device driver provision method, information equipment, and peripheral equipment
TWI257047B (en) * 2004-06-25 2006-06-21 Fan-Sheng Lin Controlling method for embedded system device
US7391694B2 (en) * 2004-07-07 2008-06-24 Dell Products L.P. System and method for embedding optical drive compatibility information in optical media
US7379918B2 (en) * 2004-07-30 2008-05-27 Microsoft Corporation Method and system for single reactivation of software product licenses
US8526940B1 (en) 2004-08-17 2013-09-03 Palm, Inc. Centralized rules repository for smart phone customer care
US8060856B2 (en) * 2004-11-18 2011-11-15 Aol Inc. Native objects accessible by platform neutral API
DE102004055993A1 (en) * 2004-11-19 2006-05-24 Vega Grieshaber Kg A system arrangement and method in a process-processing system for detecting mismatched functionality between a device software and an associated device driver
US7574593B2 (en) * 2004-12-03 2009-08-11 Hewlett-Packard Development Company, L.P. Persistent memory manipulation using EFI
JP2006165942A (en) * 2004-12-07 2006-06-22 Sony Corp Portable electronic equipment, information processing method and program
CN100340982C (en) * 2005-03-03 2007-10-03 中兴通讯股份有限公司 After-error recovery method of transmission equipment card software on-line update
US9143841B2 (en) 2005-09-29 2015-09-22 Brocade Communications Systems, Inc. Federated management of intelligent service modules
US20070168571A1 (en) * 2005-11-02 2007-07-19 Dell Products L.P. System and method for automatic enforcement of firmware revisions in SCSI/SAS/FC systems
US7743224B2 (en) * 2006-01-06 2010-06-22 Dot Hill Systems Corp. Method and apparatus for virtual load regions in storage system controllers
US20070174418A1 (en) * 2006-01-23 2007-07-26 Dell Products L.P. Display firmware upgrade without external devices
CN100551088C (en) * 2006-02-23 2009-10-14 华为技术有限公司 A kind of method that detects upgrade software and top-set hardware compatibility
EP1830256B1 (en) * 2006-03-01 2014-08-13 Axis AB Method and system for upgrading a plurality of devices
EP2025095A2 (en) 2006-06-08 2009-02-18 Hewlett-Packard Development Company, L.P. Device management in a network
US7590835B1 (en) 2006-06-30 2009-09-15 American Megatrends, Inc. Dynamically updating a computer system firmware image
US7797696B1 (en) 2006-06-30 2010-09-14 American Megatrends, Inc. Dynamically updating a computer system and firmware image utilizing an option read only memory (OPROM) data structure
US9395968B1 (en) 2006-06-30 2016-07-19 American Megatrends, Inc. Uniquely identifying and validating computer system firmware
US8752044B2 (en) 2006-07-27 2014-06-10 Qualcomm Incorporated User experience and dependency management in a mobile device
KR101324187B1 (en) * 2006-08-24 2013-11-06 삼성전자주식회사 Display apparatus and information update method thereof
US7814046B2 (en) * 2006-09-29 2010-10-12 Lam Research Corporation Dynamic component-tracking system and methods therefor
DE102007058309B4 (en) * 2006-12-20 2013-12-24 Metz-Werke Gmbh & Co Kg Electronic flash unit with a microprocessor
JP4940967B2 (en) * 2007-01-30 2012-05-30 富士通株式会社 Storage system, storage device, firmware hot replacement method, firmware hot swap program
US9112891B2 (en) * 2007-02-02 2015-08-18 Sharp Laboratories Of America, Inc. Remote firmware management for electronic devices
US8019794B2 (en) * 2007-04-02 2011-09-13 Sharp Laboratories Of America, Inc. Firmware repository for MFP devices
US7857222B2 (en) * 2007-08-16 2010-12-28 Hand Held Products, Inc. Data collection system having EIR terminal interface node
US8245214B2 (en) * 2008-06-05 2012-08-14 International Business Machines Corporation Reliably updating computer firmware while performing command and control functions on a power/thermal component in a high-availability, fault-tolerant, high-performance server
US8489210B2 (en) 2009-03-24 2013-07-16 Rockwell Automation Technologies, Inc. Electronic operator interface based controller and device automatic downloads
KR101605875B1 (en) * 2009-04-03 2016-03-24 삼성전자주식회사 Memory apparatus and method for updating firmware of the memory apparatus
US9497092B2 (en) 2009-12-08 2016-11-15 Hand Held Products, Inc. Remote device management interface
DE102010016257A1 (en) 2010-03-31 2011-10-06 Softing Ag Method for updating firmware of field programmable gate array utilized in e.g. programmable logical circuit for controlling industrial process, involves rejecting data file in dependent upon result of identifier verification
DE102011083887A1 (en) * 2011-09-30 2014-02-27 Siemens Ag Automatic self-test procedure for medical devices
US8539123B2 (en) 2011-10-06 2013-09-17 Honeywell International, Inc. Device management using a dedicated management interface
US8621123B2 (en) 2011-10-06 2013-12-31 Honeywell International Inc. Device management using virtual interfaces
US8972970B2 (en) * 2012-07-02 2015-03-03 Taiwan Gomet Technology Co. Ltd. Firmware overwriting method in paired use wireless microphone and receiver
US8978024B2 (en) 2012-08-02 2015-03-10 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Federated system automatic update communication to enable selective update of critical firmware elements
JP5864467B2 (en) * 2013-03-28 2016-02-17 株式会社沖データ Information processing apparatus, firmware update method, and computer program
CN103634574B (en) * 2013-12-16 2017-04-05 苏州科达科技股份有限公司 Transparent data channel mode realizes the method and system that client is loaded into
JP6433844B2 (en) * 2015-04-09 2018-12-05 株式会社ソニー・インタラクティブエンタテインメント Information processing apparatus, relay apparatus, information processing system, and software update method
US10937019B2 (en) 2016-06-08 2021-03-02 Square, Inc. Wireless communication system with auxiliary antenna
US10318953B2 (en) 2016-06-29 2019-06-11 Square, Inc. Near field communication flex circuit
US10594599B2 (en) 2016-08-26 2020-03-17 Cisco Technology, Inc. Fibre channel fabric slow drain mitigation
US10949189B2 (en) * 2017-06-28 2021-03-16 Square, Inc. Securely updating software on connected electronic devices
CN107423075B (en) * 2017-08-28 2021-06-08 深圳传音控股股份有限公司 Driven registration method and user terminal
US10635820B1 (en) * 2017-09-29 2020-04-28 Square, Inc. Update policy-based anti-rollback techniques
CN109947439B (en) * 2017-12-15 2022-04-08 库币科技有限公司 Firmware updating method for closed storage device
TWI685786B (en) * 2018-10-25 2020-02-21 神雲科技股份有限公司 Firmware updating method for fpga
JP7363291B2 (en) * 2019-09-27 2023-10-18 ブラザー工業株式会社 Information processing device, software installation method, and program
WO2021065608A1 (en) 2019-10-03 2021-04-08 ソニー株式会社 Data processing apparatus, data processing method, and robot
US11741227B2 (en) * 2021-06-22 2023-08-29 Intel Corporation Platform security mechanism
TWI763314B (en) * 2021-02-18 2022-05-01 瑞昱半導體股份有限公司 Image system on chip, image capturing system including the same, and image capturing method
CN114979416A (en) * 2021-02-25 2022-08-30 瑞昱半导体股份有限公司 Image system single chip, image acquisition system comprising same and image acquisition method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5226145A (en) * 1989-12-08 1993-07-06 Fuji Photo Film Co., Ltd. Storage management system for memory card using memory allocation table
US5477264A (en) * 1994-03-29 1995-12-19 Eastman Kodak Company Electronic imaging system using a removable software-enhanced storage device

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4924513A (en) * 1987-09-25 1990-05-08 Digital Equipment Corporation Apparatus and method for secure transmission of data over an unsecure transmission channel
JP2623332B2 (en) * 1988-02-03 1997-06-25 日立マクセル株式会社 IC card and its operation program writing method
JPH01234954A (en) * 1988-03-16 1989-09-20 Toshiba Corp Firmware control system
US5138459A (en) * 1990-11-20 1992-08-11 Personal Computer Cameras, Inc. Electronic still video camera with direct personal computer (pc) compatible digital format output
JPH04241335A (en) * 1991-01-14 1992-08-28 Fuji Photo Film Co Ltd Digital electronic still camera with voltage drop warning mechanism incorporated with memory card
JPH04276824A (en) * 1991-03-04 1992-10-01 Fujitsu Ltd Immediate application system for firmware correcting data
US5268928A (en) * 1991-10-15 1993-12-07 Racal-Datacom, Inc. Data modem with remote firmware update
US5878256A (en) * 1991-10-16 1999-03-02 International Business Machine Corp. Method and apparatus for providing updated firmware in a data processing system
US5623604A (en) * 1992-11-18 1997-04-22 Canon Information Systems, Inc. Method and apparatus for remotely altering programmable firmware stored in an interactive network board coupled to a network peripheral
US5696899A (en) * 1992-11-18 1997-12-09 Canon Kabushiki Kaisha Method and apparatus for adaptively determining the format of data packets carried on a local area network
US5566335A (en) * 1993-03-16 1996-10-15 Hewlett-Packard Company Method and apparatus for firmware upgrades in embedded systems
JPH06309265A (en) * 1993-04-27 1994-11-04 Sanyo Electric Co Ltd Dynamic selection method for driver program of information processor
AU1519395A (en) * 1993-12-29 1995-07-17 Novalink Technologies, Inc. Data communication device
JPH07210395A (en) * 1994-01-10 1995-08-11 Fujitsu Ltd Firmware maintenance system
JPH08161178A (en) * 1994-12-09 1996-06-21 Chinon Ind Inc Peripheral device for computer
US5790260A (en) * 1995-11-08 1998-08-04 Financial Ware, Inc. Offline digitizing of items for subsequent image processing
US5701492A (en) * 1996-03-29 1997-12-23 Canon Kabushiki Kaisha Fail-safe flashing of EPROM
US6115799A (en) * 1996-07-19 2000-09-05 Canon Kabushiki Kaisha Information processing apparatus and associated method for managing a memory using a next fit and for reducing a memory fragmentation problem

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5226145A (en) * 1989-12-08 1993-07-06 Fuji Photo Film Co., Ltd. Storage management system for memory card using memory allocation table
US5477264A (en) * 1994-03-29 1995-12-19 Eastman Kodak Company Electronic imaging system using a removable software-enhanced storage device

Cited By (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000029944A1 (en) * 1998-11-16 2000-05-25 Cardsoft International Pty Limited Method and apparatus for programming computing devices
EP1087294A3 (en) * 1999-09-27 2006-01-25 Nortel Networks Limited Method and apparatus of remotely updating firmware of a communication device
EP1100014A2 (en) * 1999-11-12 2001-05-16 Xerox Corporation Method for initiating program control
EP1100014A3 (en) * 1999-11-12 2002-10-30 Xerox Corporation Method for initiating program control
US6622246B1 (en) 1999-11-12 2003-09-16 Xerox Corporation Method and apparatus for booting and upgrading firmware
EP1178402A1 (en) * 2000-08-03 2002-02-06 Hsing Tech Enterprises Co., Ltd. Method and apparatus for actively updating program file(s) of a client computer
WO2002041127A2 (en) * 2000-11-16 2002-05-23 Vr Interactive Corporation Inward-looking imaging system
WO2002041127A3 (en) * 2000-11-16 2002-09-06 Vr Interactive Corp Inward-looking imaging system
GB2379761A (en) * 2001-06-08 2003-03-19 Hewlett Packard Co System for updating software in an appliance
DE10220350B4 (en) * 2001-06-08 2006-07-20 Hewlett-Packard Development Co., L.P., Houston Image capture devices configured to connect to a network and methods of facilitating communication between an image capture device and a separate device
GB2379761B (en) * 2001-06-08 2005-11-02 Hewlett Packard Co System and method for appliance adaptation and evolution
US7065560B2 (en) * 2002-03-12 2006-06-20 Hewlett-Packard Development Company, L.P. Verification of computer program versions based on a selected recipe from a recipe table
US7587463B2 (en) 2002-06-17 2009-09-08 Seiko Epson Corporation Apparatus and method of rewriting firmware
EP1385089A2 (en) 2002-07-26 2004-01-28 Ricoh Company, Ltd. Image forming apparatus, information processing apparatus, program execution method and program producing method
EP1385089A3 (en) * 2002-07-26 2007-01-24 Ricoh Company, Ltd. Image forming apparatus, information processing apparatus, program execution method and program producing method
US7554685B2 (en) 2002-07-26 2009-06-30 Ricoh Company, Ltd. Image forming apparatus, information processing apparatus, program execution method and program producing method
WO2004017175A3 (en) * 2002-08-19 2004-04-08 Symbol Technologies Inc System and method for automating firmware maintenance
WO2004017175A2 (en) * 2002-08-19 2004-02-26 Symbol Technologies, Inc. System and method for automating firmware maintenance
WO2004079582A1 (en) * 2003-03-07 2004-09-16 Sony Corporation Device management method and device management system
WO2004086209A1 (en) * 2003-03-24 2004-10-07 Sony Corporation Network connection management method and electronic apparatus
EP2273502A1 (en) 2003-09-11 2011-01-12 Koninklijke Philips Electronics N.V. Method and system for retrieving data from an information carrier
US8245224B2 (en) 2003-09-11 2012-08-14 Koninklijke Philips Electronics N.V. Retrieving data from an information carrier
EP1805923A4 (en) * 2004-10-14 2013-04-24 Continental Automotive Systems System and method for reprogramming nodes in an automotive switch fabric network
EP1805923A2 (en) * 2004-10-14 2007-07-11 Motorola, Inc. System and method for reprogramming nodes in an automotive switch fabric network
US9595182B2 (en) 2005-04-15 2017-03-14 Avigilon Patent Holding 1 Corporation Method and system for configurable security and surveillance systems
AU2006235204B2 (en) * 2005-04-15 2010-04-15 Its-7 Pty Ltd. Method and system for configurable security and surveillance systems
US9342978B2 (en) 2005-04-15 2016-05-17 9051147 Canada Inc. Method and system for configurable security and surveillance systems
WO2006108222A1 (en) * 2005-04-15 2006-10-19 Digisensory Technologies Pty Ltd Method and system for configurable security and surveillance systems
US10311711B2 (en) 2005-04-15 2019-06-04 Avigilon Patent Holding 1 Corporation Method and system for configurable security and surveillance systems
US10854068B2 (en) 2005-04-15 2020-12-01 Avigilon Patent Holding 1 Corporation Method and system for configurable security and surveillance systems
WO2007028193A1 (en) * 2005-09-06 2007-03-15 Digisensory Technologies Pty, Ltd. Method and system for a programmable camera for configurable security and surveillance systems
US8508607B2 (en) 2005-09-06 2013-08-13 Its-7 Method and system for a programmable camera for configurable security and surveillance systems
EP3418899A1 (en) * 2017-06-19 2018-12-26 Nintendo Co., Ltd. Updating peripheral firmware
US10649760B2 (en) 2017-06-19 2020-05-12 Nintendo Co., Ltd. Updating a firmware from a server in response to a request from an executing applicant program
CN109101252A (en) * 2018-07-17 2018-12-28 广州视源电子科技股份有限公司 Firmware burning method, apparatus, equipment and system

Also Published As

Publication number Publication date
MY123463A (en) 2006-05-31
US6360362B1 (en) 2002-03-19
GB2349967A (en) 2000-11-15
KR20010041134A (en) 2001-05-15
GB2349967B (en) 2003-01-29
CN100392588C (en) 2008-06-04
CN1297547A (en) 2001-05-30
KR100413901B1 (en) 2004-01-07
TW528987B (en) 2003-04-21
DE19982950T1 (en) 2001-03-22
AU2336599A (en) 1999-09-06
GB0020204D0 (en) 2000-10-04
JP4942870B2 (en) 2012-05-30
JP2002504724A (en) 2002-02-12

Similar Documents

Publication Publication Date Title
US6360362B1 (en) Automatic update of camera firmware
US6256059B1 (en) Automatic transfer of image information between imaging device and host system
US7334227B2 (en) Device driver installing method
US7278002B2 (en) Method and system for reducing storage requirements for program code in a communication device
US7043664B1 (en) Firmware recovery
US9075680B2 (en) Firmware upgrade for thin clients using one or more servers
US20180121186A1 (en) Software installation onto a client using existing resources
US6681390B2 (en) Upgrade of a program
US7302559B2 (en) Memory dump program boot method and mechanism, and computer-readable storage medium
US20030200290A1 (en) System for and method of streaming data to a computer in a network
US20080263350A1 (en) Update in-use flash memory without external interfaces
KR20010033898A (en) Automatic transfer of image information between imaging device and host system
US9354898B1 (en) Detection of a USB OS descriptor request to facilitate installation of a device driver
US7099967B2 (en) System and method for storing an image file in a computer system
JPH1021060A (en) Communication system with automatic program update processing function, and recording medium equipped with program performing program update processing
WO2003100610A1 (en) System update protocol and bootable cd controller
KR100775431B1 (en) Apparatus and Method for System Imbedded System and Firmware Updating Method Therein
Cisco New Features for Cisco 1600 Series Routers
Cisco Loading and Maintaining System Images and Microcode
Cisco Loading and Maintaining System Images and Microcode
JP2004030539A (en) Information processing apparatus and method, recording medium and program
KR100429903B1 (en) Method for updating images in home gateway system
US7103687B2 (en) System and method for providing an image file in a computer system
KR100545796B1 (en) Method and apparatus for changing operating system of embedded system using server push (PSH)
JP2006172098A (en) Packet communication device, rebooting method in packet communication device, and program

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 99805163.2

Country of ref document: CN

AK Designated states

Kind code of ref document: A1

Designated state(s): AL AM AT AT AU AZ BA BB BG BR BY CA CH CN CU CZ CZ DE DE DK DK EE EE ES FI FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SK SL TJ TM TR TT UA UG US UZ VN YU ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW SD SZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
ENP Entry into the national phase

Ref document number: 200020204

Country of ref document: GB

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 1020007009181

Country of ref document: KR

ENP Entry into the national phase

Ref document number: 2000 532795

Country of ref document: JP

Kind code of ref document: A

RET De translation (de og part 6b)

Ref document number: 19982950

Country of ref document: DE

Date of ref document: 20010322

WWE Wipo information: entry into national phase

Ref document number: 19982950

Country of ref document: DE

WWP Wipo information: published in national office

Ref document number: 1020007009181

Country of ref document: KR

122 Ep: pct application non-entry in european phase
WWG Wipo information: grant in national office

Ref document number: 1020007009181

Country of ref document: KR

REG Reference to national code

Ref country code: DE

Ref legal event code: 8607

REG Reference to national code

Ref country code: DE

Ref legal event code: 8607