[go: up one dir, main page]

JP2015231168A - Imaging apparatus - Google Patents

Imaging apparatus Download PDF

Info

Publication number
JP2015231168A
JP2015231168A JP2014117225A JP2014117225A JP2015231168A JP 2015231168 A JP2015231168 A JP 2015231168A JP 2014117225 A JP2014117225 A JP 2014117225A JP 2014117225 A JP2014117225 A JP 2014117225A JP 2015231168 A JP2015231168 A JP 2015231168A
Authority
JP
Japan
Prior art keywords
recording medium
management information
file management
control means
image data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2014117225A
Other languages
Japanese (ja)
Inventor
慎二 久本
Shinji Hisamoto
慎二 久本
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
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2014117225A priority Critical patent/JP2015231168A/en
Publication of JP2015231168A publication Critical patent/JP2015231168A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Television Signal Processing For Recording (AREA)
  • Studio Devices (AREA)

Abstract

PROBLEM TO BE SOLVED: To secure free capacity needed to save photographic data during photography without troubling a photographer during use of a card having an automatic deletion function.SOLUTION: An imaging apparatus includes: read/write control means of controlling reading and writing of image data from and to an external recording medium; recording medium control means of controlling actuation and ending of the external recording medium; recording medium determination means of determining that the external recording medium has automatic transfer and automatic deleting functions; setting acquiring means of acquiring settings of the automatic transfer function and automatic deleting function when the external recording medium has the automatic transfer function and automatic deleting function; file management information control means of controlling sequential writing of image data, stored in first stored storage means, to the external recording medium by the write/read control means and update of file management information in second storage means in response to writing; and recording medium management means of calculating free capacity and write capacity of the external recording medium.

Description

本発明は、映像をデジタルデータとして記録する撮像装置に関し、特にはデジタルデータを自動転送及び自動削除する記録媒体に記録を行う撮像装置に関する。   The present invention relates to an imaging apparatus that records video as digital data, and more particularly, to an imaging apparatus that records digital data on a recording medium that automatically transfers and automatically deletes the digital data.

メモリカードや磁気記録媒体、光学記録媒体などの外部記録媒体にデータを記録する際には、記録したデータを特定する情報(ファイル名など)、記録開始アドレス、データのサイズなど、データ管理用の情報がデータと共に記録される。このようなデータ記録及び管理を行うための方式としては種々のものが用いられているが、一般的によく知られているデータ管理方法としてFAT(File Allocation Table)ファイルシステムがある。   When recording data on an external recording medium such as a memory card, magnetic recording medium, or optical recording medium, information for specifying the recorded data (file name, etc.), recording start address, data size, etc. Information is recorded along with the data. Various methods for performing such data recording and management are used, and there is a FAT (File Allocation Table) file system as a generally well-known data management method.

FATファイルシステムは、マスターブートレコード領域(MBR)、ブートセクタ領域(BPB)、FAT領域、ディレクトリ領域、データ領域等によって構成され、データはクラスタと呼ばれている単位で管理されている。ブートセクタ領域は、1つのクラスタの大きさ、FATの数、ルートディレクトリのディレクトリエントリの数等、外部記録媒体に対してデータを読み書きする場合に必要なパラメータが記録されている。FAT領域には、データの記録に複数個のクラスタを使用する場合にその連鎖情報を記録する。また、ディレクトリ領域には、記録されたデータのファイル名、記録を開始したクラスタ番号、データサイズ、その他の情報を記録する。1つのクラスタの大きさは、フォーマットの方法によって異なる。1つのクラスタよりも大きなファイルは、クラスタを複数個使用して記録する。   The FAT file system includes a master boot record area (MBR), a boot sector area (BPB), a FAT area, a directory area, a data area, and the like, and data is managed in units called clusters. The boot sector area stores parameters necessary for reading / writing data from / to an external recording medium, such as the size of one cluster, the number of FATs, and the number of directory entries in the root directory. In the FAT area, when a plurality of clusters are used for data recording, the chain information is recorded. In the directory area, the file name of the recorded data, the cluster number where recording started, the data size, and other information are recorded. The size of one cluster differs depending on the format method. A file larger than one cluster is recorded using a plurality of clusters.

一例として、クラスタ2、3、4の3つのクラスタを使用してファイルを記録する場合を説明する。FAT領域のクラスタ2のFAT領域には次に続くクラスタの番号である“3”を記録し、同時にクラスタ3のFATの領域には“4”を記録し、そしてクラスタ4のFATの領域には最終クラスタであることを意味するコードを記録する(これは例えば12ビットFATの場合は「FFFh」となる)。また、ルートディレクトリ領域のディレクトリエントリの領域には、ファイル名及びクラスタ開始番号として“2”が記録されることになる。   As an example, a case will be described in which a file is recorded using the three clusters 2, 3, and 4. The next cluster number “3” is recorded in the FAT area of the cluster 2 in the FAT area, and simultaneously “4” is recorded in the FAT area of the cluster 3, and in the FAT area of the cluster 4 A code indicating the final cluster is recorded (this is, for example, “FFFh” in the case of 12-bit FAT). In the directory entry area of the root directory area, “2” is recorded as the file name and the cluster start number.

空きを示すクラスタのFAT領域には“0”が記録されている。FATファイルシステムを扱う装置は、一般的にFAT領域の“0”が記録されているクラスタの数を数え、ブートセクタ領域に記載されている1つのクラスタの大きさから外部記録媒体の空き容量を算出する。   “0” is recorded in the FAT area of the cluster indicating the vacancy. A device that handles the FAT file system generally counts the number of clusters in which “0” in the FAT area is recorded, and calculates the free capacity of the external recording medium from the size of one cluster described in the boot sector area. calculate.

ところで、前述したFATファイルシステムを用いた装置において、撮像装置内に記憶されている削除してもよい画像データがそのまま残されて空き記憶領域がなくなった場合に手を煩わせずにすばやく空き記憶領域を確保できる撮像装置が存在する。   By the way, in the apparatus using the FAT file system described above, when the image data that can be deleted is stored as it is in the imaging apparatus and there is no free storage area, the free storage is quickly performed without trouble. There are imaging devices that can secure the area.

特許文献1によれば、画像データを保存する際、撮影者が「自動削除する」か否かを選択することで、自動削除してよい旨を示すON情報、または、自動削除しない旨を示すOFF情報を付加して記憶装置に記憶する。その後の撮影時、空き記憶領域が不足している場合には、必要な空き記憶領域が確保できるまでON情報の付加された画像データを記憶装置から削除することで、確保された記憶領域に新たな画像データを保存できるとしている。   According to Patent Document 1, when saving image data, the photographer selects whether to “automatically delete” or not, indicating ON information indicating that automatic deletion may be performed, or indicating that automatic deletion is not performed. The OFF information is added and stored in the storage device. At the time of subsequent shooting, if the free storage area is insufficient, the image data with the ON information added is deleted from the storage device until the necessary free storage area can be secured, so that the newly secured storage area is renewed. It is possible to save various image data.

一方、着脱可能な外部記録媒体として、前述したFATファイルシステムを用いた装置において、画像データを記録した後、外部記録媒体から画像データを読み出し、予め登録された外部通信機器に自動転送する自動削除機能付きメモリカードが存在する。   On the other hand, as an attachable / detachable external recording medium, in the apparatus using the above-mentioned FAT file system, after image data is recorded, the image data is read out from the external recording medium and automatically transferred to a pre-registered external communication device. A functional memory card exists.

前述した自動削除機能付きメモリカードは転送開始のタイミングとして次のような特徴を持つ。撮像装置によって画像データが自動削除機能付きメモリカードに記録された後、FATもしくはディレクトリエントリといったファイル管理情報が自動削除機能付きメモリカードに記録されるタイミングで画像データの種類判別を行う。画像データが転送対象であれば、PC等を使って予め自動削除機能付きメモリカードに設定されている外部通信機器へ無線LANを使って画像データを転送する。   The memory card with the automatic deletion function described above has the following characteristics as the transfer start timing. After the image data is recorded on the memory card with automatic deletion function by the imaging device, the type of the image data is determined at the timing when the file management information such as FAT or directory entry is recorded on the memory card with automatic deletion function. If the image data is to be transferred, the image data is transferred using a wireless LAN to an external communication device set in advance in a memory card with an automatic deletion function using a PC or the like.

また、前述した自動削除機能付きメモリカードの中には「自動削除機能」を有するものが存在し、機能のON/OFFや閾値はPCを用いて設定可能で、機能のON/OFF状態や閾値は撮像装置にて取得可能である。以下、自動削除機能を持つ自動削除機能付きメモリカードを自動削除機能付きメモリカードとする。ここでいう閾値とは、通信機能付きメモリカードの空き容量に対する書き込み済み容量であり、割合で設定/取得する。   Further, some of the memory cards with the automatic deletion function described above have an “automatic deletion function”, and the function ON / OFF and threshold value can be set using a PC, and the function ON / OFF state and threshold value can be set. Can be acquired by the imaging apparatus. Hereinafter, a memory card with an automatic deletion function having an automatic deletion function is referred to as a memory card with an automatic deletion function. The threshold here is the written capacity with respect to the free capacity of the memory card with the communication function, and is set / obtained as a ratio.

図4、図5を使って自動削除機能付きメモリカードの処理を説明する。図4はファイルシステムの構成を示す図であり、管理領域400は、マスターブートレコード401、ブートセクタ402、FAT1領域、FAT2領域、ディレクトエントリブロックで構成される。FAT1領域、FAT2領域には画像データの連鎖情報403が含まれ、ディレクトリエントリブロックには画像データやフォルダのディレクトリエントリ405が含まれる。また、データ領域は画像データの内容やディレクトリエントリブロックで構成される。   The processing of the memory card with the automatic deletion function will be described with reference to FIGS. FIG. 4 is a diagram showing the configuration of the file system. The management area 400 includes a master boot record 401, a boot sector 402, a FAT1 area, a FAT2 area, and a directory entry block. The FAT1 area and the FAT2 area include chain information 403 of image data, and the directory entry block includes a directory entry 405 of image data and a folder. The data area is composed of image data contents and directory entry blocks.

撮影処理によって画像データが記録されると図5の(a)の状態になり、FAT1領域及びFAT2領域が連鎖情報で埋められるためメモリカードの容量が減少する。書き込み容量が設定された閾値に達すると自動削除機能付きメモリカードは転送済みの画像データ(ここでは例えばIMG_0001.JPG)のディレクトリエントリを削除する(図5の(b))。自動削除機能付きメモリカードは次の再起動のタイミングで削除した転送済み画像データに対応するFATの連鎖情報を変更し、更に再起動を繰り返すことで最終的に転送済み画像データに対応するFATの連鎖情報を0(空き)に変更する(図5の(c))。   When the image data is recorded by the shooting process, the state shown in FIG. 5A is obtained, and the FAT1 area and the FAT2 area are filled with the chain information, so that the capacity of the memory card is reduced. When the write capacity reaches the set threshold value, the memory card with automatic deletion function deletes the directory entry of the transferred image data (for example, IMG_0001.JPG in this case) ((b) in FIG. 5). The memory card with automatic deletion function changes the FAT chain information corresponding to the transferred image data deleted at the next restart timing, and further repeats the restart, so that the FAT card corresponding to the transferred image data finally becomes The chain information is changed to 0 (empty) ((c) in FIG. 5).

特開2007−019855号公報JP 2007-019855 A

しかしながら、上述の特許文献に開示された従来技術では、撮影者が撮影時に画像データを保存する際に自動削除対象か否かを選別しなければならないため手間がかかる。   However, the conventional techniques disclosed in the above-mentioned patent documents are troublesome because the photographer must select whether or not to automatically delete when saving image data at the time of photographing.

一方、自動削除機能付きメモリカードを使えば、削除対象の画像データは接続先のコンピューターに転送済みであるので撮影者の選別作業の手間は省けるが、空き容量を確保するためにはFAT1領域及びFAT2領域の連鎖情報を消すべくメモリカードの電源のOFF/ONを撮影者が意図して繰り返す作業が必要となるためやはり手間がかかる。   On the other hand, if a memory card with an automatic deletion function is used, the image data to be deleted has already been transferred to the connection destination computer, so that it is possible to save the photographer's sorting work, but in order to secure free space, the FAT1 area and Since it is necessary for the photographer to repeatedly turn off / on the power of the memory card in order to erase the chain information in the FAT2 area, it is also troublesome.

そこで、本発明の目的は、撮影者の手間をかけることなく撮影時に撮影データを保存するために必要な空き容量を確保することである。   SUMMARY OF THE INVENTION Accordingly, an object of the present invention is to secure a free space necessary for storing photographing data at the time of photographing without taking the trouble of a photographer.

上記目的を達成するために、画像データを生成する撮像手段と、画像データの読み書きを制御する読み書き制御手段と、カードの起動終了を制御するカード制御手段と、カードが自動転送、自動削除機能を有することを判別するカード判別手段と、自動削除を開始する書き込み容量の閾値をカードから取得する閾値取得手段と、ファイル管理情報の更新を制御するファイル管理情報制御手段と、カードの容量を管理する記録媒体管理手段とを備え、カードによって判別された削除対象がある場合には、カードの再起動とファイルシステムの再マウントによりファイル管理情報の更新を行うことを特徴とする。   In order to achieve the above object, an image pickup means for generating image data, a read / write control means for controlling read / write of the image data, a card control means for controlling the end of activation of the card, and an automatic transfer / delete function for the card. A card discriminating unit that discriminates possession, a threshold acquisition unit that obtains a threshold of a write capacity for starting automatic deletion from the card, a file management information control unit that controls updating of file management information, and a capacity of the card Recording medium management means, and when there is a deletion target determined by the card, the file management information is updated by restarting the card and remounting the file system.

本発明によれば、撮影者の手間をかけることなく撮影時に撮影データを保存するために必要な空き容量を確保する撮像装置を提供することができる。   ADVANTAGE OF THE INVENTION According to this invention, the imaging device which ensures the free space required in order to preserve | save imaging | photography data at the time of imaging | photography without taking a photographer's effort can be provided.

本発明の第1の実施例に係るデジタルカメラの概略構成ブロック図である。1 is a block diagram of a schematic configuration of a digital camera according to a first embodiment of the present invention. モード切替えスイッチの正面図である。It is a front view of a mode switch. 本発明の実施形態におけるメモリカード24へのデータ保存処理の一例を説明するための図である。It is a figure for demonstrating an example of the data preservation | save process to the memory card 24 in embodiment of this invention. ファイルシステムの構成を示す図である。It is a figure which shows the structure of a file system. 自動削除機能付メモリカードの動作を示す図である。It is a figure which shows operation | movement of a memory card with an automatic deletion function. 本発明の第1の実施例の自動削除機能付きメモリカードの空き容量制御処理を示すフローチャートである。It is a flowchart which shows the free space control processing of the memory card with an automatic deletion function of 1st Example of this invention. 本発明の全ての実施例のファイルシステムのマウント処理を示すフローチャートである。It is a flowchart which shows the mount process of the file system of all the Examples of this invention. 本発明の全ての実施例の撮影処理を示すフローチャートである。It is a flowchart which shows the imaging | photography process of all the Examples of this invention. 本発明の第2の実施例の自動削除機能付きメモリカードの空き容量制御処理を示すフローチャートである。It is a flowchart which shows the free space control processing of the memory card with an automatic deletion function of 2nd Example of this invention. 本発明の第2の実施例の釦操作検知処理を示すフローチャートである。It is a flowchart which shows the button operation detection process of 2nd Example of this invention. 本発明の第3の実施例のディレクトリエントリチェック処理を示すフローチャートである。It is a flowchart which shows the directory entry check process of 3rd Example of this invention. 本発明の第4の実施例の撮影者操作による転送済み画像の削除処理を示すフローチャートである。It is a flowchart which shows the deletion process of the transferred image by the photographer operation of the 4th Example of this invention. 本発明の第4の実施例のメニュー一覧画面と画像消去画面を示すである。10 shows a menu list screen and an image deletion screen according to a fourth embodiment of the present invention.

以下、図面を参照して、本発明の実施例を詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

[実施例1]
図1は、本発明の一実施例に係るデジタルカメラの概略構成ブロック図である。図1において、デジタルカメラ10は、撮像部12、信号処理部14、フレームメモリ16、CPU(中央演算処理装置)18、動画・静止画コーデック20、カードI/F22、メモリカード(記録媒体)24、操作部26、表示部28、ファイルシステム30及び領域管理部32を具備する。
[Example 1]
FIG. 1 is a schematic block diagram of a digital camera according to an embodiment of the present invention. In FIG. 1, a digital camera 10 includes an imaging unit 12, a signal processing unit 14, a frame memory 16, a CPU (central processing unit) 18, a moving image / still image codec 20, a card I / F 22, and a memory card (recording medium) 24. , An operation unit 26, a display unit 28, a file system 30, and an area management unit 32.

撮像部12はCCDイメージセンサまたはCMOSイメージセンサ等を具備し、被写体光学像を電気信号に変換する。信号処理部14はA/D変換部(不図示)を具備し、撮像部12からの画像信号をデジタル画像データに変換する。フレームメモリ16は、信号処理部14からのデジタル画像データを画面単位でバッファリングする。CPU18は、デジタルカメラ10の全体を制御する。動画・静止画コーデック20はフレームメモリ16のデジタル画像データを圧縮し、カードI/F22からの圧縮画像データ(以下、画像データ)を伸長する。   The imaging unit 12 includes a CCD image sensor, a CMOS image sensor, or the like, and converts the subject optical image into an electrical signal. The signal processing unit 14 includes an A / D conversion unit (not shown), and converts an image signal from the imaging unit 12 into digital image data. The frame memory 16 buffers the digital image data from the signal processing unit 14 in units of screens. The CPU 18 controls the entire digital camera 10. The moving image / still image codec 20 compresses the digital image data in the frame memory 16 and expands the compressed image data (hereinafter, image data) from the card I / F 22.

カードI/F22は、メモリカード24にデータを読み書きする。メモリカード24は不揮発性のフラッシュメモリであり、FAT方式で画像データを記録する。   The card I / F 22 reads and writes data from and to the memory card 24. The memory card 24 is a non-volatile flash memory and records image data by the FAT method.

操作部26はボタン/キーあるいはダイヤルスイッチを具備し、記録・再生等の操作をCPU18に指示するのに使用される。表示部28は撮像部12に取り込まれた被写体像、及びメモリカード24内の画像データの再生画像を表示する。また、表示部28は、動画記録モードや静止画記録モード等のメニュー画面も表示する。   The operation unit 26 includes buttons / keys or dial switches, and is used to instruct the CPU 18 to perform operations such as recording / reproduction. The display unit 28 displays the subject image captured by the imaging unit 12 and the reproduced image of the image data in the memory card 24. The display unit 28 also displays menu screens such as a moving image recording mode and a still image recording mode.

ファイルシステム30は、FAT方式に則り、記録時にはメモリカード24に画像データを書込み、再生時には、メモリカード24からデータを読み出す。領域管理部32はメモリ(不図示)を具備し、メモリカード24上のファイルシステムのファイル管理情報を記憶する。即ち、領域管理部32は、メモリカード24のファイルアロケーションテーブルとして機能し、メモリカードから取得したカード性能、ファイルシステムのクラスタサイズ、空きクラスタ数、クラスタサイズと空きクラスタ数で算出される空き容量情報も保持する。   In accordance with the FAT system, the file system 30 writes image data to the memory card 24 during recording, and reads data from the memory card 24 during reproduction. The area management unit 32 includes a memory (not shown) and stores file management information of the file system on the memory card 24. That is, the area management unit 32 functions as a file allocation table of the memory card 24, and the free capacity information calculated from the card performance acquired from the memory card, the cluster size of the file system, the number of free clusters, the cluster size and the number of free clusters. Also hold.

図2を用いて、動作モードスイッチと設定画面を説明する。図2は、操作部26に装備される動作モードスイッチである。   The operation mode switch and setting screen will be described with reference to FIG. FIG. 2 shows an operation mode switch provided in the operation unit 26.

図2に示すように、動作モードスイッチは、切(電源オフ)、再生、静止画(静止画記録)及びムービー(動画記録)の選択肢を具備する。動作モードスイッチを切り替えることで、デジタルカメラ10の電源を切ったり、メモリカード24内の再生画像を再生したり、若しくは、メモリカード24に静止画または動画を記録できる。動作モードスイッチで静止画(静止画記録)を選択すると、圧縮率、画質又は画素数を選択する画面が表示される。   As shown in FIG. 2, the operation mode switch has options of off (power off), playback, still image (still image recording), and movie (moving image recording). By switching the operation mode switch, it is possible to turn off the power of the digital camera 10, reproduce a reproduction image in the memory card 24, or record a still image or a moving image on the memory card 24. When a still image (still image recording) is selected with the operation mode switch, a screen for selecting a compression rate, image quality, or number of pixels is displayed.

図3、図4を用いて前述したFATファイルシステムの制御について説明する。図3において、ファイル制御部は、CPU18であって、メモリカード24に画像データ406を保存するためにファイルシステムを制御する。502は内部バッファ、503はファイル管理情報キャッシュ部であり、ともに領域管理部32のメモリ内に配置される。内部バッファ502には撮影された画像データ406が蓄積される。ファイル管理情報キャッシュ部503には、メモリカード24のファイル管理情報となるFAT1 403、FAT2 404、ディレクトリエントリ405のファイル管理情報が保存されている。   The control of the FAT file system described above will be described with reference to FIGS. In FIG. 3, the file control unit is the CPU 18 and controls the file system in order to save the image data 406 in the memory card 24. Reference numeral 502 denotes an internal buffer and 503 denotes a file management information cache unit, both of which are arranged in the memory of the area management unit 32. Captured image data 406 is stored in the internal buffer 502. The file management information cache unit 503 stores file management information of FAT1 403, FAT2 404, and directory entry 405, which are file management information of the memory card 24.

FAT1およびFAT2のファイル管理情報とは、例えば、IMG_0001.JPGのクラスタの連鎖情報である。また、ディレクトリエントリのファイル管理情報とは、例えば、IMG_0001.JPGのファイル名、ファイル属性、ファイル作成日時、ファイル更新日時、開始クラスタ番号、ファイルサイズ等である。   The file management information of FAT1 and FAT2 is, for example, IMG_0001. This is chain information of JPG clusters. The file management information of the directory entry is, for example, IMG_0001. JPG file name, file attribute, file creation date / time, file update date / time, start cluster number, file size, and the like.

次に、図6を用いて、撮像装置の空き容量制御の処理を説明する。図6は、本実施例における自動削除機能付きメモリカードの空き容量制御の処理を示すフローチャートである。   Next, the free space control process of the imaging apparatus will be described with reference to FIG. FIG. 6 is a flowchart showing the free space control processing of the memory card with an automatic deletion function in the present embodiment.

動作モードスイッチを切(電源オフ)以外の場所に合わせると、デジタルカメラ10の起動のため電源が供給される(ステップS1001)。デジタルカメラ10に電源が供給されると、CPU18はメモリカード24に電源が供給し(ステップS1002)、CPU18はメモリカード24の持つ容量、メーカー情報、サポートしている機能、及び機能の設定状態を取得する(ステップS1003)。ステップS1003で取得した情報からメモリカード24が自動転送機能を持ち、かつ自動削除機能を持つカードであればステップS1005へ、そうでなければステップS1007に処理を移す(ステップS1004)。   When the operation mode switch is set to a place other than turning off (power off), power is supplied to activate the digital camera 10 (step S1001). When power is supplied to the digital camera 10, the CPU 18 supplies power to the memory card 24 (step S1002), and the CPU 18 displays the capacity of the memory card 24, manufacturer information, supported functions, and function setting states. Obtain (step S1003). If the memory card 24 has the automatic transfer function and the automatic deletion function from the information acquired in step S1003, the process proceeds to step S1005, otherwise the process proceeds to step S1007 (step S1004).

自動削除機能を持つカードで、かつ機能がONになっていればステップS1006へ、そうでなければステップS1007に処理を移す(ステップS1005)。自動削除機能がONであるならば設定されている空き容量の閾値を取得する(ステップS1006)。ステップS1007ではファイルシステムのマウントを行う。以下、ファイルシステムのマウント処理の詳細を説明する。   If the card has an automatic deletion function and the function is ON, the process proceeds to step S1006; otherwise, the process proceeds to step S1007 (step S1005). If the automatic deletion function is ON, the set free capacity threshold value is acquired (step S1006). In step S1007, the file system is mounted. Details of the file system mount processing will be described below.

ファイルシステムのマウント処理は図7で示される。CPU18はファイル制御部501として、領域管理部32の中のファイル管理情報キャッシュ部の情報を初期化(クリア)する(ステップS1301)。次に、CPU18はファイル制御部として、メモリカード24の管理領域400にアクセスし、マスターブートレコード401の情報からブートセクタ402の位置を求め、ブートセクタ402の情報を使ってFAT1領域、ディレクトリエントリブロック405の位置を求めることで、クラスタサイズ、FAT領域のサイズ、総クラスタ数を読み出し、読み出した情報を使ってファイル管理情報をファイル管理情報キャッシュ部503に保存する(ステップS1302)。   The file system mount processing is shown in FIG. As the file control unit 501, the CPU 18 initializes (clears) information in the file management information cache unit in the area management unit 32 (step S1301). Next, as a file control unit, the CPU 18 accesses the management area 400 of the memory card 24, obtains the position of the boot sector 402 from the information in the master boot record 401, and uses the information in the boot sector 402 to store the FAT1 area and the directory entry block. By obtaining the position of 405, the cluster size, the size of the FAT area, and the total number of clusters are read, and the file management information is stored in the file management information cache unit 503 using the read information (step S1302).

CPU18はファイル制御部として、ファイル管理情報キャッシュ部503のファイル管理情報の中からFAT領域の空きクラスタ数を求めてステップS1302で保存しているクラスタサイズから空き容量を計算する(ステップS1303)。   As a file control unit, the CPU 18 obtains the number of free clusters in the FAT area from the file management information in the file management information cache unit 503 and calculates the free capacity from the cluster size stored in step S1302 (step S1303).

図6の処理に戻る。CPU18は撮影者からのカメラ終了の指示があればデジタルカメラ10を終了させるためのデバイスの終了処理を行い、無ければステップS1009へ処理を移す(ステップS1008)。レリーズ操作があればステップS1010へ処理を移し、なければステップS1008へ処理を移す(ステップS1009)。以下、撮影処理の詳細を説明する。   Returning to the process of FIG. If there is an instruction to end the camera from the photographer, the CPU 18 performs a device end process to end the digital camera 10, and if not, the process proceeds to step S1009 (step S1008). If there is a release operation, the process proceeds to step S1010, and if not, the process proceeds to step S1008 (step S1009). Details of the photographing process will be described below.

撮影処理は図8で示される。撮影者により操作部70で静止画撮影モード(単写または連写)に設定され、操作部70におけるレリーズボタンが押下されると、CPU18は撮像部12、信号処理部14、フレームメモリ16、動画・静止画コーデック20を制御して内部バッファ502に画像データを蓄積する(ステップS1401)。   The photographing process is shown in FIG. When the photographer sets the still image shooting mode (single shooting or continuous shooting) on the operation unit 70 and the release button on the operation unit 70 is pressed, the CPU 18 captures the image pickup unit 12, the signal processing unit 14, the frame memory 16, and the moving image. The image data is stored in the internal buffer 502 by controlling the still image codec 20 (step S1401).

ファイル制御部としてCPU18によりファイル作成が指示されると、ファイルのオープンを行い、ファイル管理情報キャッシュ部503のディレクトリエントリ405を更新する。内部バッファ502に蓄積された画像データ1枚分のデータ部分は、メモリカード24へ書き込まれ、ファイル管理情報キャッシュ部503にあるFAT1 403、FAT2 404、ディレクトリエントリ405を追加更新処理し、また、空き容量を再計算して領域管理部32の空き容量を更新する(ステップS1402)。ファイル管理情報キャッシュ部503が追加更新処理できない程あらかじめ決められた領域を使用している場合はステップS1404へ移行し、それ以外はステップS1405へ移行する(ステップS1403)。   When file creation is instructed by the CPU 18 as the file control unit, the file is opened and the directory entry 405 of the file management information cache unit 503 is updated. The data portion of one piece of image data stored in the internal buffer 502 is written to the memory card 24, and FAT1 403, FAT2 404 and directory entry 405 in the file management information cache unit 503 are additionally updated, and free The capacity is recalculated and the free capacity of the area management unit 32 is updated (step S1402). If the predetermined area is used so that the file management information cache unit 503 cannot perform the additional update process, the process proceeds to step S1404. Otherwise, the process proceeds to step S1405 (step S1403).

ファイル管理情報キャッシュ部503が追加更新処理できない場合には、ファイル管理情報キャッシュ部503のFAT1 403、FAT2 404、ディレクトリエントリ405をメモリカード24へ書き戻す(ステップS1404)。内部バッファ502に蓄積された画像データが全てメモリカード24へ書き込まれて空になった場合にはステップS1406へ移行し、画像データが残っている場合にはステップS1402へ移行する(ステップS1405)。ファイル管理情報キャッシュ部503のFAT1 402、FAT2 403、ディレクトリエントリ405をメモリカード24へ書き戻し、ファイルの保存を終了する(ステップS1406)。   When the file management information cache unit 503 cannot perform the additional update process, the FAT1 403, FAT2 404, and directory entry 405 of the file management information cache unit 503 are written back to the memory card 24 (step S1404). If all the image data stored in the internal buffer 502 is written to the memory card 24 and becomes empty, the process proceeds to step S1406. If there is any remaining image data, the process proceeds to step S1402 (step S1405). The FAT1 402, FAT2 403, and directory entry 405 of the file management information cache unit 503 are written back to the memory card 24, and the file storage is terminated (step S1406).

図6の処理に戻る。CPU18はファイル制御部として、領域管理部32に保持する空き容量から書き込み容量を計算し、ステップS1006で取得した閾値とを比較して書き込み容量が閾値を超えていた場合ステップS1012に処理を移し、それ以外ならばステップS1008へ処理を移す(ステップS1011)。CPU18はメモリカード24の規格の手順に則ってメモリカード24のFAT領域403、404の転送済み画像データに対応するFAT情報が消えるまでメモリカード24の電源のOFFとONを繰り返し行い(ステップS1012)、ファイルシステムをマウントし直すためにステップS1007へと処理を移す。   Returning to the process of FIG. As a file control unit, the CPU 18 calculates a write capacity from the free capacity held in the area management unit 32, compares the threshold acquired in step S1006, and if the write capacity exceeds the threshold, moves the process to step S1012. Otherwise, the process proceeds to step S1008 (step S1011). In accordance with the standard procedure of the memory card 24, the CPU 18 repeatedly turns off and on the power of the memory card 24 until the FAT information corresponding to the transferred image data in the FAT areas 403 and 404 of the memory card 24 disappears (step S1012). In order to remount the file system, the process proceeds to step S1007.

以上、本実施例によれば、撮像装置が自動削除機能付きメモリカードの電源の入れ直し、及びファイルシステムの再マウントをすることで自動削除機能付きメモリカードがFAT領域をクリアするため、撮影者の手間をかけることなく撮影時に撮影データを保存するために必要な空き容量を確保することができる。   As described above, according to the present embodiment, since the memory card with the automatic deletion function clears the FAT area by re-powering the memory card with the automatic deletion function and remounting the file system, It is possible to secure a free space necessary for storing shooting data at the time of shooting without taking time and effort.

[実施例2]
図9、図10を用いて、撮像装置の空き容量制御の他の処理を説明する。図9は、本実施例における自動削除機能付きメモリカードの空き容量制御の処理を示すフローチャートであり、図10はデジタルカメラの再起動指示を釦操作とタイマーを使って検知する処理を示すフローチャートである。
[Example 2]
Other processes for controlling the free space of the imaging apparatus will be described with reference to FIGS. 9 and 10. FIG. 9 is a flowchart showing a process for controlling the free space of the memory card with an automatic deletion function in this embodiment, and FIG. 10 is a flowchart showing a process for detecting a restart instruction of the digital camera using a button operation and a timer. is there.

図9で示すフローチャートはステップS1101からステップS1106までは実施例1と同様のため説明を省略する。   Since the flowchart shown in FIG. 9 is the same as that of the first embodiment from step S1101 to step S1106, the description thereof is omitted.

デジタルカメラ10は領域管理部32内のメモリに書き込み容量が自動削除の閾値を超えたか否かを示すためのフラグを用意し、初期化(クリア)する(ステップS1107)。次にファイルシステムのマウント処理を行う(ステップS1108)。CPU18は撮影者からのカメラ終了の指示があればデジタルカメラ10を終了させるためのデバイスの終了処理を行い、無ければステップS1010へ処理を移す(ステップS1109)。CPU18は、「釦操作検知処理」からの再起動指示要求があればステップS1115へ処理を移し、無ければステップS1111へ処理を移す(ステップS1110)。   The digital camera 10 prepares a flag for indicating whether or not the write capacity exceeds the automatic deletion threshold in the memory in the area management unit 32, and initializes (clears) it (step S1107). Next, the file system is mounted (step S1108). If there is an instruction to end the camera from the photographer, the CPU 18 performs a device end process for ending the digital camera 10, and if not, the process proceeds to step S1010 (step S1109). If there is a restart instruction request from the “button operation detection process”, the CPU 18 moves the process to step S1115, and if not, moves the process to step S1111 (step S1110).

レリーズ操作があればステップS1112へ処理を移し、なければステップS1109へ処理を移す(ステップS1111)。撮影(ステップS1110)が行われると、CPU18はファイル制御部として、領域管理部32に保持する空き容量から書き込み容量を計算し、ステップS1106で取得した閾値とを比較して書き込み容量が閾値を超えていた場合、閾値フラグをクリアし(ステップS1114)、それ以外ならばステップS1109へ処理を移す(ステップS1113)。再起動指示要求があった場合、閾値フラグがONであれば実施例1のステップS1012と同様にカード電源の入れ直し処理を行い(ステップS1116)、処理をS1107に移して閾値フラグのクリアとファイルシステムの再マウント処理に移す。閾値フラグがOFFであれば処理をステップS1119へ移す。   If there is a release operation, the process proceeds to step S1112; otherwise, the process proceeds to step S1109 (step S1111). When shooting (step S1110) is performed, the CPU 18, as a file control unit, calculates the write capacity from the free space held in the area management unit 32, and compares the threshold acquired in step S1106 with the write capacity exceeding the threshold. If so, the threshold flag is cleared (step S1114). Otherwise, the process proceeds to step S1109 (step S1113). When there is a restart instruction request, if the threshold flag is ON, the card power cycle processing is performed as in step S1012 of the first embodiment (step S1116), the process proceeds to S1107, the threshold flag is cleared, and the file system Move to the remount process. If the threshold flag is OFF, the process proceeds to step S1119.

ステップS1110で受け取る再起動指示は「釦操作検知処理」で送信される。「釦操作検知処理」の詳細を図10で説明する。   The restart instruction received in step S1110 is transmitted in “button operation detection processing”. Details of the “button operation detection process” will be described with reference to FIG.

デジタルカメラ10が起動されると、CPU18はタイマーを起動し時間設定をする(ステップS1501)。撮影者によってデジタルカメラの終了操作が行われた場合、タイマーをOFFして終了する(ステップS1507)。それ以外の場合で、撮影者による釦操作が行われた場合は、タイマーをクリアして(ステップS1506)ステップS1502へ処理を移す。釦操作がない場合は、タイマーの時間を計測し、ステップS1501で設定した時間になっていれば再起動指示を送信し(ステップS1505)、時間になっていなければ処理をステップS1502に移す。   When the digital camera 10 is activated, the CPU 18 activates a timer and sets a time (step S1501). When the end operation of the digital camera is performed by the photographer, the timer is turned off and the process ends (step S1507). In other cases, when a button operation is performed by the photographer, the timer is cleared (step S1506), and the process proceeds to step S1502. If there is no button operation, the timer time is measured. If the time set in step S1501 is reached, a restart instruction is transmitted (step S1505). If the time is not reached, the process proceeds to step S1502.

以上、本実施例によれば、撮像装置が自動削除機能付きメモリカードの電源の入れ直し、及びファイルシステムの再マウントをすることで自動削除機能付きメモリカードがFAT領域をクリアするため、撮影者の手間をかけることなく撮影時に撮影データを保存するために必要な空き容量を確保することができる。また、撮影者の釦操作がないときに再起動の指示を行うため撮影者の撮影の邪魔をすることなく撮影時に撮影データを保存するために必要な空き容量を確保することができる。   As described above, according to the present embodiment, since the memory card with the automatic deletion function clears the FAT area by re-powering the memory card with the automatic deletion function and remounting the file system, It is possible to secure a free space necessary for storing shooting data at the time of shooting without taking time and effort. In addition, since a restart instruction is given when there is no button operation by the photographer, it is possible to secure a free space necessary for storing the photographing data at the time of photographing without disturbing the photographing of the photographer.

[実施例3]
図9、図11を用いて、撮像装置の空き容量制御の他の処理を説明する。図9は、本実施例における自動削除機能付きメモリカードの空き容量制御の処理を示すフローチャートであり、図11はデジタルカメラの再起動指示をディレクトリエントリチェックとタイマーを使って検知する処理を示すフローチャートである。
[Example 3]
Other processes for controlling the free space of the imaging apparatus will be described with reference to FIGS. 9 and 11. FIG. 9 is a flowchart showing a process for controlling the free space of the memory card with an automatic deletion function in the present embodiment, and FIG. 11 is a flowchart showing a process for detecting a restart instruction of the digital camera using a directory entry check and a timer. It is.

図9で示すフローチャートは実施例2と同様のため説明を省略する。ステップS1110で受け取る再起動指示は「ディレクトリエントリチェック処理」で送信される。「ディレクトリエントリチェック処理」の詳細を図11で説明する。   Since the flowchart shown in FIG. 9 is the same as that of the second embodiment, the description thereof is omitted. The restart instruction received in step S1110 is transmitted by “directory entry check processing”. Details of the “directory entry check process” will be described with reference to FIG.

デジタルカメラ10が起動されると、CPU18はタイマーを起動し時間設定をする(ステップS1601)。撮影者によってデジタルカメラの終了操作が行われた場合、タイマーをOFFして終了する(ステップS1607)。タイマーの時間を計測し、ステップS1601で設定した時間になっていればステップS1604へ処理を移し、なっていなければステップS1602に処理を移す。CPUはファイルシステム30へ直接アクセスすることでメモリカード24の現在のディレクトリエントリの状態が自動削除されているか否かを判断し、自動削除されていれば再起動指示を送信し(ステップS1605)、自動削除されていなければステップS1602に処理を移す(ステップS1604)。   When the digital camera 10 is activated, the CPU 18 activates a timer and sets a time (step S1601). When the end operation of the digital camera is performed by the photographer, the timer is turned off and the process ends (step S1607). The timer time is measured, and if the time set in step S1601 is reached, the process proceeds to step S1604, and if not, the process proceeds to step S1602. The CPU directly accesses the file system 30 to determine whether or not the current directory entry state of the memory card 24 has been automatically deleted, and if it has been automatically deleted, transmits a restart instruction (step S1605). If not deleted, the process proceeds to step S1602 (step S1604).

以上、本実施例によれば、撮像装置が自動削除機能付きメモリカードの電源の入れ直し、及びファイルシステムの再マウントをすることで自動削除機能付きメモリカードがFAT領域をクリアするため、撮影者の手間をかけることなく撮影時に撮影データを保存するために必要な空き容量を確保することができる。また、自動削除機能付きメモリカードによって自動削除されたことをディレクトリエントリを監視することで自動削除されたタイミングで確実に撮影データを保存するために必要な空き容量を確保することができる。   As described above, according to the present embodiment, since the memory card with the automatic deletion function clears the FAT area by re-powering the memory card with the automatic deletion function and remounting the file system, It is possible to secure a free space necessary for storing shooting data at the time of shooting without taking time and effort. In addition, by monitoring the directory entry for the automatic deletion by the memory card with the automatic deletion function, it is possible to secure a free space necessary for reliably storing the shooting data at the timing of the automatic deletion.

[実施例4]
図12、図13を用いて、撮像装置の空き容量制御の他の処理を説明する。図12は、本実施例における自動削除機能付きメモリカードの空き容量制御の処理を示すフローチャートであり、図13はメニュー画面および画像削除画面を示す図である。
[Example 4]
Other processes for controlling the free space of the imaging apparatus will be described with reference to FIGS. FIG. 12 is a flowchart showing the free space control processing of the memory card with an automatic deletion function in this embodiment, and FIG. 13 is a diagram showing a menu screen and an image deletion screen.

図12において、撮影者によってメニュー釦が押されると(ステップS1201)、操作部26からCPU18に伝えられ、CPU18は表示部28にメニュー一覧画面(図13(a))を表示する(ステップS1202)。ここで、撮影者によって転送済み画像の削除メニューが選択されるとCPU18は画像消去画面(図13(b))を表示する(ステップS1204)。撮影者によってOKが選択されると実施例1で説明したカード電源の入れ直し処理(ステップS1206)、ファイルシステムのマウント処理(ステップS1207)を行う。キャンセルが選択されると転送済み画像の削除メニューから抜ける。   In FIG. 12, when the photographer presses the menu button (step S1201), the operation unit 26 notifies the CPU 18, and the CPU 18 displays the menu list screen (FIG. 13A) on the display unit 28 (step S1202). . Here, when the photographer selects the transferred image deletion menu, the CPU 18 displays an image deletion screen (FIG. 13B) (step S1204). When OK is selected by the photographer, the card power cycle process (step S1206) and the file system mount process (step S1207) described in the first embodiment are performed. When cancel is selected, the transfered image deletion menu is exited.

転送済み画像の削除メニューは常に表示されるものであってもよいし、実施例3によるディレクトリエントリチェックによって自動削除対象の画像データがあると判断される場合に表示するものであってもよい。また、画像消去画面もディレクトリエントリチェックによって自動削除対象の画像データがあると判断される場合にメニューを介さず即時表示されるものであってもよい。   The transfer image deletion menu may be always displayed, or may be displayed when it is determined by the directory entry check according to the third embodiment that there is image data to be automatically deleted. The image deletion screen may also be displayed immediately without using a menu when it is determined by directory entry check that there is image data to be automatically deleted.

以上、本実施例によれば、撮影者が好きなタイミングでメニューを使って自動削除対象の画像データ分の空き容量を確保することができる。   As described above, according to the present embodiment, a free space for image data to be automatically deleted can be secured using a menu at a timing desired by the photographer.

10 デジタルカメラ、12 撮像部、14 信号処理部、16 フレームメモリ、
18 CPU(中央演算処理装置)、20 動画・静止画コーデック、
22 カードI/F、24 メモリカード、26 操作部、28 表示部、
30 ファイルシステム、32 領域管理部、502 内部バッファ、
503 ファイル管理情報キャッシュ部
10 digital camera, 12 imaging unit, 14 signal processing unit, 16 frame memory,
18 CPU (Central Processing Unit), 20 video / still image codec,
22 card I / F, 24 memory card, 26 operation unit, 28 display unit,
30 file system, 32 area management unit, 502 internal buffer,
503 File management information cache part

Claims (5)

所定の被写体を撮影し画像データを生成する撮像手段(12)を備え、前記画像データと、前記画像データをファイル管理するためのファイル管理情報とを保存する外部記録媒体を着脱可能な撮像装置であって、
前記外部記録媒体に対し、前記画像データの書き込み及び読み出しを行う書き込み読み出し制御手段(18)と、
前記外部記録媒体の起動終了を制御する記録媒体制御手段(18)と、
前記外部記録媒体が自動転送及び自動削除機能を有することを判別する記録媒体判別手段(18)と、
前記外部記録媒体が自動転送及び自動削除機能を有するものであった場合、自動転送機能と自動削除機能の設定を取得する設定取得手段(18)と、
前記書き込み読み出し制御手段による前記第1の記憶手段(502)に記憶された前記画像データの前記外部記録媒体への順次書き込み、及び、該書き込みに基づく前記第2の記憶手段(503)における前記ファイル管理情報の更新を制御するファイル管理情報制御手段(18)と、
前記外部記録媒体の空き容量及び書き込み容量を計算する記録媒体管理手段(18)とを備え、
前記ファイル管理情報制御手段は、前記設定取得手段により取得した設定が自動転送及び自動削除が共に設定されており、前記外部記録媒体によって決められた削除対象の前記画像データが存在する場合には、記録媒体制御手段において前記外部記録媒体の終了起動を行う(18)ことを特徴とする撮像装置。
An imaging device comprising an imaging means (12) for photographing a predetermined subject and generating image data, and an external recording medium for storing the image data and file management information for file management of the image data. There,
Write / read control means (18) for writing and reading the image data to and from the external recording medium;
Recording medium control means (18) for controlling the start and end of the external recording medium;
A recording medium determining means (18) for determining that the external recording medium has an automatic transfer and automatic deletion function;
If the external recording medium has an automatic transfer and automatic deletion function, setting acquisition means (18) for acquiring settings of the automatic transfer function and the automatic deletion function;
Sequential writing of the image data stored in the first storage means (502) by the writing / reading control means to the external recording medium, and the file in the second storage means (503) based on the writing File management information control means (18) for controlling management information updating;
Recording medium management means (18) for calculating free space and writing capacity of the external recording medium,
In the file management information control unit, when the setting acquired by the setting acquisition unit is set to both automatic transfer and automatic deletion, and the image data to be deleted determined by the external recording medium exists, An image pickup apparatus characterized in that the recording medium control means performs end activation of the external recording medium (18).
前記記録媒体管理手段から得られる画像データの書き込み容量と、前記設定取得手段から得られる前記記録媒体の自動削除を行う書き込み容量の閾値を比較する比較手段(18)を備え、
前記ファイル管理情報制御手段は、前記画像データの書き込み容量が前記書き込み容量の閾値を超えた場合には、記録媒体制御手段において前記外部記録媒体の終了起動を行う(18)ことを特徴とする請求項1に記載の撮像装置。
Comparing means (18) for comparing the write capacity of the image data obtained from the recording medium managing means and the threshold of the write capacity for automatically deleting the recording medium obtained from the setting obtaining means,
The file management information control means performs an end activation of the external recording medium in the recording medium control means when the writing capacity of the image data exceeds a threshold of the writing capacity (18). Item 2. The imaging device according to Item 1.
開始時間を設定すると経過時間を時間を計測する時間計測手段(18)と、
撮影者による釦操作の有無を検知する釦操作検知手段(18)とを備え、
前記ファイル管理情報制御手段は、前記時間計測手段と前記釦検知手段から一定時間撮影者による釦操作がない場合に、記録媒体制御手段において前記外部記録媒体の終了起動を行う(18)ことを特徴とする請求項2に記載の撮像装置。
A time measuring means (18) for measuring the elapsed time when the start time is set;
Button operation detecting means (18) for detecting presence or absence of a button operation by the photographer,
The file management information control means performs an end activation of the external recording medium in the recording medium control means when there is no button operation by the photographer for a predetermined time from the time measurement means and the button detection means (18). The imaging apparatus according to claim 2.
開始時間を設定すると経過時間を時間を計測する時間計測手段(18)と、
前記記録媒体のファイル管理情報の一部が前記記録媒体によって削除されていることを検知するファイル管理情報削除検知手段(18)とを備え、
前記ファイル管理情報制御手段は、前記時間計測手段とファイル管理情報削除検知手段から一定時間経過後、前記記録媒体によるファイル管理情報の一部の削除があった場合に、記録媒体制御手段において前記外部記録媒体の終了起動を行う(18)ことを特徴とする請求項2に記載の撮像装置。
A time measuring means (18) for measuring the elapsed time when the start time is set;
File management information deletion detecting means (18) for detecting that part of the file management information of the recording medium is deleted by the recording medium;
The file management information control means is configured such that when a part of the file management information is deleted by the recording medium after a predetermined time has elapsed from the time measurement means and the file management information deletion detection means, the recording medium control means The image pickup apparatus according to claim 2, wherein the recording medium is activated and finished (18).
前記記録媒体によって一部が削除されたファイル管理情報の全てを消去するメニューを表示するメニュー表示手段(18)とを備え、
前記ファイル管理情報制御手段は、撮影者によって前記メニュー表示手段からファイル管理情報の全ての消去が指示された場合に、記録媒体制御手段において前記外部記録媒体の終了起動を行う(18)ことを特徴とする請求項1に記載の撮像装置。
Menu display means (18) for displaying a menu for erasing all of the file management information partially deleted by the recording medium,
The file management information control means performs an end activation of the external recording medium in the recording medium control means when the photographer instructs the menu display means to erase all of the file management information (18). The imaging apparatus according to claim 1.
JP2014117225A 2014-06-06 2014-06-06 Imaging apparatus Pending JP2015231168A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014117225A JP2015231168A (en) 2014-06-06 2014-06-06 Imaging apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014117225A JP2015231168A (en) 2014-06-06 2014-06-06 Imaging apparatus

Publications (1)

Publication Number Publication Date
JP2015231168A true JP2015231168A (en) 2015-12-21

Family

ID=54887743

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014117225A Pending JP2015231168A (en) 2014-06-06 2014-06-06 Imaging apparatus

Country Status (1)

Country Link
JP (1) JP2015231168A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021099641A (en) * 2019-12-20 2021-07-01 パナソニックIpマネジメント株式会社 Detachable communication device and information storage system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021099641A (en) * 2019-12-20 2021-07-01 パナソニックIpマネジメント株式会社 Detachable communication device and information storage system

Similar Documents

Publication Publication Date Title
JP5231942B2 (en) Image processing apparatus, control method therefor, system, and program
JP2010136191A (en) Imaging apparatus, recording device, and recording method
JP5634057B2 (en) Recording apparatus and recording method
CN106027930B (en) Recording apparatus and control method of recording apparatus
JP4827718B2 (en) Imaging apparatus, control method therefor, and program
JP6527582B2 (en) Image pickup apparatus and image recording method
JP5814739B2 (en) Recording device
JP2015231168A (en) Imaging apparatus
JP5936376B2 (en) Image management device
JP2002109528A (en) Data storage device
JP2017022559A (en) Recording device and control method for recording device
JP2015029229A (en) Recording apparatus and control method therefor
JP4067418B2 (en) Digital camera
JP4240142B2 (en) Electronic camera with menu function
JP7263017B2 (en) Recording control device and its control method
JP2011097525A5 (en)
JP2010041225A (en) Electronic apparatus and electronic camera
JP6023512B2 (en) Recording apparatus and method
JP2018137725A (en) Communication apparatus, control method for the same, program, and storage medium
JP2013191258A (en) Imaging device and control method thereof, program, and storage medium
JP2017216027A (en) Recording apparatus and recording method
JP6082269B2 (en) Recording apparatus and control method thereof
JP6263002B2 (en) Imaging apparatus, control method therefor, and program
JP5599037B2 (en) Imaging apparatus, control method thereof, and program
JP5814640B2 (en) Recording apparatus, control method therefor, and program