JP2013102329A - Digital camera, and method and program of managing image file thereof - Google Patents

Digital camera, and method and program of managing image file thereof Download PDF

Info

Publication number
JP2013102329A
JP2013102329A JP2011244449A JP2011244449A JP2013102329A JP 2013102329 A JP2013102329 A JP 2013102329A JP 2011244449 A JP2011244449 A JP 2011244449A JP 2011244449 A JP2011244449 A JP 2011244449A JP 2013102329 A JP2013102329 A JP 2013102329A
Authority
JP
Japan
Prior art keywords
management information
directory
file
file management
recording medium
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.)
Granted
Application number
JP2011244449A
Other languages
Japanese (ja)
Other versions
JP5863147B2 (en
Inventor
Takuya Yamada
卓也 山田
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co Ltd
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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2011244449A priority Critical patent/JP5863147B2/en
Publication of JP2013102329A publication Critical patent/JP2013102329A/en
Application granted granted Critical
Publication of JP5863147B2 publication Critical patent/JP5863147B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Television Signal Processing For Recording (AREA)
  • Studio Devices (AREA)

Abstract

PROBLEM TO BE SOLVED: To prevent delay of file processing and other processing due to new acquisition of file management information.SOLUTION: There are provided a caching processing unit 82 for storing prescribed file management information, regarding image files divided and stored into a plurality of directories of an image memory 11, into an inner memory 83 collectively by a unit of the directory; and a main processing unit 81 for executing recording of the image files to the image memory 11 and reading of the image files from a recording medium on the basis of the file management information stored in the inner memory 83. When there is no change in a directory of a usage object, the acquisition of new file management information that causes delay in recording, reading, and other processing of the image files is not necessary.

Description

本発明は、デジタルカメラにおける画像ファイルの管理技術に関するものである。   The present invention relates to an image file management technique in a digital camera.

従来、デジタルカメラにおいては、撮影により取得した画像データを記録媒体に保存する際、画像データをDCF(Design rule for Camera File System)規格に対応した形式のデータファイル、すなわち画像ファイルとして記録し、管理を行っている。   Conventionally, in a digital camera, when image data acquired by shooting is stored in a recording medium, the image data is recorded and managed as a data file in a format corresponding to the DCF (Design Rule for Camera File System) standard, that is, an image file. It is carried out.

DCF規格において複数の画像ファイルは、1又は複数のディレクトリにグループ化された状態で保存される。ディレクトリとしては、例えばカメラのメーカー名が付されたものや、画像の種類や用途に応じた名称が付されたものがある。なお、画像ファイルはExif(Exchangeable Image File Format)規格に準拠したデータ構造を有するものであり、画像ファイルには画像データに付随する各種の付加情報も格納される。   In the DCF standard, a plurality of image files are stored in a grouped state in one or a plurality of directories. As the directory, for example, there are a directory with a camera manufacturer name and a directory with a name according to the type and use of an image. The image file has a data structure compliant with the Exif (Exchangeable Image File Format) standard, and various additional information accompanying the image data is also stored in the image file.

また、デジタルカメラにおける画像ファイルの管理技術としては、記録媒体内の画像ファイルに関する所定のファイル管理情報、例えばディレクトリ名やファイル名、特定の付加情報等を、カメラに内蔵されている内部メモリにキャッシュしておき、係るファイル管理情報に基づいて記録媒体にアクセスし、画像ファイルの記録、読み出し等のファイル処理を行う方法がある(例えば下記特許文献1参照。)。   In addition, image file management technology in a digital camera includes a predetermined file management information related to an image file in a recording medium, such as a directory name and file name, specific additional information, etc. cached in an internal memory built in the camera. There is a method of accessing a recording medium based on the file management information and performing file processing such as recording and reading of an image file (for example, see Patent Document 1 below).

上記方法では、記録媒体へのアクセスに必要なファイル管理情報が内部メモリにキャッシュされている場合には、キャッシュされているファイル管理情報に基づいて記録媒体へアクセスし、記録媒体へのアクセスに必要なファイル管理情報が内部メモリにキャッシュされていない場合には、新たなファイル管理情報を内部メモリにキャッシュさせる。かかる方法によれば、記録媒体のアクセスに必要なファイル管理情報が内部メモリにキャッシュされている場合には前記ファイル処理を高速に行うことができる。   In the above method, when the file management information necessary for accessing the recording medium is cached in the internal memory, the recording medium is accessed based on the cached file management information, and is necessary for accessing the recording medium. If new file management information is not cached in the internal memory, new file management information is cached in the internal memory. According to such a method, when the file management information necessary for accessing the recording medium is cached in the internal memory, the file processing can be performed at high speed.

特開2006−121506号公報JP 2006-121506 A

しかしながら、内部メモリにキャッシュしたファイル管理情報に基づいてファイル処理を行う方法においては、記録媒体へのアクセスに必要なファイル管理情報が内部メモリにキャッシュされていない場合、ファイル処理に先立ち必要なファイル管理情報を記録媒体にアクセスして新たに取得しなければならない。特に近年においては、内部メモリに確保可能なデータのキャッシュ容量に比較し、記録媒体の大容量化が著しく、記録媒体に多量の画像ファイルが記録されることからキャッシュ容量が不足しがちである。   However, in the method of performing file processing based on the file management information cached in the internal memory, if the file management information necessary for accessing the recording medium is not cached in the internal memory, the file management required prior to file processing is performed. Information must be newly acquired by accessing the recording medium. In particular, in recent years, the capacity of the recording medium has increased remarkably compared to the cache capacity of data that can be secured in the internal memory, and a large amount of image files are recorded on the recording medium, so that the cache capacity tends to be insufficient.

係ることから、ファイル処理に際して必要なファイル管理情報を記録媒体から新たに取得しなければならない場合も多く、ファイル管理情報を新たに取得することによって、ファイル処理はもとより、他の処理、例えば起動直後の撮影処理等に遅れが生じる場合があるという問題があった。   Therefore, it is often necessary to newly acquire file management information necessary for file processing from the recording medium. By newly acquiring file management information, not only file processing but also other processing, for example, immediately after startup There has been a problem that there may be a delay in the shooting process.

本発明は、かかる従来の課題に鑑みてなされたものであり、ファイル管理情報の新たな取得に起因するファイル処理、及び他の処理の遅延を未然に防止することを目的とする。   The present invention has been made in view of such conventional problems, and an object of the present invention is to prevent delays in file processing and other processing due to new acquisition of file management information.

前記課題を解決するため、本発明においては、複数の画像ファイルを複数のディレクトリに分けて記憶する記録媒体と、前記記録媒体に記憶されている画像ファイルに関する所定のファイル管理情報を一時的に記憶するキャッシュメモリと、前記キャッシュメモリに、前記記録媒体に記録されている複数の画像ファイルに関する所定のファイル管理情報をディレクトリを単位とし一括して記憶させる管理情報制御手段と、前記キャッシュメモリにディレクトリを単位とし一括して記憶されているファイル管理情報に基づいて前記記録媒体へアクセスし、前記記録媒体への画像ファイルの記録、及び前記記録媒体からの画像ファイルの読み出しを行うファイル処理手段とを備えたことを特徴とする。   In order to solve the above problems, in the present invention, a recording medium for storing a plurality of image files divided into a plurality of directories, and predetermined file management information relating to the image files stored in the recording medium are temporarily stored. A cache memory, management information control means for storing predetermined file management information related to a plurality of image files recorded on the recording medium in a unit of directory in the cache memory, and a directory in the cache memory. File processing means for accessing the recording medium based on file management information stored in a unit as a unit, recording an image file on the recording medium, and reading the image file from the recording medium. It is characterized by that.

本発明によれば、ファイル管理情報の新たな取得に起因するファイル処理、及び他の処理の遅延を未然に防止することが可能となる。   According to the present invention, it is possible to prevent a delay in file processing and other processing due to new acquisition of file management information.

本発明に係るデジタルカメラの電気的構成を示すブロック図である。It is a block diagram which shows the electric constitution of the digital camera which concerns on this invention. 画像ファイルの記録構造を示した図である。It is the figure which showed the recording structure of the image file. (a)はDCF規格におけるディレクトリ名の規定、及びディレクトリ名の一例を示した図、(b)はDCF規格におけるファイル名の規定、及びファイル名の一例を示した図である。(A) is a diagram showing an example of directory names and directory names in the DCF standard, and (b) is a diagram showing examples of file names and file names in the DCF standard. CPUの機能を示した機能ブロック図である。It is the functional block diagram which showed the function of CPU. CPUによるメイン処理部として機能することにより行われる処理を示すフローチャートである。It is a flowchart which shows the process performed by functioning as a main process part by CPU. 図5に続く撮影モードでの処理内容を示すフローチャートである。It is a flowchart which shows the processing content in the imaging | photography mode following FIG. 図5に続く再生モードでの処理内容を示すフローチャートである。It is a flowchart which shows the processing content in the reproduction | regeneration mode following FIG. ディレクトリ特定処理を示すフローチャートである。It is a flowchart which shows a directory specific process. キャッシュ要求、及び待機処理を示すフローチャートである。It is a flowchart which shows a cache request and standby processing. CPUがキャッシング処理部として機能することにより行われる処理を示すフローチャートである。It is a flowchart which shows the process performed when CPU functions as a caching process part.

以下、本発明の実施形態について説明する。図1は、本発明に係るデジタルカメラ1の電気的構成の概略を示すブロック図である。   Hereinafter, embodiments of the present invention will be described. FIG. 1 is a block diagram showing an outline of the electrical configuration of a digital camera 1 according to the present invention.

デジタルカメラ1は、レンズブロック2と撮像素子3とを有している。レンズブロック2は、フォーカスレンズを含む、図示しない鏡胴内に収容された沈胴式レンズ群と、絞りと、レンズ群を駆動するレンズモータ、絞りを開閉駆動するアクチュエータを含み、レンズモータやアクチュエータが光学系駆動部4によって駆動されることにより、焦点位置や撮像素子3の受光量が調整される。   The digital camera 1 has a lens block 2 and an image sensor 3. The lens block 2 includes a retractable lens group housed in a lens barrel (not shown) including a focus lens, a diaphragm, a lens motor that drives the lens group, and an actuator that opens and closes the diaphragm. By being driven by the optical system drive unit 4, the focal position and the amount of light received by the image sensor 3 are adjusted.

撮像素子3は、CCD(Charge Coupled Device)やCMOS(Complementary Meta1 0xide Semiconductor)センサからなる固体撮像素子である。撮像素子3は、駆動回路5によって駆動され被写体の光学像を光電変換し、変換後の光学像に応じた電気信号つまり撮像信号をAFE(Analog Front End)6へ出力する。   The image sensor 3 is a solid-state image sensor composed of a CCD (Charge Coupled Device) or a CMOS (Complementary Meta 10xide Semiconductor) sensor. The imaging device 3 is driven by the drive circuit 5 to photoelectrically convert the optical image of the subject, and outputs an electrical signal corresponding to the converted optical image, that is, an imaging signal, to an AFE (Analog Front End) 6.

AFE6は、CDS(Correlated Double Sampling)回路や、PGA(Programmable Gain Amp)、ADC(Analog-to-Digital Converter)等によって構成される。AFE6は、撮像素子3が出力した撮像信号に所定のアナログ処理を行い、アナログ処理後の撮像信号をデジタル信号に変換した後、変換後の画像データを画像処理部7へ出力する。   The AFE 6 includes a CDS (Correlated Double Sampling) circuit, a PGA (Programmable Gain Amp), an ADC (Analog-to-Digital Converter), and the like. The AFE 6 performs predetermined analog processing on the imaging signal output from the imaging device 3, converts the imaging signal after the analog processing into a digital signal, and then outputs the converted image data to the image processing unit 7.

画像処理部7は、AFE6から入力した画素データを一時記録するバッファ用のメモリを含み、メモリに一時記憶した画像データに対し、撮像素子3によって撮像された画像の記録に向けた種々の画像処理を行う。画像処理部7が行う画像処理は、ガンマ補正や、ホワイトバランス調整、画素毎のR,G,Bの色成分データの生成、生成したRGBデータからYUVデータを生成するYUV変換等である。画像処理部7は、生成したYUVデータを撮影待機状態にある間においてはCPU8へ供給し、撮影時においてはCODEC(Coder & Decoder:符号器/復号器)9へ供給する。   The image processing unit 7 includes a buffer memory that temporarily records pixel data input from the AFE 6, and performs various image processing for recording an image captured by the image sensor 3 with respect to the image data temporarily stored in the memory. I do. Image processing performed by the image processing unit 7 includes gamma correction, white balance adjustment, generation of R, G, and B color component data for each pixel, YUV conversion that generates YUV data from the generated RGB data, and the like. The image processing unit 7 supplies the generated YUV data to the CPU 8 while in the shooting standby state, and supplies it to the CODEC (Coder & Decoder) 9 during shooting.

撮影待機状態においてCPU8へ供給されたYUVデータは表示部10へ供給され、表示部10においてライブビュー画像として表示される。表示部10は、ライブビュー画像等を表示する液晶表示器と、液晶表示器を駆動する駆動回路等から構成される。   The YUV data supplied to the CPU 8 in the shooting standby state is supplied to the display unit 10 and displayed as a live view image on the display unit 10. The display unit 10 includes a liquid crystal display that displays a live view image and the like, a drive circuit that drives the liquid crystal display, and the like.

CODEC9は、撮影時に画像処理部7から供給された画像データ(YUVデータ)をJPEG(Joint Photographic Expert Group)方式による符号化し、また、符号化されている任意の画像データを復号する。   The CODEC 9 encodes the image data (YUV data) supplied from the image processing unit 7 at the time of photographing by a JPEG (Joint Photographic Expert Group) method, and decodes any encoded image data.

撮影時にCODEC9においてJPEG方式で圧縮符号化された画像データは、CPU8によって日付情報や画像サイズ等の種々の撮影情報を付加された後、静止画データ(静止画ファイル)として画像メモリ11に記録される。画像ファイルは、後述するようにDCF規格に対応した形式である。   Image data compression-encoded in JPEG format at CODEC 9 at the time of shooting is added to the image memory 11 as still image data (still image file) after being added with various shooting information such as date information and image size by the CPU 8. The The image file has a format corresponding to the DCF standard as will be described later.

画像メモリ11は、カメラ本体に着脱自在な例えばカード型の記録媒体であり、画像メモリ11に記録された静止画データは、再生時においてCPU8により適宜読み出され、CODEC9において復号された後、表示部10へ送られて静止画像として再生される。   The image memory 11 is, for example, a card-type recording medium that is detachable from the camera body. Still image data recorded in the image memory 11 is appropriately read out by the CPU 8 at the time of reproduction, decoded by the CODEC 9, and then displayed. Sent to the unit 10 and reproduced as a still image.

図2は、画像メモリ11における画像ファイルの記録構造を示した図である。図2に示したように、画像メモリ11内には、デジタルカメラ1(他のデジタルカメラでもよい。)における初期化時に作成される画像ファイル記録用のディレクトリ(ディレクトリ名:DCIM)101と、その配下に、DCFディレクトリ呼ばれる複数のディレクトリ102,102,・・・,103,104・・・とからなるツリー構造をなす複数のディレクトリが作成されている。そして、各ディレクトリ102,102,・・・,103,104・・・内に、1又は複数の画像ファイル111が記録されている。   FIG. 2 is a diagram showing a recording structure of an image file in the image memory 11. As shown in FIG. 2, in the image memory 11, an image file recording directory (directory name: DCIM) 101 created at the time of initialization in the digital camera 1 (or other digital camera), and its A plurality of directories having a tree structure including a plurality of directories 102, 102,..., 103, 104. In addition, one or a plurality of image files 111 are recorded in each of the directories 102, 102,.

各ディレクトリ102,102,・・・,103,104・・・には、DCF規格で規定されたディレクトリ名がそれぞれ付与されており、また、各画像ファイル111にも、DCF規格で規定されたディレクトリ名がそれぞれ付与されている。   Each directory 102, 102,..., 103, 104... Is given a directory name defined by the DCF standard, and each image file 111 is also a directory defined by the DCF standard. Each name is given.

図3(a)は、DCF規格におけるディレクトリ名の規定、及びディレクトリ名の一例を示した図である。ディレクトリ名は、先頭の3桁のディレクトリ番号と、ディレクトリ番号に続く5文字の自由文字とから構成される。ディレクトリ番号は「100」〜「999」の番号に制限される一方、欠番の存在は許容されている。また、自由文字には、他のディレクトリと同一又は異なる任意の文字列の使用が許容されている。   FIG. 3A is a diagram showing an example of directory names and directory names in the DCF standard. The directory name is composed of a leading three-digit directory number and five free characters following the directory number. Directory numbers are limited to numbers “100” to “999”, but the presence of missing numbers is allowed. In addition, as a free character, use of any character string that is the same as or different from other directories is permitted.

図3(b)は、DCF規格におけるファイル名の規定、及びファイル名の一例を示した図である。ファイル名は、先頭の4文字の自由文字と、自由文字に続くファイル番号と拡張子(jpg、図2)から構成される。自由文字は、半角英数大文字のみに制限されており、同一ディレクトリ内での異なる文字列の使用が許容されている。また、ファイル番号は「0001」〜「9999」の番号に制限される一方、欠番の存在は許容されている。   FIG. 3B is a diagram showing an example of file names and file names in the DCF standard. The file name is composed of the first four free characters, the file number following the free characters, and the extension (jpg, FIG. 2). Free characters are limited to only single-byte uppercase letters and use of different character strings in the same directory is allowed. Further, the file number is limited to numbers “0001” to “9999”, but the presence of missing numbers is allowed.

ここで、本実施形態のデジタルカメラ1においては、撮影モードとして通常の撮影モードの他にオークション用の撮影モードとWeb用の撮影モードとが設けられており、画像メモリ11内には、各撮影モードで生成した画像ファイルを記録するためのディレクトリが撮影モードに対応して個別に作成されている。そして、各々の画像ファイルは、撮影モードに応じてグループ分けされ、対応するディレクトリに記録されている。   Here, in the digital camera 1 of the present embodiment, a shooting mode for auction and a shooting mode for Web are provided as a shooting mode in addition to a normal shooting mode. Directories for recording image files generated in the mode are individually created corresponding to the shooting modes. Each image file is grouped according to the shooting mode and recorded in the corresponding directory.

例えば図2に示した各ディレクトリ102,102,・・・,103,104・・・のうち、ディレクトリ名が「100ABCDE」、「102ABCDE」であるディレクトリ102,102が、通常の撮影モードで生成される画像ファイル111(図では「CIMG0001.jpg」等)が記録されるディレクトリである。つまりデジタルカメラ1においては、通常の撮影モードに対応するディレクトリとして、ファイル番号に「ABCDE」からなる所定文字列を連結したディレクトリ名を付与したディレクトリを作成するようになっている。なお、通常の撮影モードで生成される画像ファイル111に使用されるディレクトリ名の所定文字列は、一般にデジタルカメラ1のメーカー名が使用される。   For example, among the directories 102, 102,... 103, 104,... Shown in FIG. 2, the directories 102 and 102 having directory names “100ABCDE” and “102ABCDE” are generated in the normal shooting mode. This is a directory in which an image file 111 (“CIMG0001.jpg” in the figure) is recorded. That is, in the digital camera 1, as a directory corresponding to the normal shooting mode, a directory is created in which a directory name obtained by concatenating a predetermined character string consisting of “ABCDE” to a file number is created. Note that the manufacturer name of the digital camera 1 is generally used as the predetermined character string of the directory name used for the image file 111 generated in the normal shooting mode.

つまり、この所定文字列を含むディレクトリ名のディレクトリは、本実施形態によるデジタルカメラ1と同等の機能を有するデジタルカメラで撮影された画像ファイルを記録した記録媒体には必ず存在するが、その他のデジタルカメラで撮影された画像ファイルを記録した記録媒体には存在しない場合がある。   That is, a directory having a directory name including the predetermined character string is always present in a recording medium on which an image file photographed by a digital camera having a function equivalent to that of the digital camera 1 according to the present embodiment is recorded. There may be cases where a recording medium on which an image file shot by a camera is recorded does not exist.

また、図2に示したディレクトリ名が「100_AUCT」であるディレクトリ103は、オークション用の撮影モードに対応するディレクトリであり、そのディレクトリ名が、ファイル番号に「_AUCT」からなる所定文字列を連結したものとなっている。さらに、図2に示したディレクトリ名が「100_IWEB」であるディレクトリ104は、Web用の撮影モードに対応するディレクトリであり、そのディレクトリ名が、ファイル番号に「_IWEB」からなる所定文字列を連結したものとなっている。   Further, the directory 103 whose directory name is “100_AUCT” shown in FIG. 2 is a directory corresponding to the shooting mode for auction, and the directory name is obtained by concatenating a predetermined character string consisting of “_AUCT” to the file number. It has become a thing. Furthermore, the directory 104 whose directory name is “100_IWEB” shown in FIG. 2 is a directory corresponding to the Web shooting mode, and the directory name is obtained by concatenating a predetermined character string consisting of “_IWEB” to the file number. It has become a thing.

ここで、通常の撮影モードは、デジタルカメラ1において基本となる動作モードが撮影モードに設定されたとき初期状態で自動的に設定される上位の撮影モードであり、オークション用の撮影モードと、Web用の撮影モードは、基本となる動作モードが撮影モードである間に、ユーザーが必要に応じて設定可能な下位の撮影モードである。   Here, the normal shooting mode is a higher-level shooting mode that is automatically set in the initial state when the basic operation mode of the digital camera 1 is set to the shooting mode. The shooting mode is a lower shooting mode that can be set by the user as needed while the basic operation mode is the shooting mode.

また、オークション用の撮影モードは、撮影時にオークションサイトへの出品の撮影に適した撮影条件が自動的に設定される撮影モードであり、Web用の撮影モードは、撮影時にインターネットのホームページに掲載するための写真の撮影に適した撮影条件が自動的に設定される撮影モードである。   The shooting mode for auction is a shooting mode in which shooting conditions suitable for shooting at an auction site are automatically set at the time of shooting, and the shooting mode for Web is posted on the Internet homepage at the time of shooting. This is a shooting mode in which shooting conditions suitable for taking pictures are automatically set.

なお、図2には示さないが、同一ディレクトリ内に記録されている、互いに関連する複数の画像ファイルには同一のファイル番号を有するファイル名が付与される。互いに関連する複数の画像ファイルとは、例えばデジタルカメラ1が有する連写機能により連続撮影で記録される一連の画像ファイルや、デジタルカメラ1が有する編集機能によって、拡大、縮小、トリミング等の編集処理に伴い作成される画像ファイルと編集処理元の画像ファイルである。   Although not shown in FIG. 2, a plurality of image files recorded in the same directory and related to each other are given file names having the same file number. A plurality of image files related to each other include, for example, a series of image files recorded by continuous shooting by the continuous shooting function of the digital camera 1 and editing processing such as enlargement, reduction, and trimming by the editing function of the digital camera 1 These are the image file created along with the image file of the editing process.

一方、図1に示したように、デジタルカメラ1においては、CPU8に、操作部12、RAM(Random Access memory)13、プログラムメモリ14が接続されている。RAM13はCPU8のワーキングメモリであり、RAM13には、CPU8がデジタルカメラ1の制御を行う際に種々のデータが記憶される。   On the other hand, as shown in FIG. 1, in the digital camera 1, an operation unit 12, a RAM (Random Access memory) 13, and a program memory 14 are connected to the CPU 8. The RAM 13 is a working memory of the CPU 8, and various data are stored in the RAM 13 when the CPU 8 controls the digital camera 1.

操作部12は、電源キーや、シャッターキー、デジタルカメラ1の基本の動作モードである撮影モードと、記録画像の表示用の再生モードとの切り替えを行うモード切替キー、通常の撮影モードの下位モードである前述した特定の撮影モードの設定を含む、種々の設定作業に使用されるMENUキー、方向キー等の図示しない複数キー等であり、操作部12における各キーはCPU8によって操作状態を随時スキャンされる。   The operation unit 12 includes a power key, a shutter key, a mode switching key for switching between a shooting mode that is a basic operation mode of the digital camera 1 and a playback mode for displaying a recorded image, and a lower mode of the normal shooting mode. These are a plurality of keys (not shown) such as a MENU key and direction keys used for various setting operations including the setting of the specific shooting mode described above, and each key in the operation unit 12 is scanned by the CPU 8 at any time. Is done.

シャッターキーは、半押し操作と全押し操作との2段階操作が可能な所謂ハーフシャッター機能を有する構成である。シャッターキーの半押し操作は、AE(Auto Exposure)動作、及びAF(Auto Focus)動作の開始指示等に使用され、シャッターキーの全押し操作は撮影指示に使用される。   The shutter key has a so-called half shutter function capable of two-stage operation including a half-press operation and a full-press operation. The half-press operation of the shutter key is used for an instruction to start an AE (Auto Exposure) operation and an AF (Auto Focus) operation, and the full press of the shutter key is used for an imaging instruction.

プログラムメモリ14は、例えば記憶データが書き換え可能なEEPROM(Electric Erasable Programmable Read Only Memory)であるフラッシュメモリである。プログラムメモリ14には、CPU8にデジタルカメラ1の全体の動作を制御させるための制御プログラムや各種のデータが記憶されている。   The program memory 14 is a flash memory that is, for example, an EEPROM (Electric Erasable Programmable Read Only Memory) in which stored data can be rewritten. The program memory 14 stores a control program for causing the CPU 8 to control the entire operation of the digital camera 1 and various data.

プログラムメモリ14に記憶されている制御プログラムには、CPU8にAE制御、AF制御、AWB(Auto white balance)制御を行わせるためのプログラムや、画像ファイルの管理を行わせるためのファイル管理プログラムが含まれる。   The control program stored in the program memory 14 includes a program for causing the CPU 8 to perform AE control, AF control, and AWB (Auto white balance) control, and a file management program for managing image files. It is.

CPU8は、プログラムメモリ14に記憶されている制御プログラムに従いRAM13を作業メモリとして動作することにより、デジタルカメラ1の各部を制御する。また、CPU8は、上記のファイル管理プログラムに従い図4に示したメイン処理部81、及びキャッシング処理部82として機能することによって、画像メモリ11に記憶されている画像ファイルを管理する。   The CPU 8 controls each part of the digital camera 1 by operating the RAM 13 as a working memory in accordance with a control program stored in the program memory 14. Further, the CPU 8 manages the image file stored in the image memory 11 by functioning as the main processing unit 81 and the caching processing unit 82 shown in FIG. 4 in accordance with the file management program.

すなわち、図4はCPU8における本発明に関する機能を示した機能ブロック図である。メイン処理部81、及びキャッシング処理部82の概略を説明すると、以下の通りである。   That is, FIG. 4 is a functional block diagram showing functions related to the present invention in the CPU 8. The outline of the main processing unit 81 and the caching processing unit 82 will be described as follows.

すなわちメイン処理部81は、デジタルカメラ1の動作全般を制御する部分であり、必要に応じてキャッシング処理部82にキャッシング処理の実行を要求する。このキャッシング処理は、画像メモリ11から複数の画像ファイルに関するファイル管理情報を取得し、本発明のキャッシュメモリとして機能する内部メモリ83に一時記憶させる処理である。   That is, the main processing unit 81 is a part that controls the overall operation of the digital camera 1, and requests the caching processing unit 82 to execute the caching process as necessary. This caching process is a process for acquiring file management information relating to a plurality of image files from the image memory 11 and temporarily storing them in the internal memory 83 functioning as the cache memory of the present invention.

キャッシング処理部82は、メイン処理部81の要求に応じ、メイン処理部81における他の処理と並行してキャッシング処理を実行する。このキャッシング処理では、画像メモリ11に記録されている画像ファイル111に関するファイル管理情報を取得する。そして、キャッシング処理部82は、取得したファイル管理情報を内部メモリ83に一時的に記憶(キャッシング)する。   In response to a request from the main processing unit 81, the caching processing unit 82 executes a caching process in parallel with other processing in the main processing unit 81. In this caching process, file management information related to the image file 111 recorded in the image memory 11 is acquired. The caching processing unit 82 temporarily stores (caches) the acquired file management information in the internal memory 83.

ここで、キャッシング処理部82が取得し、内部メモリ83に一時的に記憶するファイル管理情報は、そのときどきのファイル処理の対象となる特定のディレクトリに記録されている全ての画像ファイルに関するファイル管理情報である。   Here, the file management information acquired by the caching processing unit 82 and temporarily stored in the internal memory 83 is file management information related to all image files recorded in a specific directory that is the target of the file processing at that time. It is.

次に、CPU8による画像ファイルの管理を中心とした処理内容を図5〜図10に従い説明する。なお、図5〜図9は、CPU8がメイン処理部81として機能することにより行われる処理であり、図10は、CPU8がキャッシング処理部82として機能することにより行われる処理である。   Next, processing contents centered on image file management by the CPU 8 will be described with reference to FIGS. 5 to 9 are processes performed when the CPU 8 functions as the main processing unit 81, and FIG. 10 is a process performed when the CPU 8 functions as the caching processing unit 82.

なお、メイン処理部81の処理とキャッシング処理部82の処理は、非同期に並行して実行することが可能な処理であるため、同じCPU(CPU8)によって時分割で処理を行う他に、異なる複数のCPUによって別々に処理を行わせるようにしてもよい。   Note that the processing of the main processing unit 81 and the processing of the caching processing unit 82 are processes that can be executed asynchronously in parallel. The processing may be performed separately by the CPU.

図5に示したようにメイン処理部81(CPU8)は、電源投入とともに処理を開始した後、直ちに通常の撮影モードを指定して図8に示したディレクトリ特定処理を行い(ステップSA1)、さらに撮影モード用ディレクトリを指定して図9に示したキャッシュ要求、及び待機処理を行ってから(ステップSA2)、各動作モードに共通する初期化処理を行う(ステップSA3)。   As shown in FIG. 5, the main processing unit 81 (CPU 8) starts the processing as soon as the power is turned on, and immediately specifies the normal shooting mode and performs the directory specifying processing shown in FIG. 8 (step SA1). After specifying the shooting mode directory and performing the cache request and standby processing shown in FIG. 9 (step SA2), initialization processing common to each operation mode is performed (step SA3).

図8のディレクトリ特定処理は、処理対象とすべきディレクトリを特定する処理であって、撮影モードと再生モードとにおいて必要に応じて実行される処理である。ディレクトリ特定処理に際してメイン処理部81は、まず、指定の動作モード用ディレクトリが特定済みか否かを確認し、特定済みであれば(ステップSA101:YES)直ちにディレクトリ特定処理を終了する。   The directory specifying process in FIG. 8 is a process for specifying a directory to be processed, and is executed as necessary in the shooting mode and the playback mode. In the directory specifying process, the main processing unit 81 first checks whether or not the designated operation mode directory has been specified. If the directory has been specified (step SA101: YES), the directory specifying process is immediately terminated.

また、指定の動作モード用ディレクトリが特定済みでなければ、ディレクトリ特定処理に際してメイン処理部81は、まず、カメラ本体に装着されている画像メモリ11内に存在する全てのディレクトリ名を取得する(ステップSA102)。   If the specified operation mode directory has not been specified, the main processing unit 81 first acquires all the directory names existing in the image memory 11 attached to the camera body in the directory specifying process (step S1). SA102).

次に、メイン処理部81は、動作モードを確認し(ステップSA103)、動作モードが撮影モードである場合においては、取得した全てのディレクトリ名の中に、所定文字列を含むディレクトリ名が存在するか否かを確認する(ステップSA104)。   Next, the main processing unit 81 confirms the operation mode (step SA103), and when the operation mode is the shooting mode, a directory name including a predetermined character string exists in all the acquired directory names. (Step SA104).

所定文字列は動作モードに対応するものであって、「ABCDE」、「_AUCT」、「_IWEB」のいずれかであり(図2参照)、ここでは動作モードとして通常の撮影モードを指定しているため、所定文字列は「ABCDE」である。   The predetermined character string corresponds to the operation mode, and is any one of “ABCDE”, “_AUCT”, and “_IWEB” (see FIG. 2), and here, the normal photographing mode is designated as the operation mode. Therefore, the predetermined character string is “ABCDE”.

そして、所定文字列を含むディレクトリ名が存在しない場合(ステップSA104:NO)、メイン処理部81は、所定文字列を含み、かつディレクトリ番号が、既存のディレクトリ番号の連番となるディレクトリ名を新たに生成し、撮影モード用ディレクトリとして特定した後(ステップSA105)、図5の処理に戻る。   If the directory name including the predetermined character string does not exist (step SA104: NO), the main processing unit 81 newly adds a directory name including the predetermined character string and the directory number being a serial number of the existing directory number. Are generated and specified as a shooting mode directory (step SA105), the process returns to the process of FIG.

また、所定文字列を含むディレクトリ名が存在する場合(ステップSA104:YES)、メイン処理部81は、所定文字列を含むディレクトリ名のうち、ディレクトリ番号が最大のディレクトリを撮影モード用ディレクトリとして特定した後(ステップSA106)、図5の処理に戻る。   If there is a directory name including the predetermined character string (step SA104: YES), the main processing unit 81 identifies the directory having the largest directory number as the shooting mode directory among the directory names including the predetermined character string. After (step SA106), the process returns to the process of FIG.

なお、後述する再生モードにおいてディレクトリ特定処理を行う場合、メイン処理部81は、ステップSA102の処理で取得した全てのディレクトリ名の中でディレクトリ番号が最大のディレクトリを再生用ディレクトリとして特定する(ステップSA107)。   When performing directory specifying processing in a playback mode to be described later, the main processing unit 81 specifies the directory having the largest directory number as the playback directory among all the directory names acquired in step SA102 (step SA107). ).

また、図9のキャッシュ要求、及び待機処理は、指定された動作モード用ディレクトリに関するファイル管理情報を内部メモリ83にキャッシュする処理である。ここでの動作モード用ディレクトリは、ステップSA2の処理で指定された撮影モード用ディレクトリであって、ステップSA1(図8のディレクトリ特定処理)で特定された撮影モード用ディレクトリである。すなわちここでは既説したように所定文字列が「ABCDE」であり、かつディレクトリ番号が最大のディレクトリである。   Further, the cache request and standby process in FIG. 9 are processes for caching the file management information related to the designated operation mode directory in the internal memory 83. The operation mode directory here is the shooting mode directory specified in the process of step SA2, and is the shooting mode directory specified in step SA1 (directory specifying process in FIG. 8). That is, as described above, the predetermined character string is “ABCDE” and the directory number is the largest.

そして、図9に示したように、キャッシュ要求、及び待機処理に際してメイン処理部81は、まず、指定ディレクトリがキャッシュ済みか否か、つまり指定ディレクトリ内の全てのファイルのファイル管理情報が内部メモリ83に既にキャッシュされているか否かを確認する(ステップSA201)。そして、指定ディレクトリがキャッシュ済みであれば(ステップSA201:YES)、メイン処理部81は直ちに処理を終了する。   Then, as shown in FIG. 9, in the cache request and standby processing, the main processing unit 81 first determines whether or not the designated directory has been cached, that is, the file management information of all files in the designated directory is stored in the internal memory 83. Is already cached (step SA201). If the specified directory is already cached (step SA201: YES), the main processing unit 81 immediately ends the process.

一方、指定ディレクトリがキャッシュ済みでなければ(ステップSA201:NO)、メイン処理部81は、指定ディレクトリが現在キャッシング中(キャッシング処理部82によるキャッシング処理が実行中)であるか否かを更に確認する(ステップSA202)。そして、メイン処理部81は、指定ディレクトリがキャッシング中であれば(ステップSA202:YES)、指定ディレクトリがキャッシュ済みとなるまで待機する。   On the other hand, if the designated directory is not cached (step SA201: NO), the main processing unit 81 further confirms whether or not the designated directory is currently being cached (caching processing by the caching processing unit 82 is being executed). (Step SA202). If the specified directory is being cached (step SA202: YES), the main processing unit 81 waits until the specified directory is cached.

また、指定ディレクトリがキャッシング中でなければ(ステップSA202:NO)、メイン処理部81は、キャッシング処理部82に対して指定ディレクトリに対するファイル管理情報のキャッシュを要求する(ステップSA203)。   If the specified directory is not being cached (step SA202: NO), the main processing unit 81 requests the caching processing unit 82 to cache file management information for the specified directory (step SA203).

図10は、キャッシュ要求に応じてキャッシング処理部82(CPU8)が実行する処理を示したフローチャートである。キャッシング処理部82は、電源投入後にはメイン処理部81側の処理と並行して、新たなキャッシュ要求の有無を常に確認しており、キャッシュ要求があると(ステップSB1:YES)、指定されたディレクトリを対象として以下の処理を実行する。   FIG. 10 is a flowchart illustrating processing executed by the caching processing unit 82 (CPU 8) in response to a cache request. The caching processing unit 82 always checks whether there is a new cache request in parallel with the processing on the main processing unit 81 side after power-on, and if there is a cache request (step SB1: YES), it is designated. The following processing is executed for the directory.

まず、キャッシング処理部82は、ファイル管理情報を取得する処理対象となる画像ファイル(以下、単にファイルともいう。)のファイル番号を「1」に初期化する(ステップSB2)。   First, the caching processing unit 82 initializes the file number of an image file (hereinafter also simply referred to as a file) to be processed for acquiring file management information to “1” (step SB2).

次に、キャッシング処理部82は、画像メモリ11にアクセスして、当該ファイル番号を含むファイル名が付与されているファイルの有無を確認し、該当するファイルがあれば(ステップSB3:YES)、ファイル管理情報を取得する(ステップSB4)。具体的なファイル管理情報は、ファイル名、ファイルデータの保存アドレス、並びにデジタルカメラ1が種々の機能による動作を実行する際に必要となるExif情報等である。   Next, the caching processing unit 82 accesses the image memory 11 to check whether there is a file to which a file name including the file number is assigned, and if there is a corresponding file (step SB3: YES), the file Management information is acquired (step SB4). Specific file management information includes a file name, a storage address of file data, and Exif information required when the digital camera 1 executes operations based on various functions.

しかる後、キャッシング処理部82は、取得したファイル管理情報を内部メモリ83にキャッシュした後(ステップSB5)、ファイル番号を1つ増加する(ステップSB6)。   Thereafter, the caching processing unit 82 caches the acquired file management information in the internal memory 83 (step SB5), and then increments the file number by one (step SB6).

その後、キャッシング処理部82は、増加後の新たなファイル番号がDCF規格の上限である「9999」を超えていなければ(ステップSB7:NO)、ステップS3の処理へ戻り、ファイル名に新たなファイル番号を含むファイルの有無を確認した後、ファイル管理情報の取得、内部メモリ83へのキャッシング処理を繰り返す。   Thereafter, if the new file number after the increase does not exceed “9999” which is the upper limit of the DCF standard (step SB7: NO), the caching processing unit 82 returns to the process of step S3, and adds a new file to the file name. After confirming the presence or absence of the file including the number, the acquisition of the file management information and the caching process to the internal memory 83 are repeated.

以後、キャッシング処理部82は、ファイル番号が上限を超えるまで(ステップSB8:NO)、ステップSB3〜ステップSB7の処理を繰り返し、指定ディレクトリ内の全てのファイルのファイル管理情報を内部メモリ83にキャッシュし、ファイル番号が上限を超えた時点で(ステップSB7:YES)、処理を終了する。   Thereafter, until the file number exceeds the upper limit (step SB8: NO), the caching processing unit 82 repeats the processing of steps SB3 to SB7 and caches the file management information of all files in the designated directory in the internal memory 83. When the file number exceeds the upper limit (step SB7: YES), the process is terminated.

そして、メイン処理部81は、キャッシング処理部82によって指定ディレクトリ内の全てのファイルのファイル管理情報が内部メモリ83にキャッシュされると(ステップSA201:YES)、キャッシュ要求、及び待機処理を終了する。   Then, when the file management information of all the files in the specified directory is cached in the internal memory 83 by the caching processing unit 82 (step SA201: YES), the main processing unit 81 ends the cache request and standby processing.

一方、ステップSA3の初期化処理が完了するとメイン処理部81は、現在設定されている動作モードを確認し(ステップSA4)、動作モードに応じた処理を実行する。なお、動作モードは、撮影モード及び再生モードと、その他のモードであり、電源投入直後の動作モードは、撮影モード、又は再生モードかのいずれかである。また、その他のモードは、例えば各種機能の詳細を設定するための設定モードである。   On the other hand, when the initialization process in step SA3 is completed, the main processing unit 81 confirms the currently set operation mode (step SA4), and executes a process according to the operation mode. The operation mode is a shooting mode and a playback mode, and other modes, and the operation mode immediately after the power is turned on is either the shooting mode or the playback mode. The other mode is a setting mode for setting details of various functions, for example.

そして、メイン処理部81は、動作モードが撮影モードであった場合には図6に示した処理を実行し、動作モードが再生モードであった場合には図7に示した処理を実行する。   The main processing unit 81 executes the process shown in FIG. 6 when the operation mode is the shooting mode, and executes the process shown in FIG. 7 when the operation mode is the reproduction mode.

まず、動作モードが撮影モードであった場合について説明すると、メイン処理部81は、図6に示したように直ちにレンズブロック2が収納状態にあるか否かを確認し、起動直後のようにレンズブロック2は収納状態にあるときには(ステップSA5:YES)、レンズの繰り出し処理を開始する(ステップSA6)。   First, the case where the operation mode is the shooting mode will be described. The main processing unit 81 immediately checks whether or not the lens block 2 is in the retracted state as shown in FIG. When the block 2 is in the retracted state (step SA5: YES), the lens extension process is started (step SA6).

次に、メイン処理部81は、ステップSA7,SA8の処理を経た後、レンズの繰り出しが完了するまで待機する(ステップSA9:NO)。ここで、ステップSA7,SA8の処理は、前述したステップSA1,SA2の処理と同様の処理であり、電源投入直後においては実質的にはスキップされる処理である。   Next, after the processing of steps SA7 and SA8, the main processing unit 81 waits until the lens extension is completed (step SA9: NO). Here, the processes in steps SA7 and SA8 are the same as the processes in steps SA1 and SA2 described above, and are substantially skipped immediately after the power is turned on.

やがてレンズの繰り出しが完了すると(ステップSA9:YES)、メイン処理部81は、引き続きユーザーによる撮影指示の有無を確認する(ステップSA10)。そして、メイン処理部81は、撮影指示がなければ(ステップSA10:NO)、ステップSA15に進む。   When the lens is finally extended (step SA9: YES), the main processing unit 81 continues to check whether there is a shooting instruction from the user (step SA10). Then, if there is no shooting instruction (step SA10: NO), the main processing unit 81 proceeds to step SA15.

一方、撮影指示があるとメイン処理部81は、撮影指示に応答して撮影処理を行い、撮影画像のデータを取得する(ステップSA11)。なお、撮影処理において取得された画像データはCODEC9によりJPG形式で圧縮される。   On the other hand, when there is a photographing instruction, the main processing unit 81 performs a photographing process in response to the photographing instruction, and obtains photographed image data (step SA11). Note that the image data acquired in the photographing process is compressed in the JPG format by the CODEC 9.

引き続き、メイン処理部81は、撮影モード用ディレクトリを指定して、図9に示したキャッシュ要求、及び待機処理を実行する(ステップSA12)。ここで、ステップSA12で指定する撮影モード用ディレクトリは、現在の撮影モードに対応するディレクトリであり、電源投入直後においては、既説したように通常の撮影モードに対応した所定文字列が「ABCDE」であり、かつディレクトリ番号が最大のディレクトリである。   Subsequently, the main processing unit 81 designates the shooting mode directory and executes the cache request and standby processing shown in FIG. 9 (step SA12). Here, the shooting mode directory specified in step SA12 is a directory corresponding to the current shooting mode, and immediately after the power is turned on, the predetermined character string corresponding to the normal shooting mode is “ABCDE” as described above. And the directory with the largest directory number.

そして、キャッシュ要求、及び待機処理において、キャッシング処理部82により指定ディレクトリ内の全てのファイルのファイル管理情報が内部メモリ83にキャッシュされると、メイン処理部81は、内部メモリ83内のファイル管理情報に基づいて新たなファイル名、及び保存アドレスを特定する(ステップSA13)。   In the cache request and standby processing, when the file management information of all files in the specified directory is cached in the internal memory 83 by the caching processing unit 82, the main processing unit 81 stores the file management information in the internal memory 83. Based on the above, a new file name and a storage address are specified (step SA13).

なお、図6では省略したが、ステップSA13の処理に際してメイン処理部81は、指定ディレクトリ内に、ファイル名のファイル番号がDCF規格の上限である「9999」の画像ファイルが存在している場合、ディレクトリ番号が既存のディレクトリ番号の連番となるディレクトリ名を画像メモリ11内に新たに作成する。そして、メイン処理部81は、新たに作成したディレクトリに応じて新たなファイル名を特定する。   Although omitted in FIG. 6, when the processing of step SA13, the main processing unit 81 has an image file of “9999” in which the file number of the file name is the upper limit of the DCF standard in the designated directory. A directory name whose directory number is a serial number of the existing directory number is newly created in the image memory 11. Then, the main processing unit 81 specifies a new file name according to the newly created directory.

しかる後、メイン処理部81は、ステップSA11の撮影処理に伴い生成された圧縮後の画像データを、他の付加情報とともに新たなファイル名を付与し画像ファイルとして画像メモリ11の、先に特定した保存アドレスに記録する(ステップSA14)。なお、ステップSA14の処理に際してメイン処理部81は、新たに記録した画像ファイルに関するファイル管理情報を、既存のファイル管理情報に加えて内部メモリ83にキャッシュする。   Thereafter, the main processing unit 81 assigns a new file name together with other additional information to the compressed image data generated in accordance with the photographing process in step SA11, and previously identifies the image data in the image memory 11 as an image file. Record in the storage address (step SA14). In the process of step SA14, the main processing unit 81 caches the file management information related to the newly recorded image file in the internal memory 83 in addition to the existing file management information.

そして、メイン処理部81はユーザーによる動作モードの変更の有無を確認し、動作モードの変更がなければ(ステップSA15:NO)、再び撮影指示の有無を確認する。一方、動作モードの変更があれば(ステップSA15:YES)、再びステップSA4の処理に進み、変更後の動作モードに応じた処理を実行する。   Then, the main processing unit 81 checks whether or not the user has changed the operation mode. If there is no change in the operation mode (step SA15: NO), the main processing unit 81 checks again whether or not there is a shooting instruction. On the other hand, if there is a change in the operation mode (step SA15: YES), the process proceeds to step SA4 again, and a process corresponding to the changed operation mode is executed.

ここで、以上説明したように電源投入直後の撮影モードでは、通常の撮影モードに対応したディレクトリに関するファイル管理情報の内部メモリ83へのキャッシュが、電源投入直後に自動的に開始され、起動時における初期化動作と並行して行われている。   Here, as described above, in the shooting mode immediately after the power is turned on, the file management information related to the directory corresponding to the normal shooting mode is automatically cached in the internal memory 83 immediately after the power is turned on. It is performed in parallel with the initialization operation.

つまり、メイン処理部81は、電源投入時には、いずれのディレクトリに対応するファイル管理情報もキャッシュメモリに記憶されていないと判断できるので、電源投入直後のタイミングで、他の初期化動作と並行して直ちにキャッシング処理部82にキャッシング処理を開始させる。   That is, since the main processing unit 81 can determine that the file management information corresponding to any directory is not stored in the cache memory when the power is turned on, in parallel with other initialization operations at the timing immediately after the power is turned on. Immediately, the caching processing unit 82 starts the caching process.

したがって、電源投入直後には、ファイル管理情報の更新待ちに起因したファイル処理の遅れが生じることがなく、直ちに撮影を行うことができる。つまり、起動後に撮影可能になるまでの待ち時間を短縮し、決定的瞬間を逃さずに撮影することができる。   Therefore, immediately after the power is turned on, the image processing can be performed immediately without causing a delay in file processing due to waiting for the update of the file management information. That is, it is possible to reduce the waiting time until the image can be taken after the start-up, and to take an image without missing a decisive moment.

その後、メイン処理部81は、ユーザーによって動作モードが変更されることなく(ステップSA15:NO)、撮影指示があった場合には(ステップSA10:YES)、前述したステップSA11〜ステップSA14の処理を繰り返す。   Thereafter, the main processing unit 81 does not change the operation mode by the user (step SA15: NO), and when there is a shooting instruction (step SA10: YES), the main processing unit 81 performs the processing of the above-described steps SA11 to SA14. repeat.

その際、ステップSA12の処理(図8)では、撮影モード用のディレクトリに関するファイル管理情報が既に内部メモリ83にキャッシュされているため何も行わずに、直ちにステップSA11の撮影処理で取得した圧縮後の画像データを、新たなファイル名の画像ファイルとして画像メモリ11に記録する(ステップSA14)。   At that time, in the process of step SA12 (FIG. 8), since the file management information related to the shooting mode directory is already cached in the internal memory 83, nothing is performed and immediately after the compression acquired in the shooting process of step SA11. Is recorded in the image memory 11 as an image file having a new file name (step SA14).

したがって、処理対象となるディレクトリのファイル管理情報がキャッシュ済みとなった後には、ユーザーにより動作モードが変更されることによって処理対象となるディレクトリが変更されない限り、ファイル管理情報の更新待ちに起因したファイル処理の遅れが生じることがなく、次の撮影処理を遅滞なく行うことができる。   Therefore, after the file management information of the directory to be processed has been cached, the file resulting from waiting for the update of the file management information will be used unless the directory to be processed is changed by changing the operation mode by the user. There is no processing delay, and the next photographing process can be performed without delay.

一方、撮影モードでの動作中においてユーザーにより動作モードが変更された場合(ステップSA15:YES)、メイン処理部81は、ステップSA4の処理へ戻り、まず変更後の動作モードを確認する。そして、変更後の動作モードが撮影モードであった場合には、図6の前述した処理を繰り返す。   On the other hand, when the operation mode is changed by the user during the operation in the photographing mode (step SA15: YES), the main processing unit 81 returns to the process of step SA4 and first checks the changed operation mode. If the changed operation mode is the shooting mode, the above-described processing in FIG. 6 is repeated.

なお、変更後の動作モードが撮影モードである場合とは、動作モードの変更が、上位の撮影モードである通常の撮影モードから下位の撮影モードであるオークション用やWeb用の撮影モードへの変更、逆に下位の撮影モードから通常の撮影モードへの変更、さらに下位の撮影モードの種類の変更のいずれかの場合である。   Note that when the changed operation mode is the shooting mode, the operation mode is changed from the normal shooting mode that is the higher shooting mode to the shooting mode for the auction or Web that is the lower shooting mode. On the contrary, it is a case where either the lower shooting mode is changed to the normal shooting mode or the lower shooting mode type is changed.

そして、変更後の動作モードが撮影モードであった場合、レンズは収納状態でないため(ステップSA5:NO)、メイン処理部81は、直ちに前述した図8のディレクトリ特定処理へ移行する(ステップSA7)。   If the changed operation mode is the photographing mode, the lens is not in the retracted state (step SA5: NO), and the main processing unit 81 immediately shifts to the directory specifying process of FIG. 8 described above (step SA7). .

そして、ディレクトリ特定処理において撮影モード用ディレクトリを特定した後、メイン処理部81は、図9の既説したキャッシュ要求、及び待機処理を実行する(ステップSA8)。すなわち撮影モードが他の撮影モードに変更された場合には、ユーザーにより撮影モードが変更されたタイミングで、変更後の撮影モードに対応する撮影モード用ディレクトリ内の全てのファイルのファイル管理情報を一括して内部メモリ83にキャッシュさせる。   Then, after specifying the shooting mode directory in the directory specifying process, the main processing unit 81 executes the cache request and standby process described above with reference to FIG. 9 (step SA8). In other words, when the shooting mode is changed to another shooting mode, the file management information of all files in the shooting mode directory corresponding to the changed shooting mode is collectively displayed at the timing when the shooting mode is changed by the user. Then, the internal memory 83 is cached.

なお、変更後の撮影モードに対応する撮影モード用ディレクトリは、変更後の撮影モードがオークション用の撮影モードであれば、ディレクトリ名が「100_AUCT」のディレクトリであり、変更後の撮影モードがWeb用の撮影モードであれば、ディレクトリ名が「100_IWEB」のディレクトリある。   Note that the shooting mode directory corresponding to the changed shooting mode is a directory whose directory name is “100_AUCT” if the changed shooting mode is the shooting mode for auction, and the changed shooting mode is for Web. In this shooting mode, the directory name is “100_IWEB”.

以後、メイン処理部81は、レンズの繰り出しは完了しているので(ステップSA9:YES)、既説したように撮影指示の有無(ステップSA10)、及び動作モードの変更の有無(ステップSA15)をそれぞれ確認し、確認結果に応じて前述した処理を行う。   Thereafter, the main processing unit 81 has completed the lens extension (step SA9: YES), so as described above, whether or not there is a shooting instruction (step SA10) and whether or not the operation mode has been changed (step SA15). Each is confirmed, and the processing described above is performed according to the confirmation result.

つまり、動作モードの変更に伴い処理対象となるディレクトリに変更が生じた場合には、変更後のディレクトリに対応するファイル管理情報がキャッシュメモリに記憶されていない可能性が高いと判断できるので、動作モードが変更されたタイミングで、変更後の動作モードでの実際のファイル処理に先立って、新たな動作モードで処理対象となるディレクトリに関するファイル管理情報が一括して内部メモリ83にキャッシュされる。したがって、動作モードの種類に変更があった場合であっても、最初のファイルアクセスにおけるファイル管理情報の更新待ち時間が少なく、ファイル管理情報の更新待ちに起因したファイル処理の遅れが生じることがない。   In other words, if there is a change in the processing target directory due to the change in the operation mode, it can be determined that there is a high possibility that the file management information corresponding to the changed directory is not stored in the cache memory. At the timing when the mode is changed, file management information related to the directory to be processed in the new operation mode is cached in the internal memory 83 in advance, before the actual file processing in the operation mode after the change. Therefore, even when the type of operation mode is changed, the update wait time for file management information at the first file access is small, and there is no delay in file processing due to the wait for update of file management information. .

次に、ユーザーによって動作モードが再生モードに変更された場合のメイン処理部81の処理について説明する。   Next, processing of the main processing unit 81 when the operation mode is changed to the reproduction mode by the user will be described.

図7に示したように、メイン処理部81は、動作モードが再生モードに変更された場合、直ちに前述した図8のディレクトリ特定処理によって、再生モード用ディレクトリを特定する(ステップSA16)。つまり既説したように、画像メモリ11内の全てのディレクトリのディレクトリ名の中でディレクトリ番号が最大のディレクトリを再生用ディレクトリとして特定する(ステップSA206)。   As shown in FIG. 7, when the operation mode is changed to the playback mode, the main processing unit 81 immediately specifies the playback mode directory by the directory specifying process of FIG. 8 described above (step SA16). That is, as described above, the directory having the largest directory number among the directory names of all the directories in the image memory 11 is specified as the reproduction directory (step SA206).

引き続き、メイン処理部81は、再生モード用ディレクトリを処理対象のディレクトリとして指定して、図9のキャッシュ要求、及び待機処理によって、再生モード用ディレクトリ内の全てのファイルのファイル管理情報を内部メモリ83にキャッシュする。   Subsequently, the main processing unit 81 designates the reproduction mode directory as a processing target directory, and stores the file management information of all the files in the reproduction mode directory by the cache request and standby processing of FIG. To cache.

つまり、動作モードが撮影モードから再生モードに変更されることに伴い処理対象となるディレクトリに変更が生じた場合であっても、変更後の動作モードでの実際のファイル処理に先立って、新たな撮影モードで処理対象となるディレクトリに関するファイル管理情報が一括して内部メモリ83にキャッシュされる。   In other words, even if the directory to be processed changes when the operation mode is changed from the shooting mode to the playback mode, a new file is created prior to actual file processing in the changed operation mode. File management information related to the directory to be processed in the shooting mode is cached in the internal memory 83 at once.

したがって、再生モードへの変更直後においても、最初のファイルアクセスにおけるファイル管理情報の更新待ち時間が少なく、ファイル管理情報の更新待ちに起因したファイル処理の遅れが生じることがない。   Therefore, even immediately after the change to the playback mode, the update waiting time of the file management information in the first file access is small, and the delay of the file processing due to the waiting for the update of the file management information does not occur.

引き続き、メイン処理部81は、前回の再生モード最後に再生された画像ファイルを再生対象として指定(ステップSA18)、その画像ファイルを画像メモリ11から読み出して再生し、表示部10に画像を表示させる(ステップSA19)。なお、最後に再生された画像ファイルに関する情報(ファイル名等)は画像メモリ11に記憶されている。   Subsequently, the main processing unit 81 designates the image file reproduced at the end of the previous reproduction mode as a reproduction target (step SA18), reads the image file from the image memory 11, reproduces it, and causes the display unit 10 to display the image. (Step SA19). Information (file name and the like) related to the last reproduced image file is stored in the image memory 11.

また、メイン処理部81は、表示部10に画像を表示させている間、次の再生対象の画像の指定の有無、すなわちユーザーによる画像の送り操作や戻し操作の有無、及びユーザーによる動作モードの変更の有無を順次確認する(ステップSA23,SA24)。   Further, the main processing unit 81 displays the image on the display unit 10, whether or not the next image to be reproduced is designated, that is, whether or not the user performs an image sending operation or a returning operation, and the operation mode by the user. The presence or absence of a change is sequentially confirmed (steps SA23 and SA24).

次の再生対象が指定された場合(ステップSA23:YES)、メイン処理部81は、再生モード用ディレクトリを処理対象のディレクトリとして指定して、図9のキャッシュ要求、及び待機処理によって、再生モード用ディレクトリ内の全てのファイルのファイル管理情報を内部メモリ83にキャッシュする(ステップSA20)。   When the next reproduction target is designated (step SA23: YES), the main processing unit 81 designates the reproduction mode directory as the processing target directory, and performs the reproduction mode use by the cache request and standby processing in FIG. File management information of all files in the directory is cached in the internal memory 83 (step SA20).

引き続き、メイン処理部81は、内部メモリ83のファイル管理情報に基づいて、次の再生対象の画像ファイルを画像メモリ11から読み込み(ステップSA21)、読み込んだ画像ファイルを再生し、表示部10に画像を表示させる(ステップSA22)。   Subsequently, the main processing unit 81 reads the next reproduction target image file from the image memory 11 based on the file management information in the internal memory 83 (step SA21), reproduces the read image file, and displays the image on the display unit 10. Is displayed (step SA22).

以後、メイン処理部81は、次の再生対象が指定される毎に(ステップSA23:YES)、ステップSA20〜ステップSA22の処理を繰り返す。   Thereafter, the main processing unit 81 repeats the processing from step SA20 to step SA22 each time the next reproduction target is designated (step SA23: YES).

ここで、ステップSA20の処理においては、次の再生対象が再生中の画像ファイルと同一ディレクトリに記録されている画像ファイルである場合、再生モード用ディレクトリに関するファイル管理情報は既に内部メモリ83にキャッシュされているため何も行わずに、直ちにステップSA21の処理で次の再生対象である所定の画像ファイルが読み込まれる。   Here, in the process of step SA20, when the next reproduction target is an image file recorded in the same directory as the image file being reproduced, the file management information regarding the reproduction mode directory is already cached in the internal memory 83. Therefore, without performing anything, the predetermined image file to be reproduced next is read immediately in the process of step SA21.

したがって、再生モードにおいては、処理対象となるディレクトリのファイル管理情報がキャッシュ済みとなった後には、次の再生対象として異なるディレクトリに記録されている画像が指定されない限り、ファイル管理情報の更新待ちに起因したファイル処理の遅れが生じることがない。   Therefore, in the playback mode, after the file management information of the processing target directory is cached, the file management information is waited to be updated unless an image recorded in a different directory is designated as the next playback target. There is no delay in file processing due to this.

その後、メイン処理部81は、ユーザーによって次の再生対象が指定されることなく(ステップSA23:NO)、動作モードが変更されると(ステップSA24:YES)、図5のステップSA4の処理へ戻り、前述した処理を繰り返す。   Thereafter, the main processing unit 81 returns to the processing of step SA4 in FIG. 5 when the operation mode is changed (step SA24: YES) without the next reproduction target being designated by the user (step SA23: NO). The above-described processing is repeated.

以上説明したように本実施形態においては、画像メモリ11へのアクセスに必要な画像ファイルのファイル管理情報を、撮影モード及び再生モードにおいて、その時々に処理対象となるディレクトリを単位とし一括して内部メモリ83にキャッシュさせるようにした。   As described above, in the present embodiment, the file management information of the image file necessary for accessing the image memory 11 is collectively stored in the shooting mode and the playback mode in units of directories to be processed from time to time. The memory 83 is cached.

したがって、前述したように撮影モード及び再生モードでの動作中には、ファイル管理情報をいったんキャッシュした後には、撮影モード及び再生モードの何れの動作モードにおいても、動作モードが他の動作モードに変更されない限りは、ファイル管理情報の更新待ちによるファイルアクセスの遅延を未然に防止することができる。   Therefore, as described above, during the operation in the shooting mode and the playback mode, after the file management information is once cached, the operation mode is changed to another operation mode in either the shooting mode or the playback mode. Unless this is done, it is possible to prevent a delay in file access due to waiting for the update of the file management information.

また、動作モードの切り換えなどで処理対象となるディレクトリが変更された際には、動作モードが変更されて時点で、変更後の動作モードに対応するディレクトリに関するファイル管理情報を直ちに一括して内部メモリ83にキャッシュさせるようにした。   Also, when the directory to be processed is changed by switching the operation mode, etc., when the operation mode is changed, the file management information related to the directory corresponding to the changed operation mode is immediately and collectively stored in the internal memory. 83 was to be cached.

これにより、動作モードが切り換えられることに伴い処理対象となるディレクトリが変更された場合であっても、ファイル管理情報をいったんキャッシュした後には、新たな動作モードによる動作中に動作モードが他の動作モードに変更されない限りは、ファイル管理情報の更新待ちによるファイル処理の遅延を未然に防止することができる。   As a result, even if the directory to be processed is changed as the operation mode is switched, after the file management information is cached, the operation mode is changed to another operation during the operation in the new operation mode. As long as the mode is not changed, it is possible to prevent a delay in file processing due to waiting for update of the file management information.

かかる効果は、動作モードの切り替えが、撮影モードから再生モードへの切り替えや、逆に再生モードから撮影モードへの切り替えや、撮影モードの種類の切り替えのいずれの場合であっても、動作モードの切り替えに伴い新たに処理対象となるディレクトリに記録されている画像ファイルの数が多いときには顕著となる。   Such an effect is obtained even if the operation mode is switched from the shooting mode to the playback mode, or from the playback mode to the shooting mode or the shooting mode type. This becomes conspicuous when the number of image files newly recorded in the directory to be processed increases with the switching.

特に、動作モードが再生モードに切り替えられた場合や、撮影モードの種類が切り替えられた場合においては、動作モードが切り替えられた後に、直ちに撮影が行われる可能性が低く、そのため最初の撮影時においてファイル管理情報の更新待ちによって撮影処理に遅れが生ずる可能性が低い。同時に、2回目以降の撮影処理は遅滞なく行うことができる。したがって、変更後の動作モードが撮影モードである場合には、実質的には動作モードの変更後においても撮影処理を常に遅滞なく行うことができる。   In particular, when the operation mode is switched to the playback mode or when the type of shooting mode is switched, it is unlikely that shooting will be performed immediately after the operation mode is switched. There is a low possibility that the shooting process is delayed due to waiting for the update of the file management information. At the same time, the second and subsequent shooting processes can be performed without delay. Therefore, when the changed operation mode is the shooting mode, the shooting process can be performed without delay even after the change of the operation mode.

また、本実施形態においては、電源投入後の起動時には、撮影モードで使用されるディレクトリ、つまり電源を投入後に自動的に設定される通常の撮影モードで使用されるディレクトリに関するファイル管理情報のキャッシュを起動と同時に開始し、起動時における初期化動作と並行して行うようにした。これにより、前述したように起動後に撮影可能になるまでの待ち時間が短縮でき、起動直後であっても決定的瞬間を逃さずに撮影を行うことができる。   Also, in this embodiment, when starting up after turning on the power, a file management information cache regarding the directory used in the shooting mode, that is, the directory used in the normal shooting mode automatically set after turning on the power is stored. It started at the same time as the startup, and was done in parallel with the initialization operation at startup. Thereby, as described above, the waiting time until the photographing can be performed after the activation can be shortened, and the imaging can be performed without missing a decisive moment even immediately after the activation.

なお、本実施形態においては、起動直後には、通常の撮影モードで使用されるディレクトリに関するファイル管理情報を起動時における初期化動作と並行して内部メモリ83に記憶するようにした。しかし、本発明の実施に際しては、初期化動作と並行してファイル管理情報を記憶するディレクトリを以下のようなディレクトリとすることもできる。   In the present embodiment, immediately after startup, file management information related to the directory used in the normal shooting mode is stored in the internal memory 83 in parallel with the initialization operation at startup. However, when implementing the present invention, the directory for storing file management information in parallel with the initialization operation may be the following directory.

例えば起動時には、最初にユーザーが選択された動作モードを特定し、その回数を起動直後にユーザーにより実際に使用された回数としてカウントし、それをRAM13に更新して記憶する。但し、RAM13は電源がオフ状態でも記憶内容が保持可能な構成とする。そして、起動時には、RAM13に記憶されている回数が最も多い動作モードに対応するディレクトリを対象としてファイル管理情報を起動時における初期化動作と並行して内部メモリ83に記憶するようにしてもよい。   For example, at the time of activation, the operation mode selected by the user first is specified, and the number of times is counted as the number of times of actual use by the user immediately after activation, and is updated and stored in the RAM 13. However, the RAM 13 is configured to be able to retain stored contents even when the power is off. At the time of activation, the file management information may be stored in the internal memory 83 in parallel with the initialization operation at the time of activation for the directory corresponding to the operation mode having the largest number of times stored in the RAM 13.

その場合には、ユーザーにより起動直後に多用される動作モードでの使用に際し、起動直後におけるファイル管理情報の更新待ちによるファイル処理の遅延を未然に防止することができる。   In this case, when using in an operation mode frequently used immediately after startup by the user, it is possible to prevent a delay in file processing due to waiting for update of the file management information immediately after startup.

また、本実施形態においては、内部メモリ83に単一のディレクトリに関するファイル管理情報をキャッシュするものについて説明した。しかし、内部メモリ83の記憶容量に余裕がある場合には、複数のディレクトリに関するファイル管理情報をディレクトリ毎に内部メモリ83にキャッシュする構成として、各ディレクトリに関するファイル管理情報を以下のように制御するようにしてもよい。   Further, in the present embodiment, the description has been given of the case where the file management information related to a single directory is cached in the internal memory 83. However, when the storage capacity of the internal memory 83 is sufficient, the file management information related to each directory is controlled as follows by caching the file management information related to a plurality of directories in the internal memory 83 for each directory. It may be.

例えば新たなディレクトリを対象としたファイル管理情報をキャッシュする必要が生じた場合には、新たなディレクトリのファイル管理情報を順に内部メモリ83にキャッシュする。一方、任意のファイル処理に伴い内部メモリ83に既存するディレクトリのファイル管理情報を参照する毎に、当該ディレクトリの使用回数をカウントし、それを内部メモリ83に更新して記憶する。そして、内部メモリ83に記憶可能なディレクトリ数のファイル管理情報が記憶されている状態で、新たなディレクトリを対象したファイル管理情報をキャッシュする必要が生じた場合には、使用回数つまり使用頻度が最も少ないディレクトリを対象したファイル管理情報を新たなファイル管理情報に更新する。   For example, when it becomes necessary to cache file management information for a new directory, the file management information of the new directory is sequentially cached in the internal memory 83. On the other hand, each time the file management information of a directory existing in the internal memory 83 is referred to as a result of arbitrary file processing, the number of times the directory is used is counted and is updated and stored in the internal memory 83. When the file management information for the number of directories that can be stored in the internal memory 83 is stored, when it becomes necessary to cache the file management information for a new directory, the number of uses, that is, the usage frequency is the highest. Update the file management information for a few directories to new file management information.

上記のようにファイル管理情報を制御することにより、内部メモリ83の記憶容量に、複数のディレクトリに関するファイル管理情報を記憶するだけの余裕がある構成においては、ディレクトリを単位とするファイル管理情報をより効率的に内部メモリ83に記憶することができる。その結果、ファイル管理情報の更新待ちによるファイル処理の遅延をより確実に未然に防止することができる。   By controlling the file management information as described above, in a configuration in which the storage capacity of the internal memory 83 is sufficient to store file management information related to a plurality of directories, the file management information in units of directories is more It can be efficiently stored in the internal memory 83. As a result, it is possible to more surely prevent a delay in file processing due to waiting for the update of the file management information.

また、本実施形態においては、動作モードが切り換えられることに伴い処理対象となるディレクトリが変更されたタイミングで、変更後の動作モードに対応するディレクトリのファイル管理情報を内部メモリ83にキャッシュするようにした。しかし、変更後の動作モードに対応するディレクトリを対象としたファイル管理情報のキャッシング処理は、本実施形態と異なるタイミングで行ってもよい。   In the present embodiment, the file management information of the directory corresponding to the changed operation mode is cached in the internal memory 83 at the timing when the directory to be processed is changed as the operation mode is switched. did. However, the file management information caching process for the directory corresponding to the changed operation mode may be performed at a timing different from that of the present embodiment.

例えばディレクトリを対象としたファイル管理情報のキャッシング処理は、変更後の動作モードでのファイル処理(画像ファイルの記録または読み出し)の完了直後に行うようにしてもよい。つまり動作モードが切り換えられることに伴い処理対象となるディレクトリが変更され直後においては、前記キャッシュメモリ内のファイル管理情報を利用することなく画像メモリ11へ直接アクセスして処理対象の画像ファイルの記録または読み出し等を行うようにしてもよい。   For example, caching of file management information for a directory may be performed immediately after completion of file processing (recording or reading of an image file) in the changed operation mode. That is, immediately after the directory to be processed is changed as the operation mode is switched, the image memory 11 is directly accessed without using the file management information in the cache memory to record or read the image file to be processed. Etc. may be performed.

その場合、動作モードが変更された後の最初のファイル処理についても、それを直ちに行うことができる。かかる効果は、特に変更後の動作モードでのファイル処理が、新たな処理対象のディレクトリに記録されている全ての画像ファイルに関するファイル管理情報を必要としない処理であり、かつ新たな処理対象のディレクトリに記録されている画像ファイルの数が多い場合において顕著となる。   In that case, the first file processing after the operation mode is changed can be immediately performed. This effect is a process in which the file processing in the operation mode after the change does not require file management information regarding all image files recorded in the new processing target directory, and the new processing target directory. This is particularly noticeable when the number of image files recorded in is large.

以上、本発明のいくつかの実施形態、及びその変形例について説明したが、これらは本発明の作用効果が得られる範囲内であれば適宜変更が可能であり、変更後の実施形態も特許請求の範囲に記載された発明、及びその発明と均等の発明の範囲に含まれる。以下に、本出願の特許請求の範囲に記載された発明を付記する。
[請求項1]
複数の画像ファイルを複数のディレクトリに分けて記憶する記録媒体と、前記記録媒体に記憶されている画像ファイルに関する所定のファイル管理情報を一時的に記憶するキャッシュメモリと、前記キャッシュメモリに、前記記録媒体に記録されている複数の画像ファイルに関する所定のファイル管理情報をディレクトリを単位とし一括して記憶させる管理情報制御手段と、前記キャッシュメモリにディレクトリを単位とし一括して記憶されているファイル管理情報に基づいて前記記録媒体へアクセスし、前記記録媒体への画像ファイルの記録、及び前記記録媒体からの画像ファイルの読み出しを行うファイル処理手段とを備えたことを特徴とするデジタルカメラ。
[請求項2]
前記ファイル処理手段は、記録または読み出しの対象となる画像ファイルに対応する前記所定のファイル管理情報が前記キャッシュメモリに記憶されていない場合には、当該ファイル管理情報が前記キャッシュメモリに記憶されるまで待機するか、あるいは、前記キャッシュメモリ内のファイル管理情報を利用することなく前記記録媒体へ直接アクセスして当該画像ファイルの記録または読み出しを行い、前記管理情報制御手段は、記録または読み出しの対象となる画像ファイルに対応するファイル管理情報が前記キャッシュメモリに記憶されているか否かを判断し、記憶されていないと判断された場合には、当該画像ファイルを含むディレクトリを対象として前記所定のファイル管理情報を前記キャッシュメモリに一括して記憶させることを特徴とする請求項1記載のデジタルカメラ。
[請求項3]
前記記録媒体に対する画像ファイルの記録または読み出しを行うディレクトリがそれぞれ異なる複数の動作モードを選択的に設定する動作モード設定手段を更に備え、前記管理情報制御手段は、使用者により動作モードが変更されたタイミングで、変更後の動作モードに対応するディレクトリ記録されている複数の画像ファイルに関するファイル管理情報を前記キャッシュメモリに一括して記憶させることを特徴とする請求項2記載のデジタルカメラ。
[請求項4]
前記ファイル処理手段は、撮影モードにおいては新たに撮影された画像ファイルを前記記憶媒体の第1のディレクトリに記憶し、再生モードにおいては前記第1のディレクトリとは異なる前記記憶媒体の第2のディレクトリに記録されている画像ファイルを読み出すことを特徴とする請求項3記載のデジタルカメラ。
[請求項5]
前記管理情報制御手段は、起動時における初期化動作と並行し、前記第1のディレクトリに記録されている複数の画像ファイルに関する所定のファイル管理情報の前記キャッシュメモリへの記憶を開始することを特徴とする請求項4記載のデジタルカメラ。
[請求項6]
起動直後に使用者により実際に使用された回数を動作モード毎に記憶する回数記憶手段を備え、前記管理情報制御手段は、前記回数記憶手段に記憶されている回数が最大の動作モードに対応するディレクトリに記録されている複数の画像ファイルに関する所定のファイル管理情報の前記キャッシュメモリへの記憶を開始することを特徴とする請求項5記載のデジタルカメラ。
[請求項7]
前記記録媒体に、予め決められた特定の文字列と既存するディレクトリに使用されている最大のディレクトリ番号に連続するディレクトリ番号を連結したディレクトリ名を付与した新たなディレクトリを作成するディレクトリ作成手段を備え、前記管理情報制御手段は、撮影モード、及び起動直後には、前記記録媒体に既存する全てのディレクトリのうちで、前記特定の文字列に連結されているディレクトリ番号が最大のディレクトリ名が付与されているディレクトリを対象として前記ファイル管理情報を前記キャッシュメモリへ記憶する一方、再生モードでは、前記特定の文字列が含まれるか否かにかかわらず、前記記録媒体に既存する全てのディレクトリのうちでディレクトリ番号が最大のディレクトリ名が付与されているディレクトリを対象として前記ファイル管理情報を前記キャッシュメモリへ記憶することを特徴とする請求項1乃至6いずれか記載のデジタルカメラ。
[請求項8]
撮影モードとして、前記第1のディレクトリが対応する通常撮影モードと、当該通常撮影モードとは異なる専用撮影モードとを備え、前記管理情報制御手段は、前記通常撮影モードでは、前記第1のディレクトリを対象として前記ファイル管理情報を前記キャッシュメモリへ記憶する一方、前記専用撮影モードでは、当該専用撮影モードに対応して前記記録媒体に設けられている第3のディレクトリを対象として前記ファイル管理情報を前記キャッシュメモリへ記憶することを特徴とする請求項4乃至7いずれか記載のデジタルカメラ。
[請求項9]
前記キャッシュメモリに異なるディレクトリに関する前記ファイル管理情報を同時に記憶可能な記憶領域が確保され、前記管理情報制御手段は、新たな前記ファイル管理情報を前記キャッシュメモリに順に記憶させるとともに、前記キャッシュメモリに記憶したファイル管理情報が前記ファイル処理手段に使用された回数を個別にカウントし、前記記憶領域に空きがなくなった場合、前記ファイル処理手段に使用された回数が最も少ないファイル管理情報を前記新たなファイル管理情報に更新することを特徴とする請求項1乃至8いずれか記載のデジタルカメラ。 [請求項10]
複数の画像ファイルを複数のディレクトリに分けて記憶する記録媒体と、前記記録媒体に記憶されている画像ファイルに関する所定のファイル管理情報を一時的に記憶するキャッシュメモリとを備えたデジタルカメラにおいて、前記キャッシュメモリに、前記記録媒体に記録されている複数の画像ファイルに関する所定のファイル管理情報を、ディレクトリを単位とし一括して記憶させる工程と、前記キャッシュメモリにディレクトリを単位とし一括して記憶されているファイル管理情報に基づき前記記録媒体へアクセスし、前記記録媒体への画像ファイルの記録、及び前記記録媒体からの画像ファイルの読み出しを行う工程とを含むことを特徴とする画像ファイル管理方法。
[請求項11]
複数の画像ファイルを複数のディレクトリに分けて記憶する記録媒体と、前記記録媒体に記憶されている画像ファイルに関する所定のファイル管理情報を一時的に記憶するキャッシュメモリとを備えたデジタルカメラが有するコンピュータを、前記キャッシュメモリに、前記記録媒体に記録されている複数の画像ファイルに関する所定のファイル管理情報を、ディレクトリを単位とし一括して記憶させる管理情報制御手段と、前記キャッシュメモリにディレクトリを単位とし一括して記憶されているファイル管理情報に基づいて前記記録媒体へアクセスし、前記記録媒体への画像ファイルの記録、及び前記記録媒体からの画像ファイルの読み出しを行うファイル処理手段として機能させることを特徴とするプログラム。
As mentioned above, although several embodiment of this invention and its modification were demonstrated, if these are in the range in which the effect of this invention is acquired, it can change suitably, and embodiment after change is also a claim. It is included in the scope of the invention described in the scope of the invention and the invention equivalent to the invention. The invention described in the claims of the present application will be added below.
[Claim 1]
A recording medium for storing a plurality of image files divided into a plurality of directories, a cache memory for temporarily storing predetermined file management information relating to the image files stored in the recording medium, and the recording in the cache memory Management information control means for collectively storing predetermined file management information relating to a plurality of image files recorded on a medium in units of directories, and file management information stored in units of directories in the cache memory A digital camera comprising: file processing means for accessing the recording medium based on the above, recording an image file on the recording medium, and reading the image file from the recording medium.
[Claim 2]
If the predetermined file management information corresponding to the image file to be recorded or read is not stored in the cache memory, the file processing means until the file management information is stored in the cache memory. Waiting or directly accessing the recording medium without using the file management information in the cache memory to record or read the image file, and the management information control means is a target of recording or reading It is determined whether or not file management information corresponding to an image file is stored in the cache memory. If it is determined that the file management information is not stored, the predetermined file management information for a directory including the image file Are stored in the cache memory collectively The digital camera according to claim 1, wherein.
[Claim 3]
The apparatus further comprises operation mode setting means for selectively setting a plurality of operation modes in which directories for recording or reading image files to or from the recording medium are different, and the management information control means has the operation mode changed by a user 3. The digital camera according to claim 2, wherein file management information relating to a plurality of image files recorded in a directory corresponding to the changed operation mode is collectively stored in the cache memory at a timing.
[Claim 4]
The file processing means stores a newly shot image file in the first directory of the storage medium in the shooting mode, and a second directory of the storage medium different from the first directory in the playback mode. 4. The digital camera according to claim 3, wherein an image file recorded in the camera is read out.
[Claim 5]
The management information control means starts storing predetermined file management information related to a plurality of image files recorded in the first directory in the cache memory in parallel with the initialization operation at the time of startup. The digital camera according to claim 4.
[Claim 6]
A number storage means for storing the number of times of actual use by the user immediately after startup for each operation mode, and the management information control means corresponds to the operation mode with the maximum number of times stored in the number storage means 6. The digital camera according to claim 5, wherein storage of predetermined file management information relating to a plurality of image files recorded in a directory to the cache memory is started.
[Claim 7]
Directory creating means for creating a new directory in which a directory name obtained by concatenating a specific character string determined in advance and a maximum directory number used for an existing directory and a continuous directory number is assigned to the recording medium is provided. The management information control unit is given a directory name with the maximum directory number linked to the specific character string among all the directories existing in the recording medium immediately after the shooting mode and startup. While the file management information is stored in the cache memory for a directory that is a target, in the playback mode, of all the directories existing on the recording medium regardless of whether or not the specific character string is included. Directory with the directory name with the highest directory number Claims 1 to 6 digital camera according any and to store the file management information to the cache memory as a target.
[Claim 8]
The shooting mode includes a normal shooting mode corresponding to the first directory and a dedicated shooting mode different from the normal shooting mode, and the management information control unit stores the first directory in the normal shooting mode. While the file management information is stored in the cache memory as a target, in the dedicated shooting mode, the file management information is stored for the third directory provided in the recording medium corresponding to the dedicated shooting mode. 8. The digital camera according to claim 4, wherein the digital camera is stored in a cache memory.
[Claim 9]
A storage area capable of simultaneously storing the file management information related to different directories is secured in the cache memory, and the management information control unit stores the new file management information in the cache memory in order and stores the file management information in the cache memory. The number of times the file management information used by the file processing unit is individually counted, and when the storage area is full, the file management information used the least number of times by the file processing unit is used as the new file. 9. The digital camera according to claim 1, wherein the digital camera is updated to management information. [Claim 10]
In a digital camera comprising: a recording medium that stores a plurality of image files divided into a plurality of directories; and a cache memory that temporarily stores predetermined file management information related to the image files stored in the recording medium. A step of storing predetermined file management information related to a plurality of image files recorded on the recording medium in a cache memory in a unit of a directory; and a step of storing in the cache memory in a unit of a directory An image file management method comprising: accessing the recording medium based on the file management information stored therein, recording an image file on the recording medium, and reading the image file from the recording medium.
[Claim 11]
A computer included in a digital camera, comprising: a recording medium for storing a plurality of image files divided into a plurality of directories; and a cache memory for temporarily storing predetermined file management information related to the image files stored in the recording medium Management information control means for storing predetermined file management information relating to a plurality of image files recorded on the recording medium in a unit of directory in the cache memory, and a unit of the directory in the cache memory. And functioning as file processing means for accessing the recording medium based on file management information stored in a batch, recording an image file on the recording medium, and reading an image file from the recording medium. A featured program.

1 デジタルカメラ
2 レンズブロック
3 撮像素子
8 CPU
11 画像メモリ
14 プログラムメモリ
81 メイン処理部
82 キャッシング処理部
83 内部メモリ
102 ディレクトリ
103 ディレクトリ
104 ディレクトリ
111 画像ファイル
1 Digital Camera 2 Lens Block 3 Image Sensor 8 CPU
11 Image memory 14 Program memory 81 Main processing unit 82 Caching processing unit 83 Internal memory 102 Directory 103 Directory 104 Directory 111 Image file

Claims (11)

複数の画像ファイルを複数のディレクトリに分けて記憶する記録媒体と、
前記記録媒体に記憶されている画像ファイルに関する所定のファイル管理情報を一時的に記憶するキャッシュメモリと、
前記キャッシュメモリに、前記記録媒体に記録されている複数の画像ファイルに関する所定のファイル管理情報をディレクトリを単位とし一括して記憶させる管理情報制御手段と、
前記キャッシュメモリにディレクトリを単位とし一括して記憶されているファイル管理情報に基づいて前記記録媒体へアクセスし、前記記録媒体への画像ファイルの記録、及び前記記録媒体からの画像ファイルの読み出しを行うファイル処理手段と
を備えたことを特徴とするデジタルカメラ。
A recording medium for storing a plurality of image files divided into a plurality of directories;
A cache memory for temporarily storing predetermined file management information related to the image file stored in the recording medium;
Management information control means for storing predetermined file management information related to a plurality of image files recorded on the recording medium in a unit of directories in the cache memory;
Access to the recording medium based on file management information collectively stored in the cache memory in units of directories, record an image file on the recording medium, and read an image file from the recording medium A digital camera comprising a file processing means.
前記ファイル処理手段は、記録または読み出しの対象となる画像ファイルに対応する前記所定のファイル管理情報が前記キャッシュメモリに記憶されていない場合には、当該ファイル管理情報が前記キャッシュメモリに記憶されるまで待機するか、あるいは、前記キャッシュメモリ内のファイル管理情報を利用することなく前記記録媒体へ直接アクセスして当該画像ファイルの記録または読み出しを行い、
前記管理情報制御手段は、記録または読み出しの対象となる画像ファイルに対応するファイル管理情報が前記キャッシュメモリに記憶されているか否かを判断し、記憶されていないと判断された場合には、当該画像ファイルを含むディレクトリを対象として前記所定のファイル管理情報を前記キャッシュメモリに一括して記憶させる
ことを特徴とする請求項1記載のデジタルカメラ。
If the predetermined file management information corresponding to the image file to be recorded or read is not stored in the cache memory, the file processing means until the file management information is stored in the cache memory. Waiting or recording or reading the image file by directly accessing the recording medium without using the file management information in the cache memory,
The management information control means determines whether or not file management information corresponding to an image file to be recorded or read is stored in the cache memory. The digital camera according to claim 1, wherein the predetermined file management information is collectively stored in the cache memory for a directory including an image file.
前記記録媒体に対する画像ファイルの記録または読み出しを行うディレクトリがそれぞれ異なる複数の動作モードを選択的に設定する動作モード設定手段を更に備え、
前記管理情報制御手段は、使用者により動作モードが変更されたタイミングで、変更後の動作モードに対応するディレクトリ記録されている複数の画像ファイルに関するファイル管理情報を前記キャッシュメモリに一括して記憶させる
ことを特徴とする請求項2記載のデジタルカメラ。
An operation mode setting means for selectively setting a plurality of operation modes in which directories for recording or reading image files on the recording medium are different from each other;
The management information control means collectively stores file management information regarding a plurality of image files recorded in a directory corresponding to the changed operation mode in the cache memory at a timing when the operation mode is changed by the user. The digital camera according to claim 2.
前記ファイル処理手段は、撮影モードにおいては新たに撮影された画像ファイルを前記記憶媒体の第1のディレクトリに記憶し、再生モードにおいては前記第1のディレクトリとは異なる前記記憶媒体の第2のディレクトリに記録されている画像ファイルを読み出す ことを特徴とする請求項3記載のデジタルカメラ。   The file processing means stores a newly shot image file in the first directory of the storage medium in the shooting mode, and a second directory of the storage medium different from the first directory in the playback mode. The digital camera according to claim 3, wherein an image file recorded in the camera is read out. 前記管理情報制御手段は、起動時における初期化動作と並行し、前記第1のディレクトリに記録されている複数の画像ファイルに関する所定のファイル管理情報の前記キャッシュメモリへの記憶を開始することを特徴とする請求項4記載のデジタルカメラ。   The management information control means starts storing predetermined file management information related to a plurality of image files recorded in the first directory in the cache memory in parallel with the initialization operation at the time of startup. The digital camera according to claim 4. 起動直後に使用者により実際に使用された回数を動作モード毎に記憶する回数記憶手段を備え、
前記管理情報制御手段は、前記回数記憶手段に記憶されている回数が最大の動作モードに対応するディレクトリに記録されている複数の画像ファイルに関する所定のファイル管理情報の前記キャッシュメモリへの記憶を開始する
ことを特徴とする請求項5記載のデジタルカメラ。
A number of times storage means for storing the number of times of actual use by the user immediately after startup for each operation mode,
The management information control means starts storing predetermined file management information related to a plurality of image files recorded in the directory corresponding to the operation mode having the maximum number of times stored in the number storage means in the cache memory. The digital camera according to claim 5, wherein:
前記記録媒体に、予め決められた特定の文字列と既存するディレクトリに使用されている最大のディレクトリ番号に連続するディレクトリ番号を連結したディレクトリ名を付与した新たなディレクトリを作成するディレクトリ作成手段を備え、
前記管理情報制御手段は、撮影モード、及び起動直後には、前記記録媒体に既存する全てのディレクトリのうちで、前記特定の文字列に連結されているディレクトリ番号が最大のディレクトリ名が付与されているディレクトリを対象として前記ファイル管理情報を前記キャッシュメモリへ記憶する一方、再生モードでは、前記特定の文字列が含まれるか否かにかかわらず、前記記録媒体に既存する全てのディレクトリのうちでディレクトリ番号が最大のディレクトリ名が付与されているディレクトリを対象として前記ファイル管理情報を前記キャッシュメモリへ記憶する
ことを特徴とする請求項1乃至6いずれか記載のデジタルカメラ。
Directory creating means for creating a new directory in which a directory name obtained by concatenating a specific character string determined in advance and a maximum directory number used for an existing directory and a continuous directory number is assigned to the recording medium is provided. ,
The management information control means is provided with a directory name having the largest directory number linked to the specific character string among all the directories existing in the recording medium immediately after the shooting mode and starting. The file management information is stored in the cache memory for a directory that is a target, while in the playback mode, a directory among all the directories existing on the recording medium regardless of whether or not the specific character string is included. The digital camera according to any one of claims 1 to 6, wherein the file management information is stored in the cache memory for a directory to which a directory number having the largest number is assigned.
撮影モードとして、前記第1のディレクトリが対応する通常撮影モードと、当該通常撮影モードとは異なる専用撮影モードとを備え、
前記管理情報制御手段は、前記通常撮影モードでは、前記第1のディレクトリを対象として前記ファイル管理情報を前記キャッシュメモリへ記憶する一方、前記専用撮影モードでは、当該専用撮影モードに対応して前記記録媒体に設けられている第3のディレクトリを対象として前記ファイル管理情報を前記キャッシュメモリへ記憶する
ことを特徴とする請求項4乃至7いずれか記載のデジタルカメラ。
The shooting mode includes a normal shooting mode corresponding to the first directory and a dedicated shooting mode different from the normal shooting mode,
In the normal shooting mode, the management information control means stores the file management information for the first directory in the cache memory, while in the dedicated shooting mode, the recording corresponding to the dedicated shooting mode. The digital camera according to any one of claims 4 to 7, wherein the file management information is stored in the cache memory for a third directory provided in a medium.
前記キャッシュメモリに異なるディレクトリに関する前記ファイル管理情報を同時に記憶可能な記憶領域が確保され、
前記管理情報制御手段は、新たな前記ファイル管理情報を前記キャッシュメモリに順に記憶させるとともに、前記キャッシュメモリに記憶したファイル管理情報が前記ファイル処理手段に使用された回数を個別にカウントし、前記記憶領域に空きがなくなった場合、前記ファイル処理手段に使用された回数が最も少ないファイル管理情報を前記新たなファイル管理情報に更新する
ことを特徴とする請求項1乃至8いずれか記載のデジタルカメラ。
A storage area capable of simultaneously storing the file management information regarding different directories in the cache memory is secured,
The management information control means sequentially stores new file management information in the cache memory, counts the number of times the file management information stored in the cache memory has been used by the file processing means, and stores the storage The digital camera according to any one of claims 1 to 8, wherein when there is no more space in the area, the file management information that has been used the least number of times by the file processing means is updated to the new file management information.
複数の画像ファイルを複数のディレクトリに分けて記憶する記録媒体と、前記記録媒体に記憶されている画像ファイルに関する所定のファイル管理情報を一時的に記憶するキャッシュメモリとを備えたデジタルカメラにおいて、
前記キャッシュメモリに、前記記録媒体に記録されている複数の画像ファイルに関する所定のファイル管理情報を、ディレクトリを単位とし一括して記憶させる工程と、
前記キャッシュメモリにディレクトリを単位とし一括して記憶されているファイル管理情報に基づき前記記録媒体へアクセスし、前記記録媒体への画像ファイルの記録、及び前記記録媒体からの画像ファイルの読み出しを行う工程と
を含むことを特徴とする画像ファイル管理方法。
In a digital camera comprising: a recording medium that stores a plurality of image files divided into a plurality of directories; and a cache memory that temporarily stores predetermined file management information related to the image files stored in the recording medium.
Storing predetermined file management information related to a plurality of image files recorded on the recording medium in a unit of directories in the cache memory;
A step of accessing the recording medium based on file management information stored in a unit of directory in the cache memory, recording an image file on the recording medium, and reading an image file from the recording medium; An image file management method comprising: and.
複数の画像ファイルを複数のディレクトリに分けて記憶する記録媒体と、前記記録媒体に記憶されている画像ファイルに関する所定のファイル管理情報を一時的に記憶するキャッシュメモリとを備えたデジタルカメラが有するコンピュータを、
前記キャッシュメモリに、前記記録媒体に記録されている複数の画像ファイルに関する所定のファイル管理情報を、ディレクトリを単位とし一括して記憶させる管理情報制御手段と、
前記キャッシュメモリにディレクトリを単位とし一括して記憶されているファイル管理情報に基づいて前記記録媒体へアクセスし、前記記録媒体への画像ファイルの記録、及び前記記録媒体からの画像ファイルの読み出しを行うファイル処理手段と
して機能させることを特徴とするプログラム。
A computer included in a digital camera, comprising: a recording medium for storing a plurality of image files divided into a plurality of directories; and a cache memory for temporarily storing predetermined file management information related to the image files stored in the recording medium The
Management information control means for storing predetermined file management information related to a plurality of image files recorded on the recording medium in a unit of directories in the cache memory;
Access to the recording medium based on file management information collectively stored in the cache memory in units of directories, record an image file on the recording medium, and read an image file from the recording medium A program characterized by functioning as a file processing means.
JP2011244449A 2011-11-08 2011-11-08 Digital camera and image file management method and program thereof Expired - Fee Related JP5863147B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011244449A JP5863147B2 (en) 2011-11-08 2011-11-08 Digital camera and image file management method and program thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011244449A JP5863147B2 (en) 2011-11-08 2011-11-08 Digital camera and image file management method and program thereof

Publications (2)

Publication Number Publication Date
JP2013102329A true JP2013102329A (en) 2013-05-23
JP5863147B2 JP5863147B2 (en) 2016-02-16

Family

ID=48622550

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011244449A Expired - Fee Related JP5863147B2 (en) 2011-11-08 2011-11-08 Digital camera and image file management method and program thereof

Country Status (1)

Country Link
JP (1) JP5863147B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006121506A (en) * 2004-10-22 2006-05-11 Canon Inc Data file management device, management method, image pickup device, program, and recording medium
JP2010087797A (en) * 2008-09-30 2010-04-15 Sony Corp Imaging device, and data transmission method of imaging device
JP2010198470A (en) * 2009-02-26 2010-09-09 Nikon Corp Information processor and imaging device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006121506A (en) * 2004-10-22 2006-05-11 Canon Inc Data file management device, management method, image pickup device, program, and recording medium
JP2010087797A (en) * 2008-09-30 2010-04-15 Sony Corp Imaging device, and data transmission method of imaging device
JP2010198470A (en) * 2009-02-26 2010-09-09 Nikon Corp Information processor and imaging device

Also Published As

Publication number Publication date
JP5863147B2 (en) 2016-02-16

Similar Documents

Publication Publication Date Title
JPH0837638A (en) Digital still camera
US8797425B2 (en) Image pickup apparatus and control method thereof for generating and recording a plurality of image data in different recording formats in one-time image capturing
JP2006229474A (en) Imaging apparatus and control method thereof
US9609167B2 (en) Imaging device capable of temporarily storing a plurality of image data, and control method for an imaging device
JP2017139618A (en) Image data generating apparatus, image data generating method, and program
JP2011077654A (en) Imaging apparatus, control method thereof and program
JP2004264418A (en) Camera system, method for actuating camera system, and program
JP5863147B2 (en) Digital camera and image file management method and program thereof
JP2006094031A (en) Imaging apparatus, image processing method, and program
JP5794657B2 (en) Imaging control apparatus and imaging control method
JP2005236496A (en) Image recording display system
JP2007124150A (en) Apparatus and method for image processing, and for processing image data file, computer program, and recording medium
JP2005072729A (en) Electronic camera and image photographing method
JP2004258248A (en) Camera apparatus, method for activating camera apparatus and program
JP2006287588A (en) Image processing apparatus and method, data file structure, computer program, and storage medium
JP4211764B2 (en) Electronic camera, image recording apparatus, image recording method and program
US11265464B2 (en) Imaging apparatus with image-capturing data and management information thereof saved as an incomplete file
JP5129879B2 (en) Imaging apparatus, control method therefor, and program
JP5332797B2 (en) Imaging apparatus, imaging method, and program
JP2010226491A (en) Imaging apparatus, recording control method and program
US20070053007A1 (en) Image signal processing device and image signal processing method
JP2012133708A (en) File recording device, control method thereof, program and storage medium
JP2008204300A (en) Imaging device
KR101276721B1 (en) GIF file format structure
JP2013243733A (en) Imaging apparatus, imaging method, and program

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20140702

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140922

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150430

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150508

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150706

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150817

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20151005

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20151207

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20151220

R150 Certificate of patent or registration of utility model

Ref document number: 5863147

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees