US20020090208A1 - File management system of image data - Google Patents

File management system of image data Download PDF

Info

Publication number
US20020090208A1
US20020090208A1 US08/949,531 US94953197A US2002090208A1 US 20020090208 A1 US20020090208 A1 US 20020090208A1 US 94953197 A US94953197 A US 94953197A US 2002090208 A1 US2002090208 A1 US 2002090208A1
Authority
US
United States
Prior art keywords
file
numerical values
image data
storage device
name
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
US08/949,531
Other versions
US6438320B1 (en
Inventor
Koji Hatanaka
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.)
Canon Inc
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=17528692&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=US20020090208(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Individual filed Critical Individual
Assigned to CANON KABUSHIKI KAISHA reassignment CANON KABUSHIKI KAISHA ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HATANAKA, KOJI
Publication of US20020090208A1 publication Critical patent/US20020090208A1/en
Priority to US10/216,172 priority Critical patent/US7853115B2/en
Priority to US10/216,171 priority patent/US7639925B2/en
Application granted granted Critical
Publication of US6438320B1 publication Critical patent/US6438320B1/en
Priority to US10/870,944 priority patent/US20040252198A1/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • EFIXED CONSTRUCTIONS
    • E03WATER SUPPLY; SEWERAGE
    • E03FSEWERS; CESSPOOLS
    • E03F5/00Sewerage structures
    • E03F5/02Manhole shafts or other inspection chambers; Snow-filling openings; accessories
    • E03F5/021Connection of sewer pipes to manhole shaft
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/21Intermediate information storage
    • H04N1/2104Intermediate information storage for one or a few pictures
    • H04N1/2158Intermediate information storage for one or a few pictures using a detachable storage unit
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/58Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/21Intermediate information storage
    • H04N1/2104Intermediate information storage for one or a few pictures
    • H04N1/2112Intermediate information storage for one or a few pictures using still video cameras
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/00127Connection or combination of a still picture apparatus with another apparatus, e.g. for storage, processing or transmission of still picture signals or of information associated with a still picture
    • H04N1/00204Connection or combination of a still picture apparatus with another apparatus, e.g. for storage, processing or transmission of still picture signals or of information associated with a still picture with a digital computer or a digital computer system, e.g. an internet server
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N2101/00Still video cameras

Definitions

  • the invention relates to a file management system of an image pickup apparatus such that in case of storing recording image data as a file into a storage device, even if a storage medium is exchanged, so long as the data is recorded by the same image pickup apparatus, a peculiar file name is automatically formed for a recording image.
  • the number of file names which can be formed is determined by the number of digits of numerical values which are included in the file name
  • the number of numerical values which can be used is equal to 100000 within a range from “00000” to “99999”. Therefore, file names exceeding 100000 cannot be formed.
  • Another object of the invention is to provide a file management system of image data, in which a peculiar file name which is not overlapped can be allocated so long as it is recorded by the same image pickup apparatus, thereby making it possible to prevent a situation that a plurality of files of the same name exist.
  • a file management system of image data according to one aspect of the invention is constructed as follows.
  • a file management system for managing photographed image data as files comprises a counter for updating a numerical value every image recording and generating means for generating a file name on the basis of the numerical value of the counter, wherein when the recording image data is stored as a file, even in case of recording all of the image data photographed by a same image pickup apparatus onto different recording media, an individual file name which is not overlapped is formed when they are recorded by the same image pickup apparatus.
  • the numerical values are sequentially included in the file name in accordance with the order from the smaller numerical value, the numerical values included or the numerical value to be next included are stored into the counter, and a preset range is set equal to or more than a predetermined value based on the stored numerical value.
  • the numerical values are sequentially included in the file name in accordance with the order from the larger numerical value, the numerical values included or the numerical value to be next included are stored into the counter, and the preset range is set equal to or less than a predetermined value based on the stored numerical value.
  • the predetermined method of taking a countermeasure is to delete the file to which the file name was allocated among the files included in the storage device serving as a target.
  • the predetermined method of taking a countermeasure is to format the storage device serving as a target.
  • FIG. 1 is an explanatory diagram showing an equipment construction of an embodiment
  • FIG. 2 is a block diagram showing a system construction of the embodiment
  • FIG. 3 is a block diagram showing a system construction of an electronic camera in the embodiment
  • FIGS. 4A, 4B, 4 C and 4 D are flowcharts showing the operation when a memory card is inserted into the electronic camera
  • FIG. 5 is a flowchart showing the operation when data is stored into the memory card in the electronic camera
  • FIG. 6 is a flowchart showing the operation of an exception process when the memory card is inserted into the electronic camera
  • FIG. 7 is a flowchart showing the operation of an exception process in a host application of the electronic camera
  • FIG. 8 is a diagram showing the relation between numerical values included in a file example and numerical values included in a directory name in which they have been stored.
  • FIG. 9 is a diagram showing a structure of files which are formed by the electronic camera in the embodiment.
  • FIG. 1 is a diagram showing an equipment construction of an embodiment of the invention and shows a constructional example of a personal computer system including an electronic camera (image pickup apparatus) as a platform.
  • reference numeral 1 denotes a main body of a computer; 2 a display for displaying data; 3 a mouse serving as a typical pointing device; 4 a mouse button; 5 a keyboard for inputting and outputting; and 6 an interface for connecting an electronic camera 7 to the computer.
  • a general interface such as bidirectional parallel interface, SCSI interface, or the like which can transmit an image at a high speed is used as an interface 6 .
  • FIG. 2 is a block diagram showing a construction of a file management system including software and hardware according to the embodiment.
  • reference numeral 19 denotes hardware; 15 an operating system (hereinafter, abbreviated to “OS”) which operates on the hardware 19 ; and 14 application software which operates on the OS 15 .
  • OS operating system
  • Blocks which are not directly necessary when explaining the embodiment although they are obviously included as component requirements among the blocks constructing the hardware 19 and OS 15 are not shown.
  • the blocks which are not shown there are a CPU and a memory as hardware and a memory management system and the like as OSs.
  • reference numeral 25 denotes a hard disk to physically store a file or data
  • 18 indicates a file system constructing the OS 15 and having a function for enabling the application software 14 to input and output the file without being aware of the hardware 19 .
  • Reference numeral 24 denotes a disk IO interface for allowing the file system 18 to perform the reading and writing operations of the hard disk 25
  • 17 indicates a drawing management system constructing the OS 15 and having a function for enabling the application software 14 to draw without being aware of the hardware 19 .
  • Reference numeral 23 denotes a video interface for allowing the drawing management system 17 to draw onto a display
  • 16 indicates an input device management system constructing the OS 15 and having a function for enabling the application software 14 to receive an input of the user without being aware of the hardware 19 .
  • Reference numeral 20 denotes a keyboard interface for allowing the input device management system 16 to receive an input of the keyboard 5
  • 22 indicates a mouse interface for enabling the input device management system 16 to receive an input from the mouse 3 .
  • the electronic camera 7 is connected to a bidirectional interface 26 , an SCSI interface, or the like and can transmit and receive image data or the like through the input device management system 16 .
  • Reference numeral 11 denotes an electronic camera host application
  • 12 a data management unit for managing the image data by attribute information or by a keyword or the like which is inputted by the user
  • 13 a data display unit for displaying the managed image data.
  • the image data from the electronic camera 7 is transferred to a computer or the transferred image data is registered into the image data management system 11 by the electronic camera host application 11 .
  • FIG. 3 is a block diagram showing a system construction of the electronic camera 7 . Blocks which are not directly necessary when explaining the embodiment although they are obviously included in the component requirements are not shown.
  • an image pickup unit 31 includes a lens and a CCD and generates a photographed image as image data (JPG data).
  • the image pickup unit 31 also simultaneously forms thumbnail image data as a reduction image of the photographed image.
  • auxiliary storage device 33 is used to store data from the image pickup unit 31 and recording unit 32 as a file.
  • a memory card corresponding to PCMCIA as a detachable recording medium is used as an auxiliary storage device 33 .
  • Reference numeral 34 denotes an interface when connecting the electronic camera 7 and the computer.
  • the interface 34 is connected to the bidirectional parallel/SCSI interface 26 in FIG. 2.
  • a general interface such as bidirectional parallel interface, SCSI interface, or the like is used as an interface 34 in a manner similar to the interface 26 .
  • Reference numeral 35 denotes a control unit constructing file name forming means.
  • the control unit 35 controls the operation of the whole electronic camera.
  • Reference numeral 36 denotes a file number threshold memory for holding the maximum value of the normal values among the numerical values included in the file. In this system, when numerical values exceeding this numerical value are included in the file name, some exception process is executed, thereby preventing the overlapped file name from being formed after the numerical values were circulated once.
  • Reference numeral 37 denotes a current file number counter serving as a nonvolatile memory to hold the numerical values included in the file name that is subsequently formed.
  • An initial value (which is set at the time of shipping of the electronic camera 7 from a factory) of the current file number is equal to 1. Therefore, even if the on/off operation of a power source of the electronic camera 7 , an exchange of the memory card, or the like is executed, the file name which is generated by one electronic camera 7 in a lifetime is fundamentally unique and peculiar name which is not overlapped.
  • the numerical values of 99900 have been stored in the file number threshold memory 36 .
  • the numerical values of 99900 are numerical values for providing an allowance of up to 99999 as a maximum value of decimal number of five digits and are not limited to them. For example, there is no problem in case of 99000. By setting the file number threshold value with a certain allowance, even if the file name including the numerical values exceeding this threshold value is formed, a situation that an inconvenience immediately occur can be avoided.
  • the files are classified into subdirectories every predetermined number of files in accordance with the numerical values included in the file name.
  • the file name of the subdirectory is also automatically formed and stored into the storage device.
  • the subdirectory to store the files formed by the electronic camera 7 starts from “CTG” like “CTG10100” and subsequently has a file name of eight characters comprising decimal number of five digits. Explanation will now be made on the assumption that the decimal number of five digits is set to the directory number and the directory for storage is set to a CTG directory.
  • the CTG directory is arranged under a “DC” subdirectory under the route directory in the auxiliary storage device 33 .
  • a name of the file of image and audio data which is formed by the electronic camera 7 is constructed by a file name of eight characters and an extension of three characters.
  • alphanumerical characters of three characters from the head of the file name to store the image data are fixedly set to “AUT”.
  • head three characters of the file name of the thumbnail image are fixedly set to “THM” and three characters from the head of the file name of the audio data are fixedly set to “SND”.
  • the file name is “AUT10100. JPG”.
  • the file name is “THM10100. JPG”.
  • the file name is “SND10100. WAV”.
  • each file name is expressed by three characters, the decimal number of five digits, and the extension of three characters. In the following description, the decimal number of five digits is set to the file number.
  • the image files or audio files having the same file number are treated as a group of data and are set to an object. That is, the file names of the same file number are included in one object.
  • the file name of the thumbnail image data for the image data of the file name “AUT10100. JPG” is “THM10100. JPG”.
  • the file name is “SND10100. WAV”.
  • Those three files construct one object. In the system of the embodiment, each time one object is formed, the value of the current file number counter 37 is increased by 1.
  • the number (kNumObjInDir) of objects included in one CTG directory has been predetermined. Further, a directory number (dirNo) of the CTG directory in which the object in which the file having a certain file number (fileNo) is included exists is determined by an equation (A) in FIG. 8.
  • FIG. 9 shows a constructional example of directories and files formed by the camera 7 in accordance with this rule.
  • MS-DOS of Microsoft Co., Ltd. is used as a disk operating system to manage the file structure of the memory card serving as a storage device of the electronic camera 7 .
  • step S 1 a check is made in step S 1 to see if the card inserted into the electronic card 7 is normal. If it is not normal, in order to notify the user of such a fact, a warning message is displayed in step S 18 and the processing routine is finished.
  • the card which is not normal indicates a card such that the electronic camera 7 cannot read the contents of the card or the like. In case of the normal card, step S 2 follows.
  • step S 2 the file structure in the memory area of the card is examined and a check is made to see if the file of the file name “DC” exists in the route directory. If the file of such a file name exists, since the directory of the same name cannot be formed, step S 18 follows and a message to notify the user of the reason is displayed on a display apparatus and the processes are finished.
  • step S 3 follows.
  • step S 3 a check is made to see if the directory of the name “DC” exists in the route directory.
  • data such as image data or audio data which is generated by the electronic camera is stored in the directory of the name “DC” as a subdirectory of the route directory.
  • Such a directory is called a DC directory in the following description.
  • step S 17 follows and a DC directory is formed. After that, the processing routine advances to step S 19 .
  • step S 4 follows.
  • step S 4 the contents in the DC directory are examined.
  • a space CTG directory exists, it is deleted.
  • the space CTG directory denotes a directory in which none of the file and directory exists therein.
  • step S 5 a check is made to see if the CTG directory exists in the DC directory. If it does not exist, step S 19 follows.
  • Step S 19 relates to a process which is executed when the CTG directory does not exist as a subdirectory of the DC directory. That is, it is a process which is executed in the case where the card just after it was formatted by the camera 7 or the host application or the camera which was all erased (Erase All) is inserted into the electronic camera 7 .
  • step S 20 The current file number which is stored into the current file number counter 37 of the electronic camera 7 is compared with the file number threshold value recorded in the file number threshold memory 36 .
  • a process in step S 20 is executed in order to perform an exception process (1), which will be explained hereinlater.
  • the processing routine advances to step S 21 and the CTG directory in which the current directory number is set to the directory number is formed. The processes are finished.
  • the current directory number is obtained by substituting the current file number for the file number of the equation (A) in FIG. 8. Even in the following description, the current directory number indicates the directory number which is obtained by substituting the current file number at that time point for the equation (A) in FIG. 8.
  • step S 5 when one or more CTG directories exist in the DC directory, the processing routine advances to step S 6 .
  • step S 6 a directory entry starting from “CTG” is searched from the directory entries in the DC directory.
  • the directory entry having the maximum directory number is obtained from them and such a value is stored into a maximum directory number dirNoFound as a variable.
  • step S 7 a check is made to see if something having the name corresponding to the maximum directory number dirNoFound obtained in step S 6 is a file or a directory.
  • step S 12 follows.
  • step S 8 follows and the value of the maximum directory number dirNoFound is increased by 1.
  • step S 9 a check is made in step S 9 to see if the resultant value exceeds the upper limit directory number.
  • the upper limit directory number is obtained by substituting 99999 as an upper limit among possible values as a file number for the file number fileNo in the equation (A) in FIG. 8. If the maximum directory number dirNoFound is larger than this value, an error message is displayed in step S 18 and the processes are finished. If it is not larger, the processing routine advances to step S 10 .
  • step S 10 a check is made to see if the CTG directory in which the maximum directory number dirNoFound obtained in step S 8 is set to the directory number exists. When it does not exist, a CTG directory is formed in step S 11 .
  • step S 12 a check is made to see if the current directory number currDirNo is larger than the maximum directory number dirNoFound by comparing them. When it is larger, a CTG directory in which the current directory number is set to the directory number is formed in step S 23 . When it is smaller, the processing routine advances to step S 13 .
  • step S 13 the contents in the directory in which the maximum directory number dirNoFound is equal to the directory number are examined.
  • a file having the maximum file number among the files included in the directory is obtained and stored into the maximum file number fileNoFound.
  • the minimum value among the possible values which can be set into the file number fileNo when the directory number dirNoFound in an equation (B) in FIG. 8 is substituted is set.
  • step S 14 the maximum file number obtained in step S 13 is compared with the current file number. When the current file number is larger, step S 15 follows. If NO, the processing routine advances to step S 16 .
  • step S 15 the current file number is changed to the value obtained by adding 1 to the maximum file number.
  • the current directory number is updated by the equation (A) in FIG. 8 on the basis of the resultant value.
  • step S 16 a check is made to see if a CTG directory in which the current directory number is set to the directory number exists. When it exists, the processes are finished. When it does not exist, a CTG directory corresponding to the current directory number is formed in step S 21 and the processing routine is finished.
  • the current file number is initialized to 1. In this case, since no object ought to certainly exist in the memory card, a situation such that the new data is stored by the same file name as the file which has originally existed and the inherent data which has originally existed is lost is prevented.
  • step S 31 data to be recorded is stored as a file into the storage device.
  • the file number at this time is a current file number and the directory number of the CTG directory in which the file is stored is obtained from the current file number by the equation (A) in FIG. 8.
  • step S 32 the current file number is increased by 1 and the current directory number is obtained on the basis of the resultant value.
  • step S 33 a check is made to see if the directory corresponding to the current directory number exists in the DC directory. When it has already existed, the processing routine is finished. When it does not exist, in step S 34 , a directory in which the directory number is set to the current directory number is formed and the processes are finished.
  • the above first exception process (1) is executed when the card is inserted or when the power source of the electronic camera is turned on with the card inserted. This process is executed when the current file number exceeds the preset file number threshold value (99900) in the camera. If the CTG directory does not exist in the card, the current file number is initialized in the camera sole body. This process corresponds to the process in step S 20 in FIG. 4B.
  • the second exception process (2) is executed when the computer intends to read the card.
  • a warning message is displayed, thereby promoting the user to delete all of the CTG directories in the card.
  • FIG. 6 shows the operation of the first exception process (1) which is executed by the electronic camera 7 and corresponds to the process in step S 20 in FIG. 4B.
  • step S 41 the card inserted in the camera 7 is examined in step S 41 to see if the CTG directory exists. If it does not exist, the current file number is reset to 1 in step S 42 .
  • FIG. 7 shows the operation of the second exception process (2) which is executed when the camera 7 is connected to the computer. This process is executed by the host application.
  • step S 51 a check is made to see if a CTG directory storing the file whose file number is equal to or larger than the file number threshold value exists.
  • the file number threshold value is obtained from the camera 7 .
  • the directory number of the CTG directory to be examined here is obtained by substituting the file number threshold value for the file number in the equation (A) in FIG. 8.
  • the exception process (2) is finished.
  • the processing routine advances to step S 52 .
  • Step S 52 is a process which is executed when the current file number exceeds the file number threshold value. In this case, a warning message and a message showing a method of taking a countermeasure are displayed to the user.
  • the present invention is not limited to this embodiment. It may be also possible to monitor whether the directory number exceeds an upper limit value thereof. As an example of this case, the step S 19 shown in FIG. 4B may be changed to a step S 19 ′′ shown in FIG. 4C to monitor whether the current directory number exceeds 99900 or not.
  • the directory threshold value 99900 may be stored in a nonvolatile memory of the camera. Alternately, it may be possible that the value 4995001 obtained from the first expression of the equation (B) in FIG.
  • the file number threshold value is stored in the nonvolatile memory of the camera as the file number threshold value and then substituted into the equation (A) in FIG. 8 to calculate the directory threshold value.
  • the current file number can be compared directly with the file number threshold value.
  • the file name may be generated based on lower file figures of that file number. For example, a file whose file number is 110010, is AUT10010.JPG, THM10010.JPG, SDN10010.WAV, and its directory is YCTG02200.
  • the file names are sequentially formed by, for instance, including the numerical values in the ascending or descending order into the file names, by preparing the counter to hold the numerical values to be included in the file names, even if the power source of the image pickup apparatus is turned on/off or the recording medium is exchanged, so long as the image data is recorded by the same image pickup apparatus, the peculiar file name which is not overlapped can be formed for the recording image data and a situation such that a plurality of files of the same name exist can be prevented.
  • time required by the file system to search the existing files to determine a new file name can be shortened.
  • the number of files stored in one directory is 150 at the maximum.
  • time required to determine the new file name can be reduced to less than one-fifth.
  • This search can be executed by a CPU of 80C86 8 MHz within one second and thus is of enough practical use.
  • kNumObjInDir as 50, relationship between the directory number and the file number can be easily calculated by a person and thus easily recognized by him.

Abstract

In a system for file managing image data of an electronic camera, so long as the image data is recorded by the same image pickup apparatus, a peculiar file name which is not overlapped is generated and in order to prevent that a plurality of files of the same name exist, when an electronic camera is connected to a main body of a computer, a storage device in the electronic camera is examined from a host application of the computer, and when a file of a file name including numerical values exceeding a predetermined value is found, a message is displayed for the user in a manner such that after all of the files having the file names which had automatically been formed were transferred to the computer, all of the contents in the storage device are deleted or formatted. When the detachable storage device is loaded or a power source is turned on, if the file having the unique file name which was automatically generated does not exist in the storage device, the numerical values held in the electronic camera are initialized.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0001]
  • In an image pickup apparatus such as an electronic camera or the like, the invention relates to a file management system of an image pickup apparatus such that in case of storing recording image data as a file into a storage device, even if a storage medium is exchanged, so long as the data is recorded by the same image pickup apparatus, a peculiar file name is automatically formed for a recording image. [0002]
  • 2. Related Background Art [0003]
  • Hitherto, in case of recording an image onto a recording medium by an electronic camera, although it is necessary to allocate a name to a file of the image, a method whereby a number to be updated every photographing operation is included in the file name has been proposed. In such an apparatus, however, when the recording medium is exchanged, the number included in the file name of the image is reset. Therefore, there is a case where a plurality of files of the same name exist. [0004]
  • Since a conventional file management system of image data is constructed as mentioned above, there are the following problems. [0005]
  • That is, in the case where the file name is formed as mentioned above, when it is intended to transfer data from the storage device of the electronic camera to a computer, there is a possibility such that files of the same name also exist in an auxiliary storage device of the computer. In such a case, the user has to take a procedure such that the file existing in the auxiliary storage device of the computer is overwritten or, since the same file name exists, a message to instruct to change the file name is displayed, or the like. [0006]
  • Although the number of file names which can be formed is determined by the number of digits of numerical values which are included in the file name, in case of forming a file while sequentially including a series of numerical values, for example, starting from 0 among numerical values of five digits into the file name, the number of numerical values which can be used is equal to 100000 within a range from “00000” to “99999”. Therefore, file names exceeding 100000 cannot be formed. In order to avoid such a limitation, for example, there is a method of returning the numerical values included in the file name to the original numerical values in a manner such that, for instance, the file name which is formed subsequently to “IMG99999. JPG” is set to “IMG00000. JPG”. In this case, however, if the file of “IMG00000. JPG” still exists in the storage device, the file which has originally existed will be overwritten. [0007]
  • Since numerical values to be included in the file name are determined by examining the file names of the files existing in the recording medium to record data, in the case where the recording medium is exchangeable, the file of the same file name is formed on a plurality of recording media. [0008]
  • SUMMARY OF THE INVENTION
  • It is an object of the invention to solve the problems as mentioned above. [0009]
  • Another object of the invention is to provide a file management system of image data, in which a peculiar file name which is not overlapped can be allocated so long as it is recorded by the same image pickup apparatus, thereby making it possible to prevent a situation that a plurality of files of the same name exist. [0010]
  • A file management system of image data according to one aspect of the invention is constructed as follows. [0011]
  • (1) A file management system for managing photographed image data as files comprises a counter for updating a numerical value every image recording and generating means for generating a file name on the basis of the numerical value of the counter, wherein when the recording image data is stored as a file, even in case of recording all of the image data photographed by a same image pickup apparatus onto different recording media, an individual file name which is not overlapped is formed when they are recorded by the same image pickup apparatus. [0012]
  • (2) In the above system of (1), when the numerical value of the counter lies within a preset range, a warning and a predetermined method of taking a countermeasure are displayed. [0013]
  • (3) In the system of (2), the numerical values are sequentially included in the file name in accordance with the order from the smaller numerical value, the numerical values included or the numerical value to be next included are stored into the counter, and a preset range is set equal to or more than a predetermined value based on the stored numerical value. [0014]
  • (4) In the system of (2), the numerical values are sequentially included in the file name in accordance with the order from the larger numerical value, the numerical values included or the numerical value to be next included are stored into the counter, and the preset range is set equal to or less than a predetermined value based on the stored numerical value. [0015]
  • (5) In the system of (2), when the numerical value of the counter lies within the preset range and the file formed before does not exist in a storage device in which the file is formed, the numerical value of the counter is initialized. [0016]
  • (6) In any one of the systems of (2) to (4), the predetermined method of taking a countermeasure is to delete the file to which the file name was allocated among the files included in the storage device serving as a target. [0017]
  • (7) In any one of the systems of (2) to (4), the predetermined method of taking a countermeasure is to format the storage device serving as a target. [0018]
  • The above and other objects and features of the present invention will become apparent from the following detailed description and the appended claims with reference to the accompanying drawings.[0019]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is an explanatory diagram showing an equipment construction of an embodiment; [0020]
  • FIG. 2 is a block diagram showing a system construction of the embodiment; [0021]
  • FIG. 3 is a block diagram showing a system construction of an electronic camera in the embodiment; [0022]
  • FIGS. 4A, 4B, [0023] 4C and 4D are flowcharts showing the operation when a memory card is inserted into the electronic camera;
  • FIG. 5 is a flowchart showing the operation when data is stored into the memory card in the electronic camera; [0024]
  • FIG. 6 is a flowchart showing the operation of an exception process when the memory card is inserted into the electronic camera; [0025]
  • FIG. 7 is a flowchart showing the operation of an exception process in a host application of the electronic camera; [0026]
  • FIG. 8 is a diagram showing the relation between numerical values included in a file example and numerical values included in a directory name in which they have been stored; and [0027]
  • FIG. 9 is a diagram showing a structure of files which are formed by the electronic camera in the embodiment.[0028]
  • DESCRIPTION OF THE PREFERRED EMBODIMENT
  • FIG. 1 is a diagram showing an equipment construction of an embodiment of the invention and shows a constructional example of a personal computer system including an electronic camera (image pickup apparatus) as a platform. [0029]
  • In FIG. 1, [0030] reference numeral 1 denotes a main body of a computer; 2 a display for displaying data; 3 a mouse serving as a typical pointing device; 4 a mouse button; 5 a keyboard for inputting and outputting; and 6 an interface for connecting an electronic camera 7 to the computer. A general interface such as bidirectional parallel interface, SCSI interface, or the like which can transmit an image at a high speed is used as an interface 6.
  • FIG. 2 is a block diagram showing a construction of a file management system including software and hardware according to the embodiment. In the diagram, [0031] reference numeral 19 denotes hardware; 15 an operating system (hereinafter, abbreviated to “OS”) which operates on the hardware 19; and 14 application software which operates on the OS 15.
  • Blocks which are not directly necessary when explaining the embodiment although they are obviously included as component requirements among the blocks constructing the [0032] hardware 19 and OS 15 are not shown. As examples of the blocks which are not shown, there are a CPU and a memory as hardware and a memory management system and the like as OSs.
  • In FIG. 2, [0033] reference numeral 25 denotes a hard disk to physically store a file or data, and 18 indicates a file system constructing the OS 15 and having a function for enabling the application software 14 to input and output the file without being aware of the hardware 19.
  • [0034] Reference numeral 24 denotes a disk IO interface for allowing the file system 18 to perform the reading and writing operations of the hard disk 25, and 17 indicates a drawing management system constructing the OS 15 and having a function for enabling the application software 14 to draw without being aware of the hardware 19.
  • [0035] Reference numeral 23 denotes a video interface for allowing the drawing management system 17 to draw onto a display, and 16 indicates an input device management system constructing the OS 15 and having a function for enabling the application software 14 to receive an input of the user without being aware of the hardware 19.
  • [0036] Reference numeral 20 denotes a keyboard interface for allowing the input device management system 16 to receive an input of the keyboard 5, and 22 indicates a mouse interface for enabling the input device management system 16 to receive an input from the mouse 3.
  • The electronic camera [0037] 7 is connected to a bidirectional interface 26, an SCSI interface, or the like and can transmit and receive image data or the like through the input device management system 16.
  • [0038] Reference numeral 11 denotes an electronic camera host application; 12 a data management unit for managing the image data by attribute information or by a keyword or the like which is inputted by the user; and 13 a data display unit for displaying the managed image data.
  • In the system, the image data from the electronic camera [0039] 7 is transferred to a computer or the transferred image data is registered into the image data management system 11 by the electronic camera host application 11.
  • FIG. 3 is a block diagram showing a system construction of the electronic camera [0040] 7. Blocks which are not directly necessary when explaining the embodiment although they are obviously included in the component requirements are not shown.
  • In FIG. 3, an [0041] image pickup unit 31 includes a lens and a CCD and generates a photographed image as image data (JPG data). The image pickup unit 31 also simultaneously forms thumbnail image data as a reduction image of the photographed image.
  • In the electronic camera [0042] 7 in the system, not only the image is photographed but also an audio sound can be recorded and is outputted as recording data (WAVE data) by a recording unit 32. An auxiliary storage device 33 is used to store data from the image pickup unit 31 and recording unit 32 as a file. In this system, a memory card corresponding to PCMCIA as a detachable recording medium is used as an auxiliary storage device 33.
  • [0043] Reference numeral 34 denotes an interface when connecting the electronic camera 7 and the computer. The interface 34 is connected to the bidirectional parallel/SCSI interface 26 in FIG. 2. A general interface such as bidirectional parallel interface, SCSI interface, or the like is used as an interface 34 in a manner similar to the interface 26.
  • [0044] Reference numeral 35 denotes a control unit constructing file name forming means. The control unit 35 controls the operation of the whole electronic camera. Reference numeral 36 denotes a file number threshold memory for holding the maximum value of the normal values among the numerical values included in the file. In this system, when numerical values exceeding this numerical value are included in the file name, some exception process is executed, thereby preventing the overlapped file name from being formed after the numerical values were circulated once.
  • [0045] Reference numeral 37 denotes a current file number counter serving as a nonvolatile memory to hold the numerical values included in the file name that is subsequently formed. An initial value (which is set at the time of shipping of the electronic camera 7 from a factory) of the current file number is equal to 1. Therefore, even if the on/off operation of a power source of the electronic camera 7, an exchange of the memory card, or the like is executed, the file name which is generated by one electronic camera 7 in a lifetime is fundamentally unique and peculiar name which is not overlapped.
  • A rule of naming a file name and a directory name in the system will now be described. [0046]
  • In the system of the embodiment, in order to automatically form the unique file name, numerical values of five digits are included in a part of the file name. In this instance, it is assumed that the numerical values to be included are fundamentally sequentially increased from 1 each time the file is formed. When the numerical values which are formed are equal to or larger than the values stored in the file [0047] number threshold memory 36, the exception process is executed.
  • In the embodiment, the numerical values of 99900 have been stored in the file [0048] number threshold memory 36. The numerical values of 99900 are numerical values for providing an allowance of up to 99999 as a maximum value of decimal number of five digits and are not limited to them. For example, there is no problem in case of 99000. By setting the file number threshold value with a certain allowance, even if the file name including the numerical values exceeding this threshold value is formed, a situation that an inconvenience immediately occur can be avoided.
  • The files are classified into subdirectories every predetermined number of files in accordance with the numerical values included in the file name. The file name of the subdirectory is also automatically formed and stored into the storage device. [0049]
  • In the system, the subdirectory to store the files formed by the electronic camera [0050] 7 starts from “CTG” like “CTG10100” and subsequently has a file name of eight characters comprising decimal number of five digits. Explanation will now be made on the assumption that the decimal number of five digits is set to the directory number and the directory for storage is set to a CTG directory.
  • The CTG directory is arranged under a “DC” subdirectory under the route directory in the [0051] auxiliary storage device 33.
  • A name of the file of image and audio data which is formed by the electronic camera [0052] 7 is constructed by a file name of eight characters and an extension of three characters. In the system, alphanumerical characters of three characters from the head of the file name to store the image data are fixedly set to “AUT”. Similarly, head three characters of the file name of the thumbnail image are fixedly set to “THM” and three characters from the head of the file name of the audio data are fixedly set to “SND”.
  • For example, in case of the image data, the file name is “AUT10100. JPG”. In case of the thumbnail data, the file name is “THM10100. JPG”. In case of the audio data, the file name is “SND10100. WAV”. As mentioned above, each file name is expressed by three characters, the decimal number of five digits, and the extension of three characters. In the following description, the decimal number of five digits is set to the file number. [0053]
  • In this system, the image files or audio files having the same file number are treated as a group of data and are set to an object. That is, the file names of the same file number are included in one object. For example, the file name of the thumbnail image data for the image data of the file name “AUT10100. JPG” is “THM10100. JPG”. When there is audio data, its file name is “SND10100. WAV”. Those three files construct one object. In the system of the embodiment, each time one object is formed, the value of the current [0054] file number counter 37 is increased by 1.
  • In the system, in order to handle the object as one data unit, in case of deleting data, it is performed on an object unit basis. In case of deleting the object from the camera [0055] 7 or the host application of the computer, if there is an attribute of protect (or ReadOnly) even in one of the files included in the object, such an object cannot be deleted.
  • In the system, the number (kNumObjInDir) of objects included in one CTG directory has been predetermined. Further, a directory number (dirNo) of the CTG directory in which the object in which the file having a certain file number (fileNo) is included exists is determined by an equation (A) in FIG. 8. FIG. 9 shows a constructional example of directories and files formed by the camera [0056] 7 in accordance with this rule.
  • A forming method of the file name and a deciding method and a forming method of the CTG directory to store the file name in the system of the embodiment will now be described. [0057]
  • In the system, MS-DOS of Microsoft Co., Ltd. is used as a disk operating system to manage the file structure of the memory card serving as a storage device of the electronic camera [0058] 7.
  • Processes which are executed when the memory card serving as a storage medium is inserted into the electronic camera [0059] 7 or when the power source of the electronic camera 7 is turned on will now be described with reference to flowcharts of FIGS. 4A and 4B.
  • First, a check is made in step S[0060] 1 to see if the card inserted into the electronic card 7 is normal. If it is not normal, in order to notify the user of such a fact, a warning message is displayed in step S18 and the processing routine is finished. The card which is not normal indicates a card such that the electronic camera 7 cannot read the contents of the card or the like. In case of the normal card, step S2 follows.
  • In step S[0061] 2, the file structure in the memory area of the card is examined and a check is made to see if the file of the file name “DC” exists in the route directory. If the file of such a file name exists, since the directory of the same name cannot be formed, step S18 follows and a message to notify the user of the reason is displayed on a display apparatus and the processes are finished. When the file of the name “DC” does not exist in the route directory, step S3 follows.
  • In step S[0062] 3, a check is made to see if the directory of the name “DC” exists in the route directory. In the system, data such as image data or audio data which is generated by the electronic camera is stored in the directory of the name “DC” as a subdirectory of the route directory. Such a directory is called a DC directory in the following description.
  • When the DC directory does not exist, step S[0063] 17 follows and a DC directory is formed. After that, the processing routine advances to step S19. When the DC directory exists, step S4 follows.
  • In step S[0064] 4, the contents in the DC directory are examined. When a space CTG directory exists, it is deleted. The space CTG directory denotes a directory in which none of the file and directory exists therein.
  • In step S[0065] 5, a check is made to see if the CTG directory exists in the DC directory. If it does not exist, step S19 follows.
  • Step S[0066] 19 relates to a process which is executed when the CTG directory does not exist as a subdirectory of the DC directory. That is, it is a process which is executed in the case where the card just after it was formatted by the camera 7 or the host application or the camera which was all erased (Erase All) is inserted into the electronic camera 7.
  • The current file number which is stored into the current [0067] file number counter 37 of the electronic camera 7 is compared with the file number threshold value recorded in the file number threshold memory 36. When the current file number exceeds the file number threshold value, a process in step S20 is executed in order to perform an exception process (1), which will be explained hereinlater. After that, the processing routine advances to step S21 and the CTG directory in which the current directory number is set to the directory number is formed. The processes are finished.
  • The current directory number is obtained by substituting the current file number for the file number of the equation (A) in FIG. 8. Even in the following description, the current directory number indicates the directory number which is obtained by substituting the current file number at that time point for the equation (A) in FIG. 8. [0068]
  • In step S[0069] 5, when one or more CTG directories exist in the DC directory, the processing routine advances to step S6.
  • In step S[0070] 6, a directory entry starting from “CTG” is searched from the directory entries in the DC directory. The directory entry having the maximum directory number is obtained from them and such a value is stored into a maximum directory number dirNoFound as a variable.
  • In step S[0071] 7, a check is made to see if something having the name corresponding to the maximum directory number dirNoFound obtained in step S6 is a file or a directory. In case of the directory, step S12 follows. In case of the file, step S8 follows and the value of the maximum directory number dirNoFound is increased by 1. Subsequently, a check is made in step S9 to see if the resultant value exceeds the upper limit directory number.
  • The upper limit directory number is obtained by substituting 99999 as an upper limit among possible values as a file number for the file number fileNo in the equation (A) in FIG. 8. If the maximum directory number dirNoFound is larger than this value, an error message is displayed in step S[0072] 18 and the processes are finished. If it is not larger, the processing routine advances to step S10.
  • In step S[0073] 10, a check is made to see if the CTG directory in which the maximum directory number dirNoFound obtained in step S8 is set to the directory number exists. When it does not exist, a CTG directory is formed in step S11.
  • In step S[0074] 12, a check is made to see if the current directory number currDirNo is larger than the maximum directory number dirNoFound by comparing them. When it is larger, a CTG directory in which the current directory number is set to the directory number is formed in step S23. When it is smaller, the processing routine advances to step S13.
  • In step S[0075] 13, the contents in the directory in which the maximum directory number dirNoFound is equal to the directory number are examined. A file having the maximum file number among the files included in the directory is obtained and stored into the maximum file number fileNoFound. In this instance, when the file does not exist in the directory, the minimum value among the possible values which can be set into the file number fileNo when the directory number dirNoFound in an equation (B) in FIG. 8 is substituted is set.
  • In step S[0076] 14, the maximum file number obtained in step S13 is compared with the current file number. When the current file number is larger, step S15 follows. If NO, the processing routine advances to step S16.
  • In step S[0077] 15, the current file number is changed to the value obtained by adding 1 to the maximum file number. The current directory number is updated by the equation (A) in FIG. 8 on the basis of the resultant value.
  • In step S[0078] 16, a check is made to see if a CTG directory in which the current directory number is set to the directory number exists. When it exists, the processes are finished. When it does not exist, a CTG directory corresponding to the current directory number is formed in step S21 and the processing routine is finished.
  • By the above processes, the setting of the CTG directory to store the data which is generated by the camera when the card is inserted into the system and the setting of the current file number included in the file name to be subsequently formed are executed. [0079]
  • When the formatted card or the EraseAll card is inserted, if the current file number is larger than the file number threshold value, the current file number is initialized to 1. In this case, since no object ought to certainly exist in the memory card, a situation such that the new data is stored by the same file name as the file which has originally existed and the inherent data which has originally existed is lost is prevented. [0080]
  • A case of storing the data generated by the camera [0081] 7 into the card will now be described with reference to a flowchart shown in FIG. 5.
  • First, in step S[0082] 31, data to be recorded is stored as a file into the storage device. The file number at this time is a current file number and the directory number of the CTG directory in which the file is stored is obtained from the current file number by the equation (A) in FIG. 8.
  • In step S[0083] 32, the current file number is increased by 1 and the current directory number is obtained on the basis of the resultant value.
  • In step S[0084] 33, a check is made to see if the directory corresponding to the current directory number exists in the DC directory. When it has already existed, the processing routine is finished. When it does not exist, in step S34, a directory in which the directory number is set to the current directory number is formed and the processes are finished.
  • The above exception process will now be described. In the system, by storing the current file number into the camera [0085] 7, the file name which is generated by one camera is made unique. As mentioned above, however, since the file name is made up of the file number comprising alphanumerical characters of three characters and the decimal number of five digits and the extension of three characters like “AUT10100. JPG”, the last (maximum) values which can be used as a file number are equal to 99999.
  • Hitherto, when the current file number exceeds such a value, the camera displays an error and does not operate or simply initializes the file number to 0 and newly forms a file irrespective of a fact that the file of the file number 0 exists. In the embodiment, therefore, the following processes are executed as exception processes so as to prevent the camera from entering such a situation. [0086]
  • (1) First, in the case where the current file number stored in the camera [0087] 7 is equal to or larger than 99999 as a file number threshold value and no CTG directory exists in the card, the value of the current file number is initialized to 1.
  • (2) When the card having the file whose file number is equal to or larger than 99900 is found in the host application, all of the files are transferred from the card to the computer and, after that, a message to promote the user to delete all of the CTG directories by a card formatting process or the like is displayed. [0088]
  • The above first exception process (1) is executed when the card is inserted or when the power source of the electronic camera is turned on with the card inserted. This process is executed when the current file number exceeds the preset file number threshold value (99900) in the camera. If the CTG directory does not exist in the card, the current file number is initialized in the camera sole body. This process corresponds to the process in step S[0089] 20 in FIG. 4B.
  • The second exception process (2) is executed when the computer intends to read the card. When the file in which a value that is equal to or larger than the file number threshold value set in the camera [0090] 7 is set to the file number exists, a warning message is displayed, thereby promoting the user to delete all of the CTG directories in the card. After that, when the card is again inserted into the camera or the power source is again turned on, the exception process (1) in step S20 in the flowchart described in FIG. 4B is executed and the current file number is reset to 1.
  • By the above operation, even if the file number is overlapped and formed, a situation that the data is lost by overwriting the file can be avoided. [0091]
  • The operation of the above exception process will now be described with reference to a flowchart. [0092]
  • FIG. 6 shows the operation of the first exception process (1) which is executed by the electronic camera [0093] 7 and corresponds to the process in step S20 in FIG. 4B.
  • First, the card inserted in the camera [0094] 7 is examined in step S41 to see if the CTG directory exists. If it does not exist, the current file number is reset to 1 in step S42.
  • FIG. 7 shows the operation of the second exception process (2) which is executed when the camera [0095] 7 is connected to the computer. This process is executed by the host application.
  • First in step S[0096] 51, a check is made to see if a CTG directory storing the file whose file number is equal to or larger than the file number threshold value exists. The file number threshold value is obtained from the camera 7. The directory number of the CTG directory to be examined here is obtained by substituting the file number threshold value for the file number in the equation (A) in FIG. 8. When it does not exist, the exception process (2) is finished. When it exists, the processing routine advances to step S52.
  • Step S[0097] 52 is a process which is executed when the current file number exceeds the file number threshold value. In this case, a warning message and a message showing a method of taking a countermeasure are displayed to the user.
  • By the above two exception processes, by setting the file number threshold value to a value smaller than the maximum value among the possible values as a file number so as to have an allowance, if the file having the file number exceeding the file number threshold value exists, the warning message and the method of taking the countermeasure are shown by the host application. Since the file number threshold value is smaller than the possible values of the file number, even in a situation such that the file number has to exceed the file number threshold value, the camera [0098] 7 can be used for a little while (until the file number is equal to the maximum value among the possible values) without any inconvenience.
  • In the system of the embodiment as mentioned above, by holding the numerical values into the nonvolatile counter to store the numerical values which are included into the name of the file that is formed by the electronic camera [0099] 7, the file name which is generated by one camera 7 becomes unique in its lifetime. When the numerical values are circulated once and are initialized, even in the case where the value of the counter is unavoidably initialized and the same file name has to be formed, a data loss which is caused by overwriting and storing into the file which originally has existed by the same name can be prevented.
  • Although, in the above-described embodiment, a warning is given when the file number exceeds the upper limit of the file number, the present invention is not limited to this embodiment. It may be also possible to monitor whether the directory number exceeds an upper limit value thereof. As an example of this case, the step S[0100] 19 shown in FIG. 4B may be changed to a step S19″ shown in FIG. 4C to monitor whether the current directory number exceeds 99900 or not. In this connection, the directory threshold value 99900 may be stored in a nonvolatile memory of the camera. Alternately, it may be possible that the value 4995001 obtained from the first expression of the equation (B) in FIG. 8 with substitution of 99900 of the directory number, is stored in the nonvolatile memory of the camera as the file number threshold value and then substituted into the equation (A) in FIG. 8 to calculate the directory threshold value. In the latter case, as shown in a step S19″ of FIG. 4D, the current file number, of course, can be compared directly with the file number threshold value. In addition, if the file number exceeds a number of five figures, the file name may be generated based on lower file figures of that file number. For example, a file whose file number is 110010, is AUT10010.JPG, THM10010.JPG, SDN10010.WAV, and its directory is YCTG02200.
  • According to the invention as described above, in the system such that the file names are sequentially formed by, for instance, including the numerical values in the ascending or descending order into the file names, by preparing the counter to hold the numerical values to be included in the file names, even if the power source of the image pickup apparatus is turned on/off or the recording medium is exchanged, so long as the image data is recorded by the same image pickup apparatus, the peculiar file name which is not overlapped can be formed for the recording image data and a situation such that a plurality of files of the same name exist can be prevented. [0101]
  • By displaying a warning message and a method of taking a countermeasure as an exception process when the value of the counter lies within a certain range, even in the case where the numerical values are circulated once and the same file name is formed, a situation such that the file is overwritten and the data is deleted can be prevented. [0102]
  • Further, by classifying the files into appropriate directories and storing the classified files, time required by the file system to search the existing files to determine a new file name can be shortened. For example, when the kNumObjInDir described in the embodiment is predetermined as 50, the number of files stored in one directory is 150 at the maximum. Specifically, when a 1000-th image is recorded by searching the file names of the other recorded images to detect whether the same file name exists or not, only directory entry for 20 directories and 147 files at the maximum has to be searched compared with when 1000 images are stored in one directory. Therefore, time required to determine the new file name can be reduced to less than one-fifth. This search can be executed by a CPU of 80C86 8 MHz within one second and thus is of enough practical use. In addition, by setting the kNumObjInDir as 50, relationship between the directory number and the file number can be easily calculated by a person and thus easily recognized by him. [0103]
  • Many widely different embodiments of the present invention may be constructed without departing from the spirit and scope of the present invention. It should be understood that the present invention is not limited to the specific embodiments described in the specification, except as defined in the appended claims. [0104]

Claims (39)

What is claimed is:
1. A file management system for managing photographed image data as a file, comprising:
a counter for updating numerical values every image recording; and
generating means for generating a file name on the basis of the numerical values of said counter,
wherein when said recording image data is stored as a file, even in the case where all of image data photographed by a same image pickup apparatus is recorded to different recording media, when the image data is recording by the same image pickup apparatus, an individual file name which is not overlapped is generated.
2. A system according to claim 1, wherein when the numerical values of said counter lie within a preset range, a warning and a predetermined countermeasure method are displayed.
3. A system according to claim 2, wherein the numerical values are sequentially included in the file names from the smaller numerical value, said included numerical values or numerical values to be subsequently included are stored into said counter, and said preset range is equal to or larger than a predetermined value based on said stored numerical values.
4. A system according to claim 2, wherein the numerical values are sequentially included in the file names from the larger numerical value, said included numerical values or numerical values to be subsequently included are stored into said counter, and said preset range is equal to or smaller than a predetermined value based on said stored numerical values.
5. A system according to claim 2, wherein when the numerical values of said counter lie within the preset range and a file which was previously formed does not exist in a storage device in which the file is formed, the numerical values of the counter are initialized.
6. A system according to claim 2, wherein in said predetermined countermeasure method, the file with the file name among the files included in the storage device serving as a target is deleted.
7. A system according to claim 3, wherein in said predetermined countermeasure method, the file with the file name among the files included in the storage device serving as a target is deleted.
8. A system according to claim 4, wherein in said predetermined countermeasure method, the file with the file name among the files included in the storage device serving as a target is deleted.
9. A system according to claim 2, wherein in said predetermined countermeasure method, a storage device serving as a target is formatted.
10. A system according to claim 3, wherein in said predetermined countermeasure method, a storage device serving as a target is formatted.
11. A system according to claim 4, wherein in said predetermined countermeasure method, a storage device serving as a target is formatted.
12. A file management method of managing photographed image data as a file, comprising:
a counting step of updating numerical values every image recording; and
a generating step of generating a file name on the basis of the numerical values in said counting step,
wherein when said recording image data is stored as a file, even in the case where all of image data photographed by a same image pickup apparatus is recorded to different recording media, when the image data is recording by the same image pickup apparatus, an individual file name which is not overlapped is generated.
13. A method according to claim 12, wherein when the numerical values of said counter lie within a preset range, a warning and a predetermined countermeasure method are displayed.
14. A method according to claim 13, wherein the numerical values are sequentially included in the file names from the smaller numerical value, said included numerical values or numerical values to be subsequently included are stored in said counting step, and said preset range is equal to or larger than a predetermined value based on said stored numerical values.
15. A method according to claim 13, wherein the numerical values are sequentially included in the file names from the larger numerical value, said included numerical values or numerical values to be subsequently included are stored in said counting step, and said preset range is equal to or smaller than a predetermined value based on said stored numerical values.
16. A method according to claim 13, wherein when the numerical values in said counting step lie within the preset range and a file which was previously formed does not exist in a storage device in which the file is formed, the numerical values in the counting step are initialized.
17. A method according to claim 13, wherein in said predetermined countermeasure method, the file with the file name among the files included in the storage device serving as a target is deleted.
18. A method according to claim 14, wherein in said predetermined countermeasure method, the file with the file name among the files included in the storage device serving as a target is deleted.
19. A method according to claim 15, wherein in said predetermined countermeasure method, the file with the file name among the files included in the storage device serving as a target is deleted.
20. A method according to claim 13, wherein in said predetermined countermeasure method, a storage device serving as a target is formatted.
21. A method according to claim 14, wherein in said predetermined countermeasure method, a storage device serving as a target is formatted.
22. A method according to claim 15, wherein in said predetermined countermeasure method, a storage device serving as a target is formatted.
23. A medium in which a file management method of managing photographed image data as a file has been recorded, said method comprising:
a counting step of updating numerical values every image recording; and
a generating step of generating a file name on the basis of the numerical values in said counting step,
wherein when said recording image data is stored as a file, even in the case where all of image data photographed by a same image pickup apparatus is recorded to different recording media, when the image data is recording by the same image pickup apparatus, an individual file name which is not overlapped is generated.
24. A medium according to claim 23, wherein when the numerical values in said counting step lie within a preset range, a warning and a predetermined countermeasure method are displayed.
25. A medium according to claim 24, wherein the numerical values are sequentially included in the file names from the smaller numerical value, said included numerical values or numerical values to be subsequently included are stored in said counting step, and said preset range is equal to or larger than a predetermined value based on said stored numerical values.
26. A medium according to claim 24, wherein the numerical values are sequentially included in the file names from the larger numerical value, said included numerical values or numerical values to be subsequently included are stored in said counting step, and said preset range is equal to or smaller than a predetermined value based on said stored numerical values.
27. A medium according to claim 24, wherein when the numerical values in said counting step lie within the preset range and a file which was previously generated does not exist in a storage device in which the file is formed, the numerical values in the counting step are initialized.
28. A medium according to claim 23, wherein in said predetermined countermeasure method, the file with the file name among the files included in the storage device serving as a target is deleted.
29. A medium according to claim 24, wherein in said predetermined countermeasure method, the file with the file name among the files included in the storage device serving as a target is deleted.
30. A medium according to claim 25, wherein in said predetermined countermeasure method, the file with the file name among the files included in the storage device serving as a target is deleted.
31. A medium according to claim 23, wherein in said predetermined countermeasure method, a storage device serving as a target is formatted.
32. A medium according to claim 24, wherein in said predetermined countermeasure method, a storage device serving as a target is formatted.
33. A medium according to claim 25, wherein in said predetermined countermeasure method, a storage device serving as a target is formatted.
34. A file management system for managing photographed image data as a file, comprising:
a counter for updating numerical values every image recording:
file name generating means for generating a file name on the basis of the numerical values of said counter; and
directory name generating means for generating a directory name on the basis of a dirNo calculated by the following equation with substitution of the numerical values of said counter,
dirNo=(counter value−1)/n where n is an integer, and round down figures blow decimal point,
wherein even in the case where all of image data photographed by a same image pickup apparatus is recorded to different recording media when the recording image data is stored as a file, an individual file is not overwritten if the image data is recorded by the same image pickup apparatus.
35. A system according to claim 34, wherein the n is 50.
36. A file managing method of managing photographed image data as a file, comprising:
a count step of updating numerical values every image recording:
a file name generating step of generating a file name on the basis of the numerical values of said count step; and
a directory name generating step of generating a directory name on the basis of a dirNo calculated by the following equation with substitution of the numerical values of said count step,
dirno=(counter value−1)/n where n is an integer, and round down figures blow decimal point,
wherein even in the case where all of image data photographed by a same image pickup apparatus is recorded to different recording media when the recording image data is stored as a file, an individual file is not overwritten if the image data is recorded by the same image pickup apparatus.
37. A method according to claim 36, wherein the n is 50.
38. A medium on which a file managing method for managing photographed image data as a file is recorded, comprising:
a count step of updating numerical values every image recording:
a file name generating step of generating a file name on the basis of the numerical values of said count step; and
a directory name generating step of generating a directory name on the basis of a dirNo calculated by the following equation with the numerical value of said count step, dirNo=(counter value−1)/n where n is an integer, and round down figures blow decimal point,
wherein even in the case where all of image data photographed by a same image pickup apparatus is recorded to different recording media when the recording image data is stored as a file, an individual file is not overwritten if the image data is recorded by the same image pickup apparatus.
39. A medium according to claim 38, wherein the n is 50.
US08/949,531 1996-10-16 1997-10-14 File management system for managing data of photographed images Expired - Lifetime US6438320B1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US10/216,172 US7853115B2 (en) 1996-10-16 2002-08-12 File management system of image data
US10/216,171 US7639925B2 (en) 1996-10-16 2002-08-12 File management system of image data
US10/870,944 US20040252198A1 (en) 1996-10-16 2004-06-21 File management system of image data

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP8-273494 1996-10-16
JP27349496 1996-10-16

Related Child Applications (2)

Application Number Title Priority Date Filing Date
US10/216,172 Division US7853115B2 (en) 1996-10-16 2002-08-12 File management system of image data
US10/216,171 Division US7639925B2 (en) 1996-10-16 2002-08-12 File management system of image data

Publications (2)

Publication Number Publication Date
US20020090208A1 true US20020090208A1 (en) 2002-07-11
US6438320B1 US6438320B1 (en) 2002-08-20

Family

ID=17528692

Family Applications (4)

Application Number Title Priority Date Filing Date
US08/949,531 Expired - Lifetime US6438320B1 (en) 1996-10-16 1997-10-14 File management system for managing data of photographed images
US10/216,171 Expired - Fee Related US7639925B2 (en) 1996-10-16 2002-08-12 File management system of image data
US10/216,172 Expired - Fee Related US7853115B2 (en) 1996-10-16 2002-08-12 File management system of image data
US10/870,944 Abandoned US20040252198A1 (en) 1996-10-16 2004-06-21 File management system of image data

Family Applications After (3)

Application Number Title Priority Date Filing Date
US10/216,171 Expired - Fee Related US7639925B2 (en) 1996-10-16 2002-08-12 File management system of image data
US10/216,172 Expired - Fee Related US7853115B2 (en) 1996-10-16 2002-08-12 File management system of image data
US10/870,944 Abandoned US20040252198A1 (en) 1996-10-16 2004-06-21 File management system of image data

Country Status (7)

Country Link
US (4) US6438320B1 (en)
EP (1) EP0837405B1 (en)
JP (3) JP3382522B2 (en)
KR (4) KR100660069B1 (en)
CN (4) CN1591423A (en)
CA (1) CA2218354C (en)
TW (1) TW360819B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010022624A1 (en) * 2000-02-21 2001-09-20 Hiroshi Tanaka Image obtaining method, image pick-up device, image pick-up information transmitting system, image transmitter and print system
US20040189810A1 (en) * 2003-03-25 2004-09-30 Takashi Aizawa Image data transfer control in digital imaging system
US6829006B1 (en) * 1998-08-26 2004-12-07 Sanyo Electric Co., Ltd. Image reproducing apparatus which reproduces an image file from an image folder
US7148918B1 (en) * 1999-06-21 2006-12-12 Olympus Optical Co., Ltd. Electronic camera system capable of remote data storing
US20070245268A1 (en) * 1998-03-02 2007-10-18 Minolta Co., Ltd. Image processing system for outputting scanned images in the specified sequence
US20090228520A1 (en) * 2007-12-17 2009-09-10 Hiroshi Yahata Recording medium, recording device, and playback device for use in individual sales and method therefor
WO2009154365A3 (en) * 2008-06-17 2010-03-25 Samsung Electronics Co., Ltd. Imaging apparatus and method to control the same
US20140157436A1 (en) * 2012-12-04 2014-06-05 Fujitsu Limited Information processing apparatus and method of controlling same
US9684669B2 (en) * 2012-01-25 2017-06-20 Hitachi, Ltd. Single instantiation method using file clone and file storage system utilizing the same
US11372812B2 (en) * 2018-10-08 2022-06-28 Silicon Motion, Inc. Mobile device and method capable of earlier determining that a number of files in a directory of an external connected storage device is about to full

Families Citing this family (65)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6897895B1 (en) * 1998-05-28 2005-05-24 Sanyo Electric Co., Ltd. Digital camera
JP2000215093A (en) * 1999-01-27 2000-08-04 Fuji Photo Film Co Ltd Device and method for image file
US7016595B1 (en) * 1999-05-28 2006-03-21 Nikon Corporation Television set capable of controlling external device and image storage controlled by television set
EP1339214B1 (en) * 1999-06-02 2008-09-17 Eastman Kodak Company Customizing digital image transfer
DE60009283T2 (en) 1999-06-02 2005-03-10 Eastman Kodak Co. ADAPTATION OF A DIGITAL IMAGE TRANSMISSION
CN100382000C (en) * 1999-12-03 2008-04-16 佳能株式会社 Electronic apparatus for managing changeable storage medium, method thereof and storage medium
JP2001290683A (en) * 2000-04-05 2001-10-19 Nikon Corp File-managing device and recording medium with file management program recorded thereon
JP2002135692A (en) 2000-10-27 2002-05-10 Toshiba Corp Electronic camera apparatus and file-managing method
JP4142846B2 (en) 2000-12-27 2008-09-03 株式会社東芝 Electronic camera device and control method thereof
JP4492838B2 (en) * 2001-08-10 2010-06-30 理想科学工業株式会社 Printing information storage method and apparatus
JP4140048B2 (en) * 2001-08-20 2008-08-27 富士フイルム株式会社 Image management apparatus, image management program, and image management method
KR100761474B1 (en) * 2001-08-23 2007-09-27 삼성전자주식회사 Portable device and a phonetic output and filename/directoryname writing method using the same
JP4046985B2 (en) * 2001-11-21 2008-02-13 キヤノン株式会社 Imaging device, file storage warning method, computer-readable storage medium, and program
US6937275B2 (en) 2001-12-20 2005-08-30 Hewlett-Packard Development Company, L.P. Contact sheet file-generating digital camera
JP4602633B2 (en) * 2002-02-18 2010-12-22 株式会社ニコン Digital camera
JP4238053B2 (en) * 2002-03-22 2009-03-11 株式会社リコー Image file management system and image file management program
US7444317B2 (en) * 2002-06-28 2008-10-28 Microsoft Corporation System and method for managing file names for file system filter drivers
KR100861510B1 (en) * 2002-07-13 2008-10-02 삼성테크윈 주식회사 Digital camera having flash memory for setting start signal, and control method thereof
JP4101043B2 (en) 2002-12-11 2008-06-11 キヤノン株式会社 Image data display system, image data display method, program, storage medium, and imaging apparatus
JP2005005810A (en) * 2003-06-09 2005-01-06 Canon Inc Media data management method, disk recording apparatus, disk player, media data management system, computer program, and computer-readable recording medium
FI116547B (en) * 2003-09-04 2005-12-15 Nokia Corp Method and apparatus for naming the images to be stored in mobile station
JP2005157657A (en) * 2003-11-25 2005-06-16 Nec Corp Application data management method for portable terminal and portable terminal
US20070130190A1 (en) * 2003-12-19 2007-06-07 Sharp Kabushiki Kaisha Data storage device, information transmitter, data storage system and information processing system
US9075805B2 (en) 2004-02-04 2015-07-07 Sony Corporation Methods and apparatuses for synchronizing and tracking content
US7539698B2 (en) 2004-03-31 2009-05-26 Panasonic Corporation File name generating unit
JP4557650B2 (en) * 2004-09-13 2010-10-06 キヤノン株式会社 COMMUNICATION SYSTEM, COMMUNICATION DEVICE, AND CONTROL METHOD THEREOF
JP4504824B2 (en) * 2005-01-13 2010-07-14 オリンパス株式会社 Microscope camera
JP4717453B2 (en) 2005-01-31 2011-07-06 キヤノン株式会社 File management apparatus and control method thereof
JP4311386B2 (en) * 2005-02-14 2009-08-12 セイコーエプソン株式会社 File operation restriction system, file operation restriction program, file operation restriction method, electronic apparatus, and printing apparatus
JP4698253B2 (en) * 2005-02-24 2011-06-08 三洋電機株式会社 Content processing device
US8332355B2 (en) * 2005-03-28 2012-12-11 Symantec Corporation Method and apparatus for generating readable, unique identifiers
KR101156113B1 (en) * 2005-03-31 2012-06-20 삼성전자주식회사 Method of controlling digital image processing apparatus for convenient communication, and digital image processing apparatus adopting the method
CN100438431C (en) * 2005-04-28 2008-11-26 华为技术有限公司 Multi-network element journal file loading method
JP4495639B2 (en) * 2005-05-31 2010-07-07 Hoya株式会社 Image recording device
JP2006345029A (en) * 2005-06-07 2006-12-21 Pentax Corp Image recording apparatus
JP4597850B2 (en) * 2005-12-02 2010-12-15 株式会社リコー Image reading apparatus and control method thereof
JP4887777B2 (en) * 2005-12-26 2012-02-29 ヤマハ株式会社 Performance information recording device
JP2007235741A (en) 2006-03-02 2007-09-13 Olympus Imaging Corp Method for recording picture file, method and system for recording, reproducing and displaying picture, picture recorder, and picture reproducing and displaying system
JP4761544B2 (en) * 2006-05-25 2011-08-31 キヤノン株式会社 Reproducing apparatus and control method thereof
KR101258438B1 (en) * 2007-02-05 2013-05-02 삼성전자주식회사 Image forming apparatus and control method thereof
TWI329268B (en) * 2007-02-09 2010-08-21 Asustek Comp Inc Automatic file saving method for a digital home appliance system
KR100787980B1 (en) 2007-02-28 2007-12-24 삼성전자주식회사 Method for saving of files of mobile terminal
JP5034674B2 (en) * 2007-05-22 2012-09-26 ヤマハ株式会社 File or folder management device
WO2009008064A1 (en) * 2007-07-10 2009-01-15 Panasonic Corporation Information terminal and content reproducing method
JP4861302B2 (en) * 2007-12-26 2012-01-25 オリンパスイメージング株式会社 Image file creation apparatus and image file creation method
US7991793B2 (en) * 2008-02-26 2011-08-02 International Business Machines Corporation System and method for utilizing generational file names for diagnostic data files
JP5253042B2 (en) * 2008-08-22 2013-07-31 キヤノン株式会社 Recording apparatus, control method thereof, and program
CN101783740B (en) * 2009-01-21 2012-02-15 大唐移动通信设备有限公司 Method and device for managing message file
JP4873031B2 (en) * 2009-03-18 2012-02-08 カシオ計算機株式会社 Imaging apparatus, imaging method, and program
KR101595258B1 (en) * 2009-04-29 2016-02-18 삼성전자주식회사 Photographing apparatus and method of transferring file of photographing apparatus
US20100281073A1 (en) * 2009-04-29 2010-11-04 Cloutier Robert P Sequence preserving method for transferring and sharing images
US20110107393A1 (en) * 2009-11-03 2011-05-05 Rotem Sela Enforcing a File Protection Policy by a Storage Device
WO2011123090A1 (en) * 2010-03-29 2011-10-06 Carbonite, Inc. Discovery of non-standard folders for backup
US8266292B2 (en) * 2010-06-21 2012-09-11 Microsoft Corporation Memorable resource names
CN102081947A (en) * 2010-08-05 2011-06-01 浙江工业大学 Management control method of video and audio file on embedded multimedia system
JP2012059067A (en) * 2010-09-09 2012-03-22 Fujitsu Ltd Data management device, data management method and data management program
CN102547298B (en) * 2010-12-17 2014-09-10 中国移动通信集团公司 Method for outputting image information, device and terminal
US8766153B2 (en) * 2011-02-17 2014-07-01 Mitutoyo Corporation Vision measuring device and auto-focusing control method
CN103186557A (en) * 2011-12-28 2013-07-03 宇龙计算机通信科技(深圳)有限公司 Method and device for automatically naming sound record or video files
JP6131647B2 (en) * 2013-03-15 2017-05-24 富士ゼロックス株式会社 Information processing apparatus, program, and file management system
JP6424417B2 (en) * 2013-06-05 2018-11-21 株式会社ニコン Image data storage program, camera
CN104462110A (en) * 2013-09-17 2015-03-25 昆盈企业股份有限公司 File access method and file access device
CN104317805A (en) * 2014-09-23 2015-01-28 广州金山网络科技有限公司 Popup picture library updating method, popup picture library updating device and popup picture library updating system
CN113342756A (en) * 2021-07-02 2021-09-03 统信软件技术有限公司 Temporary file occupation storage method, client and computing device
US20230024682A1 (en) * 2021-07-21 2023-01-26 Electronics And Telecommunications Research Institute Logical imaging apparatus and method for digital forensic triage

Family Cites Families (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
BE890517A (en) * 1981-09-28 1982-01-18 Staar Sa ELECTRONIC IMAGE STORAGE DEVICE
US5226161A (en) * 1987-08-21 1993-07-06 Wang Laboratories, Inc. Integration of data between typed data structures by mutual direct invocation between data managers corresponding to data types
WO1992022983A2 (en) * 1991-06-11 1992-12-23 Browne H Lee Large capacity, random access, multi-source recorder player
CA2081762C (en) * 1991-12-05 2002-08-13 Henry D. Hendrix Method and apparatus to improve a video signal
US5806072A (en) * 1991-12-20 1998-09-08 Olympus Optical Co., Ltd. Electronic imaging apparatus having hierarchical image data storage structure for computer-compatible image data management
JP3413228B2 (en) * 1993-01-20 2003-06-03 オリンパス光学工業株式会社 camera
US5717496A (en) * 1992-11-19 1998-02-10 Olympus Optical Co., Ltd. Electronic imaging apparatus
EP1519561A1 (en) * 1992-09-09 2005-03-30 Canon Kabushiki Kaisha Information signal processing apparatus
US5420974A (en) * 1992-10-15 1995-05-30 International Business Machines Corporation Multimedia complex form creation, display and editing method apparatus
US5914787A (en) * 1992-11-19 1999-06-22 Olympus Optical Co., Ltd. Electronic imaging apparatus
JPH06233225A (en) * 1992-12-08 1994-08-19 Nikon Corp Image data recording method for digital still video camera
US5966495A (en) * 1993-05-12 1999-10-12 Canon Kabushiki Kaisha Recording and reproducing apparatus
JP3273078B2 (en) * 1993-05-25 2002-04-08 オリンパス光学工業株式会社 Still camera
JPH06350950A (en) 1993-06-08 1994-12-22 Nikon Corp Electronic still camera
JPH06231023A (en) * 1993-10-19 1994-08-19 Olympus Optical Co Ltd Information recorder
US5657433A (en) * 1994-05-19 1997-08-12 Hitachi, Ltd. Method for generating, managing and displaying information retrieval data on information processing system
JPH0865403A (en) * 1994-08-18 1996-03-08 Fuji Photo Film Co Ltd Image data transmission reception system and image data transmission reception method
US6005679A (en) * 1994-08-22 1999-12-21 Fuji Photo Film Co., Ltd. Image data filing system for quickly retrieving an area of interest of an image from a reduced amount of image data
JP3794037B2 (en) * 1995-06-13 2006-07-05 ソニー株式会社 Image reading device
JPH0998367A (en) * 1995-10-03 1997-04-08 Canon Inc Signal processing unit
JP3378422B2 (en) * 1995-11-24 2003-02-17 コニカ株式会社 Image recording and playback device
JPH09307857A (en) * 1996-05-17 1997-11-28 Sony Corp Image signal processing unit and image signal processing method
JP3876456B2 (en) * 1996-05-23 2007-01-31 ソニー株式会社 Image synthesizer

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070245268A1 (en) * 1998-03-02 2007-10-18 Minolta Co., Ltd. Image processing system for outputting scanned images in the specified sequence
US7385722B2 (en) * 1998-03-02 2008-06-10 Minolta Co., Ltd. Image processing system for outputting scanned images in the specified sequence
US6829006B1 (en) * 1998-08-26 2004-12-07 Sanyo Electric Co., Ltd. Image reproducing apparatus which reproduces an image file from an image folder
US7148918B1 (en) * 1999-06-21 2006-12-12 Olympus Optical Co., Ltd. Electronic camera system capable of remote data storing
US7515175B2 (en) 2000-02-21 2009-04-07 Fujifilm Corporation Image obtaining method, image pick-up device, image pick-up information transmitting system, image transmitter and print system
US7327387B2 (en) * 2000-02-21 2008-02-05 Fujifilm Corporation Image pick-up information transmitting system and remote control method for an information transmitting system
US20080088876A1 (en) * 2000-02-21 2008-04-17 Fujifilm Corporation Image obtaining method, image pick-up device, image pick-up information transmitting system, image transmitter and print system
US7868916B2 (en) 2000-02-21 2011-01-11 Fujifilm Corporation Image Transmitter and print system
US20010022624A1 (en) * 2000-02-21 2001-09-20 Hiroshi Tanaka Image obtaining method, image pick-up device, image pick-up information transmitting system, image transmitter and print system
US7755661B2 (en) * 2003-03-25 2010-07-13 Canon Kabushiki Kaisha Image data transfer control in digital imaging system
US20040189810A1 (en) * 2003-03-25 2004-09-30 Takashi Aizawa Image data transfer control in digital imaging system
US20090228520A1 (en) * 2007-12-17 2009-09-10 Hiroshi Yahata Recording medium, recording device, and playback device for use in individual sales and method therefor
US8051100B2 (en) 2007-12-17 2011-11-01 Panasonic Corporation Recording medium, recording device, and playback device for use in individual sales and method therefor
WO2009154365A3 (en) * 2008-06-17 2010-03-25 Samsung Electronics Co., Ltd. Imaging apparatus and method to control the same
GB2472950A (en) * 2008-06-17 2011-02-23 Samsung Electronics Co Ltd Imaging apparatus and method to control the same
US9684669B2 (en) * 2012-01-25 2017-06-20 Hitachi, Ltd. Single instantiation method using file clone and file storage system utilizing the same
US20140157436A1 (en) * 2012-12-04 2014-06-05 Fujitsu Limited Information processing apparatus and method of controlling same
US9280674B2 (en) * 2012-12-04 2016-03-08 Fujisu Limited Information processing apparatus and method of controlling same
US11372812B2 (en) * 2018-10-08 2022-06-28 Silicon Motion, Inc. Mobile device and method capable of earlier determining that a number of files in a directory of an external connected storage device is about to full

Also Published As

Publication number Publication date
CA2218354C (en) 2001-06-12
JP2003051995A (en) 2003-02-21
KR19980032894A (en) 1998-07-25
US20020191962A1 (en) 2002-12-19
JP3382522B2 (en) 2003-03-04
JP2005027350A (en) 2005-01-27
CN1419207A (en) 2003-05-21
KR100660069B1 (en) 2007-07-06
CN1199204A (en) 1998-11-18
JP3619210B2 (en) 2005-02-09
US20020186960A1 (en) 2002-12-12
US7853115B2 (en) 2010-12-14
KR100452517B1 (en) 2004-10-12
US7639925B2 (en) 2009-12-29
KR20060086504A (en) 2006-08-01
CN1591424A (en) 2005-03-09
US20040252198A1 (en) 2004-12-16
TW360819B (en) 1999-06-11
KR100450013B1 (en) 2004-09-24
CA2218354A1 (en) 1998-04-16
EP0837405A2 (en) 1998-04-22
JPH10177646A (en) 1998-06-30
CN1141655C (en) 2004-03-10
EP0837405A3 (en) 2003-04-23
EP0837405B1 (en) 2016-03-09
CN1227610C (en) 2005-11-16
KR100660070B1 (en) 2006-12-22
US6438320B1 (en) 2002-08-20
CN1591423A (en) 2005-03-09

Similar Documents

Publication Publication Date Title
US6438320B1 (en) File management system for managing data of photographed images
US6675276B2 (en) Method for providing extensible dos-fat system structures on one-time programmable media
US6192191B1 (en) Data storage based on serial numbers
US7664783B2 (en) File management program, data structure, and file management device
US7714905B2 (en) Digital camera and method of changing data processing sequence used for the same
US6771889B1 (en) Data storage based on serial numbers
US7375742B2 (en) Digital information input apparatus
JP4323610B2 (en) Image data management apparatus and control method thereof
US6822678B2 (en) Digital camera, digital camera control apparatus, digital camera system, digital camera control method, and medium
US20110167099A1 (en) Image storing apparatus, control method for image storing apparatus, and control program for image storing apparatus
JP2001320664A (en) Recording medium for data file management and data file management device
JP2001298702A (en) File management system for digital camera and storage device
JP2001051878A (en) Device and method for film management

Legal Events

Date Code Title Description
AS Assignment

Owner name: CANON KABUSHIKI KAISHA, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HATANAKA, KOJI;REEL/FRAME:009062/0939

Effective date: 19971125

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12