JP2006344308A - Recording device, control method, and program - Google Patents

Recording device, control method, and program Download PDF

Info

Publication number
JP2006344308A
JP2006344308A JP2005169584A JP2005169584A JP2006344308A JP 2006344308 A JP2006344308 A JP 2006344308A JP 2005169584 A JP2005169584 A JP 2005169584A JP 2005169584 A JP2005169584 A JP 2005169584A JP 2006344308 A JP2006344308 A JP 2006344308A
Authority
JP
Japan
Prior art keywords
information data
recording
volatile storage
storage means
stored
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
JP2005169584A
Other languages
Japanese (ja)
Inventor
Koichi Okada
孝一 岡田
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 JP2005169584A priority Critical patent/JP2006344308A/en
Publication of JP2006344308A publication Critical patent/JP2006344308A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a recording device in which data are not lost even if power supply to the recording device is cut off during recording data into a recording medium, a control method, and a program therefor. <P>SOLUTION: A disk camcorder has a disk 9, a CPU 18, a DRAM 19 and a FLASH memory 21. In the case that the CPU 18 is not subjected to PAUSE control, when a certain amount of data are stored in the DRAM 19, the CPU reads data from the DRAM 19 and records the data into the disk 9. On the other hand, in the case that the CPU 18 detects the PAUSE control, the CPU reads data from the DRAM 19 irrespective of the amount of data stored in the DRAM 19, and temporarily stores the data into the FLASH memory 21, then reads the data stored in the FLASH memory 21, and records the data into the disk 9. Moreover, in the case that data recording into the disk 9 is not finished when power is on, the CPU 18 records the data stored in the FLASH memory 21 into the disk 9. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、動画或いは静止画を記録することが可能なディスク記録装置に適用される記録装置、制御方法、及びプログラムに関する。   The present invention relates to a recording apparatus, a control method, and a program applied to a disk recording apparatus capable of recording a moving image or a still image.

従来、ディスク状記録媒体に対するデータの記録が可能なディスク記録装置がある。従来のディスク記録装置では、ディスク状記録媒体へのデータ記録中に、外部からの電源供給手段や着脱式の電池を切り離すことでディスク記録装置の電源を切断すると、次のような問題が発生する。即ち、RAM等のメモリに録画したデータが最後までディスク状記録媒体に記録されずに失われてしまったり、ファイナライズ(終了処理)が正常に行えないことが原因でディスク状記録媒体からデータが再生できなくなってしまったりすることがある。   Conventionally, there is a disk recording apparatus capable of recording data on a disk-shaped recording medium. In the conventional disk recording apparatus, if the power of the disk recording apparatus is turned off by disconnecting the external power supply means or the detachable battery during data recording on the disk-shaped recording medium, the following problems occur. . That is, data recorded in a memory such as RAM is lost without being recorded on the disk-shaped recording medium until the end, or data is reproduced from the disk-shaped recording medium because finalization (end processing) cannot be performed normally. It may become impossible.

そこで、上記のような問題に対して各種の技術が提案されている。第1の従来技術としては、バックアップ電源に接続されたスタティックRAM(SRAM)にデータを一時記憶することで、データ保護を行うディスク記録装置が提案されている(例えば、特許文献1参照)。また、第2の従来技術としては、ディスク状記録媒体のファイナライズの情報をフラッシュメモリに記憶することで、ディスク記録装置の電池容量が不足してファイナライズができない場合でも、電池の復旧後にファイナライズを行う方法が提案されている(例えば、特許文献2参照)。
特開平10-302371号公報 特開2004-213769号公報
Therefore, various techniques have been proposed for the above problems. As a first conventional technique, a disk recording apparatus that protects data by temporarily storing data in a static RAM (SRAM) connected to a backup power supply has been proposed (for example, see Patent Document 1). As a second prior art, finalization information of a disk-shaped recording medium is stored in a flash memory, so that finalization is performed after the battery is restored even when the disk recording device has insufficient battery capacity and cannot be finalized. A method has been proposed (see, for example, Patent Document 2).
JP-A-10-302371 JP 2004-213769 A

上記第1の技術技術(特許文献1)は、データの一時記憶手段としてSRAMを使用することを特徴としており、電源の切断からデータを保護するためにSRAMにバックアップ電源が接続されている。しかし、バックアップ電源の容量が低下している場合には、SRAMに一時記憶されているデータを保持することができず、ディスク状記録媒体にデータを記録する前にデータが失われてしまうことがある。   The first technical technique (Patent Document 1) is characterized in that an SRAM is used as a temporary data storage means, and a backup power source is connected to the SRAM in order to protect the data from power-off. However, when the capacity of the backup power supply is low, the data temporarily stored in the SRAM cannot be retained, and the data may be lost before recording the data on the disk-shaped recording medium. is there.

また、上記第2の従来技術(特許文献2)は、ディスク記録装置の電池の容量を監視してファイナライズを確実に行うことを特徴としており、録画したデータを保護することを目的としたものではない。そのため、データを再生可能なディスク状記録媒体を作ることは可能であるが、録画したデータを最後まで記録することができるとは限らない。   In addition, the second prior art (Patent Document 2) is characterized in that finalization is performed by monitoring the battery capacity of the disk recording apparatus, and is not intended to protect recorded data. Absent. Therefore, it is possible to make a disc-shaped recording medium capable of reproducing data, but it is not always possible to record the recorded data to the end.

以上のように、上記従来技術においては、録画したデータを全てディスク状記録媒体に記録するという点で不十分な点があった。   As described above, the above-described prior art has an insufficient point in that all recorded data is recorded on a disk-shaped recording medium.

本発明の目的は、記録媒体へのデータ記録中に記録装置の電源供給が断たれた場合でもデータが失われないようにした記録装置、制御方法、及びプログラムを提供することにある。   An object of the present invention is to provide a recording apparatus, a control method, and a program that prevent data from being lost even when power supply to the recording apparatus is interrupted during data recording on a recording medium.

上述の目的を達成するために、本発明は、情報データを一時的に記憶する揮発性記憶手段と、情報データを記憶する不揮発性記憶手段と、情報データを記録媒体に記録する記録手段とを備えた記録装置であって、前記情報データの記録指示に応じて、入力された前記情報データを前記揮発性記憶手段に一時的に記憶し、前記揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、前記揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御すると共に、前記情報データの記録停止の指示に応じて、前記入力された情報データの前記揮発性記憶手段に対する記憶を停止すると共に、前記揮発性記憶手段に記憶された情報データを読み出して前記不揮発性記憶手段に記憶した後、前記不揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御する制御手段を備えることを特徴とする。   In order to achieve the above object, the present invention includes a volatile storage unit that temporarily stores information data, a non-volatile storage unit that stores information data, and a recording unit that records information data on a recording medium. In accordance with a recording instruction for the information data, the input information data is temporarily stored in the volatile storage unit, and a predetermined amount of the information data is stored in the volatile storage unit. Is stored in the volatile storage unit, and the recording unit is controlled to read and record the information data in the recording medium, and in response to an instruction to stop recording the information data, After stopping the storage of the input information data in the volatile storage unit and reading out the information data stored in the volatile storage unit and storing it in the nonvolatile storage unit, Serial reads information data stored in the nonvolatile storage means, characterized in that it comprises control means for controlling said recording means to record on the recording medium.

また、本発明は、情報データを一時的に記憶する第1の揮発性記憶手段と、バックアップ用電源によって記憶内容を保持可能な第2の揮発性記憶手段と、情報データを記憶する不揮発性記憶手段と、情報データを記録媒体に記録する記録手段とを備えた記録装置であって、前記情報データの記録指示に応じて、入力された前記情報データを前記第1の揮発性記憶手段に一時的に記憶し、前記第1の揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、前記第1の揮発性記憶手段に記憶された情報データを読み出して前記第2の揮発性記憶手段に記憶した後、前記第2の揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御すると共に、前記情報データの記録停止の指示に応じて、前記入力された情報データの前記第1の揮発性記憶手段に対する記憶を停止すると共に、前記第1の揮発性記憶手段に記憶された情報データを読み出して前記不揮発性記憶手段に記憶した後、前記不揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御する制御手段を備えることを特徴とする。   The present invention also provides a first volatile storage means for temporarily storing information data, a second volatile storage means capable of holding stored contents by a backup power source, and a non-volatile storage for storing information data. And a recording device for recording information data on a recording medium, wherein the inputted information data is temporarily stored in the first volatile storage device in response to a recording instruction for the information data. And storing the information data stored in the first volatile storage means in response to the predetermined amount of the information data being stored in the first volatile storage means. Control the recording means to read the information data stored in the second volatile storage means and record it on the recording medium, and to stop recording the information data In Then, the storage of the input information data in the first volatile storage unit is stopped, and the information data stored in the first volatile storage unit is read and stored in the non-volatile storage unit And a control means for controlling the recording means so that the information data stored in the nonvolatile storage means is read out and recorded on the recording medium.

また、本発明は、情報データを一時的に記憶する第1の揮発性記憶手段と、バックアップ用電源によって記憶データを保持可能な第2の揮発性記憶手段と、情報データを記憶する不揮発性記憶手段と、情報データを記録媒体に記録する記録手段とを備えた記録装置であって、前記バックアップ用電源の残量を検出する検出手段と、前記情報データの記録指示に応じて、入力された前記情報データを前記第1の揮発性記憶手段に一時的に記憶し、前記第1の揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、前記第1の揮発性記憶手段に記憶された情報データを読み出して前記第2の揮発性記憶手段に記憶した後、前記第2の揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御し、前記情報データの記録停止の指示に応じて、前記バックアップ用電源の残量が所定量以上の場合、前記入力された情報データの前記第1の揮発性記憶手段に対する記憶を停止すると共に、前記第1の揮発性記憶手段に記憶された情報データを読み出して前記第2の揮発性記憶手段に記憶した後、前記第2の揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御すると共に、前記情報データの記録停止の指示に応じて、前記バックアップ用電源の残量が所定量未満の場合、前記入力された情報データの前記第1の揮発性記憶手段に対する記憶を停止すると共に、前記第1の揮発性記憶手段に記憶された情報データを読み出して前記不揮発性記憶手段に記憶した後、前記不揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御する制御手段を備えることを特徴とする。   The present invention also provides a first volatile storage means for temporarily storing information data, a second volatile storage means capable of holding stored data by a backup power source, and a non-volatile storage for storing information data And a recording device for recording information data on a recording medium, the detecting device detecting the remaining amount of the backup power source, and an input according to an instruction to record the information data The information data is temporarily stored in the first volatile storage means, and the first volatile storage is performed in response to the predetermined amount of the information data being stored in the first volatile storage means. The recording is performed so that the information data stored in the storage unit is read out and stored in the second volatile storage unit, and then the information data stored in the second volatile storage unit is read out and recorded on the recording medium. hand And the storage of the input information data in the first volatile storage means is stopped when the remaining amount of the backup power source is a predetermined amount or more in response to an instruction to stop recording the information data. The information data stored in the first volatile storage unit is read out and stored in the second volatile storage unit, and then the information data stored in the second volatile storage unit is read out and the information is stored in the second volatile storage unit. The recording means is controlled to record on a recording medium, and when the remaining amount of the backup power source is less than a predetermined amount in response to an instruction to stop recording the information data, the first information of the input information data And the storage of the information in the first volatile storage means is read out and stored in the nonvolatile storage means, and then the nonvolatile storage is performed. Reads information data stored in the stage, characterized in that it comprises control means for controlling said recording means to record on the recording medium.

また、本発明は、情報データを一時的に記憶する第1の揮発性記憶手段と、バックアップ用電源によって記憶データを保持可能な第2の揮発性記憶手段と、情報データを記憶する不揮発性記憶手段と、情報データを記録媒体に記録する記録手段とを備えた記録装置であって、前記バックアップ用電源の残量を検出する検出手段と、前記情報データの記録指示に応じて、入力された前記情報データを前記第1の揮発性記憶手段に一時的に記憶し、前記バックアップ用電源の残量が所定量以上の場合で且つ前記第1の揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、又は、前記情報データの記録停止の指示に応じて、前記第1の揮発性記憶手段に記憶された情報データを前記第2の揮発性記憶手段に記憶した後、前記第2の揮発性記憶手段に記憶された情報データを前記記録媒体に記録するよう前記記録手段を制御すると共に、前記バックアップ用電源の残量が所定量未満の場合で且つ前記第1の揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、又は、前記情報データの記録停止の指示に応じて、前記第1の揮発性記憶手段に記憶された情報データを前記不揮発性記憶手段に記憶した後、前記不揮発性記憶手段に記憶された情報データを前記記録媒体に記録するよう前記記録手段を制御する制御手段を備えることを特徴とする。   The present invention also provides a first volatile storage means for temporarily storing information data, a second volatile storage means capable of holding stored data by a backup power source, and a non-volatile storage for storing information data And a recording device for recording information data on a recording medium, the detecting device detecting the remaining amount of the backup power source, and an input according to an instruction to record the information data The information data is temporarily stored in the first volatile storage means, and when the remaining amount of the backup power source is a predetermined amount or more, and a predetermined amount of the information data with respect to the first volatile storage means After storing the information data stored in the first volatile storage unit in the second volatile storage unit in response to the storage of the information data or in response to an instruction to stop recording the information data The first Controlling the recording means to record the information data stored in the volatile storage means on the recording medium, and the first volatile storage means when the remaining amount of the backup power source is less than a predetermined amount The information data stored in the first volatile storage means is stored in the non-volatile storage in response to the storage of a predetermined amount of the information data or in response to an instruction to stop recording the information data. And a control means for controlling the recording means to record the information data stored in the non-volatile storage means on the recording medium.

また、本発明は、情報データを一時的に記憶する第1の揮発性記憶手段と、バックアップ用電源によって記憶データを保持可能な第2の揮発性記憶手段と、情報データを記憶する不揮発性記憶手段と、情報データを記録媒体に記録する記録手段とを備えた記録装置であって、前記バックアップ用電源の残量を検出する検出手段と、前記情報データの記録指示に応じて、入力された前記情報データを前記第1の揮発性記憶手段に一時的に記憶し、前記バックアップ用電源の残量が所定量以上の場合で且つ前記第1の揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、前記第1の揮発性記憶手段に記憶された情報データを前記第2の揮発性記憶手段に記憶した後、前記第2の揮発性記憶手段に記憶された情報データを前記記録媒体に記録するよう前記記録手段を制御すると共に、前記バックアップ用電源の残量が所定量未満の場合で且つ前記揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、又は、前記バックアップ用電源の残量が所定量以上の場合で且つ前記情報データの記録停止の指示に応じて、前記第1の揮発性記憶手段に記憶された情報データを前記不揮発性記憶手段に記憶した後、前記不揮発性記憶手段に記憶された情報データを前記記録媒体に記録するよう前記記録手段を制御する制御手段を備えることを特徴とする。   The present invention also provides a first volatile storage means for temporarily storing information data, a second volatile storage means capable of holding stored data by a backup power source, and a non-volatile storage for storing information data And a recording device for recording information data on a recording medium, the detecting device detecting the remaining amount of the backup power source, and an input according to an instruction to record the information data The information data is temporarily stored in the first volatile storage means, and when the remaining amount of the backup power source is a predetermined amount or more, and a predetermined amount of the information data with respect to the first volatile storage means Is stored in the second volatile storage means, and then the information stored in the second volatile storage means is stored. The data The recording means is controlled to record on a recording medium, and when the remaining amount of the backup power source is less than a predetermined amount and the predetermined amount of the information data is stored in the volatile storage means Alternatively, when the remaining amount of the backup power source is a predetermined amount or more and in response to an instruction to stop recording the information data, the information data stored in the first volatile storage means is stored in the nonvolatile storage means And a control means for controlling the recording means to record the information data stored in the non-volatile storage means on the recording medium.

本発明によれば、バックアップ用の不揮発性記憶手段にデータを一時記憶してから記録媒体にデータを記録するため、記録媒体へのデータ記録中に記録装置の電源供給が断たれた場合でも、データが失われないという効果を奏する。   According to the present invention, since data is temporarily recorded in the non-volatile storage means for backup and then recorded on the recording medium, even when the power supply of the recording apparatus is interrupted during data recording on the recording medium, The effect is that data is not lost.

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

[第1の実施の形態]
図1は、本発明の第1の実施の形態に係る記録装置としてのディスクカムコーダの構成を示すブロック図である。
[First Embodiment]
FIG. 1 is a block diagram showing a configuration of a disc camcorder as a recording apparatus according to a first embodiment of the present invention.

図1において、ディスクカムコーダは、カメラ入力部1、オーディオ入力部2、光磁気ディスク(以下ディスクと略称)9、CPU18、揮発性メモリ19、不揮発性メモリ21等を備えている。ディスクカムコーダは、撮影した画像(動画或いは静止画)の録画が可能であり、PAUSE制御(録画一時停止制御)機能を有する。   In FIG. 1, the disk camcorder includes a camera input unit 1, an audio input unit 2, a magneto-optical disk (hereinafter abbreviated as a disk) 9, a CPU 18, a volatile memory 19, a nonvolatile memory 21, and the like. The disc camcorder can record a shot image (moving image or still image), and has a PAUSE control (recording pause control) function.

カメラ入力部1は、撮像用のレンズ、該レンズを駆動するモータ、撮像素子であるCCDなどから構成されており、被写体の撮影により得た画像信号をデジタルデータに変換し、ビデオ・オーディオデータ処理部5に出力する。   The camera input unit 1 includes an imaging lens, a motor that drives the lens, and a CCD that is an imaging element. The camera input unit 1 converts an image signal obtained by photographing a subject into digital data, and performs video / audio data processing. Output to unit 5.

オーディオ入力部2は、集音用マイクロフォンなどから構成されており、集音されたオーディオ信号をデジタルデータに変換し、ビデオ・オーディオデータ処理部5に出力する。   The audio input unit 2 includes a sound collecting microphone and the like, converts the collected audio signal into digital data, and outputs the digital data to the video / audio data processing unit 5.

ビデオ・オーディオデータ処理部5は、カメラ入力部1から供給されたビデオデータに対して、MPEG等の信号圧縮フォーマットに基づいて、DCT(離散コサイン変換)処理、量子化処理などを施し、圧縮されたビデオデータをMPEG等のフォーマットに基づいて伸長する。ビデオデータは、エンコードされると共に各種表示情報(文字やアイコン等)が付加された後、表示部3に出力される。   The video / audio data processing unit 5 compresses the video data supplied from the camera input unit 1 by performing DCT (discrete cosine transform) processing, quantization processing, and the like based on a signal compression format such as MPEG. The video data is decompressed based on a format such as MPEG. The video data is encoded and various display information (characters, icons, etc.) is added and then output to the display unit 3.

また、ビデオ・オーディオデータ処理部5は、オーディオ入力部2から供給されたオーディオデータに対して、MPEGオーディオ、ドルビーデジタル、またはリニアPCMなどのフォーマットに基づいて圧縮する。オーディオデータは、エンコードされた後、スピーカ部4に出力される。尚、MPEG:Moving Picture Experts Group、DCT:Discrete Cosine Transform、PCM:Pulse Code Modulationである。   The video / audio data processing unit 5 compresses the audio data supplied from the audio input unit 2 based on a format such as MPEG audio, Dolby Digital, or linear PCM. The audio data is encoded and then output to the speaker unit 4. Note that MPEG: Moving Picture Experts Group, DCT: Discrete Cosine Transform, and PCM: Pulse Code Modulation.

ディスク信号処理部6は、アナログフロントエンド14から供給されたトラッキングエラー信号に基づいて、スピンドルモータ10、光学ヘッド11を制御するためのサーボ系信号を生成し、モータアンプ7に出力する。   The disk signal processing unit 6 generates a servo system signal for controlling the spindle motor 10 and the optical head 11 based on the tracking error signal supplied from the analog front end 14 and outputs the servo system signal to the motor amplifier 7.

アナログフロントエンド14は、ディスク信号処理部6から供給されるディスク記録ストリームをアナログ信号に変換し、増幅などの処理を施した後、光学ヘッド11に出力すると共に、光学ヘッド11におけるレーザの発光を制御することにより、ディスク9上にデータを書き込む。また、アナログフロントエンド14は、ディスク9に記録されているデータを読み出すとき、光学ヘッド11から発光されたレーザの反射光に対する信号を増幅し、デジタル信号に変換した後、ディスク再生ストリームとしてディスク信号処理部6に出力する。また、アナログフロントエンド14は、光学ヘッド11から発光されたレーザの反射光の強さに対応する信号からトラッキングエラー信号などを生成し、デジタル信号に変換してディスク処理部6に出力する。   The analog front end 14 converts the disk recording stream supplied from the disk signal processing unit 6 into an analog signal, performs processing such as amplification, and then outputs it to the optical head 11 and emits laser light from the optical head 11. By controlling, data is written on the disk 9. Further, when the analog front end 14 reads out the data recorded on the disk 9, it amplifies the signal for the reflected light of the laser emitted from the optical head 11, converts it to a digital signal, and then outputs the disk signal as a disk playback stream. Output to the processing unit 6. Further, the analog front end 14 generates a tracking error signal or the like from a signal corresponding to the intensity of reflected light of the laser emitted from the optical head 11, converts it into a digital signal, and outputs it to the disk processing unit 6.

モータアンプ7は、ディスク信号処理部6から供給されるサーボ系信号に基づいて、スピンドル制御信号、フォーカストラッキング制御信号、キャリッジ制御信号を生成し、それらをスピンドルモータ10、光学ヘッド11に出力することで、これら各部を制御する。   The motor amplifier 7 generates a spindle control signal, a focus tracking control signal, and a carriage control signal based on the servo system signal supplied from the disk signal processing unit 6 and outputs them to the spindle motor 10 and the optical head 11. Thus, these parts are controlled.

スピンドルモータ10は、モータアンプ7から供給されるスピンドル制御信号に基づいて、ディスクカムコーダに装着されているディスク9を所定の回転速度で回転させる。   The spindle motor 10 rotates the disk 9 mounted on the disk camcorder at a predetermined rotational speed based on the spindle control signal supplied from the motor amplifier 7.

光学ヘッド11は、モータアンプ7から供給されるフォーカストラッキング制御信号、及びアナログフロントエンド14の制御に基づいて、照射部からディスク9の所定の位置にレーザを照射する。また、光学ヘッド11は、照射部から照射されディスク9の表面で反射されたレーザを受光し、ディスク9のピット(pit)を読み取り、反射光の強さに対応する信号をアナログフロントエンド14に出力する。   The optical head 11 irradiates a laser at a predetermined position of the disk 9 from the irradiation unit based on the focus tracking control signal supplied from the motor amplifier 7 and the control of the analog front end 14. The optical head 11 receives a laser beam irradiated from the irradiation unit and reflected by the surface of the disk 9, reads a pit of the disk 9, and sends a signal corresponding to the intensity of the reflected light to the analog front end 14. Output.

上記ディスク信号処理部6、アナログフロントエンド14、光学ヘッド11等の光学系は、ディスクカムコーダへのディスク9の装着時、装着されたディスク毎に固有な、フォーカス、スピンドル各サーボ系のサーボゲイン、レーザパワーの最適化等のキャリブレーション作業が行われる。   The optical system such as the disk signal processing unit 6, the analog front end 14, the optical head 11 and the like, when the disk 9 is mounted on the disk camcorder, is unique to each mounted disk, the servo gain of each servo system of focus, spindle, Calibration work such as laser power optimization is performed.

操作部12は、カメラ系操作部、再生系操作部、電源モードスイッチ等から構成され、ユーザからの指示を操作制御部13に出力する。カメラ系操作部は、カメラ系の操作に関わる各種スイッチ([ZOOM]、[FOCUS]、[REC/PAUSE]等)類から構成される。再生系操作部は、再生系、及びディスクカムコーダ全体に関する各種スイッチ([UP],[DOWN],[MENU],[SET],[PLAY],[FF/REW],[STOP],[START/STOP],[EJECT][CANCEL]等)類から構成される。電源モードスイッチは、ディスクカムコーダ本体の電源モード(撮影を行うカメラモード、撮影画像を再生する再生モード、電源を切断する電源オフモード)の選択に用いる。   The operation unit 12 includes a camera system operation unit, a playback system operation unit, a power mode switch, and the like, and outputs an instruction from the user to the operation control unit 13. The camera system operation unit includes various switches ([ZOOM], [FOCUS], [REC / PAUSE], etc.) related to the operation of the camera system. The playback system operation section has various switches related to the playback system and the entire disc camcorder ([UP], [DOWN], [MENU], [SET], [PLAY], [FF / REW], [STOP], [START / STOP], [EJECT] [CANCEL], etc.). The power mode switch is used to select the power mode of the disc camcorder body (camera mode for shooting, playback mode for playing back captured images, and power off mode for turning off the power).

撮影画像の録画の開始/停止は、操作部12の録画ボタン等を操作することによって行われる。ユーザが操作部12を操作すると、操作制御部13で操作の検出が行われる。ユーザにより操作部12から録画が指示されると、ディスク信号処理部6は、CPU18の制御により次の処理を行う。即ち、ディスク信号処理部6は、ビデオ・オーディオデータ処理部5から供給されたデータにコンテンツ番号、撮影日時、撮影条件、コンテンツのタイトルなどの管理情報、及びエラー訂正ブロックを付加し、アナログフロントエンド14に出力する。なお、上記管理情報は、後述する本実施の形態の動作に従って、不揮発性メモリ21に記憶される。   The start / stop of the recording of the captured image is performed by operating a recording button or the like of the operation unit 12. When the user operates the operation unit 12, the operation control unit 13 detects the operation. When recording is instructed by the user from the operation unit 12, the disk signal processing unit 6 performs the following processing under the control of the CPU 18. That is, the disc signal processing unit 6 adds management information such as a content number, shooting date / time, shooting conditions, content title, and error correction block to the data supplied from the video / audio data processing unit 5 and an analog front end. 14 for output. The management information is stored in the nonvolatile memory 21 in accordance with the operation of the present embodiment described later.

ディスク検出部8は、CPU18の指示により、ディスクカムコーダのディスク装着部(不図示)に対するディスク9の装着の有無と、ディスク9を覆うディスクカバーの状態を機械的に検出し、検出情報をCPU18に送信する。   The disc detection unit 8 mechanically detects whether or not the disc 9 is mounted on the disc mounting unit (not shown) of the disc camcorder and the state of the disc cover covering the disc 9 in accordance with an instruction from the CPU 18, and sends detection information to the CPU 18. Send.

外部電源入力部15は、ディスクカムコーダに外部から電源供給するための直流電源入力部である。主電池16は、外部電源入力部15の代わりにディスクカムコーダに電源を供給する着脱式の電池である。   The external power input unit 15 is a DC power input unit for supplying power to the disk camcorder from outside. The main battery 16 is a detachable battery that supplies power to the disc camcorder instead of the external power input unit 15.

電源制御部17は、外部電源入力部15及び主電池16と接続されており、CPU18の指示により、電源供給状況の確認、電源供給系統の選択制御を行い、表示部3に電源の情報を表示する制御や、主電池16の容量の低下を検出した場合に警告を発する制御などを行う。   The power control unit 17 is connected to the external power input unit 15 and the main battery 16, and according to instructions from the CPU 18, confirms the power supply status and controls the selection of the power supply system, and displays power information on the display unit 3. And control to issue a warning when a decrease in the capacity of the main battery 16 is detected.

揮発性メモリ(DRAM)19は、録画したデータを一時記憶する揮発性メモリであり、衝撃吸収用のメモリである。以下、DRAM19と表記する。   A volatile memory (DRAM) 19 is a volatile memory that temporarily stores recorded data, and is a memory for absorbing shock. Hereinafter, it is referred to as DRAM 19.

不揮発性メモリ(FLASHメモリ)21は、ディスク9に記録するデータをバックアップするための一時記憶メモリである。以下、FLASHメモリ21と表記する。   A non-volatile memory (FLASH memory) 21 is a temporary storage memory for backing up data to be recorded on the disk 9. Hereinafter, it is referred to as FLASH memory 21.

CPU18は、各種機能を総合的に制御するマイクロコンピュータ、制御プログラム格納用ROM、各処理作業用RAM、I/Oポート、タイマカウント部等から構成されている。CPU18は、操作部12から供給されるユーザの指示に対応する信号に基づいて、アナログフロントエンド14、ディスク信号処理部6、ビデオ・オーディオデータ処理部5、電源制御部17、ディスク検出部8を含むディスクカムコーダ全体の動作を制御する。また、CPU18は、上記制御プログラムに基づいて、図2、図3、図7の各フローチャートに示す処理を実行する。   The CPU 18 includes a microcomputer that comprehensively controls various functions, a ROM for storing a control program, a RAM for each processing work, an I / O port, a timer count unit, and the like. The CPU 18 controls the analog front end 14, the disk signal processing unit 6, the video / audio data processing unit 5, the power supply control unit 17, and the disk detection unit 8 based on a signal corresponding to a user instruction supplied from the operation unit 12. Controls the operation of the entire disc camcorder. Further, the CPU 18 executes the processes shown in the flowcharts of FIGS. 2, 3, and 7 based on the control program.

次に、上記構成を有する本実施の形態のディスクカムコーダにおける動作を図2乃至図7を参照しながら詳細に説明する。   Next, the operation of the disc camcorder of the present embodiment having the above configuration will be described in detail with reference to FIGS.

図2及び図3は、ディスクカムコーダのデータ記録処理を示すフローチャートである。   2 and 3 are flowcharts showing the data recording process of the disc camcorder.

図2及び図3において、ユーザがディスクカムコーダで撮影画像の録画を開始するために(ステップS101)、操作部12の録画ボタンを押下する。これに伴い、CPU18が、録画ボタンの押下を検出すると(ステップS102)、符号化されたデータをDRAM19に記憶する(ステップS103)。次に、CPU18は、PAUSE制御(録画一時停止制御)の有無を確認する(ステップS104)。   2 and 3, the user presses the recording button of the operation unit 12 in order to start recording of a captured image with a disc camcorder (step S101). Accordingly, when the CPU 18 detects that the recording button is pressed (step S102), the encoded data is stored in the DRAM 19 (step S103). Next, the CPU 18 confirms the presence / absence of PAUSE control (recording pause control) (step S104).

PAUSE制御されていない場合、即ち録画が継続されている場合は(ステップS104でNO)、CPU18は、所定量のデータをDRAM19に蓄積すると(ステップS105でYES)、DRAM19からデータを読み込み(ステップS106)、ディスク9にデータを記録する(ステップS107)。   When the PAUSE control is not performed, that is, when recording is continued (NO in step S104), the CPU 18 accumulates a predetermined amount of data in the DRAM 19 (YES in step S105), and reads the data from the DRAM 19 (step S106). ), Data is recorded on the disk 9 (step S107).

図4は、この記録方式のデータの流れを表している(黒線矢印:図5以下も同様)。尚、上記図1では、CPU18にはDRAM19以外の揮発性メモリは接続されていないが、図4では、CPU18に揮発性メモリ(SDRAM)20が接続されると共に、揮発性メモリ20にバックアップ電源22が接続されている場合を示している。   FIG. 4 shows the data flow of this recording method (black arrow: the same applies to FIG. 5 and subsequent figures). In FIG. 1, no volatile memory other than the DRAM 19 is connected to the CPU 18. However, in FIG. 4, a volatile memory (SDRAM) 20 is connected to the CPU 18 and a backup power source 22 is connected to the volatile memory 20. Shows the case where is connected.

他方、PAUSE制御の有無を確認した結果、PAUSE制御を検出した場合(ステップS104でYES)、CPU18は、PAUSE指示が成されたフレーム以降のデータのDRAM19への書き込みを停止すると共に、DRAM19に記憶されたデータ量に関わらずDRAM19からデータを読み込み(ステップS108)、FLASHメモリ21にデータを一時記憶する(ステップS109)。このとき、CPU18は、データをバックアップしたことを表すバックアップフラグ(ON)をFLASHメモリ21内の所定のアドレスに記憶する(ステップS110)。   On the other hand, if the PAUSE control is detected as a result of confirming the presence / absence of the PAUSE control (YES in step S104), the CPU 18 stops writing the data after the frame in which the PAUSE instruction is issued to the DRAM 19 and stores it in the DRAM 19. Regardless of the amount of data thus read, data is read from the DRAM 19 (step S108), and the data is temporarily stored in the FLASH memory 21 (step S109). At this time, the CPU 18 stores a backup flag (ON) indicating that the data has been backed up at a predetermined address in the FLASH memory 21 (step S110).

続いて、CPU18は、FLASHメモリ21に記憶されたデータを読み込んで(ステップS111)、ディスク9にデータを記録する(ステップS112)。CPU18は、ディスク9へのデータの記録が終了すると、ディスク9へのデータの記録が終了したことを記憶するために、FLASHメモリ21に記憶した上記バックアップフラグを消去(OFF)する(ステップS113)。最後に、CPU18は、FLASHメモリ21に記憶した内容を消去し(ステップS114)、本処理を終了した後(ステップS115)、次のバックアップ処理に備える。   Subsequently, the CPU 18 reads the data stored in the FLASH memory 21 (step S111) and records the data on the disk 9 (step S112). When the recording of data on the disk 9 is completed, the CPU 18 erases (OFF) the backup flag stored in the FLASH memory 21 in order to store the completion of the recording of data on the disk 9 (step S113). . Finally, the CPU 18 erases the content stored in the FLASH memory 21 (step S114), and after completing this process (step S115), prepares for the next backup process.

図5は、この記録方式のデータの流れを表している。尚、図5においても、CPU18に揮発性メモリ(SDRAM)20が接続されると共に、揮発性メモリ20にバックアップ電源22が接続されている場合を示している。   FIG. 5 shows the data flow of this recording method. FIG. 5 also shows a case where a volatile memory (SDRAM) 20 is connected to the CPU 18 and a backup power source 22 is connected to the volatile memory 20.

本実施の形態による、PAUSE制御の有無とデータのバックアップ先の記憶媒体との対応関係をまとめたものが図6である。図6に示すように、PAUSE制御無しの場合、データのバックアップを行わないため、バックアップ電源残量の多少に関わらず記憶媒体無しとなる。他方、PAUSE制御有りの場合、データのバックアップを行うため、バックアップ電源残量の多少に関わらずバックアップ先はFLASHメモリ21となる。   FIG. 6 summarizes the correspondence between the presence / absence of PAUSE control and the data backup destination storage medium according to the present embodiment. As shown in FIG. 6, in the absence of PAUSE control, data backup is not performed, and therefore there is no storage medium regardless of the remaining amount of backup power. On the other hand, in the case of PAUSE control, data backup is performed, so the backup destination is the FLASH memory 21 regardless of the amount of remaining backup power.

図7は、ディスクカムコーダの電源を投入したときの動作を示すフローチャートである。   FIG. 7 is a flowchart showing the operation when the disk camcorder is turned on.

図7において、ディスクカムコーダを起動すると(ステップS601)、CPU18は、FLASHメモリ21の所定のアドレスに記憶されたバックアップフラグを読み込む(ステップS602)。バックアップフラグがある(ON)場合は(ステップS603でNO)、ディスク9へのデータの記録が終了していないことを意味するため、CPU18は、FLASHメモリ21からデータを読み込み(ステップS604)、ディスク9にデータを記録する(ステップS605)。   In FIG. 7, when the disk camcorder is activated (step S601), the CPU 18 reads a backup flag stored at a predetermined address in the FLASH memory 21 (step S602). If there is a backup flag (ON) (NO in step S603), this means that the recording of data on the disk 9 has not been completed, so the CPU 18 reads the data from the FLASH memory 21 (step S604), and the disk The data is recorded in 9 (step S605).

CPU18は、ディスク9へのデータの記録が終了すると、ディスク9へのデータの記録が終了したことを記憶するために、FLASHメモリ21に記憶したバックアップフラグを消去(OFF)する(ステップS606)。最後に、CPU18は、FLASHメモリ21に記憶した内容を消去し(ステップS607)、本処理を終了した後(ステップS608)、ディスクカムコーダとしての通常ルーチンに入る。   When recording of data on the disk 9 is completed, the CPU 18 erases (OFF) the backup flag stored in the FLASH memory 21 in order to store the completion of recording of data on the disk 9 (step S606). Finally, the CPU 18 erases the contents stored in the FLASH memory 21 (step S607), ends the processing (step S608), and then enters a normal routine as a disc camcorder.

以上説明したように、本実施の形態によれば、バックアップ用のFLASHメモリ21にデータを一時記憶してからディスク9にデータを記録する。これにより、ディスク9へのデータ記録中にディスクカムコーダの電源供給が断たれた場合でも、録画したデータが失われないという効果を奏する。   As described above, according to the present embodiment, data is temporarily stored in the backup FLASH memory 21 and then recorded on the disk 9. As a result, even if the power supply of the disc camcorder is cut off during data recording on the disc 9, the recorded data is not lost.

また、ディスク記録装置の電源を投入したときにディスク9へのデータ記録状況を確認し、記録が終了していない場合は、バックアップ用のFLASHメモリ21に記憶されたデータをディスク9に記録する。これにより、録画したデータを最後までディスク9に記録することができ、ファイナライズを行うことによって再生可能なディスクにすることができるという効果を奏する。   When the power of the disk recording apparatus is turned on, the data recording state on the disk 9 is confirmed. If the recording is not completed, the data stored in the backup FLASH memory 21 is recorded on the disk 9. As a result, the recorded data can be recorded on the disc 9 to the end, and the disc can be replayed by finalizing.

また、PAUSE制御をトリガにしてバックアップする記憶媒体を選択するため、処理速度の速い記憶媒体に優先的にデータをバックアップすることができ、ディスク9への記録処理時間を短縮できるという効果を奏する。   Further, since the storage medium to be backed up is selected by using PAUSE control as a trigger, data can be preferentially backed up to a storage medium with a high processing speed, and the recording processing time to the disk 9 can be shortened.

また、上記トリガによる記憶媒体選択により、記録回数の制限のない記憶媒体を優先して選択することができ、ディスクカムコーダのバックアップ機能の寿命を延ばすことができるという効果を奏する。   Further, by selecting the storage medium by the trigger, it is possible to preferentially select a storage medium with no limit on the number of times of recording, and it is possible to extend the life of the backup function of the disc camcorder.

また、記録処理時間の短縮に伴い、衝撃吸収用の揮発性メモリ(DRAM19)及びバックアップ用の記憶媒体(FLASHメモリ21)のメモリ容量を少なく抑えることができるという効果を奏する。   Further, as the recording processing time is shortened, the memory capacity of the shock absorbing volatile memory (DRAM 19) and the backup storage medium (FLASH memory 21) can be reduced.

[第2の実施の形態]
本発明の第2の実施の形態は、上述した第1の実施の形態に対して、ディスクカムコーダが図8に示す構成を有すると共に図9及び図10に示すデータ記録処理を行う点において相違する。本実施の形態のその他の要素は、上述した第1の実施の形態(図1)の対応するものと同一なので、説明を省略する。
[Second Embodiment]
The second embodiment of the present invention differs from the first embodiment described above in that the disc camcorder has the configuration shown in FIG. 8 and performs the data recording process shown in FIGS. . Since the other elements of the present embodiment are the same as the corresponding ones of the first embodiment (FIG. 1) described above, description thereof is omitted.

図8は、本実施の形態に係る記録装置としてのディスクカムコーダの構成を示すブロック図である。   FIG. 8 is a block diagram showing a configuration of a disc camcorder as a recording apparatus according to the present embodiment.

図8において、ディスクカムコーダは、カメラ入力部1、オーディオ入力部2、ディスク9、CPU18、DRAM19、揮発性メモリ(SDRAM)20、FLASHメモリ21、バックアップ電源22等を備えている。   In FIG. 8, the disc camcorder includes a camera input unit 1, an audio input unit 2, a disc 9, a CPU 18, a DRAM 19, a volatile memory (SDRAM) 20, a FLASH memory 21, a backup power source 22, and the like.

揮発性メモリ(SDRAM)20は、ディスク9に記録するデータをバックアップするための一時記憶メモリである。以下、SDRAM20と表記する。SDRAM20には、バックアップ電源22が接続されている。CPU18は、制御プログラムに基づいて、図9、図10、図13の各フローチャートに示す処理を実行する。   The volatile memory (SDRAM) 20 is a temporary storage memory for backing up data to be recorded on the disk 9. Hereinafter, it is referred to as SDRAM 20. A backup power supply 22 is connected to the SDRAM 20. The CPU 18 executes the processes shown in the flowcharts of FIGS. 9, 10, and 13 based on the control program.

図9及び図10は、ディスクカムコーダのデータ記録処理を示すフローチャートである。   9 and 10 are flowcharts showing the data recording process of the disc camcorder.

図9及び図10において、ユーザがディスクカムコーダで録画を開始するために(ステップS201)、操作部12の録画ボタンを押下する。これに伴い、CPU18が、録画ボタンの押下を検出すると(ステップS202)、録画されたデータをDRAM19に記憶する(ステップS203)。次に、CPU18は、PAUSE制御の有無を確認する(ステップS204)。   9 and 10, the user presses the recording button on the operation unit 12 in order to start recording with the disc camcorder (step S201). Accordingly, when the CPU 18 detects that the recording button is pressed (step S202), the recorded data is stored in the DRAM 19 (step S203). Next, the CPU 18 confirms the presence / absence of PAUSE control (step S204).

PAUSE制御されていない場合、即ち録画が継続されている場合は、CPU18は、所定量のデータをDRAM19に蓄積すると(ステップS205でYES)、DRAM19からデータを読み込み(ステップS206)、SDRAM20にデータを一時記憶する(ステップS207)。このとき、CPU18は、データをバックアップしたことを表すバックアップフラグ(ON)をSDRAM20内の所定のアドレスに記憶する(ステップS208)。   When PAUSE control is not performed, that is, when recording is continued, the CPU 18 accumulates a predetermined amount of data in the DRAM 19 (YES in step S205), reads the data from the DRAM 19 (step S206), and stores the data in the SDRAM 20. Temporary storage is performed (step S207). At this time, the CPU 18 stores a backup flag (ON) indicating that the data has been backed up at a predetermined address in the SDRAM 20 (step S208).

続いて、CPU18は、SDRAM20に記憶されたデータを読み込んで(ステップS209)、ディスク9にデータを記録する(ステップS210)。CPU18は、ディスク9へのデータの記録が終了すると、ディスク9へのデータの記録が終了したことを記憶するために、SDRAM20に記憶したバックアップフラグを消去(OFF)する(ステップS211)。   Subsequently, the CPU 18 reads the data stored in the SDRAM 20 (step S209) and records the data on the disk 9 (step S210). When the recording of data on the disk 9 is completed, the CPU 18 erases (OFF) the backup flag stored in the SDRAM 20 in order to store the completion of the recording of data on the disk 9 (step S211).

図11は、この記録方式のデータの流れを表している。   FIG. 11 shows the data flow of this recording method.

他方、PAUSE制御の有無を確認した結果、PAUSE制御を検出した場合(ステップS204でYES)、CPU18は、PAUSE指示が成されたフレーム以降のデータのDRAM19への書き込みを停止すると共に、DRAM19に記憶されたデータ量に関わらずDRAM19からデータを読み込み(ステップS212)、FLASHメモリ21にデータを一時記憶する(ステップS213)。このとき、CPU18は、データをバックアップしたことを表すバックアップフラグ(ON)をFLASHメモリ21内の所定のアドレスに記憶する(ステップS214)。   On the other hand, if the PAUSE control is detected as a result of confirming the presence or absence of the PAUSE control (YES in step S204), the CPU 18 stops writing the data after the frame in which the PAUSE instruction is issued to the DRAM 19 and stores the data in the DRAM 19. Regardless of the amount of data thus read, data is read from the DRAM 19 (step S212), and the data is temporarily stored in the FLASH memory 21 (step S213). At this time, the CPU 18 stores a backup flag (ON) indicating that the data has been backed up at a predetermined address in the FLASH memory 21 (step S214).

続いて、CPU18は、FLASHメモリ21に記憶されたデータを読み込んで(ステップS215)、ディスク9にデータを記録する(ステップS216)。CPU18は、ディスク9へのデータの記録が終了すると、ディスク9へのデータの記録が終了したことを記憶するために、FLASHメモリ21に記憶したバックアップフラグを消去(OFF)する(ステップS217)。最後に、CPU18は、FLASHメモリ21に記憶した内容を消去し(ステップS218)、本処理を終了した後(ステップS219)、次のバックアップ処理に備える。   Subsequently, the CPU 18 reads the data stored in the FLASH memory 21 (step S215) and records the data on the disk 9 (step S216). When recording of data on the disk 9 is completed, the CPU 18 erases (OFF) the backup flag stored in the FLASH memory 21 in order to store the completion of recording of data on the disk 9 (step S217). Finally, the CPU 18 erases the contents stored in the FLASH memory 21 (step S218), and after completing this process (step S219), prepares for the next backup process.

図5は、この記録方式のデータの流れを表している。   FIG. 5 shows the data flow of this recording method.

本実施の形態による、PAUSE制御の有無とデータのバックアップ先の記憶媒体との対応関係をまとめたものが図12である。図12に示すように、PAUSE制御無しの場合、バックアップ電源残量の多少に関わらずバックアップ先はSDRAM20となる。他方、PAUSE制御有りの場合、バックアップ電源残量の多少に関わらずバックアップ先はFLASHメモリ21となる。   FIG. 12 summarizes the correspondence relationship between the presence / absence of PAUSE control and the data backup destination storage medium according to the present embodiment. As shown in FIG. 12, when there is no PAUSE control, the backup destination is the SDRAM 20 regardless of the amount of remaining backup power. On the other hand, in the case of PAUSE control, the backup destination is the FLASH memory 21 regardless of the amount of backup power remaining.

図13は、ディスクカムコーダの電源を投入したときの動作を示すフローチャートである。   FIG. 13 is a flowchart showing the operation when the disk camcorder is turned on.

図13において、ディスクカムコーダを起動すると(ステップS701)、CPU18は、SDRAM20の所定のアドレスに記憶されたバックアップフラグと、FLASHメモリ21の所定のアドレスに記憶されたバックアップフラグを読み込む(ステップS702、ステップS703)。バックアップフラグがある場合は(ステップS704でNO)、ディスク9への記録が終了していないことを意味するため、CPU18は、バックアップフラグが存在する記憶媒体を確認する(ステップS705)。CPU18は、バックアップフラグが存在する記憶媒体(SDRAM20またはFLASHメモリ21)からデータを読み込み(ステップS706、ステップS707)、ディスク9にデータを記録する(ステップS708)。   In FIG. 13, when the disk camcorder is activated (step S701), the CPU 18 reads the backup flag stored at a predetermined address of the SDRAM 20 and the backup flag stored at a predetermined address of the FLASH memory 21 (step S702, step S701). S703). If there is a backup flag (NO in step S704), this means that recording on the disk 9 has not been completed, so the CPU 18 checks the storage medium in which the backup flag exists (step S705). The CPU 18 reads data from the storage medium (SDRAM 20 or FLASH memory 21) in which the backup flag exists (step S706, step S707), and records the data on the disk 9 (step S708).

CPU18は、ディスク9へのデータの記録が終了すると、ディスク9へのデータの記録が終了したことを記憶するために、バックアップフラグが記憶されていた記憶媒体に記憶したバックアップフラグを消去(OFF)する(ステップS709)。最後に、CPU18は、FLASHメモリ21に記憶した内容を消去し(ステップS710)、本処理を終了した後(ステップS711)、ディスクカムコーダとしての通常ルーチンに入る。   When the recording of data on the disk 9 is completed, the CPU 18 erases (OFF) the backup flag stored in the storage medium in which the backup flag is stored in order to store the completion of the recording of data on the disk 9. (Step S709). Finally, the CPU 18 erases the contents stored in the FLASH memory 21 (step S710), ends the processing (step S711), and then enters a normal routine as a disc camcorder.

以上説明したように、本実施の形態によれば、上記第1の実施の形態と同様に、ディスク9へのデータ記録中にディスクカムコーダの電源供給が断たれた場合でも、録画したデータが失われないという効果を奏する。   As described above, according to the present embodiment, the recorded data is lost even when the power supply of the disc camcorder is cut off during the recording of data on the disc 9, as in the first embodiment. It has the effect of not being broken.

また、PAUSE制御をトリガにしてバックアップする記憶媒体を選択するため、処理速度の速い記憶媒体に優先的にデータをバックアップすることができ、ディスク9への記録処理時間を短縮できるという効果を奏する。   Further, since the storage medium to be backed up is selected by using PAUSE control as a trigger, data can be preferentially backed up to a storage medium with a high processing speed, and the recording processing time to the disk 9 can be shortened.

また、上記トリガによる記憶媒体選択により、記録回数の制限のない記憶媒体を優先して選択することができ、ディスクカムコーダのバックアップ機能の寿命を延ばすことができるという効果を奏する。   Further, by selecting the storage medium by the trigger, it is possible to preferentially select a storage medium with no limit on the number of times of recording, and it is possible to extend the life of the backup function of the disc camcorder.

また、記録処理時間の短縮に伴い、衝撃吸収用の揮発性メモリ(DRAM19)及びバックアップ用の記憶媒体(SDRAM20、FLASHメモリ21)のメモリ容量を少なく抑えることができるという効果を奏する。   Further, as the recording processing time is shortened, the memory capacity of the impact absorbing volatile memory (DRAM 19) and the backup storage medium (SDRAM 20, FLASH memory 21) can be reduced.

[第3の実施の形態]
本発明の第3の実施の形態は、上述した第1の実施の形態に対して、ディスクカムコーダが図14に示す構成を有すると共に図15及び図16に示すデータ記録処理を行う点において相違する。本実施の形態のその他の要素は、上述した第1の実施の形態(図1)の対応するものと同一なので、説明を省略する。
[Third Embodiment]
The third embodiment of the present invention is different from the above-described first embodiment in that the disc camcorder has the configuration shown in FIG. 14 and performs the data recording process shown in FIGS. . Since the other elements of the present embodiment are the same as the corresponding ones of the first embodiment (FIG. 1) described above, description thereof is omitted.

図14は、本実施の形態に係る記録装置としてのディスクカムコーダの構成を示すブロック図である。   FIG. 14 is a block diagram showing a configuration of a disc camcorder as a recording apparatus according to the present embodiment.

図14において、ディスクカムコーダは、カメラ入力部1、オーディオ入力部2、ディスク9、CPU18、DRAM19、SDRAM20、FLASHメモリ21、バックアップ電源22、バックアップ電源監視部23等を備えている。   In FIG. 14, the disc camcorder includes a camera input unit 1, an audio input unit 2, a disc 9, a CPU 18, a DRAM 19, a SDRAM 20, a FLASH memory 21, a backup power source 22, a backup power source monitoring unit 23, and the like.

バックアップ電源監視部23は、SDRAM20のバックアップ電源22の残量を監視する。バックアップ電源監視部23は、CPU18に接続されており、後述するバックアップ処理の判定に使用される。CPU18は、制御プログラムに基づいて、図15・図16(第3の実施の形態)、図18・図19(第4の実施の形態)、図21・図22(第5の実施の形態)の各フローチャートに示す処理を実行する。   The backup power supply monitoring unit 23 monitors the remaining amount of the backup power supply 22 of the SDRAM 20. The backup power supply monitoring unit 23 is connected to the CPU 18 and is used for determination of backup processing to be described later. Based on the control program, the CPU 18 performs FIGS. 15 and 16 (third embodiment), FIGS. 18 and 19 (fourth embodiment), and FIGS. 21 and 22 (fifth embodiment). The processing shown in each flowchart is executed.

図15及び図16は、ディスクカムコーダのデータ記録処理を示すフローチャートである。   15 and 16 are flowcharts showing the data recording process of the disc camcorder.

図15及び図16において、ユーザがディスクカムコーダで録画を開始するために(ステップS301)、操作部12の録画ボタンを押下する。これに伴い、CPU18が、録画ボタンの押下を検出すると(ステップS302)、録画されたデータをDRAM19に記憶する(ステップS303)。次に、CPU18は、PAUSE制御の有無を確認する(ステップS304)。   15 and 16, the user presses the recording button on the operation unit 12 in order to start recording with the disc camcorder (step S301). Accordingly, when the CPU 18 detects that the recording button is pressed (step S302), the recorded data is stored in the DRAM 19 (step S303). Next, the CPU 18 confirms the presence / absence of PAUSE control (step S304).

PAUSE制御されていない場合、即ち録画が継続されている場合は、CPU18は、所定量のデータをDRAM19に蓄積すると(ステップS305でYES)、DRAM19からデータを読み込み(ステップS306)、SDRAM20にデータを一時記憶する(ステップS307)。このとき、CPU18は、データをバックアップしたことを表すバックアップフラグ(ON)をSDRAM20内の所定のアドレスに記憶する(ステップS308)。   When PAUSE control is not performed, that is, when recording is continued, the CPU 18 accumulates a predetermined amount of data in the DRAM 19 (YES in step S305), reads the data from the DRAM 19 (step S306), and stores the data in the SDRAM 20. Temporary storage is performed (step S307). At this time, the CPU 18 stores a backup flag (ON) indicating that the data has been backed up at a predetermined address in the SDRAM 20 (step S308).

続いて、CPU18は、SDRAM20に記憶されたデータを読み込んで(ステップS309)、ディスク9にデータを記録する(ステップS310)。CPU18は、ディスク9へのデータの記録が終了すると、ディスク9へのデータの記録が終了したことを記憶するために、SDRAM20に記憶したバックアップフラグを消去(OFF)する(ステップS311)。   Subsequently, the CPU 18 reads data stored in the SDRAM 20 (step S309) and records the data on the disk 9 (step S310). When recording of data on the disk 9 is completed, the CPU 18 erases (OFF) the backup flag stored in the SDRAM 20 in order to store the completion of recording of data on the disk 9 (step S311).

図11は、この記録方式のデータの流れを表している。   FIG. 11 shows the data flow of this recording method.

他方、PAUSE制御の有無を確認した結果、PAUSE制御を検出した場合(ステップS304でYES)、CPU18は、PAUSE指示が成されたフレーム以降のデータのDRAM19への書き込みを停止すると共に、バックアップ電源22の残量を検出する(ステップS312)。バックアップ電源22の残量が所定量以上のときは、CPU18は、DRAM19に記憶されたデータ量に関わらずDRAM19からデータを読み込み(ステップS313)、SDRAM20にデータを一時記憶する(ステップS314)。このとき、CPU18は、データをバックアップしたことを表すバックアップフラグ(ON)をSDRAM20内の所定のアドレスに記憶する(ステップS315)。   On the other hand, if the PAUSE control is detected as a result of checking the presence / absence of the PAUSE control (YES in step S304), the CPU 18 stops writing the data after the frame in which the PAUSE instruction is issued to the DRAM 19 and the backup power source 22 The remaining amount is detected (step S312). When the remaining amount of the backup power source 22 is greater than or equal to the predetermined amount, the CPU 18 reads data from the DRAM 19 regardless of the amount of data stored in the DRAM 19 (step S313), and temporarily stores the data in the SDRAM 20 (step S314). At this time, the CPU 18 stores a backup flag (ON) indicating that the data has been backed up at a predetermined address in the SDRAM 20 (step S315).

続いて、CPU18は、SDRAM20に記憶されたデータを読み込んで(ステップS316)、ディスク9にデータを記録する(ステップS317)。CPU18は、ディスク9へのデータの記録が終了すると、ディスク9へのデータの記録が終了したことを記憶するために、SDRAM20に記憶したバックアップフラグを消去(OFF)する(ステップS318)。   Subsequently, the CPU 18 reads the data stored in the SDRAM 20 (step S316) and records the data on the disk 9 (step S317). When the recording of data on the disk 9 is completed, the CPU 18 erases (OFF) the backup flag stored in the SDRAM 20 in order to store the completion of the recording of data on the disk 9 (step S318).

図11は、この記録方式のデータの流れを表している。   FIG. 11 shows the data flow of this recording method.

他方、CPU18は、PAUSE制御を検出し、バックアップ電源22の残量が所定量に満たない場合(ステップS312でNO)、DRAM19に記憶されたデータ量に関わらずDRAM19からデータを読み込み(ステップS319)、FLASHメモリ21にデータを一時記憶する(ステップS320)。このとき、CPU18は、データをバックアップしたことを表すバックアップフラグ(ON)をFLASHメモリ21内の所定のアドレスに記憶する(ステップS321)。   On the other hand, when the CPU 18 detects PAUSE control and the remaining amount of the backup power source 22 is less than the predetermined amount (NO in step S312), the CPU 18 reads data from the DRAM 19 regardless of the amount of data stored in the DRAM 19 (step S319). The data is temporarily stored in the FLASH memory 21 (step S320). At this time, the CPU 18 stores a backup flag (ON) indicating that the data has been backed up at a predetermined address in the FLASH memory 21 (step S321).

続いて、CPU18は、FLASHメモリ21に記憶されたデータを読み込んで(ステップS322)、ディスク9にデータを記録する(ステップS323)。CPU18は、ディスク9へのデータの記録が終了すると、ディスク9へのデータの記録が終了したことを記憶するために、FLASHメモリ21に記憶したバックアップフラグを消去(OFF)する(ステップS324)。最後に、CPU18は、FLASHメモリ21に記憶した内容を消去し(ステップS325)、本処理を終了した後(ステップS326)、次のバックアップ処理に備える。   Subsequently, the CPU 18 reads the data stored in the FLASH memory 21 (step S322) and records the data on the disk 9 (step S323). When recording of data on the disk 9 is completed, the CPU 18 erases (OFF) the backup flag stored in the FLASH memory 21 in order to store the completion of recording of data on the disk 9 (step S324). Finally, the CPU 18 erases the content stored in the FLASH memory 21 (step S325), and after completing this process (step S326), prepares for the next backup process.

図5は、この記録方式のデータの流れを表している。   FIG. 5 shows the data flow of this recording method.

本実施の形態による、PAUSE制御の有無とバックアップ電源22の残量によるデータのバックアップ先の記憶媒体との対応関係をまとめたものが図17である。図17に示すように、PAUSE制御無しの場合、バックアップ電源残量が少ないときはバックアップ先がSDRAM20、バックアップ電源残量が多いときはバックアップ先がFLASHメモリ21となる。他方、PAUSE制御有りの場合、バックアップ電源残量の多少に関わらずバックアップ先がFLASHメモリ21となる。   FIG. 17 summarizes the correspondence relationship between the presence / absence of PAUSE control and the data backup destination storage medium according to the remaining amount of the backup power supply 22 according to the present embodiment. As shown in FIG. 17, in the case of no PAUSE control, the backup destination is the SDRAM 20 when the backup power remaining amount is low, and the backup destination is the FLASH memory 21 when the backup power remaining amount is large. On the other hand, in the case of PAUSE control, the backup destination is the FLASH memory 21 regardless of the remaining amount of backup power.

尚、本実施の形態における、ディスクカムコーダの電源を投入したときの動作を示すフローチャート(図13)は、上述した第2の実施の形態と同じであるため、説明を省略する。   Note that the flowchart (FIG. 13) showing the operation of the present embodiment when the disk camcorder is turned on is the same as that of the second embodiment described above, and thus the description thereof is omitted.

以上説明したように、本実施の形態によれば、上記第1の実施の形態と同様に、ディスク9へのデータ記録中にディスクカムコーダの電源供給が断たれた場合でも、録画したデータが失われないという効果を奏する。   As described above, according to the present embodiment, the recorded data is lost even when the power supply of the disc camcorder is cut off during the recording of data on the disc 9, as in the first embodiment. It has the effect of not being broken.

また、バックアップ電源監視部23によりSDRAM20のバックアップ電源22の容量低下を検出した場合は、FLASHメモリ21に優先的にデータを記録することができ、データの保護を確実に行うことができるという効果を奏する。   In addition, when the backup power supply monitoring unit 23 detects a decrease in the capacity of the backup power supply 22 of the SDRAM 20, data can be preferentially recorded in the FLASH memory 21, and the data can be reliably protected. Play.

また、PAUSE制御、SDRAM20のバックアップ電源22の残量をトリガにしてバックアップする記憶媒体を選択するため、処理速度の速い記憶媒体に優先的にデータをバックアップすることができ、ディスク9への記録処理時間を短縮できるという効果を奏する。   In addition, since the storage medium to be backed up is selected by using the PAUSE control and the remaining power of the backup power source 22 of the SDRAM 20 as a trigger, data can be preferentially backed up to a storage medium with a high processing speed, and recording processing to the disk 9 can be performed. There is an effect that the time can be shortened.

また、上記トリガによる記憶媒体選択により、記録回数の制限のない記憶媒体を優先して選択することができ、ディスクカムコーダのバックアップ機能の寿命を延ばすことができるという効果を奏する。   Further, by selecting the storage medium by the trigger, it is possible to preferentially select a storage medium with no limit on the number of times of recording, and it is possible to extend the life of the backup function of the disc camcorder.

また、記録処理時間の短縮に伴い、衝撃吸収用の揮発性メモリ(DRAM19)及びバックアップ用の記憶媒体(SDRAM20、FLASHメモリ21)のメモリ容量を少なく抑えることができるという効果を奏する。   Further, as the recording processing time is shortened, the memory capacity of the impact absorbing volatile memory (DRAM 19) and the backup storage medium (SDRAM 20, FLASH memory 21) can be reduced.

[第4の実施の形態]
本発明の第4の実施の形態は、上述した第3の実施の形態に対して、ディスクカムコーダが図18及び図19に示すデータ記録処理を行う点において相違する。本実施の形態のその他の要素は、上述した第3の実施の形態(図14)の対応するものと同一なので、説明を省略する。
[Fourth Embodiment]
The fourth embodiment of the present invention is different from the above-described third embodiment in that the disc camcorder performs the data recording process shown in FIGS. The other elements of the present embodiment are the same as the corresponding ones of the third embodiment (FIG. 14) described above, and a description thereof will be omitted.

図18及び図19は、本実施の形態に係るディスクカムコーダのデータ記録処理を示すフローチャートである。   18 and 19 are flowcharts showing the data recording process of the disc camcorder according to the present embodiment.

図18及び図19において、ユーザがディスクカムコーダで録画を開始するために(ステップS401)、操作部12の録画ボタンを押下する。これに伴い、CPU18が、録画ボタンの押下を検出すると(ステップS402)、録画されたデータをDRAM19に記憶する(ステップS403)。次に、CPU18は、バックアップ電源22の残量を検出する(ステップS404)。バックアップ電源22の残量が所定量以上のときは、CPU18は、所定量のデータがDRAM19に蓄積されたか(ステップS405)、またはPAUSE制御が行われているか(ステップS412)を確認する。   18 and 19, the user presses the recording button on the operation unit 12 in order to start recording with the disc camcorder (step S401). Accordingly, when the CPU 18 detects that the recording button is pressed (step S402), the recorded data is stored in the DRAM 19 (step S403). Next, the CPU 18 detects the remaining amount of the backup power source 22 (step S404). When the remaining amount of the backup power source 22 is greater than or equal to a predetermined amount, the CPU 18 confirms whether a predetermined amount of data has been accumulated in the DRAM 19 (step S405) or PAUSE control is being performed (step S412).

所定量のデータがDRAM19に蓄積されたとき、またはPAUSE制御が行われたときに、CPU18は、DRAM19からデータを読み込み(ステップS406)、SDRAM20にデータを一時記憶する(ステップS407)。このとき、CPU18は、データをバックアップしたことを表すバックアップフラグ(ON)をSDRAM20内の所定のアドレスに記憶する(ステップS408)。   When a predetermined amount of data is accumulated in the DRAM 19 or when PAUSE control is performed, the CPU 18 reads data from the DRAM 19 (step S406) and temporarily stores the data in the SDRAM 20 (step S407). At this time, the CPU 18 stores a backup flag (ON) indicating that the data has been backed up at a predetermined address in the SDRAM 20 (step S408).

続いて、CPU18は、SDRAM20に記憶されたデータを読み込んで(ステップS409)、ディスク9にデータを記録する(ステップS410)。CPU18は、ディスク9へのデータの記録が終了すると、ディスク9へのデータの記録が終了したことを記憶するために、SDRAM20に記憶したバックアップフラグを消去(OFF)する(ステップS411)。   Subsequently, the CPU 18 reads the data stored in the SDRAM 20 (step S409) and records the data on the disk 9 (step S410). When the recording of data on the disk 9 is completed, the CPU 18 erases (OFF) the backup flag stored in the SDRAM 20 in order to store the completion of the recording of data on the disk 9 (step S411).

図11は、この記録方式のデータの流れを表している。   FIG. 11 shows the data flow of this recording method.

他方、バックアップ電源22の残量を検出した結果、バックアップ電源22の残量が所定量に満たない場合(ステップS404でNO)、CPU18は、所定量のデータがDRAM19に蓄積されたか(ステップS420)、またはPAUSE制御が行われているか(ステップS421)を確認する。   On the other hand, as a result of detecting the remaining amount of the backup power source 22, if the remaining amount of the backup power source 22 is less than the predetermined amount (NO in step S404), the CPU 18 has stored a predetermined amount of data in the DRAM 19 (step S420). Or PAUSE control is performed (step S421).

所定量のデータがDRAM19に蓄積されたとき、またはPAUSE制御が行われたときに、CPU18は、DRAM19からデータを読み込み(ステップS413)、FLASHメモリ21にデータを一時記憶する(ステップS414)。このとき、CPU18は、データをバックアップしたことを表すバックアップフラグ(ON)をFLASHメモリ21内の所定のアドレスに記憶する(ステップS415)。   When a predetermined amount of data is accumulated in the DRAM 19 or when PAUSE control is performed, the CPU 18 reads data from the DRAM 19 (step S413), and temporarily stores the data in the FLASH memory 21 (step S414). At this time, the CPU 18 stores a backup flag (ON) indicating that the data has been backed up at a predetermined address in the FLASH memory 21 (step S415).

続いて、CPU18は、FLASHメモリ21に記憶されたデータを読み込んで(ステップS416)、ディスク9にデータを記録する(ステップS417)。CPU18は、ディスク9へのデータの記録が終了すると、ディスク9へのデータの記録が終了したことを記憶するために、FLASHメモリ21に記憶したバックアップフラグを消去(OFF)する(ステップS418)。最後に、CPU18は、FLASHメモリ21に記憶した内容を消去し(ステップS419)、本処理を終了した後(ステップS423)、次のバックアップ処理に備える。   Subsequently, the CPU 18 reads the data stored in the FLASH memory 21 (step S416) and records the data on the disk 9 (step S417). When the data recording on the disk 9 is completed, the CPU 18 erases (OFF) the backup flag stored in the FLASH memory 21 in order to store the completion of the data recording on the disk 9 (step S418). Finally, the CPU 18 erases the contents stored in the FLASH memory 21 (step S419), and after completing this process (step S423), prepares for the next backup process.

図5は、この記録方式のデータの流れを表している。   FIG. 5 shows the data flow of this recording method.

本実施の形態による、PAUSE制御の有無とバックアップ電源22の残量によるデータのバックアップ先の記憶媒体との対応関係をまとめたものが図20である。図20に示すように、PAUSE制御の有無に関わらず、バックアップ電源残量が少ないときはバックアップ先がFLASHメモリ21、バックアップ電源残量が多いときはバックアップ先がSDRAM20となる。   FIG. 20 summarizes the correspondence relationship between the presence / absence of PAUSE control and the storage medium to which data is backed up according to the remaining amount of the backup power source 22 according to the present embodiment. As shown in FIG. 20, the backup destination is the FLASH memory 21 when the backup power remaining amount is small, and the backup destination is the SDRAM 20 when the backup power remaining amount is large, regardless of the presence or absence of PAUSE control.

尚、本実施の形態における、ディスクカムコーダの電源を投入したときの動作を示すフローチャート(図13)は、上述した第2の実施の形態と同じであるため、説明を省略する。   Note that the flowchart (FIG. 13) showing the operation of the present embodiment when the disk camcorder is turned on is the same as that of the second embodiment described above, and thus the description thereof is omitted.

以上説明したように、本実施の形態によれば、上記第1の実施の形態と同様に、ディスク9へのデータ記録中にディスクカムコーダの電源供給が断たれた場合でも、録画したデータが失われないという効果を奏する。   As described above, according to the present embodiment, the recorded data is lost even when the power supply of the disc camcorder is cut off during the recording of data on the disc 9, as in the first embodiment. It has the effect of not being broken.

また、バックアップ電源監視部23によりSDRAM20のバックアップ電源22の容量低下を検出した場合は、FLASHメモリ21に優先的にデータを記録することができ、データの保護を確実に行うことができるという効果を奏する。   In addition, when the backup power supply monitoring unit 23 detects a decrease in the capacity of the backup power supply 22 of the SDRAM 20, data can be preferentially recorded in the FLASH memory 21, and the data can be reliably protected. Play.

また、PAUSE制御、SDRAM20のバックアップ電源22の残量をトリガにしてバックアップする記憶媒体を選択するため、処理速度の速い記憶媒体に優先的にデータをバックアップすることができ、ディスク9への記録処理時間を短縮できるという効果を奏する。   In addition, since the storage medium to be backed up is selected by using the PAUSE control and the remaining power of the backup power source 22 of the SDRAM 20 as a trigger, data can be preferentially backed up to a storage medium with a high processing speed, and recording processing to the disk 9 can be performed. There is an effect that the time can be shortened.

また、上記トリガによる記憶媒体選択により、記録回数の制限のない記憶媒体を優先して選択することができ、ディスクカムコーダのバックアップ機能の寿命を延ばすことができるという効果を奏する。   Further, by selecting the storage medium by the trigger, it is possible to preferentially select a storage medium with no limit on the number of times of recording, and it is possible to extend the life of the backup function of the disc camcorder.

また、記録処理時間の短縮に伴い、衝撃吸収用の揮発性メモリ(DRAM19)及びバックアップ用の記憶媒体(SDRAM20、FLASHメモリ21)のメモリ容量を少なく抑えることができるという効果を奏する。   Further, as the recording processing time is shortened, the memory capacity of the impact absorbing volatile memory (DRAM 19) and the backup storage medium (SDRAM 20, FLASH memory 21) can be reduced.

[第5の実施の形態]
本発明の第5の実施の形態は、上述した第3の実施の形態に対して、ディスクカムコーダが図21及び図22に示すデータ記録処理を行う点において相違する。本実施の形態のその他の要素は、上述した第3の実施の形態(図14)の対応するものと同一なので、説明を省略する。
[Fifth Embodiment]
The fifth embodiment of the present invention is different from the above-described third embodiment in that the disc camcorder performs the data recording process shown in FIGS. The other elements of the present embodiment are the same as the corresponding ones of the third embodiment (FIG. 14) described above, and a description thereof will be omitted.

図21及び図22は、本実施の形態に係るディスクカムコーダのデータ記録処理を示すフローチャートである。   21 and 22 are flowcharts showing the data recording process of the disc camcorder according to the present embodiment.

図21及び図22において、ユーザがディスクカムコーダで録画を開始するために(ステップS501)、操作部12の録画ボタンを押下する。これに伴い、CPU18が、録画ボタンの押下を検出すると(ステップS502)、録画されたデータをDRAM19に記憶する(ステップS503)。次に、CPU18は、バックアップ電源22の残量を検出し(ステップS504)、PAUSE制御の有無を確認する(ステップS505)。   21 and 22, the user presses the recording button on the operation unit 12 in order to start recording with a disc camcorder (step S501). Accordingly, when the CPU 18 detects that the recording button is pressed (step S502), the recorded data is stored in the DRAM 19 (step S503). Next, the CPU 18 detects the remaining amount of the backup power source 22 (step S504), and confirms the presence or absence of PAUSE control (step S505).

バックアップ電源22の残量が所定量以上で且つPAUSE制御が行われていない場合、所定量のデータがDRAM19に蓄積されたとき(ステップS506でYES)、CPU18は、DRAM19からデータを読み込み(ステップS507)、SDRAM20にデータを一時記憶する(ステップS508)。このとき、CPU18は、データをバックアップしたことを表すバックアップフラグ(ON)をSDRAM20内の所定のアドレスに記憶する(ステップS509)。   If the remaining amount of the backup power source 22 is equal to or greater than the predetermined amount and PAUSE control is not performed, when a predetermined amount of data is accumulated in the DRAM 19 (YES in step S506), the CPU 18 reads the data from the DRAM 19 (step S507). The data is temporarily stored in the SDRAM 20 (step S508). At this time, the CPU 18 stores a backup flag (ON) indicating that the data has been backed up at a predetermined address in the SDRAM 20 (step S509).

続いて、CPU18は、SDRAM20に記憶されたデータを読み込んで(ステップS510)、ディスク9にデータを記録する(ステップS511)。CPU18は、ディスク9へのデータの記録が終了すると、ディスク9へのデータの記録が終了したことを記憶するために、SDRAM20に記憶したバックアップフラグを消去(OFF)する(ステップS512)。   Subsequently, the CPU 18 reads the data stored in the SDRAM 20 (step S510) and records the data on the disk 9 (step S511). When recording of data on the disk 9 is completed, the CPU 18 erases (OFF) the backup flag stored in the SDRAM 20 in order to store the completion of recording of data on the disk 9 (step S512).

図11は、この記録方式のデータの流れを表している。   FIG. 11 shows the data flow of this recording method.

他方、バックアップ電源22の残量を検出した結果、バックアップ電源22の残量が所定量に満たない場合で(ステップS504でNO)、所定量のデータがDRAM19に蓄積されたときは(ステップS513でYES)、ステップS514以下の処理を行う。または、バックアップ電源22の残量が所定量以上の場合で(ステップS504でYES)、PAUSE制御が行われたときは(ステップS505でYES)、ステップS514以下の処理を行う。   On the other hand, if the remaining amount of the backup power source 22 is less than the predetermined amount as a result of detecting the remaining amount of the backup power source 22 (NO in step S504), and a predetermined amount of data is accumulated in the DRAM 19 (in step S513) YES), the process from step S514 is performed. Alternatively, if the remaining amount of the backup power source 22 is equal to or greater than the predetermined amount (YES in step S504) and PAUSE control is performed (YES in step S505), the processing in step S514 and subsequent steps is performed.

CPU18は、DRAM19からデータを読み込み(ステップS514)、FLASHメモリ21にデータを一時記憶する(ステップS515)。このとき、CPU18は、データをバックアップしたことを表すバックアップフラグ(ON)をFLASHメモリ21内の所定のアドレスに記憶する(ステップS516)。   The CPU 18 reads data from the DRAM 19 (step S514), and temporarily stores the data in the FLASH memory 21 (step S515). At this time, the CPU 18 stores a backup flag (ON) indicating that the data has been backed up at a predetermined address in the FLASH memory 21 (step S516).

続いて、CPU18は、FLASHメモリ21に記憶されたデータを読み込んで(ステップS517)、ディスク9にデータを記録する(ステップS518)。CPU18は、ディスク9へのデータの記録が終了すると、ディスク9へのデータの記録が終了したことを記憶するために、FLASHメモリ21に記憶したバックアップフラグを消去(OFF)する(ステップS519)。最後に、CPU18は、FLASHメモリ21に記憶した内容を消去し(ステップS520)、本処理を終了した後(ステップS522)、次のバックアップ処理に備える。   Subsequently, the CPU 18 reads the data stored in the FLASH memory 21 (step S517) and records the data on the disk 9 (step S518). When the recording of data on the disk 9 is completed, the CPU 18 erases (OFF) the backup flag stored in the FLASH memory 21 in order to store the completion of the recording of data on the disk 9 (step S519). Finally, the CPU 18 erases the contents stored in the FLASH memory 21 (step S520), and after completing this process (step S522), prepares for the next backup process.

図5は、この記録方式のデータの流れを表している。   FIG. 5 shows the data flow of this recording method.

本実施の形態による、PAUSE制御の有無とバックアップ電源22の残量によるデータのバックアップ先の記憶媒体との対応関係をまとめたものが図23である。図23に示すように、PAUSE制御無しの場合、バックアップ電源残量が少ないときはバックアップ先がFLASHメモリ21、バックアップ電源残量が多いときはバックアップ先がSDRAM20となる。他方、PAUSE制御有りの場合、バックアップ電源残量の多少に関わらずバックアップ先がFLASHメモリ21となる。   FIG. 23 summarizes the correspondence between the presence / absence of PAUSE control and the storage medium to which data is backed up according to the remaining amount of the backup power supply 22 according to the present embodiment. As shown in FIG. 23, in the case of no PAUSE control, the backup destination is the FLASH memory 21 when the backup power remaining amount is small, and the backup destination is the SDRAM 20 when the backup power remaining amount is large. On the other hand, in the case of PAUSE control, the backup destination is the FLASH memory 21 regardless of the remaining amount of backup power.

尚、本実施の形態における、ディスクカムコーダの電源を投入したときの動作を示すフローチャート(図13)は、上述した第2の実施の形態と同じであるため、説明を省略する。   Note that the flowchart (FIG. 13) showing the operation when the disk camcorder is turned on in the present embodiment is the same as that in the second embodiment described above, and a description thereof will be omitted.

以上説明したように、本実施の形態によれば、上記第1の実施の形態と同様に、ディスク9へのデータ記録中にディスクカムコーダの電源供給が断たれた場合でも、録画したデータが失われないという効果を奏する。   As described above, according to the present embodiment, the recorded data is lost even when the power supply of the disc camcorder is cut off during the recording of data on the disc 9, as in the first embodiment. It has the effect of not being broken.

また、バックアップ電源監視部23によりSDRAM20のバックアップ電源22の容量低下を検出した場合は、FLASHメモリ21に優先的にデータを記録することができ、データの保護を確実に行うことができるという効果を奏する。   In addition, when the backup power supply monitoring unit 23 detects a decrease in the capacity of the backup power supply 22 of the SDRAM 20, data can be preferentially recorded in the FLASH memory 21, and the data can be reliably protected. Play.

また、PAUSE制御、SDRAM20のバックアップ電源22の残量をトリガにしてバックアップする記憶媒体を選択するため、処理速度の速い記憶媒体に優先的にデータをバックアップすることができ、ディスク9への記録処理時間を短縮できるという効果を奏する。   In addition, since the storage medium to be backed up is selected by using the PAUSE control and the remaining power of the backup power source 22 of the SDRAM 20 as a trigger, data can be preferentially backed up to a storage medium with a high processing speed, and recording processing to the disk 9 can be performed. There is an effect that the time can be shortened.

また、上記トリガによる記憶媒体選択により、記録回数の制限のない記憶媒体を優先して選択することができ、ディスクカムコーダのバックアップ機能の寿命を延ばすことができるという効果を奏する。   Further, by selecting the storage medium by the trigger, it is possible to preferentially select a storage medium with no limit on the number of times of recording, and it is possible to extend the life of the backup function of the disc camcorder.

また、記録処理時間の短縮に伴い、衝撃吸収用の揮発性メモリ(DRAM19)及びバックアップ用の記憶媒体(SDRAM20、FLASHメモリ21)のメモリ容量を少なく抑えることができるという効果を奏する。   Further, as the recording processing time is shortened, the memory capacity of the impact absorbing volatile memory (DRAM 19) and the backup storage medium (SDRAM 20, FLASH memory 21) can be reduced.

[他の実施の形態]
上記第1乃至第5の実施の形態では、ディスクに対してデータの記録及び再生を行う場合を例に挙げたが、本発明は、これに限定されるものではなく、ディスクに対してデータの記録のみを行う場合にも適用可能である。
[Other embodiments]
In the first to fifth embodiments, the case where data is recorded and reproduced with respect to the disk is taken as an example. However, the present invention is not limited to this, and the data is recorded on the disk. The present invention is also applicable when only recording is performed.

また、本発明の目的は、実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU等)が記憶媒体に格納されたプログラムコードを読み出して実行することによっても達成される。   In addition, an object of the present invention is to supply a storage medium storing software program codes for realizing the functions of the embodiments to a system or apparatus, and a computer (or CPU, MPU, etc.) of the system or apparatus as a storage medium. This can also be achieved by reading and executing the stored program code.

この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施の形態の機能を実現することになり、そのプログラムコード及び該プログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the program code and the storage medium storing the program code constitute the present invention.

また、プログラムコードを供給するための記憶媒体としては、例えば、フロッピー(登録商標)ディスク、ハードディスク、光磁気ディスク、CD−ROM、CD−R、CD−RW、DVD−ROM、DVDRAM、DVD−RW、DVD+RW、磁気テープ、不揮発性のメモリカード、ROM等を用いることができる。または、プログラムコードをネットワークを介してダウンロードしてもよい。   Examples of the storage medium for supplying the program code include a floppy (registered trademark) disk, a hard disk, a magneto-optical disk, a CD-ROM, a CD-R, a CD-RW, a DVD-ROM, a DVDRAM, and a DVD-RW. DVD + RW, magnetic tape, nonvolatile memory card, ROM, etc. can be used. Alternatively, the program code may be downloaded via a network.

また、コンピュータが読み出したプログラムコードを実行することにより、上記実施の形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれる。   Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) running on the computer based on the instruction of the program code. A case where part or all of the actual processing is performed and the functions of the above-described embodiments are realized by the processing is also included.

更に、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれる。   Further, after the program code read from the storage medium is written into a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. This includes a case where the CPU or the like provided in the board or the function expansion unit performs part or all of the actual processing, and the functions of the above-described embodiments are realized by the processing.

また、コンピュータが読み出したプログラムコードを実行することにより、前述した各実施の形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているOSなどが実際の処理の一部または全部を行い、その処理によって前述した各実施の形態の機能が実現される場合も、本発明に含まれることは言うまでもない。   Further, by executing the program code read out by the computer, not only the functions of the above-described embodiments are realized, but also the OS running on the computer based on the instruction of the program code is actually Needless to say, the present invention also includes a case in which the functions of the above-described embodiments are realized by performing part or all of the processing and the processing.

この場合、上記プログラムは、該プログラムを記憶した記憶媒体から直接、またはインターネット、商用ネットワーク、若しくはローカルエリアネットワーク等に接続された不図示の他のコンピュータやデータベース等からダウンロードすることにより供給される。   In this case, the program is supplied by downloading directly from a storage medium storing the program or from another computer or database (not shown) connected to the Internet, a commercial network, a local area network, or the like.

上記プログラムの形態は、オブジェクトコード、インタプリタにより実行されるプログラムコード、OS(オペレーティングシステム)に供給されるスクリプトデータ等の形態から成ってもよい。   The form of the program may be in the form of object code, program code executed by an interpreter, script data supplied to an OS (operating system), and the like.

本発明の第1の実施の形態に係る記録装置としてのディスクカムコーダの構成を示すブロック図である。1 is a block diagram showing a configuration of a disc camcorder as a recording apparatus according to a first embodiment of the present invention. ディスクカムコーダのデータ記録処理を示すフローチャートである。It is a flowchart which shows the data recording process of a disc camcorder. 図2のフローチャートの続きである。It is a continuation of the flowchart of FIG. データの流れを示すブロック図である。It is a block diagram which shows the flow of data. データの流れを示すブロック図である。It is a block diagram which shows the flow of data. PAUSE制御の有無とバックアップ電源残量によるデータのバックアップ先の記憶媒体との対応関係を示す図である。It is a figure which shows the correspondence of the presence or absence of PAUSE control and the storage medium of the backup destination of the data by the backup power remaining amount. ディスクカムコーダの電源を投入したときの動作を示すフローチャートである。It is a flowchart which shows operation | movement when the power supply of a disc camcorder is turned on. 本発明の第2の実施の形態に係る記録装置としてのディスクカムコーダの構成を示すブロック図である。It is a block diagram which shows the structure of the disc camcorder as a recording device based on the 2nd Embodiment of this invention. ディスクカムコーダのデータ記録処理を示すフローチャートである。It is a flowchart which shows the data recording process of a disc camcorder. 図9のフローチャートの続きである。FIG. 10 is a continuation of the flowchart of FIG. 9. データの流れを示すブロック図である。It is a block diagram which shows the flow of data. PAUSE制御の有無とバックアップ電源残量によるデータのバックアップ先の記憶媒体との対応関係を示す図である。It is a figure which shows the correspondence of the presence or absence of PAUSE control and the storage medium of the backup destination of the data by the backup power remaining amount. ディスクカムコーダの電源を投入したときの動作を示すフローチャートである。It is a flowchart which shows operation | movement when the power supply of a disc camcorder is turned on. 本発明の第3の実施の形態に係る記録装置としてのディスクカムコーダの構成を示すブロック図である。It is a block diagram which shows the structure of the disc camcorder as a recording device based on the 3rd Embodiment of this invention. ディスクカムコーダのデータ記録処理を示すフローチャートである。It is a flowchart which shows the data recording process of a disc camcorder. 図15のフローチャートの続きである。It is a continuation of the flowchart of FIG. PAUSE制御の有無とバックアップ電源残量によるデータのバックアップ先の記憶媒体との対応関係を示す図である。It is a figure which shows the correspondence of the presence or absence of PAUSE control and the storage medium of the backup destination of the data by the backup power remaining amount. 本発明の第4の実施の形態に係る記録装置としてのディスクカムコーダのデータ記録処理を示すフローチャートである。It is a flowchart which shows the data recording process of the disc camcorder as a recording device based on the 4th Embodiment of this invention. 図18のフローチャートの続きである。It is a continuation of the flowchart of FIG. PAUSE制御の有無とバックアップ電源残量によるデータのバックアップ先の記憶媒体との対応関係を示す図である。It is a figure which shows the correspondence of the presence or absence of PAUSE control and the storage medium of the backup destination of the data by the backup power remaining amount. 本発明の第5の実施の形態に係る記録装置としてのディスクカムコーダのデータ記録処理を示すフローチャートである。It is a flowchart which shows the data recording process of the disc camcorder as a recording device based on the 5th Embodiment of this invention. 図21のフローチャートの続きである。It is a continuation of the flowchart of FIG. PAUSE制御の有無とバックアップ電源残量によるデータのバックアップ先の記憶媒体との対応関係を示す図である。It is a figure which shows the correspondence of the presence or absence of PAUSE control and the storage medium of the backup destination of the data by the backup power remaining amount.

符号の説明Explanation of symbols

9 光磁気ディスク(記録媒体)18 CPU(制御手段)
19 揮発性メモリ(DRAM)(揮発性記憶手段、第1の揮発性記憶手段)
20 揮発性メモリ(SDRAM)(第2の揮発性記憶手段)
21 不揮発性メモリ(FLASHメモリ)(不揮発性記憶手段)
22 バックアップ電源
23 バックアップ電源監視部(検出手段)
9 Magneto-optical disk (recording medium) 18 CPU (control means)
19 Volatile memory (DRAM) (volatile storage means, first volatile storage means)
20 volatile memory (SDRAM) (second volatile storage means)
21 Nonvolatile memory (FLASH memory) (nonvolatile storage means)
22 Backup power supply 23 Backup power supply monitoring unit (detection means)

Claims (10)

情報データを一時的に記憶する揮発性記憶手段と、情報データを記憶する不揮発性記憶手段と、情報データを記録媒体に記録する記録手段とを備えた記録装置であって、
前記情報データの記録指示に応じて、入力された前記情報データを前記揮発性記憶手段に一時的に記憶し、前記揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、前記揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御すると共に、
前記情報データの記録停止の指示に応じて、前記入力された情報データの前記揮発性記憶手段に対する記憶を停止すると共に、前記揮発性記憶手段に記憶された情報データを読み出して前記不揮発性記憶手段に記憶した後、前記不揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御する制御手段を備えることを特徴とする記録装置。
A recording apparatus comprising: volatile storage means for temporarily storing information data; nonvolatile storage means for storing information data; and recording means for recording information data on a recording medium,
In response to an instruction to record the information data, the input information data is temporarily stored in the volatile storage means, and a predetermined amount of the information data is stored in the volatile storage means , Controlling the recording means to read the information data stored in the volatile storage means and record it on the recording medium,
In response to an instruction to stop recording the information data, the storage of the input information data in the volatile storage unit is stopped, and the information data stored in the volatile storage unit is read to read the nonvolatile storage unit A recording apparatus comprising: control means for controlling the recording means so that the information data stored in the non-volatile storage means is read and recorded on the recording medium.
前記制御手段は、前記記録装置の電源投入時、前記不揮発性記憶手段に記憶された情報データの前記記録媒体への記録が終了済みか否かを検出し、記録が未終了の場合、前記不揮発性記憶手段に記憶された未記録の情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御することを特徴とする請求項1記載の記録装置。   The control means detects whether or not the recording of the information data stored in the nonvolatile storage means has been completed when the recording device is turned on. 2. A recording apparatus according to claim 1, wherein said recording means is controlled to read out unrecorded information data stored in said storage means and record it on said recording medium. 情報データを一時的に記憶する第1の揮発性記憶手段と、バックアップ用電源によって記憶内容を保持可能な第2の揮発性記憶手段と、情報データを記憶する不揮発性記憶手段と、情報データを記録媒体に記録する記録手段とを備えた記録装置であって、
前記情報データの記録指示に応じて、入力された前記情報データを前記第1の揮発性記憶手段に一時的に記憶し、前記第1の揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、前記第1の揮発性記憶手段に記憶された情報データを読み出して前記第2の揮発性記憶手段に記憶した後、前記第2の揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御すると共に、
前記情報データの記録停止の指示に応じて、前記入力された情報データの前記第1の揮発性記憶手段に対する記憶を停止すると共に、前記第1の揮発性記憶手段に記憶された情報データを読み出して前記不揮発性記憶手段に記憶した後、前記不揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御する制御手段を備えることを特徴とする記録装置。
A first volatile storage means for temporarily storing information data; a second volatile storage means capable of holding the stored contents by a backup power supply; a non-volatile storage means for storing information data; A recording apparatus comprising recording means for recording on a recording medium,
In response to an instruction to record the information data, the input information data is temporarily stored in the first volatile storage means, and a predetermined amount of the information data is stored in the first volatile storage means. In response, the information data stored in the first volatile storage means is read out and stored in the second volatile storage means, and then the information stored in the second volatile storage means Controlling the recording means to read and record data on the recording medium;
In response to an instruction to stop recording the information data, the storage of the input information data in the first volatile storage unit is stopped and the information data stored in the first volatile storage unit is read out. And a control unit that controls the recording unit so that the information data stored in the non-volatile storage unit is read and recorded on the recording medium.
情報データを一時的に記憶する第1の揮発性記憶手段と、バックアップ用電源によって記憶データを保持可能な第2の揮発性記憶手段と、情報データを記憶する不揮発性記憶手段と、情報データを記録媒体に記録する記録手段とを備えた記録装置であって、
前記バックアップ用電源の残量を検出する検出手段と、
前記情報データの記録指示に応じて、入力された前記情報データを前記第1の揮発性記憶手段に一時的に記憶し、前記第1の揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、前記第1の揮発性記憶手段に記憶された情報データを読み出して前記第2の揮発性記憶手段に記憶した後、前記第2の揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御し、
前記情報データの記録停止の指示に応じて、前記バックアップ用電源の残量が所定量以上の場合、前記入力された情報データの前記第1の揮発性記憶手段に対する記憶を停止すると共に、前記第1の揮発性記憶手段に記憶された情報データを読み出して前記第2の揮発性記憶手段に記憶した後、前記第2の揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御すると共に、
前記情報データの記録停止の指示に応じて、前記バックアップ用電源の残量が所定量未満の場合、前記入力された情報データの前記第1の揮発性記憶手段に対する記憶を停止すると共に、前記第1の揮発性記憶手段に記憶された情報データを読み出して前記不揮発性記憶手段に記憶した後、前記不揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御する制御手段を備えることを特徴とする記録装置。
First volatile storage means for temporarily storing information data, second volatile storage means capable of holding stored data by a backup power source, non-volatile storage means for storing information data, and information data A recording apparatus comprising recording means for recording on a recording medium,
Detecting means for detecting the remaining amount of the backup power supply;
In response to an instruction to record the information data, the input information data is temporarily stored in the first volatile storage means, and a predetermined amount of the information data is stored in the first volatile storage means. In response, the information data stored in the first volatile storage means is read out and stored in the second volatile storage means, and then the information stored in the second volatile storage means Controlling the recording means to read and record data on the recording medium;
When the remaining amount of the backup power supply is greater than or equal to a predetermined amount in response to an instruction to stop recording the information data, the storage of the input information data in the first volatile storage unit is stopped and the first After reading the information data stored in one volatile storage means and storing it in the second volatile storage means, the information data stored in the second volatile storage means is read and recorded on the recording medium And controlling the recording means to
When the remaining amount of the backup power supply is less than a predetermined amount in response to the instruction to stop recording the information data, the storage of the input information data in the first volatile storage unit is stopped and the first The recording means is configured to read information data stored in one volatile storage means and store the information data in the nonvolatile storage means, and then read the information data stored in the nonvolatile storage means and record the information data on the recording medium. A recording apparatus comprising control means for controlling.
情報データを一時的に記憶する第1の揮発性記憶手段と、バックアップ用電源によって記憶データを保持可能な第2の揮発性記憶手段と、情報データを記憶する不揮発性記憶手段と、情報データを記録媒体に記録する記録手段とを備えた記録装置であって、
前記バックアップ用電源の残量を検出する検出手段と、
前記情報データの記録指示に応じて、入力された前記情報データを前記第1の揮発性記憶手段に一時的に記憶し、前記バックアップ用電源の残量が所定量以上の場合で且つ前記第1の揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、又は、前記情報データの記録停止の指示に応じて、前記第1の揮発性記憶手段に記憶された情報データを前記第2の揮発性記憶手段に記憶した後、前記第2の揮発性記憶手段に記憶された情報データを前記記録媒体に記録するよう前記記録手段を制御すると共に、
前記バックアップ用電源の残量が所定量未満の場合で且つ前記第1の揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、又は、前記情報データの記録停止の指示に応じて、前記第1の揮発性記憶手段に記憶された情報データを前記不揮発性記憶手段に記憶した後、前記不揮発性記憶手段に記憶された情報データを前記記録媒体に記録するよう前記記録手段を制御する制御手段を備えることを特徴とする記録装置。
First volatile storage means for temporarily storing information data, second volatile storage means capable of holding stored data by a backup power source, non-volatile storage means for storing information data, and information data A recording apparatus comprising recording means for recording on a recording medium,
Detecting means for detecting the remaining amount of the backup power supply;
In response to an instruction to record the information data, the input information data is temporarily stored in the first volatile storage means, and the first power source for backup is more than a predetermined amount and the first data The information data stored in the first volatile storage means in response to a predetermined amount of the information data being stored in the volatile storage means or in response to an instruction to stop recording the information data Is stored in the second volatile storage means, and then the recording means is controlled to record the information data stored in the second volatile storage means on the recording medium,
When the remaining amount of the backup power source is less than a predetermined amount and when a predetermined amount of the information data is stored in the first volatile storage means, or an instruction to stop recording the information data In response, the information data stored in the first volatile storage means is stored in the nonvolatile storage means, and then the information data stored in the nonvolatile storage means is recorded on the recording medium. A recording apparatus comprising control means for controlling the means.
情報データを一時的に記憶する第1の揮発性記憶手段と、バックアップ用電源によって記憶データを保持可能な第2の揮発性記憶手段と、情報データを記憶する不揮発性記憶手段と、情報データを記録媒体に記録する記録手段とを備えた記録装置であって、
前記バックアップ用電源の残量を検出する検出手段と、
前記情報データの記録指示に応じて、入力された前記情報データを前記第1の揮発性記憶手段に一時的に記憶し、前記バックアップ用電源の残量が所定量以上の場合で且つ前記第1の揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、前記第1の揮発性記憶手段に記憶された情報データを前記第2の揮発性記憶手段に記憶した後、前記第2の揮発性記憶手段に記憶された情報データを前記記録媒体に記録するよう前記記録手段を制御すると共に、
前記バックアップ用電源の残量が所定量未満の場合で且つ前記揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、又は、前記バックアップ用電源の残量が所定量以上の場合で且つ前記情報データの記録停止の指示に応じて、前記第1の揮発性記憶手段に記憶された情報データを前記不揮発性記憶手段に記憶した後、前記不揮発性記憶手段に記憶された情報データを前記記録媒体に記録するよう前記記録手段を制御する制御手段を備えることを特徴とする記録装置。
First volatile storage means for temporarily storing information data, second volatile storage means capable of holding stored data by a backup power source, non-volatile storage means for storing information data, and information data A recording apparatus comprising recording means for recording on a recording medium,
Detecting means for detecting the remaining amount of the backup power supply;
In response to an instruction to record the information data, the input information data is temporarily stored in the first volatile storage means, and the first power source for backup is more than a predetermined amount and the first data In response to the predetermined amount of the information data being stored in the volatile storage means, the information data stored in the first volatile storage means is stored in the second volatile storage means, Controlling the recording means to record the information data stored in the second volatile storage means on the recording medium;
When the remaining amount of the backup power source is less than a predetermined amount and when the predetermined amount of the information data is stored in the volatile storage unit, or the remaining amount of the backup power source is equal to or larger than the predetermined amount And in response to an instruction to stop recording the information data, the information data stored in the first volatile storage means is stored in the nonvolatile storage means and then stored in the nonvolatile storage means. A recording apparatus comprising: control means for controlling the recording means to record information data on the recording medium.
前記制御手段は、前記記録装置の電源投入時、前記第2の揮発性記憶手段又は前記不揮発性記憶手段に記憶された情報データの前記記録媒体への記録が終了済みか否かを検出し、記録が未終了の場合、前記第2の揮発性記憶手段又は前記不揮発性記憶手段に記憶された未記録の情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御することを特徴とする請求項3乃至6の何れかに記載の記録装置。   The control means detects whether or not recording of the information data stored in the second volatile storage means or the nonvolatile storage means has been completed when the recording apparatus is turned on, When recording has not been completed, the recording means is controlled so as to read unrecorded information data stored in the second volatile storage means or the nonvolatile storage means and record it on the recording medium. The recording apparatus according to claim 3. 前記記録媒体は、撮影した画像データを記録するディスク状記録媒体を含むことを特徴とする請求項1乃至7の何れかに記載の記録装置。   The recording apparatus according to claim 1, wherein the recording medium includes a disk-shaped recording medium that records captured image data. 情報データを一時的に記憶する揮発性記憶手段と、情報データを記憶する不揮発性記憶手段と、情報データを記録媒体に記録する記録手段とを備えた記録装置の制御方法であって、
前記情報データの記録指示に応じて、入力された前記情報データを前記揮発性記憶手段に一時的に記憶し、前記揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、前記揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御すると共に、
前記情報データの記録停止の指示に応じて、前記入力された情報データの前記揮発性記憶手段に対する記憶を停止すると共に、前記揮発性記憶手段に記憶された情報データを読み出して前記不揮発性記憶手段に記憶した後、前記不揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御することを特徴とする制御方法。
A control method for a recording apparatus comprising: volatile storage means for temporarily storing information data; nonvolatile storage means for storing information data; and recording means for recording information data on a recording medium,
In response to an instruction to record the information data, the input information data is temporarily stored in the volatile storage means, and a predetermined amount of the information data is stored in the volatile storage means , Controlling the recording means to read the information data stored in the volatile storage means and record it on the recording medium,
In response to an instruction to stop recording the information data, the storage of the input information data in the volatile storage unit is stopped, and the information data stored in the volatile storage unit is read to read the nonvolatile storage unit A control method for controlling the recording means so as to read the information data stored in the nonvolatile storage means and record it on the recording medium.
情報データを一時的に記憶する揮発性記憶手段と、情報データを記憶する不揮発性記憶手段と、情報データを記録媒体に記録する記録手段とを備えた記録装置の制御方法をコンピュータに実行させるプログラムであって、
前記情報データの記録指示に応じて、入力された前記情報データを前記揮発性記憶手段に一時的に記憶し、前記揮発性記憶手段に対し所定量の前記情報データが記憶されたことに応じて、前記揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御すると共に、
前記情報データの記録停止の指示に応じて、前記入力された情報データの前記揮発性記憶手段に対する記憶を停止すると共に、前記揮発性記憶手段に記憶された情報データを読み出して前記不揮発性記憶手段に記憶した後、前記不揮発性記憶手段に記憶された情報データを読み出して前記記録媒体に記録するよう前記記録手段を制御するモジュールを備えることを特徴とするプログラム。
A program for causing a computer to execute a control method of a recording apparatus including a volatile storage unit that temporarily stores information data, a nonvolatile storage unit that stores information data, and a recording unit that records information data on a recording medium Because
In response to an instruction to record the information data, the input information data is temporarily stored in the volatile storage means, and a predetermined amount of the information data is stored in the volatile storage means , Controlling the recording means to read the information data stored in the volatile storage means and record it on the recording medium,
In response to an instruction to stop recording the information data, the storage of the input information data in the volatile storage unit is stopped, and the information data stored in the volatile storage unit is read to read the nonvolatile storage unit And a module for controlling the recording means to read the information data stored in the nonvolatile storage means and record the information data in the recording medium.
JP2005169584A 2005-06-09 2005-06-09 Recording device, control method, and program Pending JP2006344308A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005169584A JP2006344308A (en) 2005-06-09 2005-06-09 Recording device, control method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005169584A JP2006344308A (en) 2005-06-09 2005-06-09 Recording device, control method, and program

Publications (1)

Publication Number Publication Date
JP2006344308A true JP2006344308A (en) 2006-12-21

Family

ID=37641149

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005169584A Pending JP2006344308A (en) 2005-06-09 2005-06-09 Recording device, control method, and program

Country Status (1)

Country Link
JP (1) JP2006344308A (en)

Similar Documents

Publication Publication Date Title
JP4636320B2 (en) Video camera and mount control method
JP2006120304A (en) Data processing apparatus and its control method and program and storage medium
JP2004111026A (en) Data processing apparatus and method, and program
KR100563538B1 (en) Information recording apparatus and information recoding method
JP2006344308A (en) Recording device, control method, and program
JP3913215B2 (en) Recording / reproducing apparatus, information recording / reproducing system, information recording / reproducing method, and computer-readable recording medium
JP2004246996A (en) Recording management device, system for recovering the number of times of recording, and method for recovering the number of times of recording
CN100414972C (en) Imaging apparatus and control method thereof
JP4857140B2 (en) Recording apparatus and recording apparatus control method
JP4872639B2 (en) Recording / reproducing apparatus, recording / reproducing method, and program
JP2008269726A (en) Recording and reproducing device
JP2011060391A (en) Reproduction device
US20070126879A1 (en) Recording and reproducing apparatus, recording apparatus, and system including them
US7697379B2 (en) Information processing apparatus and its control method, program, and storage medium
JP2005302225A (en) Optical disk recorder
JP4590297B2 (en) Recording / playback device
JP4281803B2 (en) Information recording apparatus and information recording method
JP2006179136A (en) Information recording and reproducing device
JP4208743B2 (en) Recording apparatus and recording method
JP4208711B2 (en) RECORDING DEVICE, RECORDING DEVICE CONTROL METHOD, AND COMPUTER PROGRAM
JP2005192143A (en) Recording apparatus and method, computer program, and computer readable recording medium
JP2007242086A (en) Information recording/reproducing device
JP2001243694A (en) Recording and reproducing device
JP4569662B2 (en) Information recording apparatus and information recording method
JP2005302226A (en) Optical disk recorder

Legal Events

Date Code Title Description
RD05 Notification of revocation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7425

Effective date: 20070626