JP2007080199A - Digital device using detachable recording medium - Google Patents

Digital device using detachable recording medium Download PDF

Info

Publication number
JP2007080199A
JP2007080199A JP2005270554A JP2005270554A JP2007080199A JP 2007080199 A JP2007080199 A JP 2007080199A JP 2005270554 A JP2005270554 A JP 2005270554A JP 2005270554 A JP2005270554 A JP 2005270554A JP 2007080199 A JP2007080199 A JP 2007080199A
Authority
JP
Japan
Prior art keywords
data
file
digital
control signal
designated
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.)
Withdrawn
Application number
JP2005270554A
Other languages
Japanese (ja)
Inventor
Shinji Onishi
慎二 大西
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 JP2005270554A priority Critical patent/JP2007080199A/en
Publication of JP2007080199A publication Critical patent/JP2007080199A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Systems (AREA)
  • Television Signal Processing For Recording (AREA)
  • Studio Devices (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To define a command for partial output and partial rewrite of a file on a camcorder using a random access memory medium and to obtain only header data from a controller such as a personal computer and rewrite thumbnail data. <P>SOLUTION: A "send file partial" command for partial output of a file and a "receive file partial" command for partial rewrite of a file are added to a camera storage sub-unit to attain partial read-out and partial rewrite. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、制御信号とデータを混在させて通信することが可能なデータ通信バスを用いて電子機器(以下、機器)間を接続して、機器間でデータ通信を行うシステムを所有する装置に関するものである。   The present invention relates to an apparatus having a system for performing data communication between devices by connecting electronic devices (hereinafter referred to as devices) using a data communication bus capable of communicating by mixing control signals and data. Is.

近年デジタルカメラが普及してきている。このデジタルカメラは着脱可能な記録媒体を使用してデジタル静止画データを記録、再生するシステムで、パソコンへのデータの移動は、直接記録媒体をパソコンに挿入する方法と、デジタルカメラが備えるデジタルインターフェースとパソコンが備えるデジタルインターフェースを接続して画像転送を行う方法の二通りの方法がある。   In recent years, digital cameras have become popular. This digital camera is a system for recording and playing back digital still image data using a removable recording medium. Data can be transferred to a personal computer by directly inserting the recording medium into the personal computer and a digital interface provided in the digital camera. There are two methods of transferring images by connecting a digital interface of a personal computer.

デジタルインターフェースを接続してデータ転送を行う場合、パソコンはデジタルカメラに対して記録媒体上に存在するデータのリストを要求し、受け取ったリストを元に各データに対して個別のアクセスを行う。前述のようなデジタルインターフェースを介して機器間でデータのやりとりを行うための規格として、IEEE1394インターフェース規格の標準化団体である1394Trade AssociationでCamera Storageサブユニットが規定されている(TA Document 1999036, AV/C Camera Storage Subunit 1.0)。このサブユニットとパソコン等のコントローラはIEEE1394を介して、トランザクションを行いコントローラがサブユニットを制御したり、サブユニットの保持する情報を取得したりすることができる。   When data transfer is performed by connecting a digital interface, the personal computer requests a list of data existing on the recording medium from the digital camera, and individually accesses each data based on the received list. As a standard for exchanging data between devices via the digital interface as described above, the Camera Storage subunit is defined by the 1394 Trade Association, which is a standardization body for the IEEE 1394 interface standard (TA Document 1999036, AV / C Camera Storage Subunit 1.0). The sub-unit and a controller such as a personal computer can perform a transaction via IEEE1394, and the controller can control the sub-unit and acquire information held by the sub-unit.

このトランザクションはIEC-61883-1, Consumer audio/video equipment - Digital interface - Part 1: Generalの中でFCP(Function Control Protocol)として規定されており、コントローラがターゲットデバイスの特定アドレスに対してwriteトランザクションを用いてコマンドデータを書き込み、前記writeトランザクションのデータを受信したターゲットがコントローラの特定アドレスに対してwriteトランザクションでレスポンスデータを書き込むことで実現される。AV/Cプロトコルでは各AV/Cサブユニットに対してCTS(Command Transaction Set)が規定されており、図10にCTSで用いるコマンドフレームのフォーマットを示す。ctypeフィールドはコマンドの種類を示す物であり、図30に示すコマンドタイプを指定する。subunit_type,subunit IDフィールドは、指定したノード内のどのユニットに対してのコマンドなのかを示すフィールドである。opcode,operandフィールドは実際のコマンドを内容を指定するフィールドである。図11にCTSで用いるレスポンスフレームのフォーマットを示す。responseフィールドはレスポンスの種類を示す物であり、図31に示すレスポンスタイプを指定する。subunit_type,subunit IDフィールドは、ノード内のどのユニットからのレスポンスなのかを示すフィールドである。opcode,operandフィールドはレスポンスデータを指定するフィールドである。   This transaction is defined as FCP (Function Control Protocol) in IEC-61883-1, Consumer audio / video equipment-Digital interface-Part 1: General, and the controller performs a write transaction for a specific address of the target device. The command data is written using the target, and the target receiving the data of the write transaction writes the response data to the specific address of the controller using the write transaction. In the AV / C protocol, CTS (Command Transaction Set) is defined for each AV / C subunit, and FIG. 10 shows a command frame format used in CTS. The ctype field indicates the type of command and specifies the command type shown in FIG. The subunit_type and subunit ID fields are fields indicating which unit in the specified node is the command. The opcode and operand fields are fields for specifying the actual command contents. FIG. 11 shows a response frame format used in CTS. The response field indicates the type of response, and specifies the response type shown in FIG. The subunit_type and subunit ID fields are fields indicating from which unit in the node the response is received. The opcode and operand fields are fields for specifying response data.

図12に、コントローラと前記Camera Storageサブユニットとの間でIEEE1394を介して行われる基本的なトランザクションの手順を示す。コントローラは、IEEE1394バス上にCamera Storageサブユニットを検出し、前記検出したCamera Storage Subunitに対してVERSION statusコマンドを送信する。このコマンドは、Camera Storageサブユニットが実装している規格のバージョン情報を問い合わせるためのコマンドである。このコマンドを受信すると、Camera Storageサブユニットは、実装している規格のバージョンをセットしてレスポンスをコントローラに送信する。前記VERSION statusコマンドとレスポンスのフォーマットを図13に示す。AV/C Camera Storage Subunit 1.0準拠の機能を実装している場合、図13のレスポンスフレーム中のsubunit_version_informationフィールドには、0x10がセットされる。Camera Storageサブユニットは実装している機能によってカテゴリー分けがされており、Asynchronousトランザクションを用いて記録媒体上のファイルデータを送信する機能を持つ"asynchronous sender"、 Asynchronousトランザクションを用いてファイルデータを受信する機能を持つ"asynchronous receiver"、 Isochronousトランザクションを用いて記録媒体上のファイルデータを送信する機能を持つ"isochronous sender"、 Isochronousトランザクションを用いてファイルデータを受信する機能を持つ"isochronous receiver"の4つのプロファイルが定義されている。図32に前記プロファイルと各プロファイルに割り当てられている値を示す。Camera Storageサブユニットは、VERSION statusコマンドを受信すると、レスポンスフレームのsubunit_version_information_dependent_fieldには実装しているプロファイルの値がセットされる。   FIG. 12 shows a basic transaction procedure performed between the controller and the Camera Storage subunit via IEEE1394. The controller detects the Camera Storage subunit on the IEEE1394 bus and transmits a VERSION status command to the detected Camera Storage Subunit. This command is a command for inquiring version information of the standard implemented by the Camera Storage subunit. When this command is received, the Camera Storage subunit sets the version of the implemented standard and sends a response to the controller. The format of the VERSION status command and response is shown in FIG. When a function compliant with AV / C Camera Storage Subunit 1.0 is implemented, 0x10 is set in the subunit_version_information field in the response frame of FIG. Camera Storage subunits are categorized according to the functions they implement, and receive file data using Asynchronous sender and Asynchronous transactions, which have the function of sending file data on recording media using Asynchronous transactions. "Asynchronous receiver" with the function, "isochronous sender" with the function to send the file data on the recording medium using the isochronous transaction, and "isochronous receiver" with the function to receive the file data using the isochronous transaction A profile is defined. FIG. 32 shows the profile and the value assigned to each profile. When the Camera Storage subunit receives the VERSION status command, the value of the implemented profile is set in the subunit_version_information_dependent_field of the response frame.

VERSION starusレスポンスフレームを受信したコントローラは、レスポンスフレームの各フィールド値によって、Camera Storageサブユニットの機能を判別する。
次に、コントローラはCamera Storageサブユニットの持つ記録媒体の情報を取得するためにMEDIA INFOコマンド及びVOLUME INFOコマンドを送信する。
The controller that has received the VERSION starus response frame determines the function of the Camera Storage subunit by each field value of the response frame.
Next, the controller transmits a MEDIA INFO command and a VOLUME INFO command in order to acquire information on the recording medium possessed by the Camera Storage subunit.

図14に、MEDIA INFO Controlコマンド及びレスポンスのフォーマットを示す。Camera Storageサブユニットでは物理ボリューム及び論理ボリュームが定義されており、物理ボリュームは物理的な記録媒体そのものを示し、論理ボリュームは物理ボリューム中に存在する論理的に区切られた領域を示す。コントロールコマンド中のsubfunctionフィールドは、サブユニットに対してどのような操作を要求しているかを示すフィールドである。図33にsubfunctionの意味と値を示す。コントローラはコマンドフレームのsubfunctionフィールドにコマンドを実行するための"execute"をセットしてCamera Storageサブユニットにコマンドを送信する。MEDIA INFOコントロールコマンドを受信すると、Camera Storageサブユニットはデバイスが持つ物理ボリュームの数(例えば記録メディアをセットすることができるスロットの数)をnumber_of_physical_volumeフィールドにセットし、各物理ボリューム上に存在する論理ボリュームの数(例えば各記録メディア上に存在するパーティションの数)をnumber_of_logical_volumeフィールドにセットする。   FIG. 14 shows the format of the MEDIA INFO Control command and response. In the Camera Storage subunit, a physical volume and a logical volume are defined, the physical volume indicates a physical recording medium itself, and the logical volume indicates a logically partitioned area existing in the physical volume. The subfunction field in the control command is a field indicating what operation is requested to the subunit. FIG. 33 shows the meaning and value of subfunction. The controller sets “execute” for executing the command in the subfunction field of the command frame, and sends the command to the Camera Storage subunit. When the MEDIA INFO control command is received, the Camera Storage subunit sets the number of physical volumes that the device has (for example, the number of slots in which recording media can be set) in the number_of_physical_volume field, and the logical volumes that exist on each physical volume. (Eg, the number of partitions existing on each recording medium) is set in the number_of_logical_volume field.

図15にVOLUME INFO controlコマンド及びレスポンスのフォーマットを示す。このコマンドは、Camera Storageサブユニットの持つ各論理ボリュームの情報を取得するためのコマンドである。コントローラは、subfunctionフィールドに"execute"を、physical_volume_number, logical_volume_numberフィールドに情報を取得するボリューム番号をセットして、コマンドフレームをCamera Storage Subunitに送信する。VOLUME INFO Controlコマンドを受信すると、Camera Storageサブユニットは指定されたボリュームの情報をレスポンスフレームの各フィールドにセットしてコントローラに送信する。レスポンスフレーム中のmedia_generation_countは記録媒体が挿入されたときにカウントアップするカウンタの値で、着脱可能な記録媒体が機器に挿入された場合に更新される。このカウント値は、例えば電源投入時には"0"に初期化され、更新される場合には1づつカウントアップされる。attributeフィールドは記録媒体の属性を示す。図16にattributeフィールドのフォーマットを示す。Camera Storageサブユニットは指定されたボリュームの属性を調べて該当する属性ビットに"1"をセットする。maximum_capacityフィールドに指定されたボリュームのバイトサイズがセットされ、free_spaceフィールドには残りの記録可能なバイトサイズがセットされる。   FIG. 15 shows the format of the VOLUME INFO control command and response. This command is a command for acquiring information on each logical volume of the Camera Storage subunit. The controller sets “execute” in the subfunction field, sets the volume number for acquiring information in the physical_volume_number and logical_volume_number fields, and transmits a command frame to the Camera Storage Subunit. When the VOLUME INFO Control command is received, the Camera Storage subunit sets the specified volume information in each field of the response frame and sends it to the controller. Media_generation_count in the response frame is a counter value that is counted up when a recording medium is inserted, and is updated when a removable recording medium is inserted into the device. This count value is initialized to “0” when the power is turned on, for example, and is incremented by one when updated. The attribute field indicates the attribute of the recording medium. FIG. 16 shows the format of the attribute field. The Camera Storage subunit checks the attribute of the specified volume and sets the corresponding attribute bit to “1”. The byte size of the volume specified in the maximum_capacity field is set, and the remaining recordable byte size is set in the free_space field.

ボリュームの情報を取得した後、コントローラはFILE LIST Controlコマンドを送信してCamera Storageサブユニットの記録媒体上に記録されているファイルのリストを取得する。図17にFILE LIST Controlコマンド及びレスポンスのフォーマットを示す。コントローラはコントロールコマンドフレームのsubfunctionフィールドに"execute"を、physical_volume_number, logical_volume_numberに目的のボリューム番号をセットする。mediga_generation_countフィールドには前記VOLUME INFO controlレスポンスで取得した値をセットする。file_typeフィールド及びattributeフィールドは、取得するファイルリストに含まれるエントリーの種類を指定するフィールドである。図34にfile_typeフィールドの値を図18にattributeフィールドのフォーマットを示す。start_numberフィールドは、該当するファイルリストのどのエントリーからリストを取得するかを指示し、コマンドフレームのnumber_of_entriesフィールドは取得する最大のエントリーの数を指定する。request_path_lengthフィールドは、それに続くrequest_pathのバイトサイズを指示し、request_pathフィールドは指定したボリューム中のどのパスに対するファイルリストを取得するのかを指示する。FILE LIST Controlコマンドを受信すると、Camera Storageサブユニットはレスポンスフレームに指定されたrequest_pathに対するファイルリストをセットしてコントローラに送信する。ファイルリストはファイル及びディレクトリのディレクトリエントリから構成される。図19、図20に前記ディレクトリエントリのフォーマットを示す。各ディレクトリエントリは20バイトのデータで構成され、ファイル名またはディレクトリ名、アトリビュート、作成日時、ファイルサイズの情報を持つ。レスポンスフレームのeolフィールドは、そのレスポンスフレームで送信するリストの最後のディレクトリエントリが、コマンドフレームで指定されたリストの最後のディレクトリエントリであるか否かがセットされる。このフィールドが"0"の場合、レスポンスフレームで送信するリストの最後のディレクトリエントリが、コマンドフレームで指定されたリストの最後のディレクトリエントリではないことを示す。すなわち、リストには続きがあるため、リストの全体を取得するためにはコントローラは再度FILE LIST Controlコマンドを送信して続きのリストを取得する必要がある。レスポンスフレームのnumber_of_entriesフィールドには、file_listフィールドにセットされたディレクトリエントリの数がセットされる。file_listフィールドには、コマンドフレームで指定されたrequest_pathに対するfile_listがセットされる。   After acquiring the volume information, the controller transmits a FILE LIST Control command to acquire a list of files recorded on the recording medium of the Camera Storage subunit. FIG. 17 shows the format of the FILE LIST Control command and response. The controller sets “execute” in the subfunction field of the control command frame, and sets the target volume number in physical_volume_number and logical_volume_number. A value acquired by the VOLUME INFO control response is set in the mediga_generation_count field. The file_type field and the attribute field are fields that specify the type of entry included in the file list to be acquired. FIG. 34 shows the value of the file_type field, and FIG. 18 shows the format of the attribute field. The start_number field indicates from which entry of the corresponding file list the list is to be acquired, and the number_of_entries field of the command frame specifies the maximum number of entries to be acquired. The request_path_length field indicates the byte size of the subsequent request_path, and the request_path field indicates to which path in the specified volume the file list is acquired. When receiving the FILE LIST Control command, the Camera Storage subunit sets the file list for the request_path specified in the response frame and sends it to the controller. The file list is composed of directory entries of files and directories. 19 and 20 show the format of the directory entry. Each directory entry is composed of 20-byte data, and has file name or directory name, attribute, creation date and time, and file size information. In the eol field of the response frame, whether or not the last directory entry in the list transmitted in the response frame is the last directory entry in the list specified in the command frame is set. When this field is “0”, it indicates that the last directory entry in the list transmitted in the response frame is not the last directory entry in the list specified in the command frame. That is, since there is a continuation in the list, in order to acquire the entire list, the controller needs to acquire a continuation list by sending a FILE LIST Control command again. The number of directory entries set in the file_list field is set in the number_of_entries field of the response frame. In the file_list field, file_list for request_path specified in the command frame is set.

図21、図22、図23を用いてFILE LIST Controlコマンドによってファイルリストを取得する手順を示す。   A procedure for acquiring a file list by a FILE LIST Control command will be described with reference to FIGS.

図21はCamera Storageサブユニットの記録媒体上に存在するデータの例を示している。これらのデータは、physical_volume_number = 0, logical_volume_number = 0のボリューム上に存在しているものとする。図21ではルートディレクトリの下に"DCIM"ディレクトリが、その下に"100ABCDE","101ABCDE","102ABCD"サブディレクトリが存在し、各サブディレクトリにJPEGファイルが存在している。図22、図23は図17に示すFILE LIST Controlコマンドにセットするフィールドの値及び、レスポンスのfile_listにセットされるディレクトリエントリの一部を示す。   FIG. 21 shows an example of data existing on the recording medium of the Camera Storage subunit. These data are assumed to exist on a volume with physical_volume_number = 0 and logical_volume_number = 0. In FIG. 21, a “DCIM” directory exists under the root directory, and “100ABCDE”, “101ABCDE”, and “102ABCD” subdirectories exist below it, and JPEG files exist in each subdirectory. 22 and 23 show field values set in the FILE LIST Control command shown in FIG. 17 and part of directory entries set in the response file_list.

まず図22 (A)に、"DCIM"ディレクトリに存在するサブディレクトリのリストを取得するためのデータを示す。start_numberには0x00をセットし、リストの先頭からデータを取得することを指定する。file_typeには0x00を、attributeには0x01をセットし、全てのディレクトリのレコードを取得することを指定する。request_pathフィールドには"\DCIM"をASCIIコードでセットし(最後に終端記号として0x00を付加)、その長さをrequest_path_lengthにセットする。   First, FIG. 22A shows data for acquiring a list of subdirectories existing in the “DCIM” directory. Set start_number to 0x00 to specify that data is acquired from the top of the list. Set file_type to 0x00 and attribute to 0x01 to specify that all directory records are to be acquired. In the request_path field, set "\ DCIM" in ASCII code (add 0x00 as a terminal symbol at the end) and set the length to request_path_length.

図22(B)は図22(A)で示したリスト要求のControlコマンドに従って作成されるファイルリストに含まれるディレクトリエントリの一部を抜粋した内容を示すものである。"\DCIM"ディレクトリ上には"100ABCDE","101ABCDE","102ABCDE"の3つのサブディレクトリが存在するため、リストは3つのディレクトリエントリで構成される。Camera Storageサブユニットはレスポンスフレームのfile_listフィールドにディレクトリエントリをセットする。レスポンスフレームのの最大サイズは512バイトであり、レコードは20バイトであるのでfile_listフィールドには最大24個のディレクトリエントリをセットすることが出来る。この例ではディレクトリエントリが3つしかないので、全てのディレクトリエントリをレスポンスフレームにセットすることができ、リストの最後のディレクトリエントリが含まれるのでeolフィールドに"1"をセットする。   FIG. 22B shows the contents extracted from a part of the directory entry included in the file list created in accordance with the control command of the list request shown in FIG. Since there are three subdirectories “100ABCDE”, “101ABCDE”, and “102ABCDE” on the “\ DCIM” directory, the list is composed of three directory entries. The Camera Storage subunit sets a directory entry in the file_list field of the response frame. The maximum size of the response frame is 512 bytes, and the record is 20 bytes. Therefore, a maximum of 24 directory entries can be set in the file_list field. In this example, there are only three directory entries, so all directory entries can be set in the response frame, and the last directory entry in the list is included, so set the eol field to "1".

図22に示すデータをコマンドフレームにセットしてコマンドを送信し、そのレスポンスを受信することによってコントローラは、"\DCIM"ディレクトリの情報を取得し、次に、"\DCIM"ディレクトリ上の"100ABCDE"ディレクトリに存在する静止画ファイルのリスト取得するためのControlコマンドをCamera Storageサブユニットに送信する。図23(A)に"\DCIM\100ABCDE"ディレクトリのファイルリストを取得するためのデータ例を示す。start_numberには0x00をセットし、リストの先頭からデータを取得することを指定する。file_typeには0x01を、attributeには0x10をセットし、静止画ファイルのレコードを取得することを指定する。request_pathフィールドには"\DCIM\100ABCDE"をASCIIコードでセットし(最後に終端記号として0x00を付加)、その長さをrequest_path_lengthにセットする。   By sending the command with the data shown in FIG. 22 set in the command frame and receiving the response, the controller obtains information on the “\ DCIM” directory, and then “100ABCDE” on the “\ DCIM” directory. “Sends a Control command to the Camera Storage subunit to obtain a list of still image files in the directory. FIG. 23A shows an example of data for acquiring a file list in the “\ DCIM \ 100ABCDE” directory. Set start_number to 0x00 to specify that data is acquired from the top of the list. Set file_type to 0x01 and attribute to 0x10 to specify that still image file records are to be acquired. In the request_path field, set "\ DCIM \ 100ABCDE" in ASCII code (add 0x00 as a terminal symbol at the end) and set the length to request_path_length.

図23(B)は図23 (A)で示したリスト要求のControlコマンドに従って作成されるファイルリストに含まれるディレクトリエントリの一部を抜粋した内容を示すものである。"\DCIM\100ABCDE"ディレクトリ上には"ABCD0001.JPG", "ABCD0002.JPG", "WXYZ0003.JPG"の3つ静止画ファイルと"Readme.txt"の1つのテキストファイルが存在するが、静止画のリスト要求のため、3つの静止画ファイルのディレクトリエントリからファイルリストは構成される。この3つのディレクトリエントリをレスポンスフレームのfile_listフィールドにセットし、eolフィールドに1をセットして、Camera Storageサブユニットはコントローラにレスポンスフレームを送信する。   FIG. 23 (B) shows the contents extracted from a part of the directory entry included in the file list created in accordance with the control command of the list request shown in FIG. 23 (A). There are three still image files "ABCD0001.JPG", "ABCD0002.JPG", "WXYZ0003.JPG" and one text file "Readme.txt" in the "\ DCIM \ 100ABCDE" directory. For the image list request, the file list is composed of directory entries of three still image files. These three directory entries are set in the file_list field of the response frame, 1 is set in the eol field, and the Camera Storage subunit transmits a response frame to the controller.

前記FILE LIST Controlコマンドを使用してコントローラは、Camera Storageサブユニットの記録媒体上に存在するファイルのパスを取得し、図12に示すSNED FILE ContorolコマンドやRECEIVE FILE Controコマンドに各ファイルのパスをセットすることによって目的のファイルに対してアクセスを行うことができる。   Using the FILE LIST Control command, the controller obtains the path of the file existing on the recording medium of the Camera Storage subunit, and sets the path of each file in the SNED FILE Control command and RECEIVE FILE Control command shown in FIG. By doing so, the target file can be accessed.

前記SEND FILE Controlコマンドは、Camera Storageサブユニットからファイルを出力するためのコマンドでありRECEIVE FILE ControlコマンドはCamera Storageサブユニットに対してファイルデータの入力を行って記録媒体上に記録をおこなうためのコマンドである。これらのファイル入出力の動作をCamera Storageサブユニットに対して要求する場合、コントローラは入出力を行うためにCamera Storageサブユニットと外部のデバイスとのファイル転送用のコネクション設定を行う必要がある。Camera Storageサブユニットでは、このコネクションはAV/C Asynchronous Serial Bus Connections(TA Document 1998011, AV/C Commands for management of Asynchronous Serial Bus Connections, Ver.1.0及びTA Document 1998016, AV/C Compatible Asynchronous Serial Bus Connections 1.0)で定められた手順を用いる。   The SEND FILE Control command is a command for outputting a file from the Camera Storage subunit, and the RECEIVE FILE Control command is a command for inputting file data to the Camera Storage subunit and recording it on a recording medium. It is. When requesting these file input / output operations to the Camera Storage subunit, the controller needs to set up a connection for file transfer between the Camera Storage subunit and an external device in order to perform input / output. In the Camera Storage subunit, this connection is AV / C Asynchronous Serial Bus Connections (TA Document 1998011, AV / C Commands for management of Asynchronous Serial Bus Connections, Ver.1.0 and TA Document 1998016, AV / C Compatible Asynchronous Serial Bus Connections 1.0 ) Is used.

図24にコネクション設定及びSEND FILE Controlコマンドを使用したファイル転送の手順を示す。まずコントローラは、AV/C Asynchronous Serial Bus Connectionsで定められた手順に従って、ALLOCATE_ATTACHコマンドをCamera Storageサブユニットが実装されているAV/Cユニットに対して送信して、コントローラと前記AV/Cユニット間のコネクションを設定する。次に目的のファイルのパスをセットしたSEND FILE ControlコマンドをCamera Storageサブユニットに対して送信する。前記SEND FILE Controlコマンドを受信したCamera Storageサブユニットは、SEND FILEコマンドに対してINTERIMレスポンスを送信した後、前記コマンドで指定されたファイルを検索する。前記ファイルが見つかった場合、そのファイルのデータをAV/C Asynchronous Serial Bus Connectionsの手順に従って、consumerであるコントローラデバイスに対してwriteトランザクションを使用して書き込む。ファイルの全てのデータを書き込み終えると、Camera Storageサブユニットはコントローラに対してSEND FILEの最終レスポンスを送信する。前記最終レスポンスを受信した後、コントローラはDETACH_RELEASEコマンドをCamera Storageサブユニットが実装されているAV/Cユニットに対して送信して、コントローラと前記AV/Cユニット間のコネクションを解除する。   FIG. 24 shows a file transfer procedure using the connection setting and SEND FILE Control commands. First, the controller sends an ALLOCATE_ATTACH command to the AV / C unit in which the Camera Storage subunit is mounted according to the procedure defined in AV / C Asynchronous Serial Bus Connections, and between the controller and the AV / C unit. Set up a connection. Next, send the SEND FILE Control command that sets the path of the target file to the Camera Storage subunit. The Camera Storage subunit that has received the SEND FILE Control command transmits an INTERIM response to the SEND FILE command, and then searches for the file specified by the command. When the file is found, the data of the file is written to the controller device, which is a consumer, using a write transaction according to the AV / C Asynchronous Serial Bus Connections procedure. When all the data in the file has been written, the Camera Storage subunit sends a final SEND FILE response to the controller. After receiving the final response, the controller transmits a DETACH_RELEASE command to the AV / C unit in which the Camera Storage subunit is mounted, and releases the connection between the controller and the AV / C unit.

図25にSEND FILE Controlコマンド及びレスポンスのフォーマットを示す。コントローラはsubfunctionフィールドには"execute"をセットし、physical_volume_number、logical_volume_number、media_generation_countの各フィールドに目的ファイルが記録されているボリュームの番号及びそのボリュームのgeneration count値をセットする。file_pathフィールドには目的のファイルのパス名をセットし、file_path_lengthフィールドにはその長さをセットする。source_plugフィールドには、Camera Storageサブユニットが持つどのsource plugから目的のファイルを出力するかを指定する。図26にSEND FILE Controlコマンドでファイル転送を行う場合のコントローラとCamera Storageサブユニット間の論理的な接続経路の例を示す。コントローラは、データ入力用のAsynchronous Input Plugと出力用のAsynchronous Output Plugを一つづつ持つ。またCamera Storageサブユニットはデータ入力用のAsynchronous Input Plugと出力用のAsynchronous Output Plugを一つづつ持つAV/Cユニットの内部に実装されており、データ出力用のSubunit Source Plugと入力用のSubunit Destination Plugを一つづつ持つ。AV/CユニットのAsynchronous Output Plug[0]とCamera StorageサブユニットのSubunit Source Plug[0]及びAV/CユニットのAsynchronous Input Plug[0]とCamera StorageサブユニットのSubunit Destination Plug[0]はユニット内で内部的に接続されている。コントローラは、ALLOCATE_ATTACHコマンドで、コントローラのAsynchronous Input Plug[0]とAV/CユニットのAsynchronous Output Plug[0]を接続することによって、コントローラのAsynchronous Input Plug[0]とCamera StorageサブユニットのSubunit Source Plug[0]との接続を確立する。図26に示す接続の場合、前記図25のコマンドフレーム中のsource_plugフィールドには、0x00(Subunit Source Plug[0]を示す)をセットしてコントローラはSEND FILE ControlコマンドをCamera Storageサブユニットに送信する。前記Controlコマンドを受信したCamera Storageサブユニットは、コントローラに対してINTERIMレスポンスを送信した後、指定されたファイルを指定されたSubunit Source Plugから出力し、AV/CユニットはAsynchronous Serial Bus Connectionsの手順に従って、コントローラのAsynchronous Input Plug[0]にデータを送信し、すべてのファイルデータを送信するとCamera Storageサブユニットはコントローラに最終レスポンスを送信してSEND FILE Controlコマンドの動作を終了する。   FIG. 25 shows the format of the SEND FILE Control command and response. The controller sets “execute” in the subfunction field, and sets the volume number and the generation count value of the volume in which the target file is recorded in the physical_volume_number, logical_volume_number, and media_generation_count fields. Set the path name of the target file in the file_path field, and set its length in the file_path_length field. The source_plug field specifies from which source plug of the Camera Storage subunit the target file is output. FIG. 26 shows an example of a logical connection path between the controller and the Camera Storage subunit when performing file transfer with the SEND FILE Control command. The controller has one Asynchronous Input Plug for data input and one Asynchronous Output Plug for output. The Camera Storage subunit is mounted inside the AV / C unit, which has one Asynchronous Input Plug for data input and one Asynchronous Output Plug for output. Subunit Source Plug for data output and Subunit Destination for input Have one Plug at a time. AV / C unit Asynchronous Output Plug [0] and Camera Storage subunit Subunit Source Plug [0], AV / C unit Asynchronous Input Plug [0] and Camera Storage subunit Subunit Destination Plug [0] are in the unit. Connected internally. The controller uses the ALLOCATE_ATTACH command to connect the controller's Asynchronous Input Plug [0] to the AV / C unit's Asynchronous Output Plug [0], so that the controller's Asynchronous Input Plug [0] and the Camera Storage subunit's Subunit Source Plug Establish a connection with [0]. In the case of the connection shown in FIG. 26, 0x00 (indicating Subunit Source Plug [0]) is set in the source_plug field in the command frame of FIG. 25, and the controller transmits a SEND FILE Control command to the Camera Storage subunit. . The Camera Storage subunit that received the Control command sends an INTERIM response to the controller, then outputs the specified file from the specified Subunit Source Plug, and the AV / C unit follows the Asynchronous Serial Bus Connections procedure. When the data is sent to the controller's Asynchronous Input Plug [0] and all the file data is sent, the Camera Storage subunit sends a final response to the controller and ends the operation of the SEND FILE Control command.

図27にコネクション設定及びRECEIVE FILE Controlコマンドを使用したファイル転送の手順を示す。まずコントローラは、AV/C Asynchronous Serial Bus Connectionsで定められた手順に従って、ALLOCATE及びATTACHコマンドをCamera Storageサブユニットが実装されているAV/Cユニットに対して送信して、コントローラと前記AV/Cユニット間のコネクションを設定する。次にデータを記録するファイルのパスをセットしたRECEIVE FILE ControlコマンドをCamera Storageサブユニットに対して送信する。前記RECIEVE FILE Controlコマンドを受信したCamera Storageサブユニットは、RECEIVE FILEコマンドに対してINTERIMレスポンスを送信した後、AV/C Asynchronous Serial Bus Connectionsの手順に従って、producerであるコントローラデバイスにから受信し、指定されたファイルに記録する。ファイルの全てのデータ記録を終えると、Camera Storageサブユニットはコントローラに対してRECEIVE FILEの最終レスポンスを送信する。前記最終レスポンスを受信した後、コントローラはDETACH及びRELEASEコマンドをCamera Storageサブユニットが実装されているAV/Cユニットに対して送信して、コントローラと前記AV/Cユニット間のコネクションを解除する。   FIG. 27 shows a file transfer procedure using the connection setting and RECEIVE FILE Control commands. First, the controller transmits the ALLOCATE and ATTACH commands to the AV / C unit on which the Camera Storage subunit is mounted in accordance with the procedure defined by AV / C Asynchronous Serial Bus Connections, and the controller and the AV / C unit Set the connection between. Next, a RECEIVE FILE Control command in which the file path for recording data is set is transmitted to the Camera Storage subunit. After receiving the RECIEVE FILE Control command, the Camera Storage subunit sends an INTERIM response to the RECEIVE FILE command, and then receives it from the controller device that is the producer according to the AV / C Asynchronous Serial Bus Connections procedure. Record to a separate file. When all data recording of the file is completed, the Camera Storage subunit sends a final response of RECEIVE FILE to the controller. After receiving the final response, the controller transmits DETACH and RELEASE commands to the AV / C unit in which the Camera Storage subunit is mounted, and releases the connection between the controller and the AV / C unit.

図28にRECEIVE FILE Controlコマンド及びレスポンスのフォーマットを示す。コントローラはsubfunctionフィールドには"execute"をセットし、physical_volume_number、logical_volume_number、media_generation_countの各フィールドにデータを記録するボリュームの番号及びそのボリュームのgeneration count値をセットする。file_pathフィールドには記録するファイルのパス名をセットし、file_path_lengthフィールドにはその長さをセットする。receive_modeフィールドは、指定したファイルが既に指定したボリューム上に存在する場合の動作を指定する。図35にreceive_modeの意味と値を示す。file_typeフィールドは、Camera Storageサブユニットに入力されるデータの種類を指示する。図36にfile_typeの意味と値を示す。destination_plugフィールドには、Camera Storageサブユニットが持つどのdestination plugから記録するデータを入力するかを指定する。   FIG. 28 shows the format of the RECEIVE FILE Control command and response. The controller sets “execute” in the subfunction field, and sets the volume number and the generation count value of the volume in the physical_volume_number, logical_volume_number, and media_generation_count fields. The file_path field is set with the path name of the file to be recorded, and the file_path_length field is set with the length. The receive_mode field specifies the operation when the specified file already exists on the specified volume. FIG. 35 shows the meaning and value of receive_mode. The file_type field indicates the type of data input to the Camera Storage subunit. FIG. 36 shows the meaning and value of file_type. The destination_plug field specifies from which destination plug of the Camera Storage subunit the data to be recorded is input.

図29にRECEIVE FILE Controlコマンドでファイル転送を行う場合のコントローラとCamera Storageサブユニット間の論理的な接続経路の例を示す。コントローラは、ALLOCATE及びATTACHコマンドで、コントローラのAsynchronous Output Plug[0]とAV/CユニットのAsynchronous Input Plug[0]を接続することによって、コントローラのAsynchronous Output Plug[0]とCamera StorageサブユニットのSubunit Destination Plug[0]との接続を確立する。図29に示す接続の場合、前記図28のコマンドフレーム中のdestination_plugフィールドには、0x00(Subunit Destination Plug[0]を示す)をセットしてコントローラはRECEIVE FILE ControlコマンドをCamera Storageサブユニットに送信する。前記Controlコマンドを受信したCamera Storageサブユニットは、コントローラに対してINTERIMレスポンスを送信した後、AV/CユニットはAsynchronous Serial Bus Connectionsの手順に従って、コントローラのAsynchronous Output Plug[0]からデータを受信し、そのデータを指定されたSubunit Destination Plugに入力する。Cmaera Storageサブユニットは指定されたSubunit Destination Plugから入六されるデータを指定されたファイルに記録し、全てのデータを記録するとCamera Storageサブユニットはコントローラに最終レスポンスを送信してRECEIVE FILE Controlコマンドの動作を終了する。   FIG. 29 shows an example of a logical connection path between the controller and the Camera Storage subunit when performing file transfer with the RECEIVE FILE Control command. The controller uses the ALLOCATE and ATTACH commands to connect the controller's Asynchronous Output Plug [0] and the AV / C unit's Asynchronous Input Plug [0], so that the controller's Asynchronous Output Plug [0] and the Camera Storage subunit's Subunit Establish a connection with Destination Plug [0]. In the case of the connection shown in FIG. 29, 0x00 (indicating Subunit Destination Plug [0]) is set in the destination_plug field in the command frame of FIG. 28, and the controller sends a RECEIVE FILE Control command to the Camera Storage subunit. . The Camera Storage subunit that has received the Control command sends an INTERIM response to the controller, and then the AV / C unit receives data from the Asynchronous Output Plug [0] of the controller according to the procedure of Asynchronous Serial Bus Connections. Input the data to the specified Subunit Destination Plug. The Cmaera Storage subunit records the data entered from the specified Subunit Destination Plug in the specified file, and when all the data is recorded, the Camera Storage subunit sends the final response to the controller and the RECEIVE FILE Control command End the operation.

又、従来例としては、例えば特許文献1と特許文献2をあげることが出来る。
特開2001−203973号公報 特開2005−045641号公報
Moreover, as a prior art example, patent document 1 and patent document 2 can be mention | raise | lifted, for example.
JP 2001-202973 A JP 2005-056441 A

前述のAV/C Camera Storage Subunit 1.0では、SEND FILE, RECEIVE FILEコマンドを用いてファイルデータの送受信を行うことができるが、SEND FILE, RECEIVE FILE共に目的ファイルの先頭からしかデータの送受信が行えないため、ファイルデータの一部を取得する、ファイルデータを部分的に書き換えるというような操作を行うことができなかった。   In the AV / C Camera Storage Subunit 1.0 described above, file data can be sent and received using the SEND FILE and RECEIVE FILE commands, but both SEND FILE and RECEIVE FILE can only send and receive data from the beginning of the target file. It was not possible to perform operations such as obtaining a part of file data or partially rewriting file data.

前記課題を解決するために、本発明では記録媒体上に記録されているデータを指定するためのファイルのパス名を示す情報と前記ファイルが記録されている領域を示す情報と前記記録されているファイルのデータを出力するための経路情報と前記ファイルデータの出力開始位置を指定するための情報を含む制御信号を受信して、前記指定されたデータをAsynchronousトランザクションを用いて出力する。   In order to solve the above-mentioned problem, in the present invention, information indicating a path name of a file for designating data recorded on a recording medium, information indicating an area in which the file is recorded, and the recording are recorded. A control signal including path information for outputting file data and information for designating an output start position of the file data is received, and the designated data is output using an Asynchronous transaction.

また、データを入力するための経路情報と前記入力されたデータを記録する領域を指定するための情報と前記入力されたデータを記録するファイルを指定するためパス名を示す情報と前記指定されたファイルの記録開始位置を指定するための情報を含む制御信号を受信して、前記指定された経路からAsynchronousトランザクションを用いて入力されたデータを記録する。   Also, path information for inputting data, information for designating an area for recording the inputted data, information indicating a path name for designating a file for recording the inputted data, and the designated A control signal including information for designating the recording start position of the file is received, and data input using the Asynchronous transaction from the designated path is recorded.

以上説明したように、SEND FILE PARTIALコマンド、RECEIVE FILE PARTIALコマンドを搭載することによって、コントローラはCamera Storageサブユニットに対して記録媒体上に記録されているファイルの部分出力及び部分書き換えを行うことができる。   As described above, by installing the SEND FILE PARTIAL command and RECEIVE FILE PARTIAL command, the controller can perform partial output and partial rewrite of files recorded on the recording medium to the Camera Storage subunit. .

(実施例1)
以下に、本発明でのファイルデータの部分出力について説明する。本発明ではファイルの出力を行う機器としてAV/C Camera Storageサブユニットに部分出力の機能を追加した機器を使用するものとする。
Example 1
The partial output of file data in the present invention will be described below. In the present invention, a device in which a function of partial output is added to the AV / C Camera Storage subunit is used as a device for outputting a file.

図1は本発明のファイルデータを部分出力するためSEND FILE PARTIAL Controlコマンド及びレスポンスのフォーマットである。   FIG. 1 shows a format of a SEND FILE PARTIAL Control command and response for partially outputting the file data of the present invention.

コマンドフレーム中のstart_offsetとsend_sizeフィールドを除く各フィールドは、前述のSEND FILE Controlコマンドフレーム中の同名のフィールドと同じ意味及び用途を持つ。   Each field except the start_offset and send_size fields in the command frame has the same meaning and use as the field of the same name in the SEND FILE Control command frame.

start_offsetフィールドは、指定したファイルのどの位置からデータを出力するかを指定するフィールドで、前記ファイルの先頭からのオフセットをバイト数で指定する。このフィールドにセットされた値がファイル上に存在しない位置を示している場合、Camera Storageサブユニットは前記コマンドに対してREJECTEDレスポンスを送信してコマンドを拒否する。例えば指定されたファイルのサイズが1024バイトであり、start_offsetに2048がセットされている場合はREJECTEDレスポンスを送信する。   The start_offset field is a field for designating from which position of the designated file the data is output, and designates an offset from the top of the file by the number of bytes. If the value set in this field indicates a position that does not exist on the file, the Camera Storage subunit rejects the command by sending a REJECTED response to the command. For example, if the specified file size is 1024 bytes and start_offset is set to 2048, a REJECTED response is sent.

send_sizeフィールドは、指定したオフセット位置から何バイトのデータを出力するかを指定する。Camera Storageサブユニットは指定されたバイト数のデータ出力を終了すると実際に出力したデータのバイト数をレスポンスフレームのsent_sizeフィールドにセットしてACCEPTEDレスポンスをコントローラに対して送信する。前記指定されたファイルの指定されたオフセット位置からファイルの末尾のデータまでのサイズがsend_sizeフォールドにセットされた値よりも小さい場合、Camera Storageサブユニットはファイルの末尾のデータを出力した後、実際に出力したデータのバイト数をレスポンスフレームのsent_sizeフィールドにセットしてACCEPTEDレスポンスをコントローラに対して送信する。   The send_size field specifies how many bytes of data are output from the specified offset position. When the Camera Storage subunit finishes outputting the specified number of bytes, it sets the number of bytes of the actually output data in the sent_size field of the response frame and sends an ACCEPTED response to the controller. If the size from the specified offset position of the specified file to the data at the end of the file is smaller than the value set in the send_size fold, the Camera Storage subunit will actually output the data at the end of the file and then Set the number of bytes of output data in the sent_size field of the response frame and send an ACCEPTED response to the controller.

図2に示す画像ファイルのヘッダ領域をコントローラが取得する手順を以下に示す。このファイルは、physical_volume_number = 0, logical_volume_number = 0のボリュームのルートディレクトリ"image.jpg"というファイル名で記録されているものとする。   The procedure for the controller to acquire the header area of the image file shown in FIG. 2 will be described below. It is assumed that this file is recorded with the file name “root.image.jpg” of the volume with physical_volume_number = 0 and logical_volume_number = 0.

コントローラは、Camera Storageサブユニットを含むAV/Cユニットに対して図24に示す手順と同様にALLOCATE_ATTACHコマンドを用いてコントローラのAsynchronous Input Plug[0]とCamera Storageサブユニットを含むAV/CユニットのAsynchronous Output Plug[0]を接続する。Camera StorageサブユニットのSubunit Source Plug[0]と前記AV/CユニットのAsynchronous Output Plug[0]はユニット内で内部的に接続されており、コントローラとCamera Storageサブユニットの論理的な接続は図26に示す接続となる。前記コネクションを設定した後、コントローラはCamera Storageサブユニットに対して図3に示すSEND FILE PARTIAL Controlコマンドを送信する。前記コマンドを受信したCamera Storageサブユニットはコントローラに対してINTERIMレスポンスを送信した後、AV/C Asynchronous Serial Bus Connectionsの手順に従って、consumerであるコントローラに対して指定されたオフセットから指定されたバイト数のデータを書き込んで、SEND FILE PARTIALのACCEPTEDレスポンスを送信する。前記レスポンスを受信したコントローラはDETACH_RELEASEコマンドを用いてコントローラとAV/Cユニットとの接続を解除する。   The controller uses the ALLOCATE_ATTACH command for the AV / C unit including the Camera Storage subunit and the Asynchronous Input Plug [0] of the controller and the Asynchronous of the AV / C unit including the Camera Storage subunit in the same manner as shown in FIG. Connect Output Plug [0]. The Subunit Source Plug [0] of the Camera Storage subunit and the Asynchronous Output Plug [0] of the AV / C unit are internally connected within the unit, and the logical connection between the controller and the Camera Storage subunit is shown in FIG. The connection shown in After setting the connection, the controller transmits a SEND FILE PARTIAL Control command shown in FIG. 3 to the Camera Storage subunit. After receiving the command, the Camera Storage subunit sends an INTERIM response to the controller, and then, according to the AV / C Asynchronous Serial Bus Connections procedure, the specified number of bytes from the offset specified for the controller that is the consumer. Write data and send SEND FILE PARTIAL ACCEPTED response. The controller that has received the response releases the connection between the controller and the AV / C unit using the DETACH_RELEASE command.

次に図4に、SEND FILE PARTIAL Statusコマンド及びレスポンスのフォーマットを示す。このコマンドはSEND FILE PARTIAL Controlコマンドの実行状況を問い合わせるためのコマンドである。   Next, FIG. 4 shows the format of the SEND FILE PARTIAL Status command and response. This command is used to query the execution status of the SEND FILE PARTIAL Control command.

コマンドフレームのsource_plugフィールドは、Camera StorageサブユニットのSubunit source plug番号を指定する。   The source_plug field of the command frame specifies the Subunit source plug number of the Camera Storage subunit.

前記Statusコマンドを受信したCamera Storageサブユニットは、前記指定されたsource plugを使用したSEND FILE PARTIAL Controlコマンドを実行していない場合は、レスポンスフレームのsubfunction、physical_volume_number, logical_volume_number, media_generation_countフィールドに0xFFを、resultフィールドに0x00(not executing)をセットしてコントローラに送信する。この場合レスポンスフレームにはoperand[5]以降は含まれない。   When the Camera Storage subunit that received the Status command has not executed the SEND FILE PARTIAL Control command using the specified source plug, 0xFF is set in the subfunction, physical_volume_number, logical_volume_number, and media_generation_count fields of the response frame. Set 0x00 (not executing) in the field and send it to the controller. In this case, the response frame does not include operand [5] and later.

前記指定されたsource plugを使用したSEND FILE PARTIAL Controlコマンドを実行中の場合は、レスポンスフレームのsubfunctionフィールドに実行しているコントロールコマンドのsubfunctionを、resultフィールドには実行状態に応じて0x01(executing)、0x02(suspended)、0x03(aborting)のいずれかのコード値を、physical_volume_number, logical_volume_numberフィールドに出力しているファイルが記録されているボリュームの番号を、media_generation_countフィールドに前記ボリュームのgeneration count値を、start_offset, file_path_length, file_pathフィールドにはコントロールコマンドで指定されたオフセット値とファイルのパス名をセットし、sent_sizeフィールドには既に出力を終えたデータのバイト数をセットしてコントローラに送信する。   When the SEND FILE PARTIAL Control command using the specified source plug is being executed, the subfunction of the control command being executed is displayed in the subfunction field of the response frame, and 0x01 (executing) in the result field depending on the execution status , 0x02 (suspended), 0x03 (aborting) code value, physical_volume_number, logical_volume_number field is the number of the volume where the file is recorded, media_generation_count field is the generation count value of the volume, start_offset , file_path_length and file_path fields are set with the offset value specified by the control command and the path name of the file, and the sent_size field is set with the number of bytes of data already output and sent to the controller.

以上説明したように、SEND FILE PARTIAL Controlコマンド及びStatusコマンドを使用することによって、コントローラはCamera Storageに対してファイルデータの一部を出力させることができ、また出力途中の状況を知ることができる。   As described above, by using the SEND FILE PARTIAL Control command and the Status command, the controller can cause the camera storage to output a part of the file data, and can know the status during the output.

(実施例2)
以下に、本発明でのファイルデータの部分記録について説明する。本発明ではファイルの記録を行う機器としてAV/C Camera Storageサブユニットに部分記録の機能を追加した機器を使用するものとする。
(Example 2)
The partial recording of file data in the present invention will be described below. In the present invention, a device in which a function of partial recording is added to the AV / C Camera Storage subunit is used as a device for recording a file.

図5は本発明のファイルデータを部分記録するためRECEIVE FILE PARTIAL Controlコマンド及びレスポンスのフォーマットである。   FIG. 5 shows the format of the RECEIVE FILE PARTIAL Control command and response for partially recording the file data of the present invention.

コマンドフレーム中のstart_offsetとreceive_sizeフィールドを除く各フィールドは、前述のRECEIVE FILE Controlコマンドフレーム中の同名のフィールドと同じ意味及び用途を持つ。   Each field except the start_offset and receive_size fields in the command frame has the same meaning and use as the field of the same name in the above-mentioned RECEIVE FILE Control command frame.

start_offsetフィールドは、指定したファイルのどの位置からデータを記録するかを指定するフィールドで、前記ファイルの先頭からのオフセットをバイト数で指定する。このフィールドにセットされた値がファイル上に存在しない位置を示している場合、Camera Storageサブユニットは前記コマンドに対してREJECTEDレスポンスを送信してコマンドを拒否する。例えば指定されたファイルのサイズが1024バイトであり、start_offsetに2048がセットされている場合はREJECTEDレスポンスを送信する。start_offsetフィールドにゼロがセットされており、指定されたファイルが存在しない場合、Camera Storageサブユニットは指定されたファイルを指定されたボリューム上に作成して、入力されるデータを記録しても良い。   The start_offset field is a field for designating from which position of the designated file the data is recorded, and designates the offset from the top of the file by the number of bytes. If the value set in this field indicates a position that does not exist on the file, the Camera Storage subunit rejects the command by sending a REJECTED response to the command. For example, if the specified file size is 1024 bytes and start_offset is set to 2048, a REJECTED response is sent. If the start_offset field is set to zero and the specified file does not exist, the Camera Storage subunit may create the specified file on the specified volume and record the input data.

receive_sizeフィールドは、指定したオフセット位置から何バイトのデータを記録するかを指定する。Camera Storageサブユニットは指定されたバイト数のデータ記録を終了すると実際に記録したデータのバイト数をレスポンスフレームのreceived_sizeフィールドにセットしてACCEPTEDレスポンスをコントローラに対して送信する。また、subfunctionフィールドに"abort"がセットされたコントロールコマンドによって記録が中断されたり、伝送路のエラー等によってデータ転送が中断された場合は、Camera Storageサブユニットは実際に記録できたデータ量をセットしてREJECTEDレスポンスをコントローラに送信する。   The receive_size field specifies how many bytes of data are recorded from the specified offset position. When the camera storage subunit finishes recording the specified number of bytes, it sets the number of bytes of the actually recorded data in the received_size field of the response frame and sends an ACCEPTED response to the controller. In addition, if recording is interrupted by a control command with "abort" set in the subfunction field, or if data transfer is interrupted due to a transmission path error, the Camera Storage subunit sets the amount of data that can actually be recorded. And send a REJECTED response to the controller.

図2に示す画像ファイルのサムネイル領域をコントローラが書き換える手順を以下に示す。このファイルは、physical_volume_number = 0, logical_volume_number = 0のボリュームのルートディレクトリ"image.jpg"というファイル名で記録されているものとする。   A procedure for the controller to rewrite the thumbnail area of the image file shown in FIG. 2 will be described below. It is assumed that this file is recorded with the file name “root.image.jpg” of the volume with physical_volume_number = 0 and logical_volume_number = 0.

コントローラは、Camera Storageサブユニットを含むAV/Cユニットに対して図27に示す手順と同様にALLOCATE及びATTACHコマンドを用いてコントローラのAsynchronous Output Plug[0]とCamera Storageサブユニットを含むAV/CユニットのAsynchronous Input Plug[0]を接続する。Camera StorageサブユニットのSubunit Destination Plug[0]と前記AV/CユニットのAsynchronous Input Plug[0]はユニット内で内部的に接続されており、コントローラとCamera Storageサブユニットの論理的な接続は図29に示す接続となる。前記コネクションを設定した後、コントローラはCamera Storageサブユニットに対して図6に示すRECIEVE FILE PARTIAL Controlコマンドを送信する。前記コマンドを受信したCamera Storageサブユニットはコントローラに対してINTERIMレスポンスを送信した後、AV/C Asynchronous Serial Bus Connectionsの手順に従って、producerであるコントローラからデータを受信し、指定されたオフセットから指定されたバイト数のデータを記録して、RECEIVE FILE PARTIALのACCEPTEDレスポンスを送信する。前記レスポンスを受信したコントローラはDETACH及びRELEASEコマンドを用いてコントローラとAV/Cユニットとの接続を解除する。   The controller uses the ALLOCATE and ATTACH commands for the AV / C unit including the Camera Storage subunit and the AV / C unit including the Camera Storage subunit using the ALLOCATE and ATTACH commands as in the procedure shown in FIG. Connect Asynchronous Input Plug [0]. The Subunit Destination Plug [0] of the Camera Storage subunit and the Asynchronous Input Plug [0] of the AV / C unit are internally connected within the unit, and the logical connection between the controller and the Camera Storage subunit is shown in FIG. The connection shown in After setting the connection, the controller transmits a RECIEVE FILE PARTIAL Control command shown in FIG. 6 to the Camera Storage subunit. After receiving the command, the Camera Storage subunit sends an INTERIM response to the controller, and then receives data from the controller that is the producer according to the AV / C Asynchronous Serial Bus Connections procedure, and is specified from the specified offset. Record the number of bytes and send an ACCEPTED response of RECEIVE FILE PARTIAL. The controller that has received the response releases the connection between the controller and the AV / C unit using the DETACH and RELEASE commands.

図2に示す画像ファイルのフッター領域をコントローラが書き換える例を以下に示す。前述のようにALLOCATE及びATTACHコマンドを用いて図29に示す接続を設定した後、コントローラは図7に示すRECIEVE FILE PARTIAL Controlコマンドを送信する。前記コマンドを受信したCamera Storageサブユニットはコントローラに対してINTERIMレスポンスを送信した後、AV/C Asynchronous Serial Bus Connectionsの手順に従って、producerであるコントローラからデータを受信し、指定されたオフセットから指定されたバイト数のデータを記録する。この例の場合、start_offsetにreceive_sizeを加えた値は、指定したファイルのサイズよりも大きくなる。Camera Storageサブユニットは、指定されたファイルの末尾のデータを書き換えた後、ファイルの末尾に追加して入力されたデータを記録する。最終的に前記ファイルは図8に示すサイズのファイルとなる。   An example in which the controller rewrites the footer area of the image file shown in FIG. 2 is shown below. After setting the connection shown in FIG. 29 using the ALLOCATE and ATTACH commands as described above, the controller transmits the RECIEVE FILE PARTIAL Control command shown in FIG. After receiving the command, the Camera Storage subunit sends an INTERIM response to the controller, and then receives data from the controller that is the producer according to the AV / C Asynchronous Serial Bus Connections procedure, and is specified from the specified offset. Records byte data. In this example, the value of start_offset plus receive_size is larger than the size of the specified file. The Camera Storage subunit rewrites the data at the end of the specified file, and then records the input data added to the end of the file. Finally, the file becomes a file having the size shown in FIG.

次に図9に、RECEIVE FILE PARTIAL Statusコマンド及びレスポンスのフォーマットを示す。このコマンドはRECEIVE FILE PARTIAL Controlコマンドの実行状況を問い合わせるためのコマンドである。   Next, FIG. 9 shows the format of the RECEIVE FILE PARTIAL Status command and response. This command is used to inquire about the execution status of the RECEIVE FILE PARTIAL Control command.

コマンドフレームのdestination_plugフィールドは、Camera StorageサブユニットのSubunit destination plug番号を指定する。   The destination_plug field of the command frame specifies the Subunit destination plug number of the Camera Storage subunit.

前記Statusコマンドを受信したCamera Storageサブユニットは、前記指定されたdestination plugを使用したRECEIVE FILE PARTIAL Controlコマンドを実行していない場合は、レスポンスフレームのsubfunction、physical_volume_number, logical_volume_number, media_generation_countフィールドに0xFFを、resultフィールドに0x00(not executing)をセットしてコントローラに送信する。この場合レスポンスフレームにはoperand[5]以降は含まれない。   If the Camera Storage subunit that received the Status command has not executed the RECEIVE FILE PARTIAL Control command using the specified destination plug, 0xFF is set in the subfunction, physical_volume_number, logical_volume_number, and media_generation_count fields of the response frame. Set 0x00 (not executing) in the field and send it to the controller. In this case, the response frame does not include operand [5] and later.

前記指定されたdestination plugを使用したRECEIVE FILE PARTIAL Controlコマンドを実行中の場合は、レスポンスフレームのsubfunctionフィールドに実行しているコントロールコマンドのsubfunctionを、resultフィールドには実行状態に応じて0x01(executing)、0x02(suspended)、0x03(aborting)のいずれかのコード値を、physical_volume_number, logical_volume_numberフィールドに記録中のファイルが存在するボリュームの番号を、media_generation_countフィールドに前記ボリュームのgeneration count値を、start_offset, file_path_length, file_pathフィールドにはコントロールコマンドで指定されたオフセット値とファイルのパス名をセットし、received_sizeフィールドには既に記録を終えたデータのバイト数をセットしてコントローラに送信する。   When the RECEIVE FILE PARTIAL Control command using the specified destination plug is being executed, the subfunction of the control command being executed is displayed in the subfunction field of the response frame, and 0x01 (executing) in the result field depending on the execution status , 0x02 (suspended), 0x03 (aborting) code value, physical_volume_number, logical_volume_number field is the number of the volume where the file being recorded exists, media_generation_count field is the volume generation count value, start_offset, file_path_length, The offset value specified by the control command and the path name of the file are set in the file_path field, and the number of bytes of data already recorded is set in the received_size field and sent to the controller.

以上説明したように、RECEIVE FILE PARTIAL Controlコマンド及びStatusコマンドを使用することによって、コントローラはCamera Storageの記録媒体上に記録されているファイルデータの一部を書き換えること及びデータを追加することができ、また記録途中の状況を知ることができる。   As explained above, by using the RECEIVE FILE PARTIAL Control command and Status command, the controller can rewrite part of the file data recorded on the Camera Storage recording medium and add data. You can also know the situation during recording.

SEND FILE PARTIAL Controlコマンド及びレスポンスのフォーマットを示す図。The figure which shows the format of a SEND FILE PARTIAL Control command and a response. 画像ファイルの構成例を示す図。The figure which shows the structural example of an image file. 画像ファイルのヘッダ領域を取得するためのSEND FILE PARTIAL Controlコマンド及びレスポンスのデータ例を示す図。The figure which shows the data example of the SEND FILE PARTIAL Control command and response for acquiring the header area | region of an image file. SEND FILE PARTIAL Statusコマンド及びレスポンスのフォーマットを示す図。The figure which shows the format of a SEND FILE PARTIAL Status command and a response. RECEIVE FILE PARTIAL Controlコマンド及びレスポンスのフォーマットを示す図。The figure which shows the format of a RECEIVE FILE PARTIAL Control command and a response. 画像ファイルのサムネイル領域を書き換えるためのRECEIVE FILE PARTIAL Controlコマンド及びレスポンスのデータ例を示す図。The figure which shows the data example of the RECEIVE FILE PARTIAL Control command for rewriting the thumbnail area of an image file, and a response. 画像ファイルのフッター領域を書き換えるためのRECEIVE FILE PARTIAL Controlコマンド及びレスポンスのデータ例を示す図。The figure which shows the data example of the RECEIVE FILE PARTIAL Control command for rewriting the footer area | region of an image file, and a response. フッター領域を書き換えた後の画像ファイルの構成例を示す図。The figure which shows the structural example of the image file after rewriting a footer area | region. RECEIVE FILE PARTIAL Statusコマンド及びレスポンスのフォーマットを示す図。The figure which shows the format of a RECEIVE FILE PARTIAL Status command and a response. CTSで用いるコマンドフレームフォーマットを示す図。The figure which shows the command frame format used by CTS. CTSで用いるレスポンスフレームフォーマットを示す図。The figure which shows the response frame format used by CTS. コントローラと従来のCamera Storageサブユニット間での基本的なトランザクション手順を示す図。The figure which shows the basic transaction procedure between a controller and the conventional Camera Storage subunit. VERSION Statusコマンド及びレスポンスのフォーマットを示す図。The figure which shows the format of a VERSION Status command and a response. MEDIA INFO Controlコマンド及びレスポンスのフォーマットを示す図。The figure which shows the format of a MEDIA INFO Control command and a response. VOLUME INFO Controlコマンド及びレスポンスのフォーマットを示す図。The figure which shows the format of a VOLUME INFO Control command and a response. VOLUME INFO Controlレスポンスのattributeフィールドのフォーマットを示す図。The figure which shows the format of the attribute field of a VOLUME INFO Control response. FILE LIST Controlコマンド及びレスポンスのフォーマットを示す図。The figure which shows the format of a FILE LIST Control command and a response. FILE LIST Controlレスポンスのattributeフィールドのフォーマットを示す図。The figure which shows the format of the attribute field of a FILE LIST Control response. ファイルリストを構成するディレクトリエントリのフォーマットを示す図。The figure which shows the format of the directory entry which comprises a file list. ディレクトリエントリのattribute_byteのフォーマットを示す図。The figure which shows the format of attribute_byte of a directory entry. Camera Storageサブユニットの記録媒体上に記録されたファイルデータの構成例を示す図。The figure which shows the structural example of the file data recorded on the recording medium of a Camera Storage subunit. FILE LIST Controlコマンドフレームにセットするデータ例及び、ファイルリストに含まれるディレクトリエントリの一部を示す図。The figure which shows the data example set to a FILE LIST Control command frame, and a part of directory entry contained in a file list. FILE LIST Controlコマンドフレームにセットするデータ例及び、ファイルリストに含まれるディレクトリエントリの一部を示す図。The figure which shows the data example set to a FILE LIST Control command frame, and a part of directory entry contained in a file list. Camera Storageサブユニットからファイルデータを取得する場合のトランザクション手順を示す図。The figure which shows the transaction procedure in the case of acquiring file data from a Camera Storage subunit. SEND FILE Controlコマンド及びレスポンスのフォーマットを示す図。The figure which shows the format of a SEND FILE Control command and a response. Camera Storageサブユニットからファイルデータを取得する場合のコントローラとCamera Storageサブユニット間の論理的な接続例を示す図。The figure which shows the example of a logical connection between a controller and Camera Storage subunit when acquiring file data from a Camera Storage subunit. Camera Storageサブユニットへファイルデータを送信する場合のトランザクション手順を示す図。The figure which shows the transaction procedure in the case of transmitting file data to a Camera Storage subunit. RECEIVE FILE Controlコマンド及びレスポンスのフォーマットを示す図。The figure which shows the format of a RECEIVE FILE Control command and a response. Camera Storageサブユニットへファイルデータを送信する場合のコントローラとCamera Storageサブユニット間の論理的な接続例を示す図。The figure which shows the logical connection example between a controller and Camera Storage subunit in the case of transmitting file data to a Camera Storage subunit. CTSのコマンドフレームに設定するctypeフィールドの値を示す表。The table | surface which shows the value of the ctype field set to the command frame of CTS. CTSのレスポンスフレームに設定するresponseフィールドの値を示す表。The table | surface which shows the value of the response field set to the response frame of CTS. Camera Storageサブユニットのプロファイルの値を示す表。A table showing profile values for the Camera Storage subunit. Camera StorageサブユニットのControlコマンド中のsubfunctionフィールドの値を示す表。The table which shows the value of the subfunction field in the Control command of Camera Storage subunit. FILE LIST Controlコマンドのfile_typeフィールド値を示す図。The figure which shows the file_type field value of a FILE LIST Control command. RECEIVE FILE Controlコマンドのreceive_modeの値を示す図。The figure which shows the value of receive_mode of RECEIVE FILE Control command. RECEIVE FILE Controlコマンドのfile_typeの値を示す図。The figure which shows the value of file_type of RECEIVE FILE Control command.

Claims (16)

シリアルデータを送受信するためのデジタルインターフェースを備え、前記デジタルインターフェースを経由して制御信号及びデジタルデータの送受信を行い、ランダムアクセス可能な記録媒体を使用して前記記録媒体上のデジタルデータを取り扱うデジタル機器であって、前記記録媒体上に記録されているデータを指定するためのファイルのパス名を示す情報と前記ファイルが記録されている領域を示す情報と前記記録されているファイルのデータを出力するための経路情報と前記ファイルデータの出力開始位置を指定するための情報を含む制御信号を受信して、前記指定されたデータをAsynchronousトランザクションを用いて出力することを特徴とするデジタル機器。   A digital device comprising a digital interface for transmitting and receiving serial data, performing transmission and reception of control signals and digital data via the digital interface, and handling digital data on the recording medium using a randomly accessible recording medium And outputting information indicating a path name of a file for designating data recorded on the recording medium, information indicating an area in which the file is recorded, and data of the recorded file A digital apparatus that receives a control signal including path information for specifying the file data and an output start position of the file data, and outputs the specified data using an asynchronous transaction. 前記指定されたファイルデータの出力開始位置に該当する位置が前記制御信号で指定されたファイルデータ中に存在しない場合、前記制御信号を拒否することを特徴とする、請求項1記載のデジタル機器。   2. The digital apparatus according to claim 1, wherein if the position corresponding to the output start position of the designated file data does not exist in the file data designated by the control signal, the control signal is rejected. 前記制御信号は、出力するデータ量を指定する情報を含む事を特徴とする、請求項1記載のデジタル機器。   The digital device according to claim 1, wherein the control signal includes information specifying a data amount to be output. 前記指定されたファイルの出力開始位置から指定されたファイルの末尾のデータまでのデータ量が前記指定された出力するデータ量よりも多い場合、前記指定された量のデータを出力することを特徴とする、請求項3記載のデジタル機器。   When the data amount from the output start position of the designated file to the end data of the designated file is larger than the designated data amount, the designated amount of data is output. The digital device according to claim 3. 前記指定されたファイルの出力開始位置から指定されたファイルの末尾のデータまでのデータ量が前記指定された出力するデータ量よりも少ない場合、前記指定されたファイルの出力開始位置から指定されたファイルの末尾のデータまでを出力することを特徴とする、請求項3記載のデジタル機器。   When the amount of data from the output start position of the specified file to the end data of the specified file is smaller than the data amount to be output, the file specified from the output start position of the specified file 4. The digital device according to claim 3, wherein the data up to the last data of is output. 前記制御信号を受信してデータを出力した後、実際に出力したデータ量を示す情報を含む応答信号を送信することを特徴とする、請求項3記載のデジタル機器。   4. The digital apparatus according to claim 3, wherein after the control signal is received and data is output, a response signal including information indicating the amount of data actually output is transmitted. 前記受信した制御信号に従ってデータを出力している最中に、データ出力の状態を問い合わせる制御信号を受信し、前記問い合わせの制御信号を受信した時点で既に出力を終えたデータ量を示す情報を含む応答信号を送信することを特徴とする、請求項1記載のデジタル機器。   In the middle of outputting data according to the received control signal, it receives a control signal that inquires about the state of data output, and includes information indicating the amount of data that has already been output when the inquiry control signal is received The digital apparatus according to claim 1, wherein a response signal is transmitted. シリアルデータを送受信するためのデジタルインターフェースを備え、前記デジタルインターフェースを経由して制御信号及びデジタルデータの送受信を行い、ランダムアクセス可能な記録媒体を使用して前記記録媒体上のデジタルデータを取り扱うデジタル機器であって、データを入力するための経路情報と前記入力されたデータを記録する領域を指定するための情報と前記入力されたデータを記録するファイルを指定するためのパス名を示す情報と前記指定されたファイルの記録開始位置を指定するための情報を含む制御信号を受信して、前記指定された経路からAsynchronousトランザクションを用いて入力されたデータを記録することを特徴とするデジタル機器。   A digital device comprising a digital interface for transmitting and receiving serial data, performing transmission and reception of control signals and digital data via the digital interface, and handling digital data on the recording medium using a randomly accessible recording medium The path information for inputting the data, the information for specifying the area for recording the input data, the information indicating the path name for specifying the file for recording the input data, and the A digital apparatus that receives a control signal including information for designating a recording start position of a designated file and records data input from the designated path using an Asynchronous transaction. 前記指定されたファイルが前記指定された領域に存在する場合、指定されたファイルの記録開始位置以降に入力されたデータを上書き記録することを特徴とする、請求項8記載のデジタル機器。   9. The digital apparatus according to claim 8, wherein when the designated file exists in the designated area, the data input after the recording start position of the designated file is overwritten and recorded. 前記指定されたファイルに入力されたデータの上書き記録を行い、前記ファイルの末尾のデータの上書きが終了した後は、入力されたデータを前記指定されたファイルの末尾から追加記録することを特徴とする、請求項9記載のデジタル機器。   The overwriting recording of the data input to the specified file is performed, and after the overwriting of the data at the end of the file is over, the input data is additionally recorded from the end of the specified file, The digital device according to claim 9. 前記指定されたファイルが前記指定された領域に存在し、指定されたファイルの記録開始位置が前記ファイルの末尾出会った場合、入力されたデータを前記指定されたファイルの末尾から追加記録することを特徴とする、請求項8記載のデジタル機器。   When the specified file exists in the specified area and the recording start position of the specified file is met at the end of the file, the input data is additionally recorded from the end of the specified file. The digital device according to claim 8, wherein the digital device is characterized. 前記指定されたファイルが前記指定された領域に存在しない場合、指定されたファイルを作成して、前記作成したファイルにデータを記録することを特徴とする、請求項8記載のデジタル機器。   9. The digital apparatus according to claim 8, wherein when the designated file does not exist in the designated area, the designated file is created and data is recorded in the created file. 前記指定されたファイルの記録開始位置に該当する位置が前記制御信号で指定されたファイルデータ中に存在しない場合、前記制御信号を拒否することを特徴とする、請求項8記載のデジタル機器。   9. The digital apparatus according to claim 8, wherein when the position corresponding to the recording start position of the designated file does not exist in the file data designated by the control signal, the control signal is rejected. 前記制御信号は、入力されるデータ量を指定する情報を含む事を特徴とする、請求項8記載のデジタル機器。   9. The digital apparatus according to claim 8, wherein the control signal includes information specifying an input data amount. 前記制御信号を受信してデータを記録した後、実際に記録したデータ量を示す情報を含む応答信号を送信することを特徴とする、請求項8記載のデジタル機器。   9. The digital apparatus according to claim 8, wherein after the control signal is received and data is recorded, a response signal including information indicating the actually recorded data amount is transmitted. 前記受信した制御信号に従ってデータを記録している最中に、データ記録の状態を問い合わせる制御信号を受信し、前記問い合わせの制御信号を受信した時点で既に記録を終えたデータ量を示す情報を含む応答信号を送信することを特徴とする、請求項8記載のデジタル機器。   In the middle of recording data according to the received control signal, the control signal for inquiring about the state of data recording is received, and information indicating the amount of data that has already been recorded when the inquiry control signal is received is included. 9. The digital apparatus according to claim 8, wherein a response signal is transmitted.
JP2005270554A 2005-09-16 2005-09-16 Digital device using detachable recording medium Withdrawn JP2007080199A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005270554A JP2007080199A (en) 2005-09-16 2005-09-16 Digital device using detachable recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005270554A JP2007080199A (en) 2005-09-16 2005-09-16 Digital device using detachable recording medium

Publications (1)

Publication Number Publication Date
JP2007080199A true JP2007080199A (en) 2007-03-29

Family

ID=37940413

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005270554A Withdrawn JP2007080199A (en) 2005-09-16 2005-09-16 Digital device using detachable recording medium

Country Status (1)

Country Link
JP (1) JP2007080199A (en)

Similar Documents

Publication Publication Date Title
RU2370905C2 (en) Device for data reproduction, method for content control, program and information medium
JP4391712B2 (en) System and method for controlling a mass storage class digital imaging device
US6282597B1 (en) Information processing apparatus, control method, and transmission medium using thin protocol that responds to A/V control commands
KR100570326B1 (en) A method and system for electronic communication
US20010002846A1 (en) Electronic device for managing removable storage medium, method and storage medium therefor
US20030160869A1 (en) Information communicating apparatus, method and system
JP2004310672A (en) Data input device and image output system
US6779052B2 (en) Electronic apparatus, system and method for controlling communication among devices coupled through different interfaces
US7616839B2 (en) Image data transfer system, method of generating image data file, and computer program
US7755661B2 (en) Image data transfer control in digital imaging system
US7193740B2 (en) Print data transfer method, printing system, printer device and print control program
JP2007080199A (en) Digital device using detachable recording medium
JP2003209783A (en) Device and method for transmitting file
JP2007080198A (en) Digital device using randomly accessible recording medium
JP2007080462A (en) Digital equipment using detachable recording medium
JP4343372B2 (en) Communication apparatus, image processing apparatus, communication method, and image processing method
WO2005062618A1 (en) Imaging device
EP1239644A1 (en) Method for managing isochronous file transfers in a HAVI environment
JP2007082114A (en) Digital apparatus using randomly accessible recording medium
JP2007082115A (en) Image data transmission apparatus
JP2007082116A (en) Digital apparatus using randomly accessible recording medium
JP2007082119A (en) Digital apparatus and control apparatus using storage medium capable of random access
KR100620994B1 (en) Method for socket interface using asynchronous connection based to ieee 1394
EP1246427A1 (en) Method for managing isochronous files in a havi environment
JP2005176266A (en) Image processing apparatus, control device, control system, control method of image processing apparatus and control device, and control program

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20081202