WO2021230061A1 - 情報処理装置、情報処理方法およびプログラム - Google Patents

情報処理装置、情報処理方法およびプログラム Download PDF

Info

Publication number
WO2021230061A1
WO2021230061A1 PCT/JP2021/016624 JP2021016624W WO2021230061A1 WO 2021230061 A1 WO2021230061 A1 WO 2021230061A1 JP 2021016624 W JP2021016624 W JP 2021016624W WO 2021230061 A1 WO2021230061 A1 WO 2021230061A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
buffer
data
salvage
recording
Prior art date
Application number
PCT/JP2021/016624
Other languages
English (en)
French (fr)
Inventor
慎介 米長
慎平 胤森
立 桑原
Original Assignee
ソニーグループ株式会社
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 ソニーグループ株式会社 filed Critical ソニーグループ株式会社
Priority to US17/921,511 priority Critical patent/US11869539B2/en
Publication of WO2021230061A1 publication Critical patent/WO2021230061A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/10Digital recording or reproducing
    • G11B20/10527Audio or video recording; Data buffering arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/76Television signal recording
    • H04N5/765Interface circuits between an apparatus for recording and another apparatus
    • H04N5/77Interface circuits between an apparatus for recording and another apparatus between a recording apparatus and a television camera
    • H04N5/772Interface circuits between an apparatus for recording and another apparatus between a recording apparatus and a television camera the recording apparatus and the television camera being placed in the same enclosure
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/10Digital recording or reproducing
    • G11B20/10527Audio or video recording; Data buffering arrangements
    • G11B2020/1062Data buffering arrangements, e.g. recording or playback buffers
    • G11B2020/10629Data buffering arrangements, e.g. recording or playback buffers the buffer having a specific structure
    • G11B2020/10666Ring buffers, e.g. buffers wherein an iteratively progressing read or write pointer moves back to the beginning of the buffer when reaching the last storage cell

Definitions

  • the present invention relates to an information processing device, an information processing method and a program.
  • Next-generation recording media aimed at high speed and large capacity have been proposed.
  • a semiconductor memory compliant with CFexpress is attracting attention because it can transfer a large amount of shooting data at a higher speed than the fastest XQD card so far.
  • the input data is temporarily stored in the buffer, and after a certain amount of data is stored, it is recorded on the recording medium. If an error occurs during data recording, the buffer data will be lost without being recorded on the recording medium. Therefore, the image is lost retroactively from the occurrence of the abnormality only for the missing period according to the buffer data.
  • a plurality of buffers in which different buffer data are stored and two or more consecutive allocation units included in the recording medium are secured as ring buffers, and a plurality of buffers stored in each of the plurality of buffers are secured.
  • An information processing apparatus including a file recording processing unit that extracts data at regular intervals and records it in the ring buffer as a salvage file for data recovery is provided. Further, according to the present disclosure, there is provided an information processing method in which the information processing of the information processing apparatus is executed by a computer, and a program for realizing the information processing of the information processing apparatus in the computer.
  • FIG. 1 is a diagram showing an example of a system configuration of the image pickup apparatus 1.
  • the image pickup device 1 is an information processing device that processes input data such as video and audio.
  • the processed data is recorded on the recording medium 37.
  • the recording medium 37 for example, a semiconductor memory compliant with CFexpress is used.
  • the image pickup device 1 has, for example, an image pickup unit 2 and a recording unit 3.
  • the image pickup unit 2 controls, for example, a video camera and generates video data.
  • the recording unit 3 records, for example, video data, audio data, and metadata on the recording medium 37 and reproduces them.
  • the image pickup unit 2 photoelectrically converts the image pickup light input via the optical unit 11 to generate an analog video signal.
  • the optical unit 11 is composed of a lens, a diaphragm, a filter, and the like.
  • the image pickup unit 12 has a solid-state image pickup element such as a CCD (Charge Coupled Devices) imager.
  • the image pickup signal obtained by the image pickup unit 12 is supplied to a video processor 13 having an analog / digital converter, an image adjustment function, and the like.
  • the video processor 13 converts the supplied imaging signal into digital video data and adjusts the image.
  • the video processor 13 supplies the converted digital video signal to the video signal compression unit 16 that compresses the digital video data by a predetermined method.
  • the video signal compression unit 16 compresses and encodes the supplied digital video signal by an MPEG (Moving Picture Experts Group) method or the like.
  • the video signal compression unit 16 supplies the compressed video data to the data bus 20 via the video interface 17.
  • the compressed video data is supplied to the recording unit 3 via the recording unit interface 26 and recorded on the recording medium 37.
  • Each data used in the image pickup unit 2 is transmitted to each unit via the data bus 20.
  • the operation signal output from the operation unit 39 is supplied from the recording unit 3 to the CPU 21 via the image pickup unit interface 41, the recording unit interface 26, and the data bus 20.
  • the CPU (Central Processing Unit) 21 is a control means for controlling the processing of each unit in the image pickup unit 2, and interprets the supplied operation signal. When interpreting the operation signal, the CPU 21 reads the control program from the ROM 22 at a predetermined timing, and temporarily stores the temporary data, parameters, and the like in the RAM 23.
  • the ROM (Read Only Memory) 22 is a read-only memory
  • the RAM (Random Access Memory) 23 is a writable memory.
  • the CPU 21 converts the operation signal supplied from the operation unit 39 into a control signal for driving the image pickup unit 12 and supplies the operation signal to the camera controller 14 via the camera controller interface 15.
  • the camera controller 14 controls the aperture, zoom, filter, and the like of the image pickup unit 12 based on the supplied control signal.
  • the CPU 21 supplies an image processing signal instructing image processing to the video processor 13 via the video processor interface 18.
  • the video processor 13 performs compression processing and the like of a digital video signal based on the supplied image processing signal.
  • the image pickup unit 2 has a view finder 25 that displays an image being photographed, a reproduced image, metadata, and the like.
  • the image being photographed, the reproduced image, the metadata, etc. transmitted via the data bus 20 are displayed on the viewfinder 25 having a liquid crystal screen or the like via the viewfinder interface 24.
  • the recording unit 3 has a microphone 30.
  • the microphone 30 directed toward the subject collects surrounding sounds and generates analog audio data.
  • the microphone 30 supplies an analog audio signal to an audio processor 31 having an analog / digital converter, an audio adjustment function, and the like.
  • the audio processor 31 converts the supplied analog audio signal into digital audio data and adjusts the sound.
  • the audio processor 31 supplies digital audio data to the data bus 50 via the audio interface 32.
  • the digital audio data is stored in the recording medium 37.
  • Various data used in the recording unit 3 are transmitted to each unit via the data bus 50.
  • the operation unit 39 is used in the recording, reproduction and editing operations of the image pickup unit 2 and the recording unit 3.
  • the operation unit 39 is composed of, for example, a button or a switch.
  • the operation unit 39 generates an operation signal by a manual operation such as starting imaging.
  • the generated operation signal is supplied from the operation unit 39 to the CPU 34 that controls the processing of each unit in the recording unit 3 via the operation unit interface 40 and the data bus 50.
  • an operation signal is supplied to the image pickup unit 2 via the image pickup unit interface 41.
  • the CPU 34 interprets the supplied operation signal, reads the control program from the read-only ROM 35 at a predetermined timing, and temporarily stores the temporary data, parameters, and the like in the writable RAM 36.
  • the recording unit 3 has a card slot 46.
  • a recording medium (memory card) 37 is detachably mounted in the card slot 46 of the recording unit 3.
  • the recording medium 37 mounted in the card slot 46 can transfer data to and from the data processing unit in the recording unit 3 via the recording media interface 38.
  • An imaging unit interface 41 is connected to the data bus 50 in the recording unit 3 in order to exchange data with the imaging unit 2.
  • the video data captured by the image pickup unit 2 is supplied to and recorded on the recording medium 37 via the recording unit interface 26, the image pickup unit interface 41, the data bus 50, and the recording media interface 38.
  • the CPU 34 functions as a recording control unit, and a control process for recording is executed.
  • the CPU 34 causes a liquid crystal display unit 44 having a liquid crystal screen to display a monitor image, a time code, an audio level, metadata, various menus, and the like, for example, via a data bus 50 and a liquid crystal display interface 43.
  • the video data, audio data, and the like read from the recording medium 37 can also be displayed as a video image reproduced on the liquid crystal display unit 44.
  • the image pickup apparatus 1 includes a computer interface 42 used for exchanging data with an external computer.
  • the computer interface 42 is, for example, an interface compliant with the USB standard, and can be connected to an external computer device (not shown) to transmit data, or can be connected to a speaker to emit reproduced audio data.
  • the image pickup apparatus 1 includes a network interface 45 used for exchanging data via a network.
  • the network interface 45 can be connected to a server (not shown) or an external computer device to transmit data.
  • FIG. 2 is a diagram showing an example of a method of recording data on the recording medium 37.
  • FIG. 2 is a functional block diagram viewed from the flow of recorded data. Using the video processor 13, CPU 21, CPU 34, RAM 23, RAM 36, and the like shown in FIG. 1, each process shown in FIG. 2 is performed.
  • the image pickup apparatus 1 has, for example, a codec unit 51, a file recording processing unit 53, and a plurality of buffers 52.
  • a plurality of data DTs are input to the codec unit 51.
  • a plurality of data DTs for example, RSV (RSView32 Project) data DTA, KLV (Key-Length-Value) data DTB, and BIM (Binary format for Metadata) data DTC are input.
  • the codec unit 51 encodes each data DT and outputs it to the buffer 52.
  • the image pickup apparatus 1 is provided with a plurality of buffers 52 corresponding to each data DT. Different buffer data BDs (see FIG. 4) are accumulated in the plurality of buffers 52.
  • Different buffer data BDs are accumulated in the plurality of buffers 52.
  • an RSV buffer 52A corresponding to RSV data DTA, a KLV buffer 52B corresponding to KLV data DTB, and a BIM buffer 52C corresponding to BIM data DTC are provided as a plurality of buffers 52.
  • the data encoded by the codec unit 51 is stored in each buffer 52 as buffer data BD.
  • Each buffer 52 has a buffer capacity that is an integral multiple of the recording unit RU (see FIG. 3).
  • the recording unit BU is the smallest unit for writing data with one multi-block write command.
  • the capacity of the recording unit RU is defined by the standard.
  • the capacity of the recording unit RU defined by CFexpress is 2 MB.
  • the buffer capacity of each buffer 52 is equal to the capacity of one recording unit RU. Therefore, it is suppressed that the memory area of the recording medium 37 is pressed by the buffer data BD.
  • the buffer data BD that has reached the buffer capacity is output to the recording medium 37 by the file recording processing unit 53, and is stored in the video recording area 55 of the recording medium 37 as a video file VF.
  • the file recording processing unit 53 backs up the buffer data BD at regular intervals so that a large loss period does not occur due to an abnormality that occurs during recording. For example, assuming that the permissible loss period is 10 seconds, the file recording processing unit 53 extracts the buffer data BD from each buffer 52 every 10 seconds. The file recording processing unit 53 secures a memory area that functions as a ring buffer 54 in the recording medium 37, and records the buffer data BD of each buffer 52 extracted every 10 seconds in this memory area.
  • FIG. 3 is a diagram showing the configuration of the ring buffer 54.
  • the file recording processing unit 53 secures two or more consecutive allocation units AUs included in the recording medium 37 as the ring buffer 54.
  • the allocation unit AU is a management unit on the logical space of the memory device for ensuring the performance of high-speed writing.
  • One allocation unit AU is composed of a plurality of recording units RU.
  • the file recording processing unit 53 extracts a plurality of buffer data stored in each of the plurality of buffers 52 at regular time intervals and records them in the ring buffer 54.
  • the buffer data recorded in the ring buffer 54 is stored, for example, as a salvage file SF for data recovery named "SALVAGE.SLI".
  • the file recording processing unit 53 positions the head of the salvage file SF at the boundary of the allocation unit AU. When the file pointer PT reaches the end of the file (the boundary of the allocation unit AU), the file recording processing unit 53 re-secures the allocation unit AU at the head of the salvage file SF. The file recording processing unit 53 starts writing data again from the beginning of the re-allocated allocation unit AU. Files other than the salvage file SF, such as the video file VF and the system file SYS, are stored in a memory area different from that of the ring buffer 54. File system information such as FAT (File Allocation Table) and Directory Entry is recorded in the system file SYS.
  • FAT File Allocation Table
  • the ring buffer 54 may be configured by at least two allocation units AU.
  • the salvage file SF recorded in the ring buffer 54 is not referred to except when an abnormality occurs. Therefore, it is preferable to minimize the memory area of the ring buffer 54. Therefore, in the present embodiment, the ring buffer 54 is composed of two consecutive allocation units AU.
  • the file recording processing unit 53 backs up the buffer data BD at regular intervals so that a large loss period does not occur due to an abnormality that occurs during recording. For example, assuming that the permissible loss period is 10 seconds, the file recording processing unit 53 extracts the buffer data BD from each buffer 52 every 10 seconds. The file recording processing unit 53 secures a memory area that functions as a ring buffer 54 in the recording medium 37, and records the buffer data BD of each buffer 52 extracted every 10 seconds in this memory area.
  • the file recording processing unit 53 pads a portion of each buffer data BD that is less than the buffer capacity.
  • the file recording processing unit 53 combines a plurality of padded buffer data BDs and records them in the ring buffer 54 as a salvage file SF for data recovery.
  • the embedded data PD is added to the portion less than the buffer capacity.
  • the buffer data BD and the embedded data PD generate correction data BC having the same capacity as the buffer capacity.
  • the file recording processing unit 53 combines a plurality of correction data BCs obtained by padding to generate a salvage file SF.
  • the file recording processing unit 53 acquires the buffer data BD that has reached the buffer capacity from each buffer 52 and records it as a video file VF in a memory area of a recording medium 37 different from the ring buffer 54.
  • the file recording processing unit 53 identifies the latest salvage file SF from a plurality of salvage file SFs recorded in the ring buffer 54 in response to the occurrence of an error in the recording medium 37. do.
  • the file recording processing unit 53 adds the latest salvage file SF to the end of the video file VF. After that, as shown in FIG. 7, the file recording processing unit 53 deletes all the salvage files SF recorded in the ring buffer 54.
  • FIG. 8 is a flowchart showing the opening process of the salvage file SF.
  • step S1 the file recording processing unit 53 determines whether or not the salvage file SF to be written exists in the recording medium 37.
  • step S1 If it is determined in step S1 that the salvage file SF exists (step S1: Yes), the process proceeds to step S2.
  • step S2 the file recording processing unit 53 determines whether or not the salvage file SF is arranged along the block of the recording medium 37 (the block of the memory partitioned as the allocation unit AU).
  • the file recording processing unit 53 detects the position of the beginning of the salvage file SF when opening the salvage file SF. When the head of the salvage file SF exists at the boundary of the allocation unit AU, the file recording processing unit 53 determines that the salvage file SF is arranged along the block.
  • step S2 If it is determined in step S2 that the salvage file SF is arranged along the block of the recording medium 37 (step S2: Yes), the process proceeds to step S3. In step S3, the file recording processing unit 53 opens the salvage file SF.
  • step S1 If it is not determined in step S1 that the salvage file SF exists (step S1: No), the process proceeds to step S4.
  • step S4 the file recording processing unit 53 creates the salvage file SF with an address and a size along the block of the recording medium 37. After that, the process proceeds to step S3, and the salvage file SF is opened by the file recording processing unit 53.
  • step S2 If it is not determined in step S2 that the salvage file SF is arranged along the block of the recording medium 37 (step S2: No), the process proceeds to step S5.
  • step S5 the file recording processing unit 53 changes the position of the salvage file SF so that the position of the head of the salvage file SF is arranged at the boundary of the allocation unit AU. After that, the process proceeds to step S3, and the salvage file SF is opened by the file recording processing unit 53.
  • FIG. 9 is a flowchart showing a writing process to the salvage file SF.
  • step S11 the file recording processing unit 53 determines whether or not the writing has reached the end of the salvage file SF.
  • step S11 If it is determined in step S11 that the writing has reached the end of the salvage file SF (step S11: Yes), the process proceeds to step S12.
  • step S12 the file recording processing unit 53 seeks the file pointer PT to the beginning of the salvage file SF. After that, the process proceeds to step S13.
  • step S13 the file recording processing unit 53 determines whether or not the writing crosses the boundary of the block.
  • step S13 If it is determined in step S13 that the writing crosses the boundary of the block (step S13: Yes), the process proceeds to step S14.
  • step S14 the file recording processing unit 53 notifies the recording medium 37 of the position of the block to be written next. Then, the process proceeds to step S15.
  • step S15 the file recording processing unit 53 writes to the position notified to the recording medium 37.
  • step S11 If it is not determined in step S11 that the writing has reached the end of the salvage file SF (step S11: No), the process proceeds to step S13. Then, the flow after step S13 described above is carried out. If it is not determined in step S13 that the write has crossed the boundary of the block (step S13: No), the process proceeds to step S15. Then, in step S15, the writing of data is continued.
  • step S14 and step S15 may be executed by the same command.
  • the image pickup apparatus 1 has a plurality of buffers 52 and a file recording processing unit 53. Different buffer data BDs are stored in the plurality of buffers 52.
  • the file recording processing unit 53 secures two or more consecutive allocation units AUs included in the recording medium 37 as the ring buffer 54.
  • the file recording processing unit 53 extracts a plurality of buffer data BDs stored in the plurality of buffers 52 at regular intervals and records them in the ring buffer 54 as salvage file SF for data recovery.
  • the information processing of the above-mentioned information processing apparatus is executed by the computer.
  • the program of the present embodiment makes the computer realize the information processing of the above-mentioned information processing apparatus.
  • the buffer data BD is recorded in the ring buffer format. Therefore, the loss period can be shortened without significantly pressing the memory area of the recording medium 37.
  • the upper part of FIG. 10 is a diagram showing a method of generating a salvage file SF of the present embodiment
  • the lower part of FIG. 10 is a diagram showing a method of generating a salvage file SF of a comparative example.
  • new salvage files SF (SF1, SF2, SF3, ...) are sequentially recorded along the block of the recording medium 37, and old salvage files SF are sequentially deleted.
  • the salvage file SF is not recorded in the ring buffer format.
  • the file recording processing unit 53 pads a portion of each buffer data BD that is less than the buffer capacity.
  • the file recording processing unit 53 combines a plurality of padded buffer data BDs to generate a salvage file SF.
  • the buffer data BD can be reliably recorded on the recording medium 37.
  • the file recording processing unit 53 acquires the buffer data BD that has reached the buffer capacity from each buffer 52, and records it as a video file VF in the memory area of the recording medium 37 different from the ring buffer 54.
  • the file recording processing unit 53 adds the latest salvage file SF to the end of the video file VF in response to the occurrence of an error in the recording medium 37. Then, the file recording processing unit 53 deletes all the salvage files SF recorded in the ring buffer 54.
  • the video can be reliably restored based on the latest buffer data BD.
  • the file recording processing unit 53 detects the position at the beginning of the salvage file SF when opening the salvage file SF. When the head position does not exist at the boundary of the allocation unit AU, the file recording processing unit 53 changes the position of the salvage file SF so that the head position of the salvage file SF is located at the boundary of the allocation unit AU. ..
  • the ring buffer 54 is composed of two consecutive allocation units AU.
  • the memory area of the recording medium 37 is suppressed from being compressed.
  • the file recording processing unit adds the latest salvage file to the end of the video file in response to an error in the recording medium, and deletes all the salvage files recorded in the ring buffer.
  • the information processing device according to (2) above.
  • the file recording processing unit detects the position of the head of the salvage file when opening the salvage file, and if the head position does not exist at the boundary of the allocation unit, the position of the head of the salvage file is set.
  • the information processing apparatus according to any one of (1) to (3) above, which changes the position of the salvage file so as to be arranged at the boundary of the allocation unit.

Abstract

情報処理装置(1)は、複数のバッファ(52)とファイル記録処理部(53)とを有する。複数のバッファ(52)には、互いに異なるバッファデータ(BD)が蓄積される。ファイル記録処理部(53)は、記録メディアに含まれる連続した2以上のアロケーションユニット(AU)をリングバッファ(54)として確保する。ファイル記録処理部(53)は、複数のバッファ(52)にそれぞれ蓄積された複数のバッファデータ(BD)を一定時間ごとに抽出して、データ復旧用のサルベージファイル(SF)としてリングバッファ(54)に記録する。

Description

情報処理装置、情報処理方法およびプログラム
 本発明は、情報処理装置、情報処理方法およびプログラムに関する。
 高速化および大容量化を目的とした次世代型の記録メディアが提案されている。例えば、CFexpressに準拠した半導体メモリは、これまで最も速かったXQDカードよりもさらに高速に大容量の撮影データを転送できることから、注目されている。
特開2011-165012号公報 特開2019-057156号公報 特開2015-099521号公報
 記録メディアに高速に映像を書きこむためには、決められた単位のデータ量ごとに書きこみを行う必要がある。そのため、入力データは一時的にバッファに蓄積され、一定量のデータが蓄積されてから、記録メディアに記録される。データの記録中に異常が発生すると、バッファデータは記録メディアに記録されずに消失する。そのため、バッファデータに応じた欠損期間だけ異常発生から遡って映像が失われる。
 欠損期間を短くするために、一定時間ごとにバッファデータをバックアップすることが考えられる。しかし、バックアップの頻度を高めると、バックアップデータによって記録メディアが圧迫される。最近では高速化および大容量化への要求に伴って、データの書き込み単位も大きくなっている。そのため、上記の問題が顕在化しやすい。
 そこで、本開示では、メモリ領域を大きく圧迫せずに欠損期間を短くすることができる情報処理装置、情報処理方法およびプログラムを提案する。
 本開示によれば、互いに異なるバッファデータが蓄積される複数のバッファと、記録メディアに含まれる連続した2以上のアロケーションユニットをリングバッファとして確保し、前記複数のバッファにそれぞれ蓄積された複数のバッファデータを一定時間ごとに抽出して、データ復旧用のサルベージファイルとして前記リングバッファに記録するファイル記録処理部と、を有する情報処理装置が提供される。また、本開示によれば、前記情報処理装置の情報処理がコンピュータにより実行される情報処理方法、ならびに、前記情報処理装置の情報処理をコンピュータに実現させるプログラムが提供される。
撮像装置のシステム構成の一例を示す図である。 記録メディアへのデータの記録方法の一例を示す図である。 リングバッファの構成を示す図である。 サルベージファイルの生成および記録の方法を説明する図である。 サルベージファイルの生成および記録の方法を説明する図である。 サルベージファイルの生成および記録の方法を説明する図である。 サルベージファイルの生成および記録の方法を説明する図である。 サルベージファイルのオープン処理を示すフローチャートである。 サルベージファイルへの書き込み処理を示すフローチャートである。 比較例との比較を説明する図である。
 以下に、本開示の実施形態について図面に基づいて詳細に説明する。以下の各実施形態において、同一の部位には同一の符号を付することにより重複する説明を省略する。
 なお、説明は以下の順序で行われる。
[1.撮像装置のシステム構成]
[2.データの記録方法]
[3.データの記録動作の具体例]
[4.効果]
[1.撮像装置のシステム構成]
 図1は、撮像装置1のシステム構成の一例を示す図である。
 撮像装置1は、映像および音声などの入力データを処理する情報処理装置である。処理されたデータは記録メディア37に記録される。記録メディア37としては、例えば、CFexpressに準拠した半導体メモリが用いられる。
 撮像装置1は、例えば、撮像部2と記録部3とを有する。撮像部2は、例えば、ビデオカメラを制御し、ビデオデータを生成する。記録部3は、例えば、ビデオデータ、オーディオデータおよびメタデータを記録メディア37に記録し、再生する。
 撮像部2は、光学部11を介して入力した撮像光を光電変換してアナログビデオ信号を生成する。光学部11は、レンズ、絞りおよびフィルタなどで構成される。撮像部12は、CCD(Charge Coupled Devices)イメージャなどの固体撮像素子を有する。撮像部12で得られた撮像信号は、アナログ/デジタル変換器、画像調整機能等を有するビデオプロセッサ13に供給される。
 ビデオプロセッサ13は、供給された撮像信号をデジタルビデオデータに変換し、画像調整を行う。ビデオプロセッサ13は、デジタルビデオデータを所定の方式で圧縮するビデオ信号圧縮部16に、変換したデジタルビデオ信号を供給する。
 ビデオ信号圧縮部16は、供給されたデジタルビデオ信号をMPEG(Moving Picture Experts Group)方式などで圧縮符号化する。ビデオ信号圧縮部16は、ビデオインタフェース17を介して、圧縮したビデオデータをデータバス20に供給する。圧縮されたビデオデータは、記録部インタフェース26を介して記録部3に供給され、記録メディア37に記録される。撮像部2で用いられる各データは、データバス20を介して各部に伝送される。
 操作部39から出力された操作信号は、記録部3から撮像部インタフェース41、記録部インタフェース26およびデータバス20を介して、CPU21に供給される。CPU(Central Processing Unit)21は、撮像部2内の各部の処理を制御する制御手段であり、供給された操作信号を解釈する。操作信号を解釈する際に、CPU21は、ROM22より、所定のタイミングで制御プログラムを読み出すと共に、一時データ、パラメータ等を、RAM23に一時保存する。ROM(Read Only Memory)22は読み出しのみ可能なメモリであり、RAM(Random Access Memory)23は、書き込み可能なメモリである。
 CPU21は、操作部39から供給された操作信号を、撮像部12を駆動する制御信号に変換し、カメラコントローラインタフェース15を介してカメラコントローラ14に供給する。カメラコントローラ14は、供給された制御信号に基づいて、撮像部12の絞り、ズームおよびフィルタなどの制御を行う。CPU21は、画像処理を指示する画像処理信号を、ビデオプロセッサインタフェース18を介してビデオプロセッサ13に供給する。ビデオプロセッサ13は、供給された画像処理信号に基づいて、デジタルビデオ信号の圧縮処理等を行う。
 撮像部2は、撮影中の画像、再生画像、メタデータ等を表示するビューファインダ25を有する。データバス20を介して伝送された撮影中の画像、再生画像、メタデータ等は、ビューファインダインタフェース24を介して、液晶画面などを有するビューファインダ25に表示される。
 記録部3はマイクロフォン30を有する。被写体の方向に向けられたマイクロフォン30は、周囲の音声を集音し、アナログオーディオデータを生成する。マイクロフォン30は、アナログ/デジタル変換器および音声調整機能などを有するオーディオプロセッサ31に、アナログオーディオ信号を供給する。
 オーディオプロセッサ31は、供給されたアナログオーディオ信号をデジタルオーディオデータに変換し、音声調整を行う。オーディオプロセッサ31は、オーディオインタフェース32を介してデジタルオーディオデータをデータバス50に供給する。デジタルオーディオデータは、記録メディア37に保存される。記録部3で用いられる各種データは、データバス50を介して各部に伝送される。
 操作部39は、撮像部2と記録部3の記録、再生および編集操作において用いられる。操作部39は、例えば、ボタンやスイッチなどで構成される。撮像開始等の手動操作によって、操作部39は操作信号を生成する。生成された操作信号は、操作部39から操作部インタフェース40とデータバス50を介して、記録部3内の各部の処理を制御するCPU34に供給される。
 記録時には、撮像部インタフェース41を介して撮像部2に操作信号が供給される。CPU34は、供給された操作信号を解釈し、読み出しのみ可能なROM35より、所定のタイミングで制御プログラムを読み出すと共に、一時データ、パラメータ等を、書き込み可能なRAM36に一時保存する。
 記録部3は、カードスロット46を有する。記録部3は、カードスロット46に記録メディア(メモリカード)37が着脱自在に装着される。カードスロット46に装着された記録メディア37は、記録メディアインタフェース38を介して記録部3内のデータ処理部とデータ転送が可能である。
 記録部3には、撮像部2とデータをやりとりするために、撮像部インタフェース41がデータバス50に接続されている。撮像部2で撮像されたビデオデータは、記録部インタフェース26,撮像部インタフェース41,データバス50,記録メディアインタフェース38を介して記録メディア37に供給されて記録される。この記録の際には、CPU34が記録制御部として機能して、記録のための制御処理が実行される。
 CPU34は、例えば、データバス50および液晶表示インタフェース43を介して、液晶画面を有する液晶表示部44にモニタ映像、タイムコード、オーディオレベル、メタデータ、各種メニュー等を表示させる。記録メディア37から読み出されたビデオデータ、オーディオデータ等は、液晶表示部44で再生したビデオ画像として表示することもできる。
 撮像装置1は、外部のコンピュータとの間でデータをやりとりするために用いられるコンピュータインタフェース42を備えている。コンピュータインタフェース42は、例えばUSB規格に準拠したインタフェースであり、図示しない外部のコンピュータ装置を接続してデータを伝送したり、スピーカを接続して再生したオーディオデータを放音したりすることができる。撮像装置1は、ネットワーク経由でデータのやりとりを行うために用いられるネットワークインタフェース45を備えている。ネットワークインタフェース45は、図示しないサーバや外部のコンピュータ装置に接続してデータを伝送することができる。
[2.データの記録方法]
 図2は、記録メディア37へのデータの記録方法の一例を示す図である。図2は、記録されるデータの流れから見た機能ブロック図である。図1に示したビデオプロセッサ13、CPU21、CPU34、RAM23およびRAM36などを使用して、図2に示したそれぞれの処理が行われる。
 撮像装置1は、例えば、コーデック部51とファイル記録処理部53と複数のバッファ52とを有する。
 コーデック部51には、複数のデータDTが入力される。図2の例では、複数のデータDTとして、例えば、RSV(RSView32 Project)データDTA、KLV(Key-Length-Value)データDTBおよびBIM(Binary format for Metadata)データDTCが入力される。コーデック部51は、各データDTをコード化してバッファ52に出力する。
 撮像装置1には、各データDTに対応した複数のバッファ52が設けられている。複数のバッファ52には、互いに異なるバッファデータBD(図4参照)が蓄積される。本実施形態では、複数のバッファ52として、RSVデータDTAに対応するRSVバッファ52Aと、KLVデータDTBに対応するKLVバッファ52Bと、BIMデータDTCに対応するBIMバッファ52Cと、が設けられている。各バッファ52には、コーデック部51によってコード化されたデータがバッファデータBDとして蓄積される。
 各バッファ52は、レコーディングユニットRU(図3参照)の整数倍のバッファ容量を有する。レコーディングユニットBUは、1回のマルチブロック書き込みコマンドでデータを書き込む最小単位である。レコーディングユニットRUの容量は規格で定められている。CFexpressで定められているレコーディングユニットRUの容量は2MBである。本実施形態では、各バッファ52のバッファ容量は、1つのレコーディングユニットRUの容量と等しい。そのため、バッファデータBDによって記録メディア37のメモリ領域が圧迫されることが抑制される。バッファ容量に達したバッファデータBDは、ファイル記録処理部53によって記録メディア37に出力され、映像ファイルVFとして記録メディア37の映像記録領域55に保存される。
 ファイル記録処理部53は、記録中に生じた異常によって大きな欠損期間が発生しないように、一定時間ごとにバッファデータBDをバックアップする。例えば、許容される欠損期間が10秒であるとすると、ファイル記録処理部53は、10秒ごとに各バッファ52からバッファデータBDを抽出する。ファイル記録処理部53は、記録メディア37にリングバッファ54として機能するメモリ領域を確保し、このメモリ領域に、10秒ごとに抽出された各バッファ52のバッファデータBDを記録する。
 図3は、リングバッファ54の構成を示す図である。
 ファイル記録処理部53は、記録メディア37に含まれる連続した2以上のアロケーションユニットAUをリングバッファ54として確保する。アロケーションユニットAUは、高速書き込みの性能を担保するためのメモリデバイスの論理空間上の管理単位である。1つのアロケーションユニットAUは、複数のレコーディングユニットRUによって構成される。ファイル記録処理部53は、複数のバッファ52にそれぞれ蓄積された複数のバッファデータを一定時間ごとに抽出してリングバッファ54に記録する。リングバッファ54に記録されたバッファデータは、例えば、“SALVAGE.SLI”という名称のデータ復旧用のサルベージファイルSFとして保存される。
 ファイル記録処理部53は、サルベージファイルSFの先頭をアロケーションユニットAUの境界に位置決めする。ファイル記録処理部53は、ファイルポインタPTがファイルの終端(アロケーションユニットAUの境界)に到達すると、サルベージファイルSFの先頭のアロケーションユニットAUを再確保する。ファイル記録処理部53は、再確保したアロケーションユニットAUの先頭から再びデータを書き始める。映像ファイルVFおよびシステムファイルSYSなどの、サルベージファイルSF以外のファイルは、リングバッファ54とは異なるメモリ領域に保存される。システムファイルSYSには、FAT(File Allocation Table)やDirectry Entryなどのファイルシステムの情報が記録される。
 上述のように、連続した複数のアロケーションユニットAUの終端まで書き込みが終了すると、先頭のアロケーションユニットAUが再確保される。その際、先頭のアロケーションユニットAUに書き込まれていたバッファデータは消去される。そのため、最新のバッファデータを常に保持し続けるためには、リングバッファ54は少なくとも2つのアロケーションユニットAUによって構成されればよい。リングバッファ54に記録されるサルベージファイルSFは、異常発生時以外は参照されない。そのため、リングバッファ54のメモリ領域は最小限に抑えることが好ましい。よって、本実施形態では、リングバッファ54は、連続した2つのアロケーションユニットAUによって構成される。
 以下、図4ないし図7を用いて、サルベージファイルSFの生成および記録の方法を説明する。
 図4に示すように、ファイル記録処理部53は、記録中に生じた異常によって大きな欠損期間が発生しないように、一定時間ごとにバッファデータBDをバックアップする。例えば、許容される欠損期間が10秒であるとすると、ファイル記録処理部53は、10秒ごとに各バッファ52からバッファデータBDを抽出する。ファイル記録処理部53は、記録メディア37にリングバッファ54として機能するメモリ領域を確保し、このメモリ領域に、10秒ごとに抽出された各バッファ52のバッファデータBDを記録する。
 例えば、ファイル記録処理部53は、各バッファデータBDに対してバッファ容量に満たない部分をパディングする。ファイル記録処理部53は、パディングされた複数のバッファデータBDを結合して、データ復旧用のサルベージファイルSFとしてリングバッファ54に記録する。
 パディングの手法としては、例えば、ゼロパディングが用いられる。パディングによって、バッファ容量に満たない部分に埋め込みデータPDが加えられる。バッファデータBDと埋め込みデータPDによってバッファ容量と同じ容量の補正データBCが生成される。ファイル記録処理部53は、パディングによって得られた複数の補正データBCを結合してサルベージファイルSFを生成する。
 図5に示すように、ファイル記録処理部53は、各バッファ52からバッファ容量に達したバッファデータBDを取得し、リングバッファ54とは異なる記録メディア37のメモリ領域に映像ファイルVFとして記録する。
 図6に示すように、ファイル記録処理部53は、記録メディア37にエラーが発生したことに応答して、リングバッファ54に記録された複数のサルベージファイルSFの中から最新のサルベージファイルSFを特定する。ファイル記録処理部53は、最新のサルベージファイルSFを映像ファイルVFの末尾に付加する。その後、図7に示すように、ファイル記録処理部53は、リングバッファ54に記録された全てのサルベージファイルSFを削除する。
[3.データの記録動作の具体例]
 以下、サルベージファイルSFの生成に関わる撮像装置1の情報処理方法の一例を説明する。図8は、サルベージファイルSFのオープン処理を示すフローチャートである。
 ステップS1において、ファイル記録処理部53は、記録メディア37に書き込み対象となるサルベージファイルSFが存在するか否かを判定する。
 ステップS1においてサルベージファイルSFが存在すると判定された場合には(ステップS1:Yes)、ステップS2に進む。
 ステップS2において、ファイル記録処理部53は、サルベージファイルSFが、記録メディア37のブロック(アロケーションユニットAUとして区画されるメモリのブロック)に沿って配置されているか否かを判定する。
 例えば、ファイル記録処理部53は、サルベージファイルSFを開くときにサルベージファイルSFの先頭の位置を検出する。ファイル記録処理部53は、サルベージファイルSFの先頭がアロケーションユニットAUの境界に存在する場合には、サルベージファイルSFがブロックに沿って配置されていると判定する。
 ステップS2においてサルベージファイルSFが記録メディア37のブロックに沿って配置されていると判定された場合には(ステップS2:Yes)、ステップS3に進む。ステップS3において、ファイル記録処理部53は、サルベージファイルSFを開く。
 ステップS1においてサルベージファイルSFが存在すると判定されない場合には(ステップS1:No)、ステップS4に進む。ステップS4において、ファイル記録処理部53は、サルベージファイルSFを記録メディア37のブロックに沿うようなアドレスおよびサイズで作成する。その後、ステップS3に進み、ファイル記録処理部53によってサルベージファイルSFが開かれる。
 ステップS2においてサルベージファイルSFが記録メディア37のブロックに沿って配置されていると判定されない場合には(ステップS2:No)、ステップS5に進む。ステップS5において、ファイル記録処理部53は、サルベージファイルSFの先頭の位置がアロケーションユニットAUの境界に配置されるようにサルベージファイルSFの位置を変更する。その後、ステップS3に進み、ファイル記録処理部53によってサルベージファイルSFが開かれる。
 図9は、サルベージファイルSFへの書き込み処理を示すフローチャートである。
 ステップS11において、ファイル記録処理部53は、書き込みがサルベージファイルSFの終端に達したが否かを判定する。
 ステップS11において書き込みがサルベージファイルSFの終端に達したと判定された場合には(ステップS11:Yes)、ステップS12に進む。ステップS12において、ファイル記録処理部53は、ファイルポインタPTをサルベージファイルSFの先頭にシークする。その後、ステップS13に進む。
 ステップS13において、ファイル記録処理部53は、書き込みがブロックの境界を跨いだか否かを判定する。
 ステップS13において、書き込みがブロックの境界を跨いだと判定された場合には(ステップS13:Yes)、ステップS14に進む。ステップS14において、ファイル記録処理部53は、記録メディア37に対して、次に書き込みを行うブロックの位置を通知する。そして、ステップS15に進む。ステップS15において、ファイル記録処理部53は、記録メディア37に通知した位置に書き込みを行う。
 ステップS11において、書き込みがサルベージファイルSFの終端に達したと判定されない場合には(ステップS11:No)、ステップS13に進む。そして、前述したステップS13以降のフローが実施される。ステップS13において書き込みがブロックの境界を跨いだと判定されない場合には(ステップS13:No)、ステップS15に進む。そして、ステップS15において、データの書き込みが続行される。
 なお、ステップS14とステップS15は同一コマンドで実施されることもある。
[4.効果]
 撮像装置1は、複数のバッファ52とファイル記録処理部53とを有する。複数のバッファ52には、互いに異なるバッファデータBDが蓄積される。ファイル記録処理部53は、記録メディア37に含まれる連続した2以上のアロケーションユニットAUをリングバッファ54として確保する。ファイル記録処理部53は、複数のバッファ52にそれぞれ蓄積された複数のバッファデータBDを一定時間ごとに抽出して、データ復旧用のサルベージファイルSFとしてリングバッファ54に記録する。本実施形態の情報処理方法は、上述した情報処理装置の情報処理がコンピュータにより実行される。本実施形態のプログラムは、上述した情報処理装置の情報処理をコンピュータに実現させる。
 この構成によれば、バッファデータBDがリングバッファ形式で記録される。そのため、記録メディア37のメモリ領域を大きく圧迫せずに欠損期間を短くすることができる。
 また、サルベージファイルSFのメモリ領域が固定されるため、サルベージファイルSFの位置情報(システムファイルSYSのファイル管理情報)を更新する必要がない。例えば、図10の上段は本実施形態のサルベージファイルSFの生成方法を示す図であり、図10の下段は、比較例のサルベージファイルSFの生成方法を示す図である。比較例では、記録メディア37のブロックに沿って新しいサルベージファイルSF(SF1,SF2,SF3,…)が順次記録され、古くなったサルベージファイルSFは順次削除される。サルベージファイルSFはリングバッファ形式で記録されない。この方法では、サルベージファイルSFのメモリ領域が変化するため、サルベージファイルSFの位置情報を更新する必要がある。本実施形態では、サルベージファイルSFの位置情報を更新する必要がないため、ファイル記録処理部53の処理が削減される。
 ファイル記録処理部53は、各バッファデータBDに対してバッファ容量に満たない部分をパディングする。ファイル記録処理部53は、パディングされた複数のバッファデータBDを結合してサルベージファイルSFを生成する。
 この構成によれば、バッファデータBDがバッファ容量に満たない場合でも確実にバッファデータBDを記録メディア37に記録することができる。
 ファイル記録処理部53は、各バッファ52からバッファ容量に達したバッファデータBDを取得し、リングバッファ54とは異なる記録メディア37のメモリ領域に映像ファイルVFとして記録する。ファイル記録処理部53は、記録メディア37にエラーが発生したことに応答して、最新のサルベージファイルSFを映像ファイルVFの末尾に付加する。そして、ファイル記録処理部53は、リングバッファ54に記録された全てのサルベージファイルSFを削除する。
 この構成によれば、最新のバッファデータBDに基づいて映像を確実に修復することができる。
 ファイル記録処理部53は、サルベージファイルSFを開くときにサルベージファイルSFの先頭の位置を検出する。ファイル記録処理部53は、先頭の位置がアロケーションユニットAUの境界に存在しない場合には、サルベージファイルSFの先頭の位置がアロケーションユニットAUの境界に配置されるようにサルベージファイルSFの位置を変更する。
 この構成によれば、CFexpressのように、アロケーションユニットAUの先頭からしかデータの書き込みが行えない記録メディア37に対応することができる。
 リングバッファ54は、連続した2つのアロケーションユニットAUによって構成される。
 この構成によれば、記録メディア37のメモリ領域が圧迫されることが抑制される。
 なお、本明細書に記載された効果はあくまで例示であって限定されるものでは無く、また他の効果があってもよい。
 なお、本技術は以下のような構成も取ることができる。
(1)
 互いに異なるバッファデータが蓄積される複数のバッファと、
 記録メディアに含まれる連続した2以上のアロケーションユニットをリングバッファとして確保し、前記複数のバッファにそれぞれ蓄積された複数のバッファデータを一定時間ごとに抽出して、データ復旧用のサルベージファイルとして前記リングバッファに記録するファイル記録処理部と、
 を有する情報処理装置。
(2)
 前記ファイル記録処理部は、各バッファデータに対してバッファ容量に満たない部分をパディングし、パディングされた前記複数のバッファデータを結合して前記サルベージファイルを生成する
 上記(1)に記載の情報処理装置。
(3)
 前記ファイル記録処理部は、各バッファから前記バッファ容量に達したバッファデータを取得し、前記リングバッファとは異なる前記記録メディアのメモリ領域に映像ファイルとして記録し、
 前記ファイル記録処理部は、前記記録メディアにエラーが発生したことに応答して、最新のサルベージファイルを前記映像ファイルの末尾に付加し、前記リングバッファに記録された全ての前記サルベージファイルを削除する
 上記(2)に記載の情報処理装置。
(4)
 前記ファイル記録処理部は、前記サルベージファイルを開くときに前記サルベージファイルの先頭の位置を検出し、前記先頭の位置が前記アロケーションユニットの境界に存在しない場合には、前記サルベージファイルの先頭の位置が前記アロケーションユニットの境界に配置されるように前記サルベージファイルの位置を変更する
 上記(1)ないし(3)のいずれか1つに記載の情報処理装置。
(5)
 前記リングバッファは、連続した2つのアロケーションユニットによって構成される
 上記(1)ないし(4)のいずれか1つに記載の情報処理装置。
(6)
 互いに異なるバッファデータを複数のバッファに蓄積し、
 記録メディアに含まれる連続した2以上のアロケーションユニットをリングバッファとして確保し、
 前記複数のバッファにそれぞれ蓄積された複数のバッファデータを一定時間ごとに抽出して、データ復旧用のサルベージファイルとして前記リングバッファに記録する、
 ことを有する、コンピュータにより実行される情報処理方法。
(7)
 互いに異なるバッファデータを複数のバッファに蓄積し、
 記録メディアに含まれる連続した2以上のアロケーションユニットをリングバッファとして確保し、
 前記複数のバッファにそれぞれ蓄積された複数のバッファデータを一定時間ごとに抽出して、データ復旧用のサルベージファイルとして前記リングバッファに記録する、
 ことをコンピュータに実現させるプログラム。
1 撮像装置(情報処理装置)
52 バッファ
53 ファイル記録処理部
54 リングバッファ
AU アロケーションユニット
BD バッファデータ
RU レコーディングユニット
SF サルベージファイル
VF 映像ファイル

Claims (7)

  1.  互いに異なるバッファデータが蓄積される複数のバッファと、
     記録メディアに含まれる連続した2以上のアロケーションユニットをリングバッファとして確保し、前記複数のバッファにそれぞれ蓄積された複数のバッファデータを一定時間ごとに抽出して、データ復旧用のサルベージファイルとして前記リングバッファに記録するファイル記録処理部と、
     を有する情報処理装置。
  2.  前記ファイル記録処理部は、各バッファデータに対してバッファ容量に満たない部分をパディングし、パディングされた前記複数のバッファデータを結合して前記サルベージファイルを生成する
     請求項1に記載の情報処理装置。
  3.  前記ファイル記録処理部は、各バッファから前記バッファ容量に達したバッファデータを取得し、前記リングバッファとは異なる前記記録メディアのメモリ領域に映像ファイルとして記録し、
     前記ファイル記録処理部は、前記記録メディアにエラーが発生したことに応答して、最新のサルベージファイルを前記映像ファイルの末尾に付加し、前記リングバッファに記録された全ての前記サルベージファイルを削除する
     請求項2に記載の情報処理装置。
  4.  前記ファイル記録処理部は、前記サルベージファイルを開くときに前記サルベージファイルの先頭の位置を検出し、前記先頭の位置が前記アロケーションユニットの境界に存在しない場合には、前記サルベージファイルの先頭の位置が前記アロケーションユニットの境界に配置されるように前記サルベージファイルの位置を変更する
     請求項1に記載の情報処理装置。
  5.  前記リングバッファは、連続した2つのアロケーションユニットによって構成される
     請求項1に記載の情報処理装置。
  6.  互いに異なるバッファデータを複数のバッファに蓄積し、
     記録メディアに含まれる連続した2以上のアロケーションユニットをリングバッファとして確保し、
     前記複数のバッファにそれぞれ蓄積された複数のバッファデータを一定時間ごとに抽出して、データ復旧用のサルベージファイルとして前記リングバッファに記録する、
     ことを有する、コンピュータにより実行される情報処理方法。
  7.  互いに異なるバッファデータを複数のバッファに蓄積し、
     記録メディアに含まれる連続した2以上のアロケーションユニットをリングバッファとして確保し、
     前記複数のバッファにそれぞれ蓄積された複数のバッファデータを一定時間ごとに抽出して、データ復旧用のサルベージファイルとして前記リングバッファに記録する、
     ことをコンピュータに実現させるプログラム。
PCT/JP2021/016624 2020-05-11 2021-04-26 情報処理装置、情報処理方法およびプログラム WO2021230061A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US17/921,511 US11869539B2 (en) 2020-05-11 2021-04-26 Information processing device and information processing method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2020-083414 2020-05-11
JP2020083414 2020-05-11

Publications (1)

Publication Number Publication Date
WO2021230061A1 true WO2021230061A1 (ja) 2021-11-18

Family

ID=78525783

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2021/016624 WO2021230061A1 (ja) 2020-05-11 2021-04-26 情報処理装置、情報処理方法およびプログラム

Country Status (2)

Country Link
US (1) US11869539B2 (ja)
WO (1) WO2021230061A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008262452A (ja) * 2007-04-13 2008-10-30 Matsushita Electric Ind Co Ltd 記録デバイスのキャッシュ方法および記録装置
JP2011165012A (ja) * 2010-02-10 2011-08-25 Sony Corp 記録装置、撮像記録装置、記録方法及びプログラム
JP2012182788A (ja) * 2011-02-10 2012-09-20 Panasonic Corp 記録システム、記録方法およびコンピュータプログラム

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5878280A (en) * 1993-09-23 1999-03-02 Philips Electronics North America Corp. Data buffering system for plural data memory arrays
JP3674531B2 (ja) * 2001-04-12 2005-07-20 株式会社日立製作所 ファイル管理方法、ファイル管理装置、プログラム
JP6160455B2 (ja) 2013-11-20 2017-07-12 富士通株式会社 システム移行プログラム、システム移行方法および情報処理システム
US11249646B1 (en) * 2016-02-01 2022-02-15 OmniTier Storage, Inc. Large segment management
JP7065578B2 (ja) 2017-09-21 2022-05-12 キヤノン株式会社 情報処理装置、その制御方法、及びプログラム

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008262452A (ja) * 2007-04-13 2008-10-30 Matsushita Electric Ind Co Ltd 記録デバイスのキャッシュ方法および記録装置
JP2011165012A (ja) * 2010-02-10 2011-08-25 Sony Corp 記録装置、撮像記録装置、記録方法及びプログラム
JP2012182788A (ja) * 2011-02-10 2012-09-20 Panasonic Corp 記録システム、記録方法およびコンピュータプログラム

Also Published As

Publication number Publication date
US11869539B2 (en) 2024-01-09
US20230178108A1 (en) 2023-06-08

Similar Documents

Publication Publication Date Title
US8885060B2 (en) Recording apparatus for at least recording movie data and still image data so as to be associated with each other
JP3977245B2 (ja) 再生装置
US20110142412A1 (en) Recording apparatus
JP2000253342A (ja) ディジタルカメラ
KR20090063062A (ko) 동화상 기록 장치, 동화상 재생 장치 및 기록매체
US20080292280A1 (en) Recording apparatus and recording method
US20130279872A1 (en) Recording apparatus, imaging and recording apparatus, recording method, and program
WO2021230061A1 (ja) 情報処理装置、情報処理方法およびプログラム
JP5683301B2 (ja) 画像記録装置
JP5076457B2 (ja) 映像信号処理装置、映像信号処理方法
JP2006323953A (ja) 情報記録装置及び情報記録再生装置
KR20090064278A (ko) 기록 장치, 재생 장치, 기록 방법, 재생 방법 및 프로그램기록 매체
JP2015023317A5 (ja) 画像管理装置及び画像管理方法、プログラム、並びに記憶媒体
JP6278353B2 (ja) 記録装置、記録方法、プログラム、ならびに撮像装置
US9338388B2 (en) Recording apparatus
JP4576941B2 (ja) 情報処理装置および方法、プログラム、並びに画像処理装置
JP4177081B2 (ja) 画像再生装置および方法
JP2012074756A (ja) 映像記録装置
JP4563125B2 (ja) ビデオカメラ装置
JP5159473B2 (ja) 撮像装置
JP5414844B2 (ja) 撮像装置
JP6249749B2 (ja) 情報処理装置、その制御方法及びプログラム
JP6018687B2 (ja) 映像記録装置
JP2011188371A (ja) 撮像装置及びデータ処理プログラム
JP2005353193A (ja) デジタルビデオ記録再生装置およびその記録再生方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21804604

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21804604

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP