JP2010020496A - Imaging device and method of booting imaging device - Google Patents

Imaging device and method of booting imaging device Download PDF

Info

Publication number
JP2010020496A
JP2010020496A JP2008179561A JP2008179561A JP2010020496A JP 2010020496 A JP2010020496 A JP 2010020496A JP 2008179561 A JP2008179561 A JP 2008179561A JP 2008179561 A JP2008179561 A JP 2008179561A JP 2010020496 A JP2010020496 A JP 2010020496A
Authority
JP
Japan
Prior art keywords
data
startup
area
stored
user area
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2008179561A
Other languages
Japanese (ja)
Inventor
Hiromichi Watanabe
紘充 渡邉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sony Corp
Original Assignee
Sony Corp
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 Sony Corp filed Critical Sony Corp
Priority to JP2008179561A priority Critical patent/JP2010020496A/en
Publication of JP2010020496A publication Critical patent/JP2010020496A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Studio Devices (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a new and improved imaging device for cold booting a system at a high speed by temporarily storing decompressed boot data in a nonvolatile storage area used by a user, and to provide a method of booting the imaging device. <P>SOLUTION: This imaging device has: a user area that is a nonvolatile storage area storing image data captured by an imaging part; a system area that is a nonvolatile storage area storing compressed boot data obtained by compressing boot data necessary for booting the system, and boot management information including information related to the use state of the user area; and a boot control part storing the decompressed boot data obtained by decompressing the boot compression data in the user area, booting the system using either the compressed boot data stored in the system area or the decompressed boot data stored in the user area based on the boot management information, and updating the boot management information. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、撮像装置および撮像装置の起動方法に関する。   The present invention relates to an imaging apparatus and a startup method of the imaging apparatus.

パーソナルコンピュータ、DVDレコーダ、デジタルスチルカメラやビデオカメラなどの撮像装置、などの各種情報処理装置は、ユーザの要求に応じて、迅速にシステムを起動して動作可能な状態にすることが要求される。特に、撮像装置の場合、起動時間が長くなってしまうと、ユーザが撮像機会を失ってしまうという問題が発生する。したがって、デジタルスチルカメラやビデオカメラなどの撮像装置では特に、システムの高速起動が強く要望されている。   Various information processing apparatuses such as personal computers, DVD recorders, and imaging apparatuses such as digital still cameras and video cameras are required to quickly start the system and be in an operable state in response to a user request. . In particular, in the case of an imaging device, there is a problem that the user loses an imaging opportunity when the startup time is long. Therefore, particularly in an imaging apparatus such as a digital still camera or a video camera, there is a strong demand for high-speed activation of the system.

撮像装置は通常、システムの起動に必要な起動用データを不揮発性の内部記憶領域に保存している。これにより撮像装置は、電源が完全に切れている状態においてユーザから起動要求があった場合には、当該起動用データに基づいて、いわゆるコールドブートと呼ばれる方法によりシステムを起動する。ここで、撮像装置の不揮発性の内部領域は一般的に、システムの起動・作動などに必要なデータやプログラムなどを記憶するシステム領域と、ユーザにより撮像された画像データなどを記憶するユーザ領域とに分けて構成される。また、撮像装置の不揮発性の内部領域は通常、ユーザが利用可能なユーザ領域の容量を可能な限り多く確保するために、システム領域の容量が最小限に制限される。さらに、撮像装置は、小型化、軽量化、低価格設計、携帯性などが強く要求されるため、十分な容量の不揮発性の内部領域を確保することは難しいという問題がある。しがたって、撮像装置は、例えば特許文献1に記載のように、システムの起動に必要な起動用データを圧縮してシステム領域に保存し、システムを起動する際に当該圧縮データを自動解凍し、主メモリへ展開することによりシステムを起動するのが一般的である。   The imaging apparatus normally stores startup data necessary for system startup in a nonvolatile internal storage area. As a result, the imaging apparatus starts up the system by a so-called cold boot based on the start-up data when a start-up request is received from the user when the power is completely turned off. Here, the non-volatile internal area of the imaging device generally includes a system area that stores data and programs necessary for system activation and operation, and a user area that stores image data captured by the user. It is divided into two parts. In addition, the non-volatile internal area of the image pickup apparatus is usually limited to the capacity of the system area in order to secure as much user area capacity as possible for the user. Furthermore, since the imaging device is strongly required to be small in size, light in weight, low cost design, and portable, there is a problem that it is difficult to secure a nonvolatile internal region having a sufficient capacity. Therefore, as described in Patent Document 1, for example, the imaging apparatus compresses startup data necessary for system startup and stores it in the system area, and automatically decompresses the compressed data when the system is started up. In general, the system is started by expanding the main memory.

特開平5−20084号公報JP-A-5-20084

しかしながら、解凍済みの起動用データが保存される主メモリは通常揮発性領域であるため、システムを一度OFFにすると、解凍済みの起動用データは失われてしまう。したがって、次回システムを起動する際には、再度圧縮された起動用データを解凍する必要があるため、起動時間が長くなってしまう。   However, since the main memory in which the decompressed startup data is stored is usually a volatile area, the decompressed startup data is lost once the system is turned off. Therefore, when starting the system next time, it is necessary to decompress the start-up data that has been compressed again, so that the start-up time becomes long.

また、システムをOFFする際に、システムの作業状態をシステム領域に保存することにより、次回のシステム起動を高速化し、システムOFF直前の状態で作業が開始できるようにする、いわゆるハイバネーションといわれる技術が知られている。   In addition, when the system is turned off, there is a technology called so-called hibernation that saves the work status of the system in the system area so that the next system startup can be speeded up and the work can be started immediately before the system is turned off. Are known.

しかしながら、撮像装置は通常、小型化、軽量化、低価格設計、携帯性なども同時に要求されるため、ハイバネーションに必要なイメージデータを格納する十分な容量のシステム領域を確保するのは容易ではない。このため、ハイバネーション機能が搭載されていない撮像装置も多い。このように、ハイバネーション機能を備えていない撮像装置は、常にコールドブートによるシステムの起動が必要となる。したがって、撮像装置は、システムを起動する毎に、システム領域に保存されている圧縮された起動用データを解凍する必要がある。   However, since an image pickup apparatus usually requires downsizing, weight reduction, low cost design, portability, and the like at the same time, it is not easy to secure a sufficient system area for storing image data necessary for hibernation. . For this reason, many imaging devices are not equipped with a hibernation function. As described above, an imaging apparatus that does not have a hibernation function always needs to start the system by cold boot. Therefore, every time the image pickup apparatus starts up the system, it is necessary to decompress the compressed start-up data stored in the system area.

このように、従来の撮像装置では、システムをコールドブートする際に、圧縮された起動用データの解凍作業が必要となるため、システムの高速起動を実現できないという問題があった。   As described above, the conventional imaging apparatus has a problem in that when the system is cold booted, it is necessary to decompress the compressed start-up data, so that the system cannot be started at high speed.

そこで、本発明は、上記問題に鑑みてなされたものであり、本発明の目的とするところは、解凍済みの起動用データを、ユーザにより利用される不揮発性の記憶領域に一時的に保存しておくことにより、システムを高速でコールドブートすることが可能な、新規かつ改良された撮像装置および撮像装置の起動方法を提供することにある。   Accordingly, the present invention has been made in view of the above problems, and an object of the present invention is to temporarily store decompressed startup data in a nonvolatile storage area used by a user. Accordingly, it is an object of the present invention to provide a new and improved imaging apparatus and imaging apparatus activation method capable of cold booting a system at high speed.

上記課題を解決するために、本発明のある観点によれば、被写体を撮像する撮像部と、前記撮像部により撮像された画像データを記憶する不揮発性の記憶領域であるユーザ領域と、前記ユーザ領域の利用状況に関する情報を含む起動用管理情報、およびシステムの起動に必要な起動用データを圧縮した起動用圧縮データを記憶する不揮発性の記憶領域であるシステム領域と、前記起動用圧縮データを解凍した起動用解凍データを前記ユーザ領域に保存し、前記起動用管理情報に基づいて、前記ユーザ領域に保存されている起動用解凍データ、または前記システム領域に保存されている起動用圧縮データのいずれか一方により前記システムを起動し、前記起動用管理情報を更新する起動制御部と、を備える撮像装置が提供される。   In order to solve the above problems, according to an aspect of the present invention, an imaging unit that captures an image of a subject, a user area that is a nonvolatile storage area that stores image data captured by the imaging unit, and the user A system area which is a non-volatile storage area for storing start-up management information including information related to the use of the area, and start-up compressed data obtained by compressing start-up data necessary for system start-up, and the start-up compressed data The decompressed startup decompressed data is stored in the user area, and the startup decompressed data stored in the user area or the compressed compressed data stored in the system area is stored based on the startup management information. There is provided an imaging apparatus including an activation control unit that activates the system by any one and updates the management information for activation.

係る構成により、撮像装置は、本来ユーザにより利用される不揮発性の記憶領域であるユーザ領域に、システムの起動に必要な起動用データを圧縮することなく保存することができる。また、撮像装置は、ユーザ領域の利用状況に関する情報を含む起動用管理情報をシステム領域に有することができる。これにより撮像装置は、起動用管理情報に基づいて、ユーザ領域の利用状況を確認することができる。したがって、撮像装置は、起動用管理情報に基づいて、ユーザ領域に保存されている起動用解凍データ、またはシステム領域に保存されている起動用圧縮データのいずれか一方によりシステムを起動することができる。さらに、撮像装置は、起動用管理情報を更新することにより、常に最新のユーザ領域の利用状況を確認することができる。   With such a configuration, the imaging apparatus can store the startup data necessary for starting the system in the user area, which is a nonvolatile storage area originally used by the user, without being compressed. Further, the imaging apparatus can have startup management information including information related to the usage status of the user area in the system area. Thereby, the imaging apparatus can confirm the usage status of the user area based on the management information for activation. Therefore, the imaging apparatus can start up the system based on either start-up decompressed data stored in the user area or start-up compressed data stored in the system area based on the start management information. . Furthermore, the imaging apparatus can always check the usage status of the latest user area by updating the startup management information.

また、前記起動制御部は、ユーザから前記システムの起動要求があった場合に、前記起動用管理情報に基づいて、前記ユーザ領域に前記起動用解凍データが保存されているか否かを判断してもよい。この場合、前記起動制御部は、前記ユーザ領域に前記起動用解凍データが保存されていない場合には、前記システム領域に保存されている前記起動用圧縮データを解凍することにより前記システムを起動し、前記ユーザ領域に前記起動用解凍データが保存されている場合には、該起動用解凍データに基づいて前記システムを起動することもできる。   The activation control unit determines whether the activation decompression data is stored in the user area based on the activation management information when a user requests activation of the system. Also good. In this case, when the startup decompression data is not stored in the user area, the startup control unit starts up the system by decompressing the startup compressed data stored in the system area. When the decompression data for activation is stored in the user area, the system can be activated based on the decompression data for activation.

また、前記起動制御部は、前記起動用圧縮データを解凍することにより前記システムを起動した場合には、前記起動用管理情報に基づいて、前記解凍された起動用データを起動用解凍データとして前記ユーザ領域に保存して、前記起動用管理情報を更新することもできる。   In addition, when the boot control unit boots the system by decompressing the boot compressed data, the boot control unit uses the decompressed boot data as boot decompression data based on the boot management information. The activation management information can also be updated by saving in the user area.

また、前記起動制御部は、前記起動用圧縮データを解凍することにより前記システムを起動した場合、前記システムの起動時に、前記起動用解凍データを前記ユーザ領域に保存することもできる。   In addition, when the system is started by decompressing the startup compressed data, the startup control unit can store the startup decompressed data in the user area when the system is started up.

また、前記起動制御部は、前記起動用圧縮データを解凍することにより前記システムを起動した場合、ユーザにより前記システムのOFF要求を受け付けた後に、前記起動用解凍データを前記ユーザ領域に保存することもできる。   In addition, when the activation control unit activates the system by decompressing the compression data for activation, the activation control unit stores the activation decompression data in the user area after receiving a request for turning off the system by a user. You can also.

前記撮像装置はさらに、前記撮像部により撮像されたデータを前記ユーザ領域に保存するデータ保存制御部を備えてもよい。   The imaging apparatus may further include a data storage control unit that stores data captured by the imaging unit in the user area.

また、前記データ保存制御部は、前記起動用管理情報に基づいて、前記ユーザ領域に前記起動用解凍データが保存されているか否かを判断してもよい。この場合、前記データ保存制御部は、前記ユーザ領域に前記起動用解凍データが保存されていないと判断した場合には、前記画像データを前記ユーザ領域に保存し、前記ユーザ領域に前記起動用解凍データが保存されていると判断した場合には、該起動用解凍データを消去した後に、前記画像データを前記ユーザ領域に保存することもできる。   The data storage control unit may determine whether or not the startup decompression data is stored in the user area based on the startup management information. In this case, when the data storage control unit determines that the startup decompression data is not stored in the user area, the data storage control unit stores the image data in the user area and stores the startup decompression in the user area. If it is determined that the data is stored, the image data can be stored in the user area after erasing the startup decompression data.

また、前記データ保存制御部は、前記起動用管理情報に基づいて、前記ユーザ領域に前記起動用解凍データが保存されているか否かを判断してもよい。この場合、前記データ保存制御部は、前記ユーザ領域に前記起動用解凍データが保存されていないと判断した場合には、前記画像データを前記ユーザ領域に保存し、前記ユーザ領域に前記起動用解凍データが保存されていると判断した場合には、前記ユーザ領域に前記画像データを保存するのに必要な空き容量が残っているか否かを、前記起動用管理情報に基づいて判断してもよい。前記データ保存制御部はさらに、前記ユーザ領域に前記画像データを保存するのに必要な空き容量が残っている場合には、該画像データを前記ユーザ領域に保存し、前記ユーザ領域に前記画像データを保存するのに必要な空き容量が残っていない場合には、前記起動用解凍データを消去した後に、前記画像データを前記ユーザ領域に保存することもできる。   The data storage control unit may determine whether or not the startup decompression data is stored in the user area based on the startup management information. In this case, when the data storage control unit determines that the startup decompression data is not stored in the user area, the data storage control unit stores the image data in the user area and stores the startup decompression in the user area. If it is determined that the data is stored, it may be determined based on the startup management information whether or not the user area has enough free space to store the image data. . The data storage control unit further stores the image data in the user area when the free space necessary for storing the image data remains in the user area, and stores the image data in the user area. If there is no free space necessary to store the image data, the image data can also be stored in the user area after the startup decompression data is erased.

また、前記起動用管理情報は、少なくとも前記ユーザ領域に前記起動用解凍データが保存されているか否かに関する情報と、前記ユーザ領域に前記データが保存されているか否かに関する情報と、前記ユーザ領域の空き容量に関する情報と、を含めてもよい。   The activation management information includes at least information regarding whether or not the decompression data for activation is stored in the user area, information regarding whether or not the data is stored in the user area, and the user area And information regarding the free space of the.

上記課題を解決するために、本発明の別の観点によれば、被写体を撮像する撮像部と、前記撮像部により撮像された画像データを記憶する着脱可能な外部記憶装置を収納する装着部と、前記撮像部により撮像された画像データを記憶する不揮発性の記憶領域であるユーザ領域と、前記ユーザ領域と前記外部記憶装置との利用状況に関する情報を含む起動用管理情報、およびシステムの起動に必要な起動用データを圧縮した起動用圧縮データを記憶する不揮発性の記憶領域であるシステム領域と、前記起動用圧縮データを解凍した起動用解凍データを前記ユーザ領域または前記外部記憶装置のいずれか一方に保存し、前記起動用管理情報に基づいて、前記ユーザ領域もしくは前記外部記憶装置に保存されている起動用解凍データ、または前記システム領域に保存されている起動用圧縮データのいずれか一方により前記システムを起動し、前記起動用管理情報を更新する起動制御部と、を備える撮像装置が提供される。   In order to solve the above problems, according to another aspect of the present invention, an imaging unit that images a subject, and a mounting unit that houses a removable external storage device that stores image data captured by the imaging unit, , A user area that is a non-volatile storage area for storing image data picked up by the image pickup unit, management information for start-up including information on the usage status of the user area and the external storage device, and system start-up A system area that is a non-volatile storage area for storing start-up compressed data obtained by compressing necessary start-up data, and start-up decompressed data obtained by decompressing the start-up compressed data are either the user area or the external storage device. One of the decompression data for start-up stored in the user area or the external storage device based on the start-up management information. Start the system by one of the start-compressed data stored in Temu region, and a start control unit that updates the startup management information, the imaging device comprising is provided.

係る構成により、撮像装置は、本来ユーザにより利用される不揮発性の記憶領域であるユーザ領域または外部記憶装置に、システムの起動に必要な起動用データを圧縮することなく保存することができる。また、撮像装置は、ユーザ領域および外部記憶装置の利用状況に関する情報を含む起動用管理情報をシステム領域に有することができる。これにより撮像装置は、起動用管理情報に基づいて、ユーザ領域および外部記憶装置の利用状況を確認することができる。したがって、撮像装置は、起動用管理情報に基づいて、ユーザ領域または外部記憶装置に保存されている起動用解凍データ、またはシステム領域に保存されている起動用圧縮データのいずれか一方によりシステムを起動することができる。さらに、撮像装置は、起動用管理情報を更新することにより、常に最新のユーザ領域および外部記憶装置の利用状況を確認することができる。   With such a configuration, the imaging apparatus can store the startup data necessary for starting the system in the user area or the external storage device, which is a nonvolatile storage area originally used by the user, without being compressed. In addition, the imaging apparatus can have activation management information including information regarding the usage status of the user area and the external storage device in the system area. As a result, the imaging apparatus can confirm the usage status of the user area and the external storage device based on the startup management information. Therefore, the imaging apparatus starts up the system based on either start-up decompressed data stored in the user area or the external storage device or start-up compressed data stored in the system area based on the start-up management information. can do. Furthermore, the imaging apparatus can always check the latest user area and the usage status of the external storage device by updating the startup management information.

以上説明したように本発明によれば、解凍済みの起動用データを、ユーザにより利用される不揮発性の記憶領域に一時的に保存しておくことにより、システムを高速でコールドブートすることが可能な、新規かつ改良された撮像装置を提供することができる。   As described above, according to the present invention, the system can be cold booted at high speed by temporarily storing the decompressed startup data in a nonvolatile storage area used by the user. In addition, a new and improved imaging device can be provided.

以下に添付図面を参照しながら、本発明の好適な実施の形態について詳細に説明する。なお、本明細書及び図面において、実質的に同一の機能構成を有する構成要素については、同一の符号を付することにより重複説明を省略する。なお、説明は以下の順序で行うものとする。
1.実施形態の概要
2.デジタルカメラ100の機能構成
3.内部記憶領域112の構成
4.デジタルカメラ100の各種処理フロー
4−1.コールドブートによる起動フロー
4−2.画像データの保存フロー
5.変形例
5−1.変形例1(画像データの保存における変形例)
5−2.変形例2(起動用解凍データ140の保存における変形例)
5−3.変形例3(外部記憶装置124に起動用解凍データ140を保存する変形例)
5−4.変形例4(ユーザ領域132または外部記憶装置124のいずれか一方に起動用解凍データ140を保存する変形例)
Exemplary embodiments of the present invention will be described below in detail with reference to the accompanying drawings. In addition, in this specification and drawing, about the component which has the substantially same function structure, duplication description is abbreviate | omitted by attaching | subjecting the same code | symbol. The description will be made in the following order.
1. Outline of Embodiments 2. 2. Functional configuration of digital camera 100 3. Configuration of internal storage area 112 Various processing flows of the digital camera 100 4-1. Startup flow by cold boot 4-2. 4. Storage flow of image data Modified example 5-1. Modification 1 (Modification in saving image data)
5-2. Modification Example 2 (Modification Example of Saving Decompression Data 140 for Startup)
5-3. Modification 3 (Modification in which the decompression data 140 for activation is stored in the external storage device 124)
5-4. Modification 4 (Modification in which the decompression data 140 for activation is stored in either the user area 132 or the external storage device 124)

実施形態の概要)
まず、本発明の実施形態の1つに係る撮像装置の概要について説明する。上述したように、従来の撮像装置は、システムをコールドブートにより起動する場合、不揮発性の内部記憶領域のシステム領域に保存されている圧縮された起動用データを解凍する必要がある。したがって、圧縮データの解凍作業により起動時間が長くなってしまうという問題があった。これに対して、本実施形態に係る撮像装置は、コールドブートによるシステムの起動の高速化を可能とする。具体的には、本実施形態に係る撮像装置は、不揮発性の内部記憶領域のうち、本来ユーザにより撮像された画像データなどを記憶するためのユーザ領域に、解凍済みの起動用データを一時的に保存する。これにより、本実施形態に係る撮像装置は、ユーザ領域に保存されている解凍済みの起動用データに基づいて、システムを高速でコールドブートにより起動することができる。さらに、ユーザがユーザ領域を利用する場合には、ユーザ領域に保存されている解凍済みの起動用データを自動で消去することなどにより、解凍済みの起動用データを保存することによるユーザへの弊害を一切防止することができる。以下このような特徴を有する本実施形態に係る撮像装置の詳細について説明する。なお、明細書の以下の説明においては、特に断りがない限り、「システムの起動」は「システムのコールドブート」を意味する。
Outline of Embodiment)
First, an outline of an imaging apparatus according to one embodiment of the present invention will be described. As described above, the conventional imaging apparatus needs to decompress the compressed start-up data stored in the system area of the nonvolatile internal storage area when the system is started by cold boot. Therefore, there has been a problem that the startup time becomes longer due to the decompression work of the compressed data. On the other hand, the imaging apparatus according to the present embodiment can increase the speed of system startup by cold boot. Specifically, the imaging apparatus according to the present embodiment temporarily stores the decompressed startup data in a user area for storing image data originally captured by the user in a nonvolatile internal storage area. Save to. Thereby, the imaging apparatus according to the present embodiment can start up the system at a high speed by cold boot based on the decompressed start-up data stored in the user area. Further, when the user uses the user area, it is harmful to the user by saving the decompressed startup data by automatically deleting the decompressed startup data stored in the user area. Can be prevented at all. The details of the imaging apparatus according to the present embodiment having such characteristics will be described below. In the following description of the specification, “system activation” means “system cold boot” unless otherwise specified.

(2.デジタルカメラ100の機能構成)
まず、本発明の実施形態の1つ係る撮像装置の一例であるデジタルカメラ100の機能構成について説明する。図1は、デジタルカメラ100の機能構成を示すブロック図である。なお、図1に示すデジタルカメラ100は、被写体を撮像する撮像装置の一例であり、少なくとも静止画を撮像するデジタルスチルカメラであるが、本発明はこれに限定されるものではない。
(2. Functional configuration of digital camera 100)
First, a functional configuration of a digital camera 100 that is an example of an imaging apparatus according to an embodiment of the present invention will be described. FIG. 1 is a block diagram showing a functional configuration of the digital camera 100. A digital camera 100 shown in FIG. 1 is an example of an imaging apparatus that captures an image of a subject, and is a digital still camera that captures at least a still image. However, the present invention is not limited to this.

図1に示すように、デジタルカメラ100は主に、操作入力部102と、撮像部104と、音声入出力部106と、表示部108と、データ処理部110と、内部記憶領域112と、デコーダ114と、装着部116と、RAM118と、外部インターフェース120と、を含んで構成される。これらの各構成部は、バスで接続され、制御部122によって制御される。以下、デジタルカメラ100の各構成部の詳細について説明する。   As shown in FIG. 1, the digital camera 100 mainly includes an operation input unit 102, an imaging unit 104, a voice input / output unit 106, a display unit 108, a data processing unit 110, an internal storage area 112, and a decoder. 114, a mounting unit 116, a RAM 118, and an external interface 120. Each of these components is connected by a bus and controlled by the control unit 122. Details of each component of the digital camera 100 will be described below.

操作入力部102は、例えば、タッチパネル、ボタン、スイッチ、レバー、ダイヤルなどで構成される。ユーザは、この操作部102を操作することにより、デジタルカメラ100に対して処理動作(撮影動作、ズーム・フォーカス・絞り・露出・シャッタースピード・画質等の調整動作、記録動作、再生動作など)を指示したり、各種のデータを入力したりできる。   The operation input unit 102 includes, for example, a touch panel, buttons, switches, levers, dials, and the like. The user operates the operation unit 102 to perform processing operations (photographing operation, adjustment operation of zoom / focus / aperture / exposure / shutter speed / image quality, recording operation, reproduction operation, etc.) on the digital camera 100. You can give instructions and input various data.

撮像部104は、被写体を撮像して画像信号を生成する。この撮像部104は、被写体からの入射光を光学像として集光させるレンズ群などからなる光学系、当該光学系により撮像面に集光された光学像を光電変換する撮像素子、及びこれらの駆動機構などからなる。撮像部104は、例えば、カメラ制御部(図示せず)などを備え、制御部122からの指示に基づいて、撮像部104の各部の動作を制御する。例えば、撮像時には、操作入力部102に対するユーザ操作に応じて、適切なズーム、フォーカス等で被写体が撮像されるように、撮像部104の駆動機構を制御して、ズームレンズ、フォーカスレンズ(図示せず)などを駆動させる。   The imaging unit 104 captures a subject and generates an image signal. The imaging unit 104 includes an optical system including a lens group that collects incident light from a subject as an optical image, an imaging device that photoelectrically converts an optical image collected on the imaging surface by the optical system, and driving thereof. It consists of mechanisms. The imaging unit 104 includes, for example, a camera control unit (not shown) and the like, and controls the operation of each unit of the imaging unit 104 based on an instruction from the control unit 122. For example, at the time of imaging, the driving mechanism of the imaging unit 104 is controlled so that the subject is imaged at an appropriate zoom, focus, etc. according to a user operation on the operation input unit 102, and a zoom lens and a focus lens (not shown). Drive).

音声入出力部106は、例えば、外部音声を入力するためのマイク、再生された音声を出力するためのスピーカなどで構成される。   The audio input / output unit 106 includes, for example, a microphone for inputting external audio, a speaker for outputting reproduced audio, and the like.

表示部108は、例えば、LCD(Liquid Crystal Display;液晶ディスプレイ)や有機ELディスプレイ(organic ElectroLuminescence display)などからなり、撮像装置100上に備えられる。表示部108は、撮像部104により撮像された画像データや、ユーザに対する通知メッセージ(例えば、撮影モード、空き容量通知、エラー通知)などを表示する。   The display unit 108 includes, for example, an LCD (Liquid Crystal Display), an organic EL display (Organic ElectroLuminescence display), and the like, and is provided on the imaging device 100. The display unit 108 displays image data captured by the imaging unit 104, a notification message for the user (for example, a shooting mode, a free space notification, and an error notification).

データ処理部110は、デジタルシ信号処理回路(DSP)などで構成され、撮像部104から入力された画像信号に対して、例えば、ホワイトバランス調整、色補正、エッジ強調、ガンマ補正などの各種の信号処理を行う。ここで、ホワイトバランス調整とは、例えば、RAW画像データ(信号処理前の画像)に対して、RGB(Red Green Blue)の色ごとに予め設定されたゲインをかけ、各画素(pixel)に対応する画素値を増幅する処理である。色調補正処理とは、例えば、画像の色調を補正する処理である。エッジ強調処理とは、例えば、画像からエッジ部分を検出し、検出されたエッジ部分の輝度を高めることにより画像の濃淡を強調する処理である。ガンマ補正処理とは、例えば、RGBの信号を非線形変換し、視覚的なリニアリティ(linearity)を確保する処理である。データ処理部110による処理後の画像信号は、表示部108に表示されたり、外部インターフェース120を介して外部機器に出力されたりする。   The data processing unit 110 is configured by a digital signal processing circuit (DSP) or the like, and various types of operations such as white balance adjustment, color correction, edge enhancement, and gamma correction are performed on the image signal input from the imaging unit 104. Perform signal processing. Here, the white balance adjustment, for example, applies a gain set in advance for each color of RGB (Red Green Blue) to RAW image data (image before signal processing) and corresponds to each pixel (pixel). This is a process of amplifying the pixel value to be performed. The tone correction process is a process for correcting the tone of an image, for example. The edge enhancement process is, for example, a process for enhancing the density of an image by detecting an edge part from the image and increasing the luminance of the detected edge part. The gamma correction processing is, for example, processing that performs nonlinear conversion on RGB signals to ensure visual linearity. The image signal processed by the data processing unit 110 is displayed on the display unit 108 or output to an external device via the external interface 120.

内部記憶領域112は、例えば、システムの起動用データ、アプリケーション、画像データなどを記憶する不揮発性の記憶領域である。内部記憶領域112としては、例えば、ハードディスクなどの磁気記録媒体や、EEPROM(Electrically Erasable and Programmable Read Only Memory)、フラッシュメモリ(Flash Memory)、などの不揮発性メモリが挙げられるが、これらに限定されるものではない。なお、内部記憶領域112の詳細の構成については後述する。   The internal storage area 112 is a non-volatile storage area that stores system startup data, applications, image data, and the like. Examples of the internal storage area 112 include a magnetic recording medium such as a hard disk, a non-volatile memory such as an EEPROM (Electrically Erasable and Programmable Read Only Memory), a flash memory (Flash Memory), and the like. It is not a thing. The detailed configuration of the internal storage area 112 will be described later.

デコーダ114は、内部記憶領域112などに記憶されている各種の圧縮プログラムや圧縮データなどをデコードする。例えば、デジタルカメラ100のシステムを起動する際には、制御部122は、デコーダ114を介して、内部記憶領域112に保存されている圧縮されたシステムの起動用データを解凍することができる。   The decoder 114 decodes various compression programs and compressed data stored in the internal storage area 112 and the like. For example, when the system of the digital camera 100 is activated, the control unit 122 can decompress the compressed system activation data stored in the internal storage area 112 via the decoder 114.

装着部116は、着脱可能な外部記憶装置124の差込口を有し、外部記憶装置124を着脱可能に収納する。ここで、装着部116に挿入され収納される外部記憶装置124としては、例えば、メモリスティック(登録商標)やSDメモリーカードなどが挙げられるが、これらに限定されるものではない。また、装着部116は、複数の外部記憶装置124の規格に対応したマルチ装着部とすることもできる。ユーザは、撮像部104によって撮像された画像を、装着部116に挿入された外部記憶装置124に記録することができる。   The mounting unit 116 has an insertion port for the removable external storage device 124 and accommodates the external storage device 124 in a removable manner. Here, examples of the external storage device 124 inserted and stored in the mounting unit 116 include a Memory Stick (registered trademark) and an SD memory card, but are not limited thereto. Further, the mounting unit 116 can be a multi-mounting unit corresponding to the standards of the plurality of external storage devices 124. The user can record the image captured by the imaging unit 104 in the external storage device 124 inserted in the mounting unit 116.

RAM(Random Access Memory)118は、例えば、制御部122が実行するプログラムや、その実行において適宜変化するパラメータ等を記憶する揮発性の記憶領域である。   A RAM (Random Access Memory) 118 is a volatile storage area that stores, for example, a program executed by the control unit 122 and parameters that change as appropriate during the execution.

外部インターフェース120は、例えばパーソナルコンピュータ(以下、「PC:Personal Computer」という)などの外部装置を接続するためのインターフェースである。外部インターフェース120は、外部装置とデータを入出力するためのインターフェースであり、例えば、USB(Universal Serial Bus)ポート、LAN(Local Area Network)ポートなどの各種のポート(接続口)で構成される。外部インターフェース120を介してデジタルカメラ100とPCとを接続することで、PCによりデジタルカメラ100の動作を制御することができる。例えば、デジタルカメラ100に装着された外部記録装置124または内部記憶領域112内に記憶されている画像データ、音声データ等を、PCで出力(表示、音声出力など)することができる。   The external interface 120 is an interface for connecting an external device such as a personal computer (hereinafter referred to as “PC: Personal Computer”). The external interface 120 is an interface for inputting / outputting data to / from an external device, and includes, for example, various ports (connection ports) such as a USB (Universal Serial Bus) port and a LAN (Local Area Network) port. By connecting the digital camera 100 and the PC via the external interface 120, the operation of the digital camera 100 can be controlled by the PC. For example, image data, audio data, and the like stored in the external recording device 124 or the internal storage area 112 attached to the digital camera 100 can be output (displayed, audio output, etc.) by a PC.

制御部122は、デジタルカメラ100全体を制御する演算処理装置および制御装置であり、例えばCPU(Central Processing Unit)などである。制御部122は、デジタルカメラ100の上述した各構成部の各処理を実行する。また、本実施形態に係る制御部122は、システムの起動および遮断を制御する起動制御部126や、撮像部104により撮像された画像データなどの内部記憶領域112または外部記憶装置124への保存を制御するデータ保存制御部128としても機能する。なお、起動制御部126およびデータ保存制御部128の処理の詳細については、後述する処理フローにおいて説明する。   The control unit 122 is an arithmetic processing device and a control device that control the entire digital camera 100 and is, for example, a CPU (Central Processing Unit). The control unit 122 executes each process of each component described above of the digital camera 100. In addition, the control unit 122 according to the present embodiment stores the activation control unit 126 that controls activation and shutdown of the system, and the image data captured by the imaging unit 104 in the internal storage area 112 or the external storage device 124. It also functions as a data storage control unit 128 to be controlled. Note that details of the processing of the activation control unit 126 and the data storage control unit 128 will be described in the processing flow described later.

なお、デジタルカメラ100の機能構成は、図1に示す構成に限られない。例えば、デジタルカメラ100は、操作入力部102および表示部108を、タッチスクリーンで構成された一つの操作表示デバイスで実現することなども可能である。また、例えば、通信インターフェースなどのネットワーク接続機能を備えることなども可能である。   The functional configuration of the digital camera 100 is not limited to the configuration shown in FIG. For example, the digital camera 100 can realize the operation input unit 102 and the display unit 108 with a single operation display device configured with a touch screen. Further, for example, it is possible to provide a network connection function such as a communication interface.

(3.内部記憶領域112の構成)
次に、本実施形態に係るデジタルカメラ100の特徴的な部分の1つである内部記憶領域112の構成の一例について説明する。内部記憶領域112は、上述したように、システムの起動用データ、アプリケーション、画像データなどを記憶する不揮発性の記憶領域である。上述したように、本実施形態に係るデジタルカメラ100は、不揮発性の記憶領域である内部記憶領域112のユーザ領域132に解凍済みの起動用データを保存することにより、システムの高速起動を実現する。そこで、本実施形態に係るデジタルカメラ100の内部記憶領域112の構成を説明するにあたり、まず一般的な従来のデジタルカメラ10に備えられる内部記憶領域12の構成について説明する。図12は、一般的な従来のデジタルカメラ10に備えられる内部記憶領域12の構成を示す概念図である。
(3. Configuration of internal storage area 112)
Next, an example of the configuration of the internal storage area 112 that is one of the characteristic parts of the digital camera 100 according to the present embodiment will be described. As described above, the internal storage area 112 is a non-volatile storage area that stores system startup data, applications, image data, and the like. As described above, the digital camera 100 according to the present embodiment realizes high-speed startup of the system by storing the decompressed startup data in the user area 132 of the internal storage area 112 that is a nonvolatile storage area. . Therefore, before describing the configuration of the internal storage area 112 of the digital camera 100 according to the present embodiment, the configuration of the internal storage area 12 provided in a general conventional digital camera 10 will be described first. FIG. 12 is a conceptual diagram showing a configuration of an internal storage area 12 provided in a general conventional digital camera 10.

内部記憶領域12は、システムが利用するシステム領域14と、ユーザが利用するユーザ領域16と、を含んで構成される。図12に示すように、システム領域14には、システムの起動に必要な起動用データを圧縮した起動用圧縮データ20と、システムの起動時に起動用のプログラムを読み込んで起動するローダー(Loader)18と、が保存されている。ユーザ領域16は、ユーザが画像データなどを保存するための領域である。例えば、デジタルカメラ10に外部記憶装置などが挿入されていない場合には、ユーザは、内部記憶領域12のユーザ領域16に画像データを保存することができる。なお、図12に示す内部記憶領域12は、従来のデジタルカメラ10に備えられる内部記憶領域12の一例であり、システム領域14には、図12に示した例以外に種々のプログラムなどを記憶されている場合もある。また、システム領域14およびユーザ領域16の容量は、デジタルカメラ10の製造時に設定されるものである。したがって、一般的には、システム領域14は、システムの起動・動作に必要最小限の容量で設定され、ユーザの利便性を考慮しユーザ領域16の容量は可能な限り大きく設定される。   The internal storage area 12 includes a system area 14 used by the system and a user area 16 used by the user. As shown in FIG. 12, the system area 14 includes compressed start data 20 obtained by compressing start data necessary for starting the system, and a loader 18 that loads and starts a start program when the system is started. And are saved. The user area 16 is an area for the user to save image data and the like. For example, when an external storage device or the like is not inserted in the digital camera 10, the user can save image data in the user area 16 of the internal storage area 12. The internal storage area 12 shown in FIG. 12 is an example of the internal storage area 12 provided in the conventional digital camera 10, and the system area 14 stores various programs other than the example shown in FIG. Sometimes it is. The capacities of the system area 14 and the user area 16 are set when the digital camera 10 is manufactured. Therefore, in general, the system area 14 is set with a minimum capacity necessary for starting and operating the system, and the capacity of the user area 16 is set as large as possible in consideration of user convenience.

このようにして構成される内部記憶領域12を備える従来の一般的なデジタルカメラ10は、ユーザから電源の起動要求があった場合に、システム領域14に記憶されている起動用圧縮データ20を解凍することにより、システムを起動する。従来の一般的なデジタルカメラ10による、システムの起動動作の流れについて図13を例に説明する。図13は、従来の一般的なデジタルカメラ10によるシステムの起動の流れを示すフロー図である。   The conventional general digital camera 10 having the internal storage area 12 configured as described above decompresses the compressed start data 20 stored in the system area 14 when a power activation request is received from the user. To start the system. With reference to FIG. 13, an example of the flow of the system start-up operation by the conventional general digital camera 10 will be described. FIG. 13 is a flowchart showing a flow of system activation by the conventional general digital camera 10.

図13に示すように、デジタルカメラ10は、ユーザから電源の起動要求があった場合には、ステップ30において、Loader18を起動する。その後、ステップ32において、システム領域14に保存されている起動用圧縮データ20を自動解凍する。前述したように、内部記憶領域12は、ユーザ領域16の容量を可能な限り大きくする方が好ましいため、システム領域14の容量を必要最小限に設定する必要がある。そのため、システム領域14には、起動用データが圧縮されて保存されているのが通常である。したがって、デジタルカメラ10は、システムを起動するために、起動用圧縮データ20を解凍しなければならない。次にデジタルカメラ10は、ステップ34において、解凍済みの起動用データをRAMへ展開し、ステップ36において、解凍済みの起動用データに基づいて、各種アプリケーションを起動することにより、システムの起動を終了する。   As shown in FIG. 13, the digital camera 10 activates the loader 18 in step 30 when there is a power activation request from the user. Thereafter, in step 32, the startup compressed data 20 stored in the system area 14 is automatically decompressed. As described above, since it is preferable that the capacity of the user area 16 is as large as possible in the internal storage area 12, it is necessary to set the capacity of the system area 14 to the minimum necessary. For this reason, the startup data is usually compressed and stored in the system area 14. Therefore, the digital camera 10 must decompress the starting compressed data 20 in order to start the system. Next, in step 34, the digital camera 10 expands the decompressed activation data to the RAM, and in step 36, activates various applications based on the decompressed activation data, thereby terminating the system activation. To do.

このように、従来の一般的なデジタルカメラ10では、システムの起動に必要な起動用データを圧縮した状態で保存しているため、システムの起動時に当該起動用データの解凍作業が必要となり、起動時間が長くなってしまうという問題がある。これに対して、本発明の実施形態の1つに係るデジタルカメラ100は、解凍済みの起動用データを、本来ユーザが使用するユーザ領域132に一時的に保存することにより、システムの高速起動を可能としている。以下、本実施形態に係るデジタルカメラ100の備える内部記憶領域112の構成について説明する。   As described above, since the conventional general digital camera 10 stores the start-up data necessary for starting the system in a compressed state, the start-up data needs to be decompressed when the system is started. There is a problem that the time becomes longer. On the other hand, the digital camera 100 according to one embodiment of the present invention temporarily stores the decompressed start-up data in the user area 132 originally used by the user, thereby enabling high-speed start-up of the system. It is possible. Hereinafter, the configuration of the internal storage area 112 included in the digital camera 100 according to the present embodiment will be described.

図2は、本実施形態に係るデジタルカメラ100の備える内部記憶領域112の構成を示す概念図である。図2に示すように、内部記憶領域112は、上述した従来の内部記憶領域12と同様に、システム領域130およびユーザ領域132から構成される。また、システム領域130には、上述した従来の内部記憶領域12のシステム領域14と同様に、Loader134および起動用圧縮データ138が保存されている。さらにシステム領域130には、図2に示すように、起動用管理情報136が保存される。起動用管理情報136は、ユーザ領域132に関する情報であり、ユーザによるユーザ領域132の利用状況や、画像データの有無、ユーザ領域の空き容量、後述する起動用解凍データ140がユーザ領域132に保存されているか否か、などの情報を含む。起動用管理情報136は、ユーザ領域132の利用状況をフラグ情報などにより管理し、ユーザ領域132の利用状況に応じて、制御部122によって適宜更新されるものである。   FIG. 2 is a conceptual diagram showing a configuration of the internal storage area 112 included in the digital camera 100 according to the present embodiment. As shown in FIG. 2, the internal storage area 112 includes a system area 130 and a user area 132 as in the conventional internal storage area 12 described above. Also, the system area 130 stores a loader 134 and start-up compressed data 138 as in the system area 14 of the conventional internal storage area 12 described above. Further, as shown in FIG. 2, startup management information 136 is stored in the system area 130. The management information for activation 136 is information related to the user area 132, and the usage status of the user area 132 by the user, the presence / absence of image data, the free space of the user area, and the decompression data 140 for activation described later are stored in the user area 132. Information such as whether or not The activation management information 136 manages the usage status of the user area 132 using flag information or the like, and is updated as appropriate by the control unit 122 according to the usage status of the user area 132.

ユーザ領域132は、ユーザによって利用される領域であり、上述したように通常は、撮像部104によって撮像された画像データなどが保存される。しかしながら、近年、例えば、メモリースティック(登録商標)、SDメモリーカードなどの外部記憶装置124の技術の発達に伴い、これら外部記憶装置124の容量増加、低価格化などが顕著となっている。これにより、ユーザは、内部記憶領域132を利用することなく、装着部116に挿入されている外部記憶装置124に画像データなどを記録する場合が多い。そこで、本実施形態に係るデジタルカメラ100は、解凍済みの起動用データを、当該ユーザ領域132に保存しておくことにより、システムの高速起動を実現する。   The user area 132 is an area used by the user, and normally stores image data captured by the imaging unit 104 as described above. However, in recent years, as the technology of the external storage device 124 such as, for example, a Memory Stick (registered trademark) or an SD memory card has been developed, the capacity of the external storage device 124 has been increased and the price has been reduced. As a result, the user often records image data or the like in the external storage device 124 inserted in the mounting unit 116 without using the internal storage area 132. Therefore, the digital camera 100 according to the present embodiment realizes high-speed activation of the system by storing the decompressed activation data in the user area 132.

図2に示すように、ユーザ領域132には、圧縮されていない起動用データ、すなわち解凍済みの起動用データである起動用解凍データ140が保存されていることがわかる。したがって、デジタルカメラ100は、ユーザから電源の起動要求があった場合、システム領域130に保存されている起動用圧縮データ138ではなく、ユーザ領域132に保存されている起動用解凍データ140に基づいて、システムを起動することができる。この結果、デジタルカメラ100は、システムの起動に際して、起動用圧縮データ138の解凍動作が不要となる。これにより、本実施形態に係るデジタルカメラ100は、従来に比べてシステムを高速に起動することができる。   As shown in FIG. 2, it can be seen that uncompressed startup data, that is, startup decompressed data 140 that is decompressed startup data is stored in the user area 132. Therefore, the digital camera 100 is based on the startup decompression data 140 stored in the user area 132 instead of the startup compression data 138 stored in the system area 130 when a power activation request is received from the user. Can boot the system. As a result, the digital camera 100 does not need to decompress the compressed data for activation 138 when the system is activated. Thereby, the digital camera 100 according to the present embodiment can start up the system at a higher speed than in the past.

(4.デジタルカメラ100の各種処理フロー)
次に、上記のように構成されるデジタルカメラ100において、内部記憶領域112のユーザ領域132に起動用解凍データ140を保存することにより実現することが可能な、各種処理の流れについて図3および図4を参照に説明する。なお、本明細書において、フロー図に記述されたステップは、記載された順序に沿って時系列的に行われる処理はもちろん、必ずしも時系列的に処理されなくとも、並列的に又は個別的に実行される処理をも含む。また時系列的に処理されるステップでも、場合によっては適宜順序を変更することが可能であることは言うまでもない。
(4. Various processing flows of the digital camera 100)
Next, in the digital camera 100 configured as described above, various processing flows that can be realized by storing the decompression data 140 for activation in the user area 132 of the internal storage area 112 are shown in FIGS. This will be described with reference to FIG. In the present specification, the steps described in the flowchart are not only processed in time series in the described order, but also in parallel or individually even if not necessarily processed in time series. Also includes processing to be performed. Further, it goes without saying that the order can be appropriately changed even in the steps processed in time series.

(4−1.コールドブートによる起動フロー)
まず、上記のように構成されるデジタルカメラ100において、コールドブートによりシステムを起動する処理の流れについて説明する。図3は、本実施形態に係るデジタルカメラ100において、ユーザからの電源の起動要求に応じて、コールドブートによりシステムを起動する処理の流れを示すフロー図である。
(4-1. Startup flow by cold boot)
First, in the digital camera 100 configured as described above, a flow of processing for starting a system by cold boot will be described. FIG. 3 is a flowchart showing a flow of processing for starting the system by cold booting in response to a power-on start request from the user in the digital camera 100 according to the present embodiment.

図3に示すように、デジタルカメラ100は、ユーザから電源の起動要求があった場合には、まずステップ300において、起動制御部126が、システム領域130に保存されている起動用管理情報136へアクセスする。起動用管理情報136は、上述したように、ユーザ領域132の利用状況に関する情報を管理するものである。したがって、起動制御部126は、起動用管理情報136へアクセスすることにより、ユーザ領域132における画像データや起動用解凍データ140の有無などを確認することができる。   As shown in FIG. 3, when the digital camera 100 receives a power activation request from the user, first, in step 300, the activation control unit 126 moves to the activation management information 136 stored in the system area 130. to access. As described above, the startup management information 136 is information for managing the usage status of the user area 132. Therefore, the activation control unit 126 can confirm the presence / absence of the image data and the activation decompression data 140 in the user area 132 by accessing the activation management information 136.

次にステップ302において、起動制御部126は、ユーザ領域132に起動用解凍データ140が保存されているか否かを確認する。前述したように、本実施形態に係るデジタルカメラ100は、ユーザ領域132に起動用解凍データ140が保存されている場合には、当該起動用解凍データ140に基づいて高速起動を行うことができる。一方、ユーザ領域132に起動用解凍データ140が保存されていない場合には、システム領域130に保存されている起動用圧縮データ138を解凍することによりシステムを起動する。したがって、起動制御部126は、システムの起動を起動用圧縮データ138または起動用解凍データ140のいずれに基づいてシステムを起動するかを決定するために、ステップ302の判断を行う。   In step 302, the activation control unit 126 confirms whether the activation decompression data 140 is stored in the user area 132. As described above, when the activation decompression data 140 is stored in the user area 132, the digital camera 100 according to the present embodiment can perform high-speed activation based on the activation decompression data 140. On the other hand, if the startup decompression data 140 is not stored in the user area 132, the system is started by decompressing the startup compressed data 138 stored in the system area 130. Therefore, the activation control unit 126 makes a determination in step 302 in order to determine whether to activate the system based on the activation compressed data 138 or the activation decompression data 140.

ステップ302において、ユーザ領域132に起動用解凍データ140が保存されていないと判断された場合、起動制御部126は、ステップ304において、システム領域130に保存されている起動用圧縮データ138を解凍することによりシステムを起動する。すなわち、起動制御部126は、システム領域130に保存されているLoader134をまず起動する。その後、起動制御部126は、起動用圧縮データ138を自動解凍し、RAM118に展開することにより、各種アプリケーションを起動してシステムを起動する。   If it is determined in step 302 that the startup decompression data 140 is not stored in the user area 132, the startup control unit 126 decompresses the startup compressed data 138 stored in the system area 130 in step 304. To start the system. That is, the activation control unit 126 first activates the loader 134 stored in the system area 130. After that, the activation control unit 126 automatically decompresses the activation compressed data 138 and expands it in the RAM 118, thereby activating various applications and activating the system.

さらに、本実施形態に係るデジタルカメラ100においては、起動制御部126は、ステップ306において、解凍された起動用データ(起動用解凍データ140)をユーザ領域132へ保存し、ステップ308において、起動用管理情報136を更新する。ここで、起動用管理情報136の更新とは、例えば、起動用管理情報136が、ユーザ領域132における起動用解凍データ140の有無をフラグ情報などで管理している場合には、「0」から「1」にフラグを更新することなどである。これにより、起動制御部126は、現在ユーザ領域132に起動用解凍データ140が保存されているか否かを常に認識することができる。   Furthermore, in the digital camera 100 according to the present embodiment, the activation control unit 126 stores the decompressed activation data (activation decompression data 140) in the user area 132 in step 306, and in step 308, the activation data is activated. Management information 136 is updated. Here, the update of the startup management information 136 is, for example, from “0” when the startup management information 136 manages the presence / absence of the decompression data 140 for startup in the user area 132 using flag information or the like. For example, updating the flag to “1”. Thereby, the activation control unit 126 can always recognize whether or not the activation decompression data 140 is currently stored in the user area 132.

一方ステップ302において、ユーザ領域132に起動用解凍データ140が保存されていると判断された場合、起動制御部126は、ステップ210において、起動用解凍データ140に基づいて、システムを高速起動する。すなわち、起動制御部126は、起動用データの解凍作業が不要であるため、起動用圧縮データ138を解凍することによりシステムを起動するステップ304の場合と比較して、システムを高速に起動することができる。   On the other hand, if it is determined in step 302 that the startup decompression data 140 is stored in the user area 132, the startup control unit 126 starts the system at a high speed based on the startup decompression data 140 in step 210. That is, since the activation control unit 126 does not need to decompress the activation data, the activation control unit 126 activates the system at a higher speed than in step 304 in which the system is activated by decompressing the activation compressed data 138. Can do.

ここで、通常デジタルカメラ100の製造時には、ユーザ領域132には起動用解凍データ140は、保存されていない。したがって、ユーザがデジタルカメラ100を購入した後、最初にシステムを起動する場合、起動制御部126は通常、ステップ304により、システム領域130に保存されている起動用圧縮データ138を解凍することによりシステムを起動する。しかしながら、前述したように、本実施形態に係るデジタルカメラ100は、起動用圧縮データ138によりシステムを起動した後、ステップ306、308において、解凍済みのデータをユーザ領域132に保存し、起動用管理情報136を更新する。したがって、2回目以降のシステムの起動要求に対しては、起動制御部126は、ステップ310により、起動用解凍データ140に基づいて、システムを高速で起動することができる。   Here, when the digital camera 100 is normally manufactured, the activation decompression data 140 is not stored in the user area 132. Accordingly, when the system is first activated after the user purchases the digital camera 100, the activation control unit 126 normally decompresses the compressed compression data 138 stored in the system area 130 in step 304 to decompress the system. Start up. However, as described above, the digital camera 100 according to the present embodiment starts the system with the startup compressed data 138 and then saves the decompressed data in the user area 132 in steps 306 and 308 to start management. Information 136 is updated. Therefore, in response to the second and subsequent system activation requests, the activation control unit 126 can activate the system at a high speed based on the activation decompression data 140 in step 310.

(4−2.画像データの保存フロー)
次に、ユーザが撮像部104により被写体を撮像した場合において、撮像データを内部記憶領域112のユーザ領域132に保存する処理の流れについて説明する。ユーザは、大量の高画質データを保存するために、装着部116に外部記憶装置124を挿入し、撮像した画像データを外部記憶装置124に保存することが通常である。しかしながら、例えば、外部記憶装置124の故障時、外部記憶装置124の紛失時、外部記憶装置124の容量不足時などにおいては、撮像した画像データを内部記憶領域112のユーザ領域132に保存する必要がある。また、内部記憶領域112と外部記憶装置124のいずれに画像データを保存するかは、例えばユーザにより任意に設定することが可能な場合も想定される。
(4-2. Image Data Storage Flow)
Next, a flow of processing for saving imaging data in the user area 132 of the internal storage area 112 when the user images a subject with the imaging unit 104 will be described. In order to save a large amount of high-quality data, the user normally inserts the external storage device 124 into the mounting unit 116 and saves the captured image data in the external storage device 124. However, for example, when the external storage device 124 fails, when the external storage device 124 is lost, or when the capacity of the external storage device 124 is insufficient, it is necessary to save the captured image data in the user area 132 of the internal storage area 112. is there. In addition, it may be assumed that the user can arbitrarily set, for example, whether the image data is stored in the internal storage area 112 or the external storage device 124.

前述したように、ユーザ領域132は、本来はユーザにより撮像された画像データを保存するための領域である。したがって、内部記憶領域132に起動用解凍データ140が保存されている場合においても、ユーザにより撮像された画像データを優先して保存する必要がある。   As described above, the user area 132 is an area for storing image data originally captured by the user. Therefore, even when the decompression data 140 for activation is stored in the internal storage area 132, it is necessary to preferentially store the image data captured by the user.

ユーザ領域132に起動用解凍データ140を保存することを特徴とする、本実施形態に係るデジタルカメラ100においても、以下に説明するデータ保存制御部128による処理により、画像データを優先的にユーザ領域132に保存することができる。図4は、本実施形態に係るデジタルカメラ100において、ユーザが撮像した画像データを、ユーザ領域132に保存する処理の流れを示すフロー図である。   In the digital camera 100 according to this embodiment, which stores the decompression data 140 for activation in the user area 132, image data is preferentially stored in the user area by the processing by the data storage control unit 128 described below. 132 can be stored. FIG. 4 is a flowchart showing a flow of processing for storing image data captured by the user in the user area 132 in the digital camera 100 according to the present embodiment.

図4に示すように、デジタルカメラ100は、撮像部104を介して被写体が撮像された場合、撮像データをユーザ領域132に保存するにあたり、まず、データ保存制御部128は、ステップ400において起動用管理情報136へアクセスする。前述したように、ユーザ領域132は、本来はユーザにより撮像された画像データを保存するための領域であるため、画像データをユーザ領域132に保存するに当たり、ユーザ領域132の利用状況を把握する必要があるからである。   As shown in FIG. 4, when the digital camera 100 stores the captured image data in the user area 132 when the subject is captured via the image capturing unit 104, first, the data storage control unit 128 starts up in step 400. The management information 136 is accessed. As described above, since the user area 132 is originally an area for storing image data captured by the user, it is necessary to grasp the usage status of the user area 132 when storing the image data in the user area 132. Because there is.

起動用管理情報136は、ユーザ領域132に起動用解凍データ140が保存されているか否かを表すフラグ情報を有している。したがって、データ保存制御部128は、ステップ402において、起動用管理情報136に基づいて、ユーザ領域132に起動用解凍データ140が保存されているか否かを判断する。データ保存制御部128は、例えば、起動用管理情報136の有する起動用解凍データ140の有無に関するフラグが「1」の場合には、ユーザ領域132に起動用解凍データ140が保存されており、「0」の場合には保存されていないと判断することができる。   The startup management information 136 includes flag information indicating whether the startup decompression data 140 is stored in the user area 132. Therefore, in step 402, the data storage control unit 128 determines whether or not the startup decompression data 140 is stored in the user area 132 based on the startup management information 136. For example, when the flag related to the presence / absence of the decompression data 140 for activation included in the activation management information 136 is “1”, the data storage control unit 128 stores the decompression data 140 for activation in the user area 132. In the case of “0”, it can be determined that the data has not been saved.

ステップ402において、ユーザ領域132に起動用解凍データ140がないと判断された場合、データ保存制御部128は、ステップ412において、撮像部104により撮像された画像データを、ユーザ領域132に保存する。その後、データ保存制御部128は、ステップ414において、起動用管理情報136の有する、例えば、ユーザ領域132の空き容量、ユーザ領域132における画像データの有無、などの情報を更新する。   If it is determined in step 402 that the activation decompression data 140 is not present in the user area 132, the data storage control unit 128 stores the image data captured by the imaging unit 104 in the user area 132 in step 412. Thereafter, in step 414, the data storage control unit 128 updates information included in the startup management information 136 such as, for example, the free space of the user area 132 and the presence / absence of image data in the user area 132.

一方、ステップ402において、ユーザ領域132に起動用解凍データ140が保存されていると判断された場合、データ保存制御部128は、ステップ404において、ユーザ領域132に保存されている起動用解凍データ140を消去する。ユーザ領域132は、本来ユーザにより撮像された画像データを保存するための領域であるため、一時的に保存していた起動用解凍データ140を消去し、画像データの保存を優先するためである。   On the other hand, if it is determined in step 402 that the startup decompression data 140 is stored in the user area 132, the data storage control unit 128 determines in step 404 that the startup decompression data 140 is stored in the user area 132. Erase. Since the user area 132 is an area for storing image data originally captured by the user, the startup decompression data 140 that has been temporarily stored is erased and priority is given to storing the image data.

次にステップ406において、データ保存制御部128は、起動用管理情報136を更新する。ステップ404において、ユーザ領域132の起動用解凍データ140は消去されたため、データ保存制御部128は、起動用管理情報136の有する起動用解凍データ140の有無に関する情報を更新する必要がある。したがって、データ保存制御部128は、例えば、起動用解凍データ140の有無に関するフラグを「1」から「0」に更新する。このように、データ保存制御部128が適宜起動用管理情報136を更新することにより、起動用管理情報136は、起動用解凍データ140がユーザ領域132に保存されているか否かについての最新の情報を有することができる。したがって、例えば、デジタルカメラ100の電源が寸断されたような場合においても、制御部122は、起動用管理情報136に基づいて、ユーザ領域132に起動用解凍データ140が保存されているか否かを確実に認識することができる。したがって、システムの起動時において、起動制御部126は、起動用圧縮データ138または起動用解凍データ140のいずれに基づいてシステムを起動するかを適切に判断することができる。   In step 406, the data storage control unit 128 updates the startup management information 136. In step 404, since the starting decompression data 140 in the user area 132 has been erased, the data storage control unit 128 needs to update information related to the presence or absence of the starting decompression data 140 included in the start management information 136. Therefore, for example, the data storage control unit 128 updates the flag regarding the presence / absence of the starting decompression data 140 from “1” to “0”. As described above, when the data storage control unit 128 appropriately updates the startup management information 136, the startup management information 136 includes the latest information on whether or not the startup decompression data 140 is stored in the user area 132. Can have. Therefore, for example, even when the power of the digital camera 100 is cut off, the control unit 122 determines whether or not the decompression data 140 for activation is stored in the user area 132 based on the management information for activation 136. Can be recognized reliably. Therefore, at the time of system startup, the startup control unit 126 can appropriately determine whether to start up the system based on the startup compressed data 138 or the startup decompression data 140.

次にステップ408において、データ保存制御部128は、撮像部104により撮像された画像データを、ユーザ領域132に保存する。その後、データ保存制御部128は、ステップ410において、起動用管理情報136の有する他の情報、例えば、ユーザ領域132の空き容量、ユーザ領域132における画像データの有無、などを更新する。   In step 408, the data storage control unit 128 stores the image data captured by the imaging unit 104 in the user area 132. Thereafter, in step 410, the data storage control unit 128 updates other information included in the activation management information 136, for example, the free space of the user area 132, the presence / absence of image data in the user area 132, and the like.

上記フローによりユーザ領域132には起動用解凍データ140が存在しなくなるため、次にデジタルカメラ100を起動するときには、高速起動を実現することができない。しかしながら、前述した図3に示すフローにより、ユーザ領域132には、ステップ306により再度起動用解凍データ140が保存されることとなる。したがって、ユーザ領域132に画像データが再度保存されない限り、起動用解凍データ140に基づいてシステムを高速起動することができる。   According to the above flow, the decompression data 140 for activation does not exist in the user area 132. Therefore, when the digital camera 100 is activated next time, high-speed activation cannot be realized. However, according to the flow shown in FIG. 3 described above, the startup decompression data 140 is stored again in the user area 132 in step 306. Therefore, as long as image data is not stored again in the user area 132, the system can be started at high speed based on the starting decompression data 140.

このように、本実施形態に係るデジタルカメラ100は、システムの高速起動を実現するために、本来ユーザにより利用されるユーザ領域132に起動用解凍データ140を一時的に保存することを特徴とするが、ユーザ領域132に画像データを保存することも可能である。すなわち、ユーザ領域132に画像データを保存する必要がある場合には、ユーザ領域132に保存されている起動用解凍データ140を消去し、画像データの保存を優先する。この結果、ユーザ領域132に起動用解凍データ140を保存することにより、ユーザが画像データをユーザ領域132に保存する領域が減少するという弊害を防止することができる。すなわち、本実施形態に係るデジタルカメラ100は、ユーザに対する弊害を一切伴うことなく、システムの高速起動に必要な起動用解凍データ140をユーザ領域132に保存することができる。   As described above, the digital camera 100 according to the present embodiment temporarily stores the decompression data 140 for activation in the user area 132 originally used by the user in order to realize high-speed activation of the system. However, it is also possible to store image data in the user area 132. That is, when it is necessary to store image data in the user area 132, the decompression data 140 for activation stored in the user area 132 is deleted, and priority is given to storing the image data. As a result, storing the decompression data 140 for activation in the user area 132 can prevent the adverse effect that the area where the user saves the image data in the user area 132 is reduced. In other words, the digital camera 100 according to the present embodiment can store the startup decompression data 140 necessary for high-speed startup of the system in the user area 132 without any adverse effects on the user.

(5.変形例)
上記のように、本実施形態にかかるデジタルカメラ100は、本来ユーザによって撮像された画像データを保存するためのユーザ領域132に、起動用解凍データ140を保存することにより、システムの高速起動を可能とすることを特徴としている。しかしながら、上述した機能構成、処理フローは、本実施形態の代表的な一例を説明するものであり、デジタルカメラ100は、上記特徴を有することにより、各種処理を変形して実行することができる。以下に、上記特徴を備える本実施形態に係るデジタルカメラ100の変形例について説明する。
(5. Modifications)
As described above, the digital camera 100 according to the present embodiment can start up the system at high speed by storing the decompression data 140 for startup in the user area 132 for storing image data originally captured by the user. It is characterized by that. However, the above-described functional configuration and processing flow describe a typical example of the present embodiment, and the digital camera 100 can execute various processes by modifying the above-described features. Below, the modification of the digital camera 100 which concerns on this embodiment provided with the said characteristic is demonstrated.

(5−1.変形例1)
図4に示した画像データの保存フローでは、ステップ402において、ユーザ領域132に起動用解凍データ140が存在しない場合には、ステップ404において、起動用解凍データ140を消去した後に画像データをユーザ領域132に保存した。しかしながら、ユーザ領域132の空き容量に余裕がある場合には、起動用解凍データ140を消去することなく、画像データをユーザ領域132に保存した方が好ましい。前述したように、ユーザ領域132から起動用解凍データ140が消去されると、次回のシステム起動時には、起動用圧縮データ138を解凍する必要があるため、システムを高速で起動することができない。したがって、可能な限りユーザ領域132には、起動用解凍データ140を保存しておくことが望ましい。すなわち、ユーザ領域132の空き容量が、ユーザにより撮像された画像データを保存するために必要な容量より大きい場合には、データ保存制御部128は、起動用解凍データ140を消去することなく、画像データをユーザ領域132に保存する。
(5-1. Modification 1)
In the image data storage flow shown in FIG. 4, if the activation decompression data 140 does not exist in the user area 132 in step 402, the image data is stored in the user area after erasing the activation decompression data 140 in step 404. 132. However, if there is a sufficient free space in the user area 132, it is preferable to store the image data in the user area 132 without deleting the startup decompression data 140. As described above, if the startup decompression data 140 is deleted from the user area 132, the startup compressed data 138 needs to be decompressed at the next system startup, and thus the system cannot be started at a high speed. Accordingly, it is desirable to store the decompression data 140 for activation in the user area 132 as much as possible. That is, when the free capacity of the user area 132 is larger than the capacity required for storing the image data captured by the user, the data storage control unit 128 does not delete the startup decompression data 140 and deletes the image. Data is stored in the user area 132.

図5は、変形例1のデジタルカメラ100において、データ保存制御部128により、ユーザが撮像した画像データを、ユーザ領域132に保存する処理の流れを示すフロー図である。なお、上述した図4のフローと同様の処理については詳細の説明を省略する。   FIG. 5 is a flowchart showing the flow of processing for storing image data captured by the user in the user area 132 by the data storage control unit 128 in the digital camera 100 of the first modification. Note that detailed description of the same processing as in the flow of FIG. 4 described above is omitted.

図5に示すように、データ保存制御部128は、図4に示したフローと同様にステップ500において、起動用管理情報136へアクセスする。その後、データ保存制御部128は、ステップ502において、起動用管理情報136に基づいて、ユーザ領域132に起動用解凍データ140が保存されているか否かを判断する。ここでユーザ領域132に起動用解凍データ140が保存されていない場合には、データ保存制御部128は、ステップ504において、画像データをユーザ領域132に保存し、ステップ506において、起動用管理情報136を更新する。   As shown in FIG. 5, the data storage control unit 128 accesses the startup management information 136 in step 500 as in the flow shown in FIG. 4. Thereafter, in step 502, the data storage control unit 128 determines whether or not the startup decompression data 140 is stored in the user area 132 based on the startup management information 136. If the starting decompression data 140 is not stored in the user area 132, the data storage control unit 128 stores the image data in the user area 132 in step 504, and starts management information 136 in step 506. Update.

一方、ステップ502において、ユーザ領域132に起動用解凍データ140があると判断された場合、データ保存制御部128は、ステップ508において、ユーザ領域132に画像データを保存するのに必要な空き容量が残っているか否かを判断する。上述したように、ユーザ領域132に画像データの保存に必要な空き容量が残っている場合には、起動用解凍データ140を消去することなく、画像データをユーザ領域132に保存した方が好ましいからである。データ保存制御部128は、例えば、撮像部104によって撮像された画像データの容量と、起動用管理情報136が有するユーザ領域132の空き容量に関する情報とに基づいて、ユーザ領域132に画像データの保存に必要な空き容量が残っているか否かを判断することができる。   On the other hand, if it is determined in step 502 that the decompression data 140 for activation is present in the user area 132, the data storage control unit 128 has a free space necessary for storing image data in the user area 132 in step 508. Determine if it remains. As described above, it is preferable to save the image data in the user area 132 without erasing the decompression data 140 for activation when the user area 132 has enough free space for saving the image data. It is. The data storage control unit 128 stores the image data in the user area 132 based on, for example, the capacity of the image data captured by the imaging unit 104 and information regarding the free capacity of the user area 132 included in the startup management information 136. It is possible to determine whether or not the necessary free space remains.

ステップ508において、ユーザ領域132に、画像データを保存するために必要な空き容量が残っていると判断された場合には、データ保存制御部128は、ステップ504において画像データをユーザ領域132に保存する。すなわち、データ保存制御部128は、起動用解凍データ140を消去することなく、画像データをユーザ領域132に保存する。この結果、ユーザ領域132には、画像データおよび起動用解凍データ140が保存されていることとなる。図6は、このようにユーザ領域132に、画像データおよび起動用解凍データ140が保存されている場合の内部記憶領域112の構成の一例を示す概念図である。   If it is determined in step 508 that the user area 132 has enough free space to store the image data, the data storage control unit 128 stores the image data in the user area 132 in step 504. To do. That is, the data storage control unit 128 stores the image data in the user area 132 without deleting the starting decompression data 140. As a result, the image data and the starting decompression data 140 are stored in the user area 132. FIG. 6 is a conceptual diagram showing an example of the configuration of the internal storage area 112 when the image data and the starting decompression data 140 are stored in the user area 132 as described above.

図6に示すように、ユーザ領域132には、起動用解凍データ140に加え、複数の画像データ1、2、・・・が保存されていることがわかる。このように、データ保存制御部128は、ユーザ領域132の空き容量に余裕がある限り、起動用解凍データ140を消去することなく、画像データを保存することができる。なお、データ保存制御部128は、起動用解凍データ140をユーザ領域132の所定の位置に固定して保存することが望ましい。これにより、データ保存制御部128は、ユーザ領域132内の起動用解凍データ140の保存位置を考慮することなく、画像データをユーザ領域132に保存することができるためである。   As shown in FIG. 6, in the user area 132, in addition to the decompression data 140 for activation, a plurality of image data 1, 2,. As described above, the data storage control unit 128 can store the image data without erasing the startup decompression data 140 as long as the free space in the user area 132 is sufficient. Note that the data storage control unit 128 preferably stores the decompression data for activation 140 in a fixed position in the user area 132 for storage. This is because the data storage control unit 128 can store the image data in the user area 132 without considering the storage position of the decompression data 140 for activation in the user area 132.

一方、図5のステップ508において、ユーザ領域132に、画像データを保存するために必要な空き容量が残っていないと判断された場合には、データ保存制御部128は、図4に示したフローと同様に、ステップ510において、起動用解凍データ140を消去する。その後、データ保存制御部128は、ステップ512において、起動用管理情報136を更新する。さらに、データ保存制御部128は、ステップ514において、画像データをユーザ領域132に保存した後、ステップ516において、起動用管理情報136を更新する。   On the other hand, if it is determined in step 508 in FIG. 5 that the user area 132 does not have enough free space to store image data, the data storage control unit 128 performs the flow shown in FIG. In the same way as in step 510, the startup decompression data 140 is deleted. Thereafter, the data storage control unit 128 updates the activation management information 136 in step 512. Further, the data storage control unit 128 stores the image data in the user area 132 in step 514, and then updates the startup management information 136 in step 516.

このように、変形例1のデジタルカメラ100は、データ保存制御部128が、ユーザ領域132の空き容量に余裕がある限りは、起動用解凍データ140をユーザ領域132に保存しておくことができる。したがって、ユーザ領域132に画像データが保存されている場合においても、起動用解凍データ140に基づいて、システムを高速起動することができる。この結果、可能な限りユーザ領域132に起動用解凍データ140を保存しておくことができ、システムを高速起動する機会を増加させることができる。さらに、ユーザ領域132の空き容量が減少し、新しい画像データを保存するための容量が不足している場合には、起動用解凍データ140を消去することにより、当該画像データの保存を優先することができる。この結果、起動用解凍データ140がユーザ領域132に保存されることにより、ユーザが画像データをユーザ領域132に保存する領域が減少するという弊害を防止することができる。すなわち、変形例1のデジタルカメラ100は、ユーザに対する弊害を一切伴うことなく、ユーザ領域132に保存されている起動用解凍データ140に基づいて、システムを高速起動する機会をより多く提供することができる。   As described above, in the digital camera 100 of the first modification, the data storage control unit 128 can store the activation decompression data 140 in the user area 132 as long as the free space in the user area 132 is sufficient. . Therefore, even when image data is stored in the user area 132, the system can be started at high speed based on the startup decompression data 140. As a result, the startup decompression data 140 can be stored in the user area 132 as much as possible, and the chances of high-speed system startup can be increased. Further, when the free space in the user area 132 is reduced and the capacity for storing new image data is insufficient, priority is given to the storage of the image data by erasing the startup decompression data 140. Can do. As a result, the startup decompression data 140 is stored in the user area 132, thereby preventing the adverse effect that the area in which the user saves the image data in the user area 132 is reduced. That is, the digital camera 100 according to the first modification can provide more opportunities to start up the system at high speed based on the start-up decompression data 140 stored in the user area 132 without any adverse effects on the user. it can.

(5−2.変形例2)
図3に示したシステムの起動フローでステップ306において解凍済みの起動データをユーザ領域132に保存し、ステップ308において、起動用管理情報136を更新した。しかしながら、起動用圧縮データ138を解凍することによりシステムを起動する場合においても、システムをより高速に起動させることが望ましい。前述したように、本実施形態に係るデジタルカメラ100は、起動用圧縮データ138を解凍することによりシステムを起動した場合に、起動用解凍データ140をユーザ領域132に保存しておくことにより、次回からのシステムの高速起動を可能とする。しかし、起動用解凍データ140のユーザ領域132への保存は、必ずしもシステムの起動時に行う必要はない。例えば、ユーザは一般に、デジタルカメラ100を使用する場合には、システムが高速で起動されることを強く要求するが、システムを高速でOFFすることを要求する場合は少ない。そこで、変形例2のデジタルカメラ100は、起動用圧縮データ138を解凍することによりシステムを起動した場合には、システムの起動時ではなくシステムのOFF時に、起動用解凍データ140をユーザ領域132に保存する。
(5-2. Modification 2)
In the system activation flow shown in FIG. 3, the decompressed activation data is stored in the user area 132 in step 306, and the activation management information 136 is updated in step 308. However, even when the system is activated by decompressing the compressed data for activation 138, it is desirable to activate the system at a higher speed. As described above, the digital camera 100 according to the present embodiment stores the startup decompression data 140 in the user area 132 when the system is started up by decompressing the startup compression data 138, so that the next time. Enables fast system startup from However, it is not always necessary to save the activation decompression data 140 in the user area 132 when the system is activated. For example, in general, when using the digital camera 100, the user strongly demands that the system is started at a high speed, but rarely requests that the system be turned off at a high speed. Therefore, when the digital camera 100 according to the second modification is activated by decompressing the compressed compression data 138, the decompression data 140 for activation is stored in the user area 132 when the system is turned off, not when the system is activated. save.

図7は、変形例2のデジタルカメラ100において、ユーザからの電源の起動要求に応じて、コールドブートによりシステムを起動する処理の流れを示すフロー図である。   FIG. 7 is a flowchart showing a flow of processing for starting the system by cold booting in response to a power-on start request from the user in the digital camera 100 of the second modification.

図7に示すように、デジタルカメラ100は、ユーザから電源の起動要求があった場合には、まずステップ700において、起動制御部126が、システム領域130に保存されている起動用管理情報136へアクセスする。その後、起動制御部126は、ステップ702において、起動用管理情報136に基づいて、ユーザ領域132に起動用解凍データ140が保存されているか否かを判断する。   As shown in FIG. 7, when the digital camera 100 receives a power activation request from the user, first, in step 700, the activation control unit 126 moves the activation management information 136 stored in the system area 130 to the activation management information 136. to access. After that, in step 702, the activation control unit 126 determines whether or not the activation decompression data 140 is stored in the user area 132 based on the activation management information 136.

ステップ702において、ユーザ領域132に起動用解凍データ140が保存されていると判断された場合、起動制御部126は、起動用解凍データ140に基づいて、システムを高速起動する。   If it is determined in step 702 that the startup decompression data 140 is stored in the user area 132, the startup control unit 126 starts up the system at high speed based on the startup decompression data 140.

一方、ステップ704において、ユーザ領域132に起動用解凍データ140が保存されていないと判断された場合、起動制御部126は、システム領域130に保存されている起動用圧縮データ138を解凍することによりシステムを起動する。すなわち、起動制御部126は、システム領域130に保存されているLoader134を起動し、起動用圧縮データ138を自動解凍し、RAM118に展開することにより、各種アプリケーションを起動してシステムの起動を行う。このとき起動制御部126は、解凍された起動用データ(起動用解凍データ140)を、ユーザ領域132に保存せず、起動用管理情報136の更新も行わない。したがって、変形例2のデジタルカメラ100は、図3に示した、起動用圧縮データ138を解凍することによるシステムの起動フローと比較して、より高速にシステムを起動することができる。   On the other hand, if it is determined in step 704 that the startup decompression data 140 is not stored in the user area 132, the startup control unit 126 decompresses the startup compressed data 138 stored in the system area 130. Start the system. That is, the activation control unit 126 activates the loader 134 stored in the system area 130, automatically decompresses the activation compressed data 138, and expands it in the RAM 118, thereby activating various applications to activate the system. At this time, the activation control unit 126 does not save the decompressed activation data (activation decompression data 140) in the user area 132 and does not update the activation management information 136. Therefore, the digital camera 100 according to the second modification can start up the system at a higher speed than the system start-up flow by decompressing the start-up compressed data 138 shown in FIG.

しかしながら、次回システムを高速で起動するためには、ユーザ領域132に起動用解凍データ140を保存しておく必要がある。そこで、変形例2のデジタルカメラ100は、ユーザの使用に悪影響を及ぼす可能性が低い、システムのOFF時に起動用解凍データ140をユーザ領域132に保存する。   However, in order to start up the system at a high speed next time, it is necessary to save the startup decompression data 140 in the user area 132. Therefore, the digital camera 100 according to the second modification stores the activation decompression data 140 in the user area 132 when the system is OFF, which is unlikely to adversely affect the use of the user.

図8は、変形例2のデジタルカメラ100において、ユーザからの電源のOFF要求に応じて、システムをOFFする処理の流れを示すフロー図である。   FIG. 8 is a flowchart showing a flow of processing for turning off the system in response to a power-off request from the user in the digital camera 100 according to the second modification.

図8に示すように、変形例2のデジタルカメラ100は、ユーザから電源のOFF要求があった場合には、まずステップ800において、起動制御部126が、システム領域130に保存されている起動用管理情報136へアクセスする。その後、起動制御部126は、ステップ802において、ユーザ領域132に起動用解凍データ140が保存されているか否かを判断する。前述したように、変形例2のデジタルカメラ100は、システムのOFF時に起動用解凍データ140をユーザ領域132に保存する。したがって、ユーザ領域132に既に起動用解凍データ140が保存されている場合には、改めて起動用解凍データ140を保存する必要がないからである。   As illustrated in FIG. 8, in the digital camera 100 according to the second modification, when a power-off request is received from the user, first, in step 800, the activation control unit 126 is activated for activation stored in the system area 130. The management information 136 is accessed. Thereafter, in step 802, the activation control unit 126 determines whether or not the activation decompression data 140 is stored in the user area 132. As described above, the digital camera 100 according to the second modification stores the startup decompression data 140 in the user area 132 when the system is OFF. Therefore, when the startup decompression data 140 is already stored in the user area 132, it is not necessary to store the startup decompression data 140 again.

すなわち、ステップ802において、ユーザ領域132に起動用解凍データ140が保存されていると判断された場合、起動制御部126は、改めて起動用解凍データ140を保存することなく、ステップ808においてシステムをOFFにする。   That is, if it is determined in step 802 that the startup decompression data 140 is stored in the user area 132, the startup control unit 126 turns off the system in step 808 without storing the startup decompression data 140 again. To.

一方、ステップ802において、ユーザ領域132に起動用解凍データ140が保存されていないと判断された場合、起動制御部126は、ステップ804において、起動用解凍データ140をユーザ領域132に保存する。起動制御部126は、RAM118に展開されている解凍済みの起動用データを、起動用解凍データ140としてユーザ領域132に保存することができる。次に起動制御部126は、ステップ806において、起動用管理情報136を更新する。すなわち、起動制御部126は、起動用管理情報136の起動用解凍データ140の有無に関するフラグ情報を更新する。これにより、次回システムを起動する際には、図8に示したフローのステップ704において、ユーザ領域132に保存されている起動用解凍データ140に基づいて、システムを高速で起動することができる。   On the other hand, if it is determined in step 802 that the activation decompression data 140 is not stored in the user area 132, the activation control unit 126 stores the activation decompression data 140 in the user area 132 in step 804. The activation control unit 126 can store the decompressed activation data expanded in the RAM 118 as activation decompression data 140 in the user area 132. Next, in step 806, the activation control unit 126 updates the activation management information 136. That is, the activation control unit 126 updates the flag information related to the presence or absence of the activation decompression data 140 in the activation management information 136. As a result, the next time the system is activated, the system can be activated at high speed based on the activation decompression data 140 stored in the user area 132 in step 704 of the flow shown in FIG.

このように、変形例2のデジタルカメラ100は、起動用圧縮データ138を解凍することによりシステムを起動する場合においては、起動用解凍データ140をシステムの起動時ではなく、システムのOFF時にユーザ領域132に保存することができる。これにより、起動用圧縮データ138を解凍することによりシステムを起動する場合においても、システムをより高速で起動することができる。また、システムOFF時に起動用解凍データ140をユーザ領域132に保存するため、次回のシステム起動時においては、ユーザ領域132に保存されている起動用解凍データ140に基づいて、システムを高速で起動することができる。   As described above, in the digital camera 100 according to the second modification, when the system is activated by decompressing the compressed compression data 138, the decompression data 140 for activation is not the user area when the system is turned off, not when the system is activated. 132 can be stored. Thereby, even when the system is started by decompressing the start-up compressed data 138, the system can be started at a higher speed. Further, since the startup decompression data 140 is stored in the user area 132 when the system is turned off, the system is started at a high speed based on the startup decompression data 140 stored in the user area 132 at the next system startup. be able to.

(5−3.変形例3)
上記実施形態に係るデジタルカメラ100は、システムを高速起動するために、起動用解凍データ140を、本来ユーザが画像データの保存に利用する内部記憶領域112のユーザ領域132に保存することを特徴としている。しかしながら、本来ユーザが画像データの保存に利用する領域はユーザ領域132のみに限られない。例えば、装着部116に挿入される外部記憶装置124も、ユーザが画像データを保存するための領域である。したがって、ユーザ領域132の代わりに外部記憶装置124の空き容量に起動用解凍データ140を保存することによっても、システムを高速起動することができる。変形例3のデジタルカメラ100は、起動用解凍データ140を、内部記憶領域112のユーザ領域132の代わりに、外部記憶装置124に保存することができる。
(5-3. Modification 3)
The digital camera 100 according to the above embodiment is characterized in that the startup decompression data 140 is stored in the user area 132 of the internal storage area 112 that is originally used by the user for storing image data in order to start the system at high speed. Yes. However, the area originally used by the user for storing image data is not limited to the user area 132 alone. For example, the external storage device 124 inserted into the mounting unit 116 is also an area for the user to save image data. Therefore, the system can be started at high speed by storing the startup decompression data 140 in the free space of the external storage device 124 instead of the user area 132. The digital camera 100 according to the third modification can save the startup decompression data 140 in the external storage device 124 instead of the user area 132 in the internal storage area 112.

ここで、外部記憶装置124は、装着部116に抜き差しが可能であるため、変形例3のデジタルカメラ100は、システムを起動する際には、前回システムがOFFされた時から外部記憶装置124が装着部116から抜き差しされたかを認識する必要がある。なぜなら、外部記憶装置124に起動用解凍データ140を保存したとしても、その後当該外部記憶装置124が装着部116から抜かれ、起動用解凍データ140が保存されていない別の外部記憶装置124が挿入されることも想定されるためである。このような場合においても、起動用管理情報136は、外部記憶領域124に起動用解凍データ140が保存されていると認識している。したがって、起動用管理情報136の有する情報と、外部記憶装置124の起動用解凍データ140の実際の保存状況とに矛盾が生じてしまうおそれがある。また、外部記憶装置124が装着部116から抜かれた後に、別のデジタルカメラで保存された起動用解凍データを有する別の外部記憶装置124が装着部116に挿入されることも想定される。このような場合には、起動用管理情報136の有する情報と、外部記憶装置124の起動用解凍データ140の実際の保存状況とに矛盾は生じないが、外部記憶装置124には別のデジタルカメラの起動用解凍データ140が保存されていることとなる。この場合、デジタルカメラ100は、他のデジタルカメラの起動用解凍データに基づいてシステムを起動することとなり、システムエラーや故障の原因となってしまう恐れもある。したがって、変形例3のデジタルカメラ100は、システムの起動時において、前回システムがOFFされた時から外部記憶装置124が装着部116から抜き差しされたかを確認する。   Here, since the external storage device 124 can be inserted into and removed from the mounting unit 116, when the digital camera 100 according to the third modification is activated, the external storage device 124 starts from the time when the system was previously turned off. It is necessary to recognize whether it has been inserted or removed from the mounting portion 116. This is because even if the startup decompression data 140 is stored in the external storage device 124, the external storage device 124 is subsequently removed from the mounting unit 116, and another external storage device 124 in which the startup decompression data 140 is not stored is inserted. It is because it is also assumed that. Even in such a case, the startup management information 136 recognizes that the startup decompression data 140 is stored in the external storage area 124. Therefore, there is a possibility that inconsistency may occur between the information included in the startup management information 136 and the actual storage status of the decompression data 140 for startup in the external storage device 124. It is also assumed that after the external storage device 124 is removed from the mounting unit 116, another external storage device 124 having activation decompression data saved by another digital camera is inserted into the mounting unit 116. In such a case, there is no contradiction between the information stored in the startup management information 136 and the actual storage status of the decompression data 140 for startup in the external storage device 124, but another digital camera is included in the external storage device 124. The starting decompression data 140 is stored. In this case, the digital camera 100 activates the system based on the decompression data for activation of other digital cameras, which may cause a system error or failure. Therefore, the digital camera 100 according to the third modification confirms whether the external storage device 124 has been inserted into and removed from the mounting unit 116 since the system was previously turned off when the system was started up.

変形例3のデジタルカメラ100のシステムの起動時における処理の流れについて、以下図9を参照にして説明する。図9は、変形例3のデジタルカメラ100において、ユーザからの電源の起動要求に応じて、コールドブートによりシステムを起動する処理の流れを示すフロー図である。   A flow of processing at the time of starting the system of the digital camera 100 according to the modified example 3 will be described below with reference to FIG. FIG. 9 is a flowchart showing a flow of processing for starting the system by cold booting in response to a power-up start request from the user in the digital camera 100 of the third modification.

図9に示すように、変形例3のデジタルカメラ100は、ユーザから電源の起動要求があった場合には、まずステップ900において、起動制御部126が、外部記憶装置124が装着部116に抜き差しされたか否かを判断する。なお、通常、一般的なデジタルカメラは、メモリースティック(登録商標)、SDカードなどの外部記憶装置124の抜き差しを判断し、外部記憶装置124の抜き差しがない場合には、ヘッダ情報などへのアクセスを軽減することにより、外部記憶装置124の読み込みの高速化を図っている。変形例3のデジタルカメラ100は、このような通常のデジタルカメラに備えられる外部記憶装置124の抜き差しを判断する手段を備えることにより実現することができる。   As shown in FIG. 9, in the digital camera 100 according to the third modification, when a power activation request is received from the user, first, in step 900, the activation control unit 126 inserts and removes the external storage device 124 from the mounting unit 116. It is judged whether it was done. Normally, a general digital camera determines whether an external storage device 124 such as a Memory Stick (registered trademark) or an SD card is inserted or removed, and if the external storage device 124 is not inserted or removed, access to header information or the like is made. By reducing this, the reading speed of the external storage device 124 is increased. The digital camera 100 of Modification 3 can be realized by including means for determining whether the external storage device 124 included in such a normal digital camera is inserted or removed.

上述したように、外部記憶装置124が装着部116から抜き差しされた場合には、現在外部記憶装置124には起動用解凍データ140が保存されておらず、起動用管理情報136の有する情報と矛盾している可能性がある。また、外部記憶装置124に、他のデジタルカメラで保存された起動用解凍データ140が保存されている可能性もある。したがって、ステップ900において、外部記憶装置124が装着部116に抜き差しされたと判断された場合、起動制御部126は、ステップ908において、内部記憶領域112のシステム領域130に保存されている起動用圧縮データ138を解凍することによりシステムを起動する。すなわち、起動制御部126は、システム領域130に保存されているLoader134を起動し、起動用圧縮データ138を自動解凍し、RAM118に展開することにより、各種アプリケーションを起動してシステムの起動を行う。これにより、システムのエラーや故障を防止することができる。   As described above, when the external storage device 124 is removed from the mounting unit 116, the startup decompression data 140 is not currently stored in the external storage device 124, and is inconsistent with the information included in the startup management information 136. There is a possibility. In addition, the decompression data 140 for activation saved by another digital camera may be saved in the external storage device 124. Therefore, if it is determined in step 900 that the external storage device 124 has been inserted into or removed from the mounting unit 116, the activation control unit 126 stores the compressed compressed data for activation stored in the system area 130 of the internal storage area 112 in step 908. Start the system by decompressing 138. That is, the activation control unit 126 activates the loader 134 stored in the system area 130, automatically decompresses the activation compressed data 138, and expands it in the RAM 118, thereby activating various applications to activate the system. As a result, system errors and failures can be prevented.

次に、ステップ910において、起動制御部126は、解凍済みの起動データ(起動用解凍データ140)を外部記憶装置124へ保存し、ステップ912において、システム領域130の起動用管理情報136を更新する。すなわち、起動制御部126は、起動用管理情報136の有する外部記憶装置124に起動用解凍データ140が保存されているか否かを表すフラグ情報を更新する。これにより、次回システムを起動する際には、起動制御部126は、外部記憶装置124に保存されている起動用解凍データ140に基づいて、システムを高速で起動することができる。   Next, in step 910, the activation control unit 126 saves the decompressed activation data (activation decompression data 140) in the external storage device 124, and updates the activation management information 136 in the system area 130 in step 912. . That is, the activation control unit 126 updates the flag information indicating whether or not the activation decompression data 140 is stored in the external storage device 124 included in the activation management information 136. As a result, when the system is activated next time, the activation control unit 126 can activate the system at a high speed based on the activation decompression data 140 stored in the external storage device 124.

一方、ステップ900において、外部記憶装置124が装着部116から抜き差しされていないと判断された場合、ステップ902において、起動制御部126は、システム領域130に保存されている起動用管理情報136へアクセスする。その後、起動制御部126は、ステップ904において、起動用管理情報136に基づいて、外部記憶装置124に起動用解凍データ140が保存されているか否かを判断する。   On the other hand, if it is determined in step 900 that the external storage device 124 has not been inserted or removed from the mounting unit 116, the activation control unit 126 accesses the activation management information 136 stored in the system area 130 in step 902. To do. Thereafter, in step 904, the activation control unit 126 determines whether or not the activation decompression data 140 is stored in the external storage device 124 based on the activation management information 136.

ステップ904において、外部記憶装置124に起動用解凍データ140が保存されていると判断された場合、起動制御部126は、ステップ906において、起動用解凍データ140に基づいて、システムを高速起動する。   If it is determined in step 904 that the startup decompression data 140 is stored in the external storage device 124, the startup control unit 126 starts the system at a high speed based on the startup decompression data 140 in step 906.

一方、ステップ904において、外部記憶装置124に起動用解凍データ140が保存されていないと判断された場合、起動制御部126は、ステップ908において、内部記憶領域112のシステム領域130に保存されている起動用圧縮データ138を解凍することによりシステムを起動する。さらに、起動制御部126は、解凍済みの起動データ(起動用解凍データ140)を外部記憶装置124へ保存し、ステップ912において、システム領域130の起動用管理情報136を更新する。   On the other hand, if it is determined in step 904 that the startup decompression data 140 is not stored in the external storage device 124, the startup control unit 126 is stored in the system area 130 of the internal storage area 112 in step 908. The system is activated by decompressing the compressed data 138 for activation. Furthermore, the activation control unit 126 stores the decompressed activation data (activation decompression data 140) in the external storage device 124, and updates the activation management information 136 in the system area 130 in step 912.

このように、変形例3のデジタルカメラ100は、起動用解凍データ140を外部記憶装置124に保存することにより、当該起動用解凍データ140に基づいてシステムを高速で起動することができる。また、外部記憶装置124は、本来ユーザが画像データを保存するための領域であるため、デジタルカメラ100自体は、起動用解凍データ140を保存するための不揮発性の領域(ROMなど)を別途備える必要がない。したがって、小型化、軽量化、携帯性などが要求されるデジタルカメラなどの撮像装置においても、外部記憶装置124に起動用解凍データ140を保存することにより、システムの高速起動を実現することができる。また、外部記憶装置124の装着部116への抜き差しを判断することにより、起動用管理情報136と、実際の起動用解凍データ140の保存状況とが矛盾する場合においても、起動用圧縮データ138に基づいて安全にシステムを起動することができる。   As described above, the digital camera 100 according to the third modification can start the system at a high speed based on the startup decompression data 140 by storing the startup decompression data 140 in the external storage device 124. In addition, since the external storage device 124 is originally an area for the user to store image data, the digital camera 100 itself includes a non-volatile area (ROM or the like) for storing the startup decompression data 140. There is no need. Therefore, even in an imaging device such as a digital camera that requires miniaturization, weight reduction, portability, etc., by storing the startup decompression data 140 in the external storage device 124, it is possible to realize high-speed startup of the system. . Further, by determining whether the external storage device 124 is inserted into or removed from the mounting unit 116, even if the activation management information 136 and the actual storage status of the decompression data 140 are inconsistent, the activation compressed data 138 is stored. The system can be activated safely on the basis.

なお、図9のフローでは、起動用圧縮データ138を解凍することによりシステムを起動した場合、システムの起動時に、ステップ910において、起動制御部126が、起動用解凍データ140を外部記憶装置124に保存するが、これに限定されるものではない。すなわち、上記変形例2において説明したように、起動制御部126は、システムの起動時にはステップ910およびステップ912の処理を行わず、起動用圧縮データ138を解凍することによるシステムの起動をより高速に行うことも可能である。この場合、上記変形例2において説明したように、システムのOFF時において、起動制御部126は、起動用解凍データ140を外部記憶装置124に保存し、システム領域130の起動用管理情報136を更新すればよい。   In the flow of FIG. 9, when the system is activated by decompressing the startup compressed data 138, the activation control unit 126 stores the activation decompression data 140 in the external storage device 124 at step 910 when the system is activated. Although it preserve | saves, it is not limited to this. That is, as described in the second modification, the startup control unit 126 does not perform the processing of Step 910 and Step 912 when starting up the system, and speeds up the startup of the system by decompressing the startup compressed data 138. It is also possible to do this. In this case, as described in Modification 2 above, when the system is OFF, the activation control unit 126 stores the activation decompression data 140 in the external storage device 124 and updates the activation management information 136 in the system area 130. do it.

また、外部記憶装置124は、本来ユーザが画像データなどを保存するための領域である。したがって、起動用解凍データ140の保存よりもユーザの画像データの保存を優先する必要がある。したがって、上記変形例1において説明したように、外部記憶装置124の空き容量に基づいて、外部記憶装置124に保存されている起動用解凍データ140を消去する処理などをさらに行うことも当然に可能である。   The external storage device 124 is an area where the user originally stores image data and the like. Therefore, it is necessary to prioritize the saving of the user image data over the saving of the startup decompression data 140. Therefore, as described in the first modification, it is naturally possible to further perform processing such as erasing the decompression data 140 for activation stored in the external storage device 124 based on the free capacity of the external storage device 124. It is.

(4−5.変形例4)
上記変形例3では、起動用解凍データ140を外部記憶装置124に保存したが、例えば、内部記憶領域112のユーザ領域132または外部記憶装置124のいずれか一方に選択的に起動用解凍データ140を保存することもできる。上述したように、ユーザ領域132も外部記憶装置124も本来はユーザにより画像データが保存されるための領域であるため、ユーザに弊害を及ぼさないように起動用解凍データ140を保存する必要がある。この点を考慮し、変形例4のデジタルカメラ100は、ユーザ領域132または外部記憶装置124のうち、空き容量の大きい方を選択して、起動用解凍データ140を保存することができる。
(4-5. Modification 4)
In the third modified example, the startup decompression data 140 is stored in the external storage device 124. For example, the startup decompression data 140 is selectively stored in either the user area 132 of the internal storage area 112 or the external storage device 124. It can also be saved. As described above, since the user area 132 and the external storage device 124 are originally areas for storing image data by the user, it is necessary to store the startup decompression data 140 so as not to adversely affect the user. . In consideration of this point, the digital camera 100 according to the fourth modification can save the activation decompression data 140 by selecting the user area 132 or the external storage device 124 having the larger free space.

図10は、変形例4のデジタルカメラ100において、ユーザからの電源のOFF要求に応じて、システムをOFFする処理の流れを示すフロー図である。なお、図10のフロー図では、上記変形例2で説明したように、システムのOFF時に起動用解凍データ140をユーザ領域132または外部記憶装置124のいずれか一方に保存する場合の例について説明する。もちろん、これに限定されるものではなく、システムの起動時に起動用解凍データ140を、ユーザ領域132または外部記憶装置124のいずれか一方に保存することも当然に可能である。   FIG. 10 is a flowchart showing a flow of processing for turning off the system in response to a power-off request from the user in the digital camera 100 according to the fourth modification. In the flowchart of FIG. 10, as described in the second modification, an example in which the decompression data 140 for activation is saved in either the user area 132 or the external storage device 124 when the system is OFF will be described. . Of course, the present invention is not limited to this, and it is naturally possible to store the decompression data 140 for activation in either the user area 132 or the external storage device 124 when the system is activated.

図10に示すように、変形例4のデジタルカメラ100は、ユーザから電源のOFF要求があった場合には、まずステップ1000において、起動制御部126が、システム領域130に保存されている起動用管理情報136へアクセスする。その後、起動制御部126は、ステップ1002において、内部記憶領域112のユーザ領域132または外部記憶装置124に起動用解凍データ140が保存されているか否かを判断する。変形例4のデジタルカメラ100の起動用管理情報136は、ユーザ領域132および外部記憶装置124の利用状況に関する情報を含んでいる。また、起動用管理情報136は、起動用解凍データ140がユーザ領域132または外部記憶装置124に保存される毎に更新されるため、起動制御部126は、起動用管理情報136のフラグ情報などを確認することにより判断することができる。   As illustrated in FIG. 10, in the digital camera 100 according to the fourth modification, when a power-off request is received from the user, first, in step 1000, the activation control unit 126 is activated for activation stored in the system area 130. The management information 136 is accessed. Thereafter, in step 1002, the activation control unit 126 determines whether the activation decompression data 140 is stored in the user area 132 of the internal storage area 112 or the external storage device 124. The startup management information 136 of the digital camera 100 according to the modified example 4 includes information regarding the usage status of the user area 132 and the external storage device 124. In addition, since the startup management information 136 is updated every time the startup decompression data 140 is stored in the user area 132 or the external storage device 124, the startup control unit 126 displays the flag information of the startup management information 136 and the like. This can be determined by checking.

ステップ1002において、内部記憶領域112のユーザ領域132または外部記憶装置124のいずれか一方に起動用解凍データ140が保存されていると判断された場合、ステップ1012においてシステムの電源をOFFにする。次回システムを高速起動するために必要な起動用解凍データ140が、内部記憶領域112のユーザ領域132または外部記憶装置124のいずれか一方に既に保存されているからである。   If it is determined in step 1002 that the startup decompression data 140 is stored in either the user area 132 of the internal storage area 112 or the external storage device 124, the system is turned off in step 1012. This is because the startup decompression data 140 necessary for the next system startup is already stored in either the user area 132 of the internal storage area 112 or the external storage device 124.

一方、ステップ1002において、内部記憶領域112のユーザ領域132および外部記憶装置124のいずれにも起動用解凍データ140が保存されていないと判断された場合、起動制御部126はステップ1004の処理を行う。すなわち、起動制御部126は、ユーザ領域132の空き容量と外部記憶装置124の空き容量とを比較する。前述したように、起動用管理情報136は、ユーザ領域132および外部記憶装置124の容量に関する情報を有することができる。したがって、起動制御部126は、起動用管理情報136に基づいて、ユーザ領域132の空き容量と外部記憶装置124の空き容量とで、いずれの空き容量が大きいかを判断することができる。   On the other hand, if it is determined in step 1002 that activation decompression data 140 is not stored in either the user area 132 of the internal storage area 112 or the external storage device 124, the activation control unit 126 performs the process of step 1004. . That is, the activation control unit 126 compares the free capacity of the user area 132 with the free capacity of the external storage device 124. As described above, the startup management information 136 can include information regarding the capacities of the user area 132 and the external storage device 124. Therefore, the activation control unit 126 can determine which of the available capacity of the user area 132 and the available capacity of the external storage device 124 is larger based on the activation management information 136.

ステップ1004において、ユーザ領域132の空き容量が外部記憶装置124の空き容量よりも大きいと判断された場合には、起動制御部126は、ステップ1008において、ユーザ領域132に起動用解凍データ140を保存する。   If it is determined in step 1004 that the free space in the user area 132 is larger than the free space in the external storage device 124, the start control unit 126 stores the start decompression data 140 in the user area 132 in step 1008. To do.

一方、ステップ1004において、外部記憶装置124の空き容量がユーザ領域132の空き容量よりも大きいと判断された場合には、起動制御部126は、ステップ1006において、外部記憶装置124に起動用解凍データ140を保存する。   On the other hand, if it is determined in step 1004 that the free space in the external storage device 124 is larger than the free space in the user area 132, the start control unit 126 stores the start decompression data in the external storage device 124 in step 1006. 140 is saved.

その後、起動制御部126は、ステップ1010において、起動用管理情報136を更新する。すなわち、起動制御部126は、起動用管理情報136の有するユーザ領域132または外部記憶装置124内の起動用解凍データ140の有無のフラグ情報を更新する。これにより、次回システムを起動する際に、起動制御部126は、起動用管理情報136に基づいて、ユーザ領域132または外部記憶装置124のいずれか一方に起動用解凍データ140が保存されているか否かを判断することができる。その後、起動制御部126は、ステップ1012において、システムの電源をOFFにする。   Thereafter, the activation control unit 126 updates the activation management information 136 in step 1010. That is, the activation control unit 126 updates the flag information indicating the presence / absence of the decompression data 140 for activation in the user area 132 or the external storage device 124 included in the activation management information 136. As a result, when the system is started next time, the start control unit 126 determines whether the start decompression data 140 is stored in either the user area 132 or the external storage device 124 based on the start management information 136. Can be determined. Thereafter, in step 1012, the activation control unit 126 turns off the system power.

図11は、変形例4のデジタルカメラ100において、ユーザからの電源の起動要求に応じて、コールドブートによりシステムを起動する処理の流れを示すフロー図である。   FIG. 11 is a flowchart showing a flow of processing for starting the system by cold booting in response to a power-on start request from the user in the digital camera 100 according to the fourth modification.

上述したように、変形例4のデジタルカメラ100は、起動用解凍データ140をユーザ領域132または外部記憶装置124のいずれか一方に保存する。したがって、ユーザから電源の起動要求があった場合には、起動制御部126は、まずステップ1100において、起動用管理情報136にアクセスし、ステップ1102において、ユーザ領域132に起動用解凍データ140が保存されているか否かを判断する。   As described above, the digital camera 100 according to the fourth modification stores the starting decompression data 140 in either the user area 132 or the external storage device 124. Therefore, when a power activation request is received from the user, the activation control unit 126 first accesses the activation management information 136 in step 1100 and stores the activation decompression data 140 in the user area 132 in step 1102. It is judged whether it is done.

ステップ1102において、ユーザ領域132に起動用解凍データ140が保存されていると判断された場合には、起動制御部126は、ステップ1104において、内部記憶領域112のユーザ領域132に保存されている起動用解凍データ140に基づいてシステムを高速起動する。   If it is determined in step 1102 that the startup decompression data 140 is stored in the user area 132, the startup control unit 126 starts the startup stored in the user area 132 of the internal storage area 112 in step 1104. Based on the decompression data 140, the system is started at high speed.

一方、ステップ1102において、ユーザ領域132に起動用解凍データ140が保存されていないと判断された場合には、外部記憶装置124に起動用解凍データ140が保存されている可能性がある。しかしながら、上記変形例3において説明したように、外部記憶装置124は装着部116から抜き差しされる場合があるため、起動用管理情報136との矛盾が生じてしまうおそれがある。したがって、ステップ1102において、ユーザ領域132に起動用解凍データ140が保存されていないと判断された場合、上記変形例3の図9のフローと同様に、起動制御部126は、ステップ1106において、外部記憶装置124の抜き差しの有無を判断する。外部記憶装置124が抜き差しされた場合には、起動制御部126は、ステップ1108において、システム領域130に保存されている起動用圧縮データ138を解凍することによりシステムを起動する。一方、外部記憶装置124が抜き差しされていない場合には、起動制御部126は、ステップ1110において、外部記憶装置124に起動用解凍データ140が保存されているか否かを、起動用管理情報136に基づいて判断する。外部記憶装置124に起動用解凍データ140が保存されていないと判断された場合には、起動制御部126は、ステップ1108において、システム領域130に保存されている起動用圧縮データ138を解凍することによりシステムを起動する。一方、外部記憶装置124に起動用解凍データ140が保存されていると判断された場合には、起動制御部126は、ステップ1112において、当該起動用解凍データ140に基づいて、システムを高速起動する。   On the other hand, if it is determined in step 1102 that the startup decompression data 140 is not stored in the user area 132, the startup decompression data 140 may be stored in the external storage device 124. However, as described in Modification 3 above, the external storage device 124 may be inserted and removed from the mounting unit 116, which may cause a contradiction with the startup management information 136. Therefore, if it is determined in step 1102 that the activation decompression data 140 is not stored in the user area 132, the activation control unit 126 performs external processing in step 1106 in the same manner as in the flow of FIG. It is determined whether the storage device 124 is inserted or removed. If the external storage device 124 has been inserted or removed, the activation control unit 126 activates the system by decompressing the compressed compressed data 138 stored in the system area 130 in step 1108. On the other hand, if the external storage device 124 is not inserted or removed, the activation control unit 126 determines whether or not the activation decompression data 140 is stored in the external storage device 124 in the activation management information 136 in step 1110. Judgment based on. If it is determined that the startup decompression data 140 is not stored in the external storage device 124, the startup control unit 126 decompresses the startup compression data 138 stored in the system area 130 in step 1108. To start the system. On the other hand, if it is determined that the startup decompression data 140 is stored in the external storage device 124, the startup control unit 126 starts the system at high speed based on the startup decompression data 140 in step 1112. .

このように、変形例4のデジタルカメラ100は、本来ユーザにより画像データが保存される不揮発性の領域が複数存在する場合には、より空き容量の大きい領域に起動用解凍データ140を保存することができる。これにより、一方の記憶領域が画像データの保存により残容量が少ない場合でも、他方の記憶領域に起動用解凍データ140を保存することができるため、システムの高速起動を実現することができる。   As described above, when there are a plurality of non-volatile areas where image data is originally stored by the user, the digital camera 100 according to the modified example 4 stores the start-up decompression data 140 in an area with a larger free space. Can do. As a result, even if one storage area has a small remaining capacity due to the storage of the image data, the startup decompression data 140 can be stored in the other storage area, so that the system can be started at high speed.

なお、上記変形例4の説明においては、内部記憶領域112のユーザ領域132および外部記憶装置124の2つの記憶領域を有する場合を例に説明したが、これに限定されるものではない。例えば、複数の内部記憶領域112を有している場合や、2以上の外部記憶装置124を挿入するための装着部116を有している場合などにも適用することができる。また、上記説明においては、ユーザ領域132と外部記憶装置124の空き容量に基づいていずれの領域に起動用解凍データ140を保存するかを判断したが、これに限定されるものではない。例えば、ユーザ領域132と外部記憶装置124の書き込み速度、読み込み速度、などの他のパラメータに基づいて、いずれの領域に起動用解凍データ140を保存するかを判断しても良い。この場合、当該パラメータに関する情報をシステム領域130の起動用管理情報136が有することにより実現することができる。   In the above description of the fourth modification, the case where the user area 132 of the internal storage area 112 and the two storage areas of the external storage device 124 are described as an example, but the present invention is not limited to this. For example, the present invention can also be applied to a case where a plurality of internal storage areas 112 are provided, or a case where a mounting portion 116 for inserting two or more external storage devices 124 is provided. In the above description, it is determined in which area the decompression data 140 for activation is stored based on the free space of the user area 132 and the external storage device 124, but the present invention is not limited to this. For example, based on other parameters such as the writing speed and reading speed of the user area 132 and the external storage device 124, it may be determined in which area the activation decompression data 140 is stored. In this case, the information regarding the parameter can be realized by the start management information 136 of the system area 130 having the information.

以上、本実施形態に係るデジタルカメラ100の種々の変形例について説明したが、本発明はこれらに限定されるものではない。すなわち、本実施形態に係るデジタルカメラ100に、一般のデジタルカメラで想定される機能(例えば、通信手段、画像編集、撮像モード編集など)を付加することも当然に可能である。また、上述した複数の変形例を複合して適用することも可能である。例えば、変形例4のデジタルカメラ100は、ユーザ領域132および外部記憶装置124の空き容量に基づいて、起動用解凍データ140を保存する領域を決定する。しかし、外部記憶装置124に起動用解凍データ140が保存された場合には、図11に示したように、外部記憶装置124の抜き差しの影響を受けるため、システムを高速起動する機会が失われる可能性がある。これを回避するために、例えば、変形例4と変形例2を組み合わせたデジタルカメラ100などが考えられる。すなわち、図10のフローにおいて。原則として、起動用解凍データ140をユーザ領域132に保存し、ユーザ領域132の空き容量が不足している場合にのみ外部記憶領域124に保存する。さらに、ユーザ領域132に起動用解凍データ140を保存した後に、ユーザ領域132の画像データを保存するための空き容量が不足した場合には、図5のステップ510において、起動用解凍データ140を消去するのではなく、外部記憶装置124に保存する。この結果、本来ユーザにより画像データが保存される複数の不揮発性の記憶領域を効率よく利用することができ、システムを高速起動する機会をより確実に確保することができる。   Although various modifications of the digital camera 100 according to this embodiment have been described above, the present invention is not limited to these. In other words, it is naturally possible to add functions (for example, communication means, image editing, imaging mode editing, etc.) assumed for a general digital camera to the digital camera 100 according to the present embodiment. It is also possible to apply a plurality of modifications described above in combination. For example, the digital camera 100 according to the fourth modification determines an area for storing the startup decompression data 140 based on the free space of the user area 132 and the external storage device 124. However, when the decompression data 140 for activation is stored in the external storage device 124, as shown in FIG. 11, since it is affected by the insertion / extraction of the external storage device 124, the opportunity to start the system at high speed may be lost. There is sex. In order to avoid this, for example, a digital camera 100 combining the modification 4 and the modification 2 can be considered. That is, in the flow of FIG. In principle, the startup decompression data 140 is stored in the user area 132 and is stored in the external storage area 124 only when the user area 132 has insufficient free space. Further, after the decompression data 140 for activation is stored in the user area 132, if there is not enough free space for storing the image data in the user area 132, the decompression data 140 for activation is erased in step 510 of FIG. Instead, it is stored in the external storage device 124. As a result, it is possible to efficiently use a plurality of non-volatile storage areas in which image data is originally stored by the user, and it is possible to more reliably ensure an opportunity to start the system at high speed.

以上説明したように、本実施形態に係るデジタルカメラ100は、システムの起動に必要な起動用データを解凍した状態(起動用解凍データ140)で、本来ユーザが利用する不揮発性の記憶領域(ユーザ領域132、外部記憶装置124)に保存することができる。また、本来ユーザが利用する不揮発性の記憶領域の利用状況に関する情報を有する起動用管理情報136を、不揮発性の内部記憶領域112のシステム領域130に有することができる。したがって、デジタルカメラ100は、システムを起動する際に、起動用管理情報136に基づいて、本来ユーザが利用する不揮発性の記憶領域に起動用解凍データ140が保存されているか否かを判断することができる。この結果、デジタルカメラ100は、起動用管理情報136の有する情報に基づいて、起動用解凍データ140によりシステムを高速で起動することができる。すなわち、本実施形態に係るデジタルカメラ100は、解凍済みの起動用データを、ユーザにより利用される不揮発性の記憶領域に一時的に保存しておくことにより、システムを高速でコールドブートすることが可能である。   As described above, the digital camera 100 according to the present embodiment is a non-volatile storage area (users originally used by the user) in a state where the startup data necessary for system startup is decompressed (startup decompressed data 140). The area 132 can be stored in the external storage device 124). Further, the startup management information 136 having information related to the usage status of the nonvolatile storage area originally used by the user can be included in the system area 130 of the nonvolatile internal storage area 112. Therefore, when starting up the system, the digital camera 100 determines whether the startup decompression data 140 is stored in the nonvolatile storage area originally used by the user based on the startup management information 136. Can do. As a result, the digital camera 100 can start up the system at high speed using the startup decompression data 140 based on the information included in the startup management information 136. That is, the digital camera 100 according to the present embodiment can cold-boot the system at high speed by temporarily storing the decompressed startup data in a nonvolatile storage area used by the user. Is possible.

以上、添付図面を参照しながら本発明の好適な実施形態について詳細に説明したが、本発明はかかる例に限定されない。本発明の属する技術の分野における通常の知識を有する者であれば、特許請求の範囲に記載された技術的思想の範疇内において、各種の変更例または修正例に想到し得ることは明らかであり、これらについても、当然に本発明の技術的範囲に属するものと了解される。   The preferred embodiments of the present invention have been described in detail above with reference to the accompanying drawings, but the present invention is not limited to such examples. It is obvious that a person having ordinary knowledge in the technical field to which the present invention pertains can come up with various changes or modifications within the scope of the technical idea described in the claims. Of course, it is understood that these also belong to the technical scope of the present invention.

例えば、上記実施形態では、本発明の撮像装置として、デジタルスチルカメラの例を挙げて説明したが、本発明はかかる例に限定されない。撮像装置は、撮像部および撮像部により撮像されたデータを記録する不揮発性の記憶領域を備えるデバイスであれば、例えば、その他の撮像装置(デジタルスチルカメラ、ビデオカメラ、記録装置など)にも適用することができる。したがって、上記実施形態の説明では、ユーザ領域132などに画像データが保存される場合を例に説明したが、例えば、動画データ、音声データなどのその他の各種データデータを含むこともできる。   For example, in the above-described embodiment, an example of a digital still camera has been described as the imaging apparatus of the present invention, but the present invention is not limited to such an example. The imaging device can be applied to other imaging devices (digital still cameras, video cameras, recording devices, etc.), for example, as long as the device has an imaging unit and a non-volatile storage area that records data captured by the imaging unit. can do. Therefore, in the description of the above embodiment, the case where image data is stored in the user area 132 or the like has been described as an example. However, for example, various other data data such as moving image data and audio data may be included.

本発明の実施形態の1つに係る撮像装置の一例であるデジタルカメラ100の機能構成を示すブロック図である。1 is a block diagram illustrating a functional configuration of a digital camera 100 that is an example of an imaging apparatus according to an embodiment of the present invention. 同実施形態に係るデジタルカメラ100の備える内部記憶領域112の構成を示す概念図である。2 is a conceptual diagram illustrating a configuration of an internal storage area 112 included in the digital camera 100 according to the embodiment. FIG. 同実施形態に係るデジタルカメラ100において、コールドブートによるシステムの起動の流れを示すフロー図である。In the digital camera 100 which concerns on the embodiment, it is a flowchart which shows the flow of a system starting by cold boot. 同実施形態に係るデジタルカメラ100において、画像データをユーザ領域132に保存する流れを示すフロー図である。5 is a flowchart showing a flow of storing image data in a user area 132 in the digital camera 100 according to the embodiment. FIG. 同実施形態に係るデジタルカメラ100において、画像データをユーザ領域132に保存する別の流れを示すフロー図である。10 is a flowchart showing another flow of storing image data in a user area 132 in the digital camera 100 according to the embodiment. FIG. 同実施形態に係るデジタルカメラ100において、画像データおよび起動用解凍データ140が保存される内部記憶領域112の構成を示す概念図である。4 is a conceptual diagram showing a configuration of an internal storage area 112 in which image data and activation decompression data 140 are stored in the digital camera 100 according to the embodiment. FIG. 同実施形態に係るデジタルカメラ100において、コールドブートによるシステムの起動の別の流れを示すフロー図である。FIG. 9 is a flowchart showing another flow of system activation by cold boot in the digital camera 100 according to the embodiment. 同実施形態に係るデジタルカメラ100において、システムのOFFの流れを示すフロー図である。FIG. 6 is a flowchart showing a system OFF flow in the digital camera 100 according to the embodiment. 同実施形態に係るデジタルカメラ100において、コールドブートによるシステムの起動の別の流れを示すフロー図である。FIG. 9 is a flowchart showing another flow of system activation by cold boot in the digital camera 100 according to the embodiment. 同実施形態に係るデジタルカメラ100において、システムのOFFの別の流れを示すフロー図である。FIG. 10 is a flowchart showing another flow of system OFF in the digital camera 100 according to the embodiment. 同実施形態に係るデジタルカメラ100において、コールドブートによるシステムの起動の別の流れを示すフロー図である。FIG. 9 is a flowchart showing another flow of system activation by cold boot in the digital camera 100 according to the embodiment. 従来の一般的なデジタルカメラ10備える内部記憶領域12の構成を示す概念図である。It is a conceptual diagram which shows the structure of the internal storage area 12 with which the conventional common digital camera 10 is provided. 従来の一般的なデジタルカメラ10において、コールドブートによるシステムの起動の流れを示すフロー図である。In the conventional general digital camera 10, it is a flowchart which shows the starting flow of the system by cold boot.

符号の説明Explanation of symbols

100 デジタルカメラ
102 操作入力部
104 撮像部
106 音声入出力部
108 表示部
110 データ処理部
112 内部記憶領域
114 デコーダ
116 装着部
118 RAM
120 外部インターフェース
122 制御部
124 外部記憶装置
126 起動制御部
128 データ保存制御部
130 システム領域
132 ユーザ領域
134 Loader
136 起動用管理情報
138 起動用圧縮データ
140 起動用解凍データ
DESCRIPTION OF SYMBOLS 100 Digital camera 102 Operation input part 104 Image pick-up part 106 Voice input / output part 108 Display part 110 Data processing part 112 Internal storage area 114 Decoder 116 Mounting part 118 RAM
120 External Interface 122 Control Unit 124 External Storage Device 126 Startup Control Unit 128 Data Storage Control Unit 130 System Area 132 User Area 134 Loader
136 Management information for startup 138 Compressed data for startup 140 Decompressed data for startup

Claims (13)

被写体を撮像する撮像部と、
前記撮像部により撮像された画像データを記憶する不揮発性の記憶領域であるユーザ領域と、
前記ユーザ領域の利用状況に関する情報を含む起動用管理情報、およびシステムの起動に必要な起動用データを圧縮した起動用圧縮データを記憶する不揮発性の記憶領域であるシステム領域と、
前記起動用圧縮データを解凍した起動用解凍データを前記ユーザ領域に保存し、前記起動用管理情報に基づいて、前記ユーザ領域に保存されている起動用解凍データ、または前記システム領域に保存されている起動用圧縮データのいずれか一方により前記システムを起動し、前記起動用管理情報を更新する起動制御部と、
を備える撮像装置。
An imaging unit for imaging a subject;
A user area that is a non-volatile storage area for storing image data captured by the imaging unit;
A system area that is a non-volatile storage area for storing startup management information including information related to the usage status of the user area, and compressed startup data obtained by compressing startup data necessary for system startup;
The decompression data for startup obtained by decompressing the compression data for startup is stored in the user area, and the decompression data for startup stored in the user area or the system area is stored based on the management information for startup. A boot control unit that boots the system with any one of the boot compression data and updates the boot management information;
An imaging apparatus comprising:
前記起動制御部は、ユーザから前記システムの起動要求があった場合に、
前記起動用管理情報に基づいて、前記ユーザ領域に前記起動用解凍データが保存されているか否かを判断し、
前記ユーザ領域に前記起動用解凍データが保存されていない場合には、前記システム領域に保存されている前記起動用圧縮データを解凍することにより前記システムを起動し、
前記ユーザ領域に前記起動用解凍データが保存されている場合には、該起動用解凍データに基づいて前記システムを起動する、請求項1に記載の撮像装置。
When the activation control unit is requested to activate the system from the user,
Based on the startup management information, determine whether the startup decompression data is stored in the user area,
If the startup decompression data is not stored in the user area, the system is started by decompressing the startup compressed data stored in the system area,
The imaging apparatus according to claim 1, wherein when the activation decompression data is stored in the user area, the system is activated based on the activation decompression data.
前記起動制御部は、前記起動用圧縮データを解凍することにより前記システムを起動した場合には、前記起動用管理情報に基づいて、前記解凍された起動用データを起動用解凍データとして前記ユーザ領域に保存して、前記起動用管理情報を更新する、請求項2に記載の撮像装置。   The boot control unit, when the system is booted by decompressing the boot compressed data, based on the boot management information, the decompressed boot data as boot decompressed data as the user area The imaging apparatus according to claim 2, wherein the imaging management information is updated in the storage management information. 前記起動制御部は、前記起動用圧縮データを解凍することにより前記システムを起動した場合、前記システムの起動時に、前記起動用解凍データを前記ユーザ領域に保存する、請求項3に記載の撮像装置。   The imaging apparatus according to claim 3, wherein the activation control unit stores the activation decompression data in the user area when the system is activated when the system is activated by decompressing the activation compressed data. . 前記起動制御部は、前記起動用圧縮データを解凍することにより前記システムを起動した場合、ユーザにより前記システムのOFF要求を受け付けた後に、前記起動用解凍データを前記ユーザ領域に保存する、請求項3に記載の撮像装置。   The activation control unit, when the system is activated by decompressing the compression data for activation, stores the decompression data for activation in the user area after accepting an OFF request for the system by a user. 3. The imaging device according to 3. 前記撮像部により撮像された画像データを前記ユーザ領域に保存するデータ保存制御部を更に備える、請求項1に記載の撮像装置。   The imaging apparatus according to claim 1, further comprising a data storage control unit that stores image data captured by the imaging unit in the user area. 前記データ保存制御部は、前記起動用管理情報に基づいて、前記ユーザ領域に前記起動用解凍データが保存されているか否かを判断し、
前記ユーザ領域に前記起動用解凍データが保存されていないと判断した場合には、前記画像データを前記ユーザ領域に保存し、
前記ユーザ領域に前記起動用解凍データが保存されていると判断した場合には、該起動用解凍データを消去した後に、前記画像データを前記ユーザ領域に保存する、請求項6に記載の撮像装置。
The data storage control unit determines whether or not the startup decompression data is stored in the user area based on the startup management information,
If it is determined that the startup decompression data is not stored in the user area, the image data is stored in the user area,
The imaging apparatus according to claim 6, wherein if it is determined that the startup decompression data is stored in the user area, the image data is stored in the user area after erasing the startup decompression data. .
前記データ保存制御部は、前記起動用管理情報に基づいて、前記ユーザ領域に前記起動用解凍データが保存されているか否かを判断し、
前記ユーザ領域に前記起動用解凍データが保存されていないと判断した場合には、前記画像データを前記ユーザ領域に保存し、
前記ユーザ領域に前記起動用解凍データが保存されていると判断した場合には、前記ユーザ領域に前記画像データを保存するのに必要な空き容量が残っているか否かを、前記起動用管理情報に基づいて判断し、
前記ユーザ領域に前記画像データを保存するのに必要な空き容量が残っている場合には、該画像データを前記ユーザ領域に保存し、
前記ユーザ領域に前記画像データを保存するのに必要な空き容量が残っていない場合には、前記起動用解凍データを消去した後に、前記画像データを前記ユーザ領域に保存する、請求項6に記載の撮像装置。
The data storage control unit determines whether or not the startup decompression data is stored in the user area based on the startup management information,
If it is determined that the startup decompression data is not stored in the user area, the image data is stored in the user area,
If it is determined that the startup decompression data is stored in the user area, the startup management information indicates whether or not the user area has enough free space to store the image data. Based on
If there is a free space necessary to save the image data in the user area, the image data is saved in the user area,
The image data is stored in the user area after erasing the decompression data for startup when there is no free space necessary for storing the image data in the user area. Imaging device.
前記起動用管理情報は、少なくとも前記ユーザ領域に前記起動用解凍データが保存されているか否かに関する情報と、前記ユーザ領域に前記データが保存されているか否かに関する情報と、前記ユーザ領域の空き容量に関する情報と、を含む、請求項1に記載の撮像装置。   The startup management information includes at least information about whether the startup decompressed data is stored in the user area, information about whether the data is stored in the user area, and availability of the user area. The imaging device according to claim 1, comprising: information related to a capacity. 被写体を撮像する撮像部と、
前記撮像部により撮像された画像データを記憶する着脱可能な外部記憶装置を収納する装着部と、
前記撮像部により撮像された画像データを記憶する不揮発性の記憶領域であるユーザ領域と、
前記ユーザ領域と前記外部記憶装置との利用状況に関する情報を含む起動用管理情報、およびシステムの起動に必要な起動用データを圧縮した起動用圧縮データを記憶する不揮発性の記憶領域であるシステム領域と、
前記起動用圧縮データを解凍した起動用解凍データを前記ユーザ領域または前記外部記憶装置のいずれか一方に保存し、前記起動用管理情報に基づいて、前記ユーザ領域もしくは前記外部記憶装置に保存されている起動用解凍データ、または前記システム領域に保存されている起動用圧縮データのいずれか一方により前記システムを起動し、前記起動用管理情報を更新する起動制御部と、
を備える撮像装置。
An imaging unit for imaging a subject;
A mounting unit that houses a removable external storage device that stores image data captured by the imaging unit;
A user area that is a non-volatile storage area for storing image data captured by the imaging unit;
A system area which is a nonvolatile storage area for storing startup management information including information on usage status of the user area and the external storage device, and compressed startup data obtained by compressing startup data necessary for system startup When,
The decompression data for startup obtained by decompressing the compressed data for startup is stored in either the user area or the external storage device, and is stored in the user area or the external storage device based on the management information for startup. A boot control unit that boots the system with one of boot decompression data or boot compressed data stored in the system area and updates the boot management information;
An imaging apparatus comprising:
前記起動制御部は、ユーザから前記システムの起動要求があった場合に、
前記起動用管理情報に基づいて、前記ユーザ領域または前記外部記憶装置に前記起動用解凍データが保存されているか否かを判断し、
前記ユーザ領域または前記外部記憶装置に前記起動用解凍データが保存されていない場合には、前記システム領域に保存されている前記起動用圧縮データを解凍することにより前記システムを起動し、
前記ユーザ領域または前記外部記憶装置に前記起動用解凍データが保存されている場合には、該起動用解凍データに基づいて前記システムを起動する、請求項10に記載の撮像装置。
When the activation control unit is requested to activate the system from the user,
Based on the startup management information, determine whether the startup decompression data is stored in the user area or the external storage device,
If the decompression data for startup is not stored in the user area or the external storage device, the system is started by decompressing the compression data for startup stored in the system area,
The imaging apparatus according to claim 10, wherein when the activation decompression data is stored in the user area or the external storage device, the system is activated based on the activation decompression data.
前記起動制御部は、前記起動用圧縮データを解凍することにより前記システムを起動した場合には、前記起動用管理情報に基づいて、前記解凍された起動用データを起動用解凍データとして前記ユーザ領域または前記外部記憶装置に保存して、前記起動用管理情報を更新する、請求項11に記載の撮像装置。   The boot control unit, when the system is booted by decompressing the boot compressed data, based on the boot management information, the decompressed boot data as boot decompressed data as the user area The imaging apparatus according to claim 11, wherein the imaging management apparatus is stored in the external storage device and updates the activation management information. システムの起動に必要な起動用データを圧縮した起動用圧縮データを記憶する不揮発性の記憶領域であるシステム領域に保存され、撮像部により撮像される画像データを記憶する不揮発性の領域であるユーザ領域の利用状況に関する情報を含む起動用管理情報に基づいて、前記ユーザ領域に前記起動用データを解凍した起動用解凍データが保存されているか否かを判断する判断ステップと、
前記ユーザ領域に前記起動用解凍データが保存されていないと判断された場合に、前記システム領域に保存されている起動用圧縮データを解凍することにより前記システムを起動する通常起動ステップと、
前記ユーザ領域に前記起動用解凍データが保存されていると判断された場合に、該起動用解凍データにより前記システムを起動する高速起動ステップと、
前記起動用管理情報を更新する更新ステップと、
を含む撮像装置の起動方法。
A user who is stored in a system area, which is a nonvolatile storage area for storing compressed startup data obtained by compressing startup data necessary for system startup, and is a nonvolatile area for storing image data captured by the imaging unit A determination step of determining whether or not decompression data for decompression obtained by decompressing the data for activation is stored in the user area based on the management information for activation including information relating to the usage status of the area;
A normal startup step of starting the system by decompressing the startup compressed data stored in the system area when it is determined that the startup decompression data is not stored in the user area;
A fast startup step of starting the system with the startup decompression data when it is determined that the startup decompression data is stored in the user area;
An update step of updating the startup management information;
A method for starting an imaging apparatus including:
JP2008179561A 2008-07-09 2008-07-09 Imaging device and method of booting imaging device Pending JP2010020496A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008179561A JP2010020496A (en) 2008-07-09 2008-07-09 Imaging device and method of booting imaging device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008179561A JP2010020496A (en) 2008-07-09 2008-07-09 Imaging device and method of booting imaging device

Publications (1)

Publication Number Publication Date
JP2010020496A true JP2010020496A (en) 2010-01-28

Family

ID=41705330

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008179561A Pending JP2010020496A (en) 2008-07-09 2008-07-09 Imaging device and method of booting imaging device

Country Status (1)

Country Link
JP (1) JP2010020496A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011092901A1 (en) 2010-02-01 2011-08-04 オリンパスメディカルシステムズ株式会社 Image pickup unit for endoscope

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004013790A (en) * 2002-06-11 2004-01-15 Konica Minolta Holdings Inc Starting device, recording medium, program, and starting method
JP2006163714A (en) * 2004-12-06 2006-06-22 Fuji Photo Film Co Ltd Imaging device
JP2008009742A (en) * 2006-06-29 2008-01-17 Toshiba Corp Information processor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004013790A (en) * 2002-06-11 2004-01-15 Konica Minolta Holdings Inc Starting device, recording medium, program, and starting method
JP2006163714A (en) * 2004-12-06 2006-06-22 Fuji Photo Film Co Ltd Imaging device
JP2008009742A (en) * 2006-06-29 2008-01-17 Toshiba Corp Information processor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011092901A1 (en) 2010-02-01 2011-08-04 オリンパスメディカルシステムズ株式会社 Image pickup unit for endoscope

Similar Documents

Publication Publication Date Title
US8675111B2 (en) Information processing apparatus and method
US20090086030A1 (en) Camera apparatus and control method thereof
US7667736B2 (en) Optimized string table loading during imaging device initialization
JP4998312B2 (en) Image processing apparatus, imaging apparatus, and image processing method
US20090210645A1 (en) Recording control apparatus, one-time recording medium, recording system, and recording medium control method and program
JP2010021743A (en) Image capturing apparatus and hibernation control method therefor
JP5072292B2 (en) Imaging apparatus and control method thereof
US20110074964A1 (en) Imaging apparatus, control method and program thereof
JP4591486B2 (en) Information processing apparatus, information processing method, and computer program
JP7146428B2 (en) Image recording device and its control method
JP2010020496A (en) Imaging device and method of booting imaging device
US7671904B2 (en) Apparatus and method for capturing images
JP4591283B2 (en) Image reproduction system, imaging apparatus, and information processing apparatus
US10978110B2 (en) Image recording apparatus and control method thereof
JP7289634B2 (en) Image recording device and its control method
JP2007279873A (en) Data recorder
JP4222748B2 (en) camera
US20070064556A1 (en) Recording apparatus
JP4776967B2 (en) RECORDING / REPRODUCING DEVICE, ITS CONTROL METHOD, PROGRAM, AND STORAGE MEDIUM
JP4747746B2 (en) Image signal processing apparatus and image signal processing method
JP2008160860A (en) Electronic camera apparatus, moving image recording method and program
JP2008219425A (en) Image processor and image processing method
JP2006189974A (en) Electronic apparatus and program update method for the same
JP2006202051A (en) Data processor and data processing method
JP2000115606A (en) Installation method for expansion program for image pickup device and the image pickup device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110623

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120928

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121002

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20130212