JP5598335B2 - Data receiving apparatus, data transmitting apparatus, data receiving method, and data transmitting method - Google Patents

Data receiving apparatus, data transmitting apparatus, data receiving method, and data transmitting method Download PDF

Info

Publication number
JP5598335B2
JP5598335B2 JP2011002158A JP2011002158A JP5598335B2 JP 5598335 B2 JP5598335 B2 JP 5598335B2 JP 2011002158 A JP2011002158 A JP 2011002158A JP 2011002158 A JP2011002158 A JP 2011002158A JP 5598335 B2 JP5598335 B2 JP 5598335B2
Authority
JP
Japan
Prior art keywords
transmitted
data
picture
frame coded
coded picture
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.)
Expired - Fee Related
Application number
JP2011002158A
Other languages
Japanese (ja)
Other versions
JP2012147107A (en
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 JP2011002158A priority Critical patent/JP5598335B2/en
Publication of JP2012147107A publication Critical patent/JP2012147107A/en
Application granted granted Critical
Publication of JP5598335B2 publication Critical patent/JP5598335B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、ネットワークを介してデータ転送を行うデータ転送システム及び転送方法に関する。   The present invention relates to a data transfer system and a transfer method for transferring data via a network.

近年、インターネットやネットワークカメラの普及に伴い、ネットワークを介した映像及び音声データの送信が広く行われている。ネットワークカメラ製品のインタフェース規格は、ONVIF(Open Network Video Interface Forum)により標準化が行なわれている。ONVIFでは、カメラ情報の設定・取得、ストリーミング、セキュリティなどに必要なインタフェースが定義され、ネットワークを介したカメラ制御が可能となっている。ネットワークを介したデータ転送では、ネットワークの状況により使用できる帯域が制限されることがあり、データ転送の遅延などの問題が発生する。そこで、転送するデータを圧縮し、データ量を削減する方法が取られている。   In recent years, with the spread of the Internet and network cameras, transmission of video and audio data via a network has been widely performed. The interface standard of network camera products is standardized by ONVIF (Open Network Video Interface Forum). In ONVIF, interfaces necessary for setting / acquiring camera information, streaming, security, and the like are defined, and camera control via a network is possible. In data transfer via a network, a usable bandwidth may be limited depending on network conditions, and problems such as data transfer delay occur. Therefore, a method of compressing the data to be transferred and reducing the data amount is taken.

例えば特許文献1に記載される画像データの転送方法は、動画像データをMPEG形式の圧縮データに圧縮符号化して順次バッファに蓄積し、蓄積された圧縮データをネットワークを介して受信装置に送信するものであって、バッファに蓄積される圧縮データの蓄積量が所定量を越えた際にバッファに蓄積される圧縮データをGOP(Group of Picture)単位あるいはピクチャ単位で削除することが開示されている。   For example, in the image data transfer method described in Patent Document 1, moving image data is compression-encoded into MPEG format compressed data, sequentially stored in a buffer, and the stored compressed data is transmitted to a receiving device via a network. It is disclosed that when compressed data stored in a buffer exceeds a predetermined amount, the compressed data stored in the buffer is deleted in GOP (Group of Picture) units or picture units. .

特開2003−219337号公報JP 2003-219337 A

上記特許文献1では、データ送信に必要な帯域幅が確保できない際のデータ間引き処理について述べられている。しかしながらこの方法によれば、MPEG方式の圧縮データに対しGOP単位での削除を行った場合、受信側では画像のフレーム数が減り、コマ落ちした画像になってしまう。また、ピクチャ単位で削除した場合には、データの復号時に画質の劣化が生じる恐れがある。   Japanese Patent Application Laid-Open No. 2004-228561 describes a data thinning process when a bandwidth necessary for data transmission cannot be ensured. However, according to this method, when MPEG-based compressed data is deleted in GOP units, the number of frames of the image is reduced on the receiving side, resulting in an image with dropped frames. In addition, when deleting in units of pictures, there is a risk that image quality will deteriorate when data is decoded.

そこで本発明の目的は、ネットワークの帯域幅が確保できない場合であっても、画質を劣化させることなく映像データの転送を行えるデータ転送システム及び転送方法を提供することである。   Accordingly, an object of the present invention is to provide a data transfer system and a transfer method capable of transferring video data without degrading the image quality even when the network bandwidth cannot be secured.

上記課題を解決するため、例えば特許請求の範囲に記載の構成を採用する。In order to solve the above problems, for example, the configuration described in the claims is adopted.

本発明によれば、ネットワークの帯域幅が確保できない場合であっても、画質を劣化させることなく映像データの転送を行えるデータ転送システム及び転送方法を提供することができる。   According to the present invention, it is possible to provide a data transfer system and a transfer method capable of transferring video data without degrading image quality even when the network bandwidth cannot be secured.

本発明の第1の実施例に係るデータ転送システムを示す構成図。1 is a configuration diagram showing a data transfer system according to a first embodiment of the present invention. 比較のためにカメラ制御なしでデータ転送を行う場合を示す図。The figure which shows the case where data transfer is performed without camera control for comparison. 実施例1におけるデータ転送制御を示す図。FIG. 3 is a diagram illustrating data transfer control according to the first embodiment. 実施例1におけるデータ転送の処理の流れを示すフローチャート。3 is a flowchart illustrating a data transfer process according to the first embodiment. 実施例2におけるデータ転送制御を示す図。FIG. 10 is a diagram illustrating data transfer control according to the second embodiment. 実施例2におけるデータ転送の処理の流れを示すフローチャート。10 is a flowchart illustrating a flow of data transfer processing according to the second embodiment. 本発明の第3の実施例に係るデータ転送システムを示す構成図。The block diagram which shows the data transfer system which concerns on 3rd Example of this invention.

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

図1は、本発明の第1の実施例に係るデータ転送システムを示す構成図である。ここではデータ転送システムの一例として、複数の映像転送カメラ(データ転送装置)からの映像データがネットワークを介して映像受信装置(データ受信装置)へ転送される場合を示す。   FIG. 1 is a block diagram showing a data transfer system according to a first embodiment of the present invention. Here, as an example of the data transfer system, a case where video data from a plurality of video transfer cameras (data transfer devices) is transferred to a video reception device (data reception device) via a network is shown.

複数の映像転送カメラ1a,1b,1c(以下、簡単にカメラと呼ぶ)は、撮像部2と、エンコーダ(データ圧縮部)3と、データ制御部4と、メモリ5と、ネットワークI/F6とを備える。また映像受信装置8は、ネットワークI/F9と、デコーダ(データ復号部)10と、出力部11と、カメラ制御部12と、帯域使用率算出部13とを備える。各カメラ1a〜1cからの映像データはハブ(HUB)7に入力し、HUB7からは1本の伝送路で映像受信装置8へ転送される。   A plurality of video transfer cameras 1a, 1b, and 1c (hereinafter simply referred to as cameras) include an imaging unit 2, an encoder (data compression unit) 3, a data control unit 4, a memory 5, and a network I / F 6. Is provided. The video reception device 8 includes a network I / F 9, a decoder (data decoding unit) 10, an output unit 11, a camera control unit 12, and a band usage rate calculation unit 13. Video data from each of the cameras 1 a to 1 c is input to a hub (HUB) 7, and is transferred from the HUB 7 to the video receiving device 8 through one transmission path.

各部の動作を説明する。各カメラ1a〜1cにおいて、撮像部2で撮像した映像データは、エンコーダ3で圧縮データに変換する。本実施例では、MPEG形式の圧縮データに変換し、圧縮したデータはメモリ5に格納しておく。メモリ5に格納したデータは、ネットワークI/F6を介してネットワーク上へ転送される。その際データ制御部4は、ネットワークI/F6を介して映像受信装置8からのカメラ制御信号を受信し、ネットワーク上へ転送するデータの制御を行う。   The operation of each part will be described. In each of the cameras 1a to 1c, the video data captured by the imaging unit 2 is converted into compressed data by the encoder 3. In this embodiment, the data is converted into MPEG format compressed data, and the compressed data is stored in the memory 5. Data stored in the memory 5 is transferred to the network via the network I / F 6. At that time, the data control unit 4 receives a camera control signal from the video reception device 8 via the network I / F 6 and controls data to be transferred onto the network.

映像受信装置8では、HUB7から転送された映像データをネットワークI/F9を介して受信し、デコーダ10にて復号化する。復号化された映像データは出力部11から図示しない外部機器(例えばモニタ)へ出力される。帯域使用率算出部13は、各カメラ1a〜1cから当該映像受信装置8へ転送される総データ量を監視し、伝送路の帯域使用率を算出する。具体的には、各カメラから次のタイミングで転送されるデータの総ビットレートを予測し、伝送路の許容ビットレートに対する比を算出する。算出された帯域使用率に応じてカメラ制御部12は、ネットワークI/F9を介し各カメラに対して、次のタイミングで転送すべきデータを指示するためのカメラ制御信号を送信する。このカメラ制御信号により、伝送路の許容範囲内で映像データの転送を行うことができる。   The video receiver 8 receives the video data transferred from the HUB 7 via the network I / F 9 and decodes it by the decoder 10. The decoded video data is output from the output unit 11 to an external device (for example, a monitor) (not shown). The bandwidth usage rate calculation unit 13 monitors the total amount of data transferred from the cameras 1a to 1c to the video receiving device 8, and calculates the bandwidth usage rate of the transmission path. Specifically, the total bit rate of data transferred from each camera at the next timing is predicted, and the ratio to the allowable bit rate of the transmission path is calculated. In accordance with the calculated bandwidth usage rate, the camera control unit 12 transmits a camera control signal for instructing data to be transferred at the next timing to each camera via the network I / F 9. With this camera control signal, video data can be transferred within the allowable range of the transmission path.

次に、本実施例におけるデータ転送制御を具体的に説明する。
図2は、比較のためにカメラ制御なしでデータ転送を行う場合を示す図である。ここでは簡単のために、2台のカメラ1a,1bからのデータ転送を示す。横軸は時刻であり、各カメラから転送するデータの転送タイミングと、転送データ量を模式的に示している。ここに転送するデータは、MPEG符号化により、Iピクチャ(フレーム内符号化画像)、Pピクチャ(フレーム間順方向予測符号化画像)及びBピクチャ(双方向予測符号化画像)の3種類のピクチャから成っている。各ピクチャのデータ量(bps)を比較すると、一般にIピクチャが最も大きく、次いでPピクチャ、Bピクチャという順になっている。そして帯域使用率とは、転送データ量(bps)の転送許容量に対する割合で定義される。
Next, the data transfer control in this embodiment will be specifically described.
FIG. 2 is a diagram illustrating a case where data transfer is performed without camera control for comparison. Here, for simplicity, data transfer from two cameras 1a and 1b is shown. The horizontal axis represents time, and schematically shows the transfer timing of data transferred from each camera and the transfer data amount. The data to be transferred here includes three types of pictures, MPEG picture, I picture (intra-frame encoded picture), P picture (inter-frame forward predictive encoded picture) and B picture (bidirectional predictive encoded picture). Consists of. Comparing the data amount (bps) of each picture, the I picture is generally the largest, followed by the P picture and the B picture. The bandwidth usage rate is defined as the ratio of the transfer data amount (bps) to the transfer allowable amount.

この例は、カメラ1a及び1bから、I→B→B→Pピクチャという順で、互いに同じタイミングで各ピクチャを転送する場合である。各カメラからのデータはHUB7にて多重化され、1本の伝送路にて映像受信装置8へ転送される。従って、HUB7と映像受信装置8の間における帯域使用率は、カメラ1a及び1bからIピクチャを転送しているタイミングが最も高くなり、逆に、カメラ1a及び1bからBピクチャを転送しているときが最も低くなる。このように帯域使用率は、各カメラからの転送タイミングにより時刻によって変化する。複数台のカメラから同時にIピクチャが転送されるタイミングでは、転送データ量の総量が転送許容量を超える(帯域使用率が100%を超える)場合があり、各映像データを正常に転送することができず、映像受信側での再生動作が破綻したり表示映像の画質劣化が生じる恐れがある。   In this example, the pictures are transferred from the cameras 1a and 1b in the order of I → B → B → P pictures at the same timing. Data from each camera is multiplexed by the HUB 7 and transferred to the video receiver 8 through one transmission path. Accordingly, the band usage rate between the HUB 7 and the video receiver 8 is highest when the I picture is transferred from the cameras 1a and 1b, and conversely, when the B picture is transferred from the cameras 1a and 1b. Is the lowest. Thus, the bandwidth usage rate changes according to the time according to the transfer timing from each camera. At the timing when I pictures are simultaneously transferred from multiple cameras, the total amount of transfer data may exceed the transfer allowable amount (bandwidth usage rate exceeds 100%), and each video data may be transferred normally. There is a risk that the playback operation on the video receiving side may fail or image quality of the displayed video may be degraded.

図3は、本実施例におけるデータ転送制御を示す図である。本実施例では、帯域使用率に基づき各カメラにカメラ制御信号を送り、各カメラからのデータ転送タイミングをずらすよう制御する。図2と同様に2台のカメラ1a,1bから、I→B→B→Pピクチャという順で各ピクチャを転送する場合である。ただし、カメラ制御信号により両者のカメラ1a,1bからの転送タイミングをずらすことで、転送するデータ量の総量が転送許容量を超えないように制御している。この例では、カメラ1aがデータ量の大きいIピクチャを転送しているタイミングでは、カメラ1bからのIピクチャの転送を遅らせる。そして、カメラ1aからデータ量の小さいBピクチャを転送する次のタイミングで、カメラ1bからのIピクチャの転送を開始する。これによれば、複数台のカメラから同時にIピクチャが転送されることがないので帯域使用率は常に100%以下となり、各映像データを正常に転送することができる。   FIG. 3 is a diagram showing data transfer control in this embodiment. In this embodiment, a camera control signal is sent to each camera based on the bandwidth usage rate, and control is performed to shift the data transfer timing from each camera. Similar to FIG. 2, each picture is transferred from the two cameras 1a and 1b in the order of I → B → B → P picture. However, the total amount of data to be transferred is controlled so as not to exceed the allowable transfer amount by shifting the transfer timing from both cameras 1a and 1b by the camera control signal. In this example, the transfer of the I picture from the camera 1b is delayed at the timing when the camera 1a transfers the I picture having a large amount of data. Then, the transfer of the I picture from the camera 1b is started at the next timing when the B picture with a small amount of data is transferred from the camera 1a. According to this, since I pictures are not simultaneously transferred from a plurality of cameras, the band usage rate is always 100% or less, and each video data can be transferred normally.

図4は、本実施例におけるデータ転送の処理の流れを示すフローチャートである。
各カメラ1a〜1cは、転送すべき映像データをメモリ5に一旦格納する(SP11)。映像受信装置8の帯域使用率算出部13は、各カメラから次に転送されるデータのデータ量を予測し、ネットワークの帯域使用率を算出する(SP12)。具体的には、各カメラから次のタイミングで転送されるピクチャの種類(I,P,B)を予測し、その組合せからデータ量の総量を算出する。カメラ制御部12は、算出された帯域使用率が許容レベル(100%)を超えているかどうか判定する(SP13)。
FIG. 4 is a flowchart showing the flow of data transfer processing in this embodiment.
Each camera 1a to 1c temporarily stores video data to be transferred in the memory 5 (SP11). The bandwidth usage rate calculation unit 13 of the video reception device 8 predicts the data amount of data transferred next from each camera, and calculates the bandwidth usage rate of the network (SP12). Specifically, the type (I, P, B) of the picture transferred from each camera at the next timing is predicted, and the total amount of data is calculated from the combination. The camera control unit 12 determines whether the calculated bandwidth usage rate exceeds the allowable level (100%) (SP13).

SP13の判定で帯域使用率が許容レベルを超えている場合は、カメラ制御部12は、データ量の大きいIピクチャを転送しようとするカメラに対して、データ転送のタイミングを遅らせるようカメラ制御信号を送信する(SP14)。この場合、各カメラに対してデータ転送の優先順序を設定するなどして、転送タイミングを遅らせるカメラを予め定めておく。あるいは、転送タイミングを遅らせるカメラを複数のカメラ間で巡回させて決定しても良い。このカメラ制御信号を受けたカメラは、データ制御部4の制御によりデータの転送を次のタイミングまで待機する。   If the band usage rate exceeds the allowable level in the determination of SP13, the camera control unit 12 sends a camera control signal to delay the data transfer timing to the camera attempting to transfer an I picture with a large amount of data. Transmit (SP14). In this case, a camera for delaying the transfer timing is determined in advance by setting a priority order of data transfer for each camera. Alternatively, the camera for delaying the transfer timing may be determined by circulating between a plurality of cameras. The camera that has received this camera control signal waits for data transfer until the next timing under the control of the data control unit 4.

また、SP13の判定で帯域使用率が許容レベルを超えていなければ、各カメラに対して、次のデータの転送を行うようカメラ制御信号を送信する(SP15)。これにより、転送タイミングを遅らせたカメラは、次のタイミングで待機していたデータの転送を行うことができる。そして未転送のデータがあるかどうか判定し(SP16)、残りのデータがあればSP12に戻りSP12〜SP16を繰り返す。   If the band usage rate does not exceed the allowable level in the determination of SP13, a camera control signal is transmitted to each camera so as to transfer the next data (SP15). As a result, the camera whose transfer timing is delayed can transfer the data waiting at the next timing. Then, it is determined whether there is untransferred data (SP16), and if there is remaining data, the process returns to SP12 and repeats SP12 to SP16.

上記SP11においてメモリ5に格納するデータ量はいかなる量であっても良い。例えば、GOP単位でデータをメモリに格納しても良い。この場合、1GOPの転送が完了した時点で次の1GOPをメモリに格納し、再びSP12から処理を実行する。これを繰り返すことで、順次映像を転送することが可能になる。また、メモリ5に格納可能なデータ量であれば、任意のデータ量を一度にメモリ5に格納してデータ転送を行っても良い。なお、メモリへのデータ格納は随時行うのが好ましい。これは、メモリ5に格納したデータの転送完了を待ってから次の転送データをメモリ5に格納する場合には、データ転送において転送中断期間が発生するからである。   The amount of data stored in the memory 5 in the SP 11 may be any amount. For example, data may be stored in a memory in GOP units. In this case, when the transfer of 1 GOP is completed, the next 1 GOP is stored in the memory, and the process is executed again from SP 12. By repeating this, it becomes possible to transfer the video sequentially. Further, as long as the data amount can be stored in the memory 5, an arbitrary data amount may be stored in the memory 5 at a time to perform data transfer. It is preferable to store data in the memory as needed. This is because a transfer interruption period occurs in data transfer when the next transfer data is stored in the memory 5 after waiting for completion of transfer of the data stored in the memory 5.

本実施例の制御方法は、映像データの転送開始時、及び転送継続中のいずれにおいても可能であることは言うまでもない。また、上記の説明では転送するデータの種類をI,P,Bピクチャに区分して説明したが、これに限らず、データ量(bps)の大小により適宜複数の種類に区分することで、同様に制御することができる。また上記例では、帯域使用率が許容レベルを超える場合、データ量が最大であるIピクチャの転送を遅らせるようにしたが、許容レベルに対する帯域使用率の超過量が少なければ、IピクチャではなくPピクチャやBピクチャの転送を遅らせても良い。その際のピクチャ選択は、映像受信装置8内のカメラ制御部12が、帯域使用率に応じて適宜決定すれば良い。これにより、ネットワークの伝送能力をより効率的に(100%に近い帯域使用率で)使用することができる。   It goes without saying that the control method of the present embodiment is possible both when the transfer of video data is started and during the transfer is continuing. In the above description, the type of data to be transferred is described as being divided into I, P, and B pictures. However, the present invention is not limited to this, and the same is achieved by appropriately classifying the types of data according to the amount of data (bps). Can be controlled. In the above example, when the band usage rate exceeds the allowable level, the transfer of the I picture having the maximum data amount is delayed. However, if the excess amount of the band usage rate with respect to the allowable level is small, the P picture is not the I picture. Transfer of pictures and B pictures may be delayed. The picture selection at that time may be appropriately determined by the camera control unit 12 in the video reception device 8 according to the band usage rate. Thereby, the transmission capability of the network can be used more efficiently (with a bandwidth usage rate close to 100%).

このように本実施例によれば、複数のカメラからの映像転送において、各カメラのデータ転送タイミングをずらすように制御することで、ネットワークの許容帯域内で映像データの欠落や劣化を伴うことなくデータ転送を行うことができる。これにより映像受信側では、画質劣化のない映像を再生表示することができる。   As described above, according to this embodiment, in video transfer from a plurality of cameras, by controlling the data transfer timing of each camera to be shifted, video data is not lost or deteriorated within the allowable bandwidth of the network. Data transfer can be performed. As a result, the video receiving side can reproduce and display a video with no image quality deterioration.

実施例1では、各カメラの映像転送タイミングをずらすことで、ネットワークの許容帯域内で映像データを転送する方法について述べた。これに対し実施例2では、各カメラの転送データにおいて、ピクチャ単位で転送順序を入れ替えることによりネットワークの許容帯域内で映像データを転送する方法を述べる。本実施例に係るデータ転送システムは、前記実施例1(図1)と同じ構成であり説明を省略する。   In the first embodiment, the method of transferring video data within the allowable bandwidth of the network by shifting the video transfer timing of each camera has been described. In contrast, the second embodiment describes a method of transferring video data within the allowable bandwidth of the network by changing the transfer order in units of pictures in the transfer data of each camera. The data transfer system according to the present embodiment has the same configuration as that of the first embodiment (FIG. 1), and a description thereof will be omitted.

図5は、本実施例におけるデータ転送制御を示す図である。本実施例では、帯域使用率に基づき各カメラにカメラ制御信号を送り、各カメラからのデータ転送順序を制御するようにした。実施例1と同様に、2台のカメラ1a,1bからMPEG映像としてIピクチャ、Bピクチャ、Bピクチャ、Pピクチャを転送する場合のデータ転送順序を示している。カメラ1aは、I→B→B→Pピクチャという順で各ピクチャを転送している。一方カメラ1bは、B→I→B→Pピクチャという順で各ピクチャを転送している。本来、カメラ1bはカメラ1aと同様に、I→B→B→Pピクチャという順で各ピクチャを転送するところを、1枚目(I)と2枚目(B)の転送ピクチャを入れ替えて転送した例である。このように転送ピクチャを入れ替えることで、カメラ1a,1bから転送される1枚目の転送ピクチャにおいてデータ量の大きいIピクチャが重なることを回避する。そして、1枚目の転送ピクチャではデータ量の大きいIピクチャとデータ量の小さいBピクチャとの組合せとし、これらを同じタイミングで転送する。これにより、各転送タイミングにおいて転送する総データ量が許容量を超えることをなくすことができる。   FIG. 5 is a diagram showing data transfer control in this embodiment. In this embodiment, a camera control signal is sent to each camera based on the bandwidth usage rate, and the data transfer order from each camera is controlled. As in the first embodiment, the data transfer order in the case of transferring an I picture, a B picture, a B picture, and a P picture as MPEG video from two cameras 1a and 1b is shown. The camera 1a transfers each picture in the order of I → B → B → P picture. On the other hand, the camera 1b transfers each picture in the order of B → I → B → P picture. Originally, the camera 1b transfers each picture in the order of I-> B-> B-> P-picture in the same manner as the camera 1a, and replaces the first (I) and second (B) transfer pictures. This is an example. By replacing the transfer pictures in this way, it is possible to avoid overlapping I pictures having a large amount of data in the first transfer picture transferred from the cameras 1a and 1b. The first transfer picture is a combination of an I picture with a large amount of data and a B picture with a small amount of data, and these are transferred at the same timing. As a result, the total amount of data transferred at each transfer timing can be prevented from exceeding the allowable amount.

本実施例の転送制御ではピクチャ単位で順序を入れ替えて転送を行うので、そのままだと受信側で正常に復号化できない。これは、Bピクチャは前後のピクチャを参照し、Pピクチャは前のピクチャを参照することで映像を生成するからであり、参照するピクチャが他のピクチャに入れ替わると、Bピクチャ、Pピクチャでは正しい映像を生成することができない。そこで、元々のピクチャ順が分かるように、各ピクチャのヘッダに入れ替え前のピクチャ順を示す番号を記述して転送を行う。映像受信側では、この番号を参照することにより本来のピクチャ順を知ることができ、正しいピクチャを参照して映像を生成することができる。なお、ピクチャ順についてはGOP単位で管理しても良い。その場合には、GOPのシーケンスヘッダにピクチャ順を記述しておけば良い。   In the transfer control of the present embodiment, the transfer is performed by changing the order in units of pictures. This is because the B picture refers to the previous and subsequent pictures, and the P picture refers to the previous picture to generate the video. If the referenced picture is replaced with another picture, the B picture and the P picture are correct. The video cannot be generated. Therefore, in order to understand the original picture order, transfer is performed by describing a number indicating the picture order before replacement in the header of each picture. On the video receiving side, the original picture order can be known by referring to this number, and the video can be generated by referring to the correct picture. Note that the picture order may be managed in GOP units. In that case, the picture order may be described in the GOP sequence header.

図6は、本実施例におけるデータ転送の処理の流れを示すフローチャートである。
各カメラ1a〜1cは、転送データをメモリ5に格納する(SP21)。映像受信装置8の帯域使用率算出部13は、各カメラから転送される次のデータのデータ量を予測し、ネットワークの帯域使用率を算出する(SP22)。カメラ制御部12は、算出された帯域使用率が許容レベル(100%)を超えているかどうか判定する(SP23)。
FIG. 6 is a flowchart showing the flow of data transfer processing in this embodiment.
Each camera 1a-1c stores the transfer data in the memory 5 (SP21). The bandwidth usage rate calculation unit 13 of the video receiver 8 predicts the data amount of the next data transferred from each camera, and calculates the bandwidth usage rate of the network (SP22). The camera control unit 12 determines whether or not the calculated bandwidth usage rate exceeds the allowable level (100%) (SP23).

SP23の判定で帯域使用率が許容レベルを超えている場合は、カメラ制御部12は、データ量の大きいIピクチャを転送しようとするカメラに対して、データ量の小さいBピクチャのデータと入れ替えて転送させるようカメラ制御信号を送信する(SP24)。この場合も、各カメラに対してデータ転送の優先順序を設定するなどして、データの入れ替えを行うカメラを予め定めておく。あるいは、データの入れ替えを行うカメラを複数のカメラ間で巡回させて決定しても良い。このカメラ制御信号を受けたカメラは、データ制御部4の制御によりデータの転送順序を入れ替えてデータ量の小さいデータ(Bピクチャ)の転送を行う。このときBピクチャと入れ替わったIピクチャは、Bピクチャの本来の転送タイミングで転送するように順序付けられる。   If the bandwidth usage rate exceeds the allowable level in the determination of SP23, the camera control unit 12 replaces the B picture data with a small data amount with the camera that is to transfer the I picture with the large data amount. A camera control signal is transmitted so as to be transferred (SP24). Also in this case, a camera for exchanging data is determined in advance by setting a priority order of data transfer for each camera. Alternatively, the camera for exchanging data may be determined by circulating between a plurality of cameras. Upon receiving this camera control signal, the camera transfers the data (B picture) with a small data amount by changing the data transfer order under the control of the data control unit 4. At this time, the I picture replaced with the B picture is ordered so as to be transferred at the original transfer timing of the B picture.

また、SP23の判定で帯域使用率が許容レベルを超えていなければ、各カメラに対して、そのままデータの転送を行うようカメラ制御信号を送信する(SP25)。これにより、データの入れ替えを行ったカメラは、入れ替わったデータの転送を行うことができる。そして未転送のデータがあるかどうか判定し(SP26)、残りのデータがあればSP22に戻りSP22〜SP26を繰り返す。   On the other hand, if the band usage rate does not exceed the permissible level in the determination of SP23, a camera control signal is transmitted to each camera so as to transfer the data as it is (SP25). Thereby, the camera which replaced data can transfer the replaced data. Then, it is determined whether or not there is untransferred data (SP26). If there is remaining data, the process returns to SP22 and repeats SP22 to SP26.

本実施例においても、転送するデータの種類はI,P,Bピクチャの区分に限らず、データ量(bps)の大小により適宜複数の種類に区分することで、同様に制御することができる。また、上記例では帯域使用率が許容レベルを超える場合には、データ量が最大であるIピクチャを最小であるBピクチャと入れ替えるようにしたが、許容レベルに対する超過量が少なければ、BピクチャではなくPピクチャと入れ替えても良い。その際のピクチャ選択は、映像受信装置8内のカメラ制御部12が、帯域使用率に応じて適宜決定すれば良い。これにより、ネットワークの伝送能力をより効率的に(100%に近い帯域使用率で)使用することができる。   Also in the present embodiment, the type of data to be transferred is not limited to the division of I, P, and B pictures, and can be similarly controlled by appropriately dividing into a plurality of types depending on the amount of data (bps). In the above example, when the band usage rate exceeds the allowable level, the I picture having the maximum data amount is replaced with the B picture having the minimum amount. However, if the excess amount with respect to the allowable level is small, Alternatively, it may be replaced with a P picture. The picture selection at that time may be appropriately determined by the camera control unit 12 in the video reception device 8 according to the band usage rate. Thereby, the transmission capability of the network can be used more efficiently (with a bandwidth usage rate close to 100%).

このように本実施例によれば、複数のカメラのデータ転送において、ピクチャ単位で転送順序を入れ替えることで、ネットワークの許容帯域内で映像データの欠落や劣化を伴うことなくデータ転送を行うことができる。これにより、映像受信側では、画質劣化のない映像を再生表示することができる。特に本実施例では、各カメラからの転送データが中断することがないので、より効率的にデータを転送することができる。   As described above, according to the present embodiment, in the data transfer of a plurality of cameras, the transfer order is changed in units of pictures, so that the data transfer can be performed within the allowable bandwidth of the network without loss or deterioration of the video data. it can. Thereby, on the video receiving side, it is possible to reproduce and display a video with no image quality deterioration. In particular, in this embodiment, the transfer data from each camera is not interrupted, so that the data can be transferred more efficiently.

図7は、本発明の第3の実施例に係るデータ転送システムを示す構成図である。本実施例では、カメラ側で帯域使用率を監視して、各カメラからのデータ転送を制御する構成としている。   FIG. 7 is a block diagram showing a data transfer system according to the third embodiment of the present invention. In this embodiment, the bandwidth usage rate is monitored on the camera side, and data transfer from each camera is controlled.

実施例1(図1)の構成と比較し、複数の映像転送カメラ1a,1b,1cのうちカメラ1aは帯域使用率算出部14を備えており、映像受信装置8では帯域使用率算出部を備えていない構成である。帯域使用率算出部14を備えるカメラ1aを「親カメラ」、備えていない他のカメラ1b,1cを「子カメラ」と呼ぶことにする。各カメラ1a,1b,1c間ではネットワークを介して互いに通信を行い、各カメラから転送されるデータの情報を共有している。特に親カメラ1aでは、帯域使用率算出部14により、子カメラ1b,1cから次のタイミングで転送されるデータを含めて全カメラからの総データ量を監視し、帯域使用率を算出する。そして、算出された帯域使用率に応じてネットワークI/F6を介し子カメラ1b,1cに対して、次のタイミングに転送すべきデータを指示するためのカメラ制御信号を送信する。場合によっては、親カメラ1a自身に対する指示も行う。各カメラ1a,1b,1cではカメラ制御信号を受信すると、データ制御部4によりネットワーク上へ転送するデータの制御を行う。   Compared with the configuration of the first embodiment (FIG. 1), the camera 1a of the plurality of video transfer cameras 1a, 1b, and 1c includes a band usage rate calculation unit 14, and the video reception device 8 includes a band usage rate calculation unit. This is a configuration not provided. The camera 1a provided with the band usage rate calculation unit 14 is referred to as “parent camera”, and the other cameras 1b and 1c not provided are referred to as “child cameras”. The cameras 1a, 1b, and 1c communicate with each other via a network and share data information transferred from each camera. In particular, in the parent camera 1a, the band usage rate calculation unit 14 monitors the total data amount from all the cameras including data transferred from the child cameras 1b and 1c at the next timing, and calculates the bandwidth usage rate. Then, a camera control signal for instructing data to be transferred at the next timing is transmitted to the child cameras 1b and 1c via the network I / F 6 in accordance with the calculated bandwidth usage rate. In some cases, an instruction is given to the parent camera 1a itself. When the cameras 1a, 1b, and 1c receive the camera control signal, the data control unit 4 controls the data transferred to the network.

本実施例で行うデータ転送制御は、実施例1で述べたような各カメラからの転送タイミングの制御と、実施例2で述べたような各カメラからのデータの転送順序の制御のいずれも可能である。本実施例によっても、ネットワークの許容帯域内で映像データの欠落や劣化を伴うことなくデータ転送を行うことができる。これにより、映像受信側では、画質劣化のない映像を再生表示することができる。   The data transfer control performed in this embodiment can be any of the control of the transfer timing from each camera as described in the first embodiment and the control of the transfer order of data from each camera as described in the second embodiment. It is. Also according to the present embodiment, data transfer can be performed without loss or deterioration of video data within the allowable bandwidth of the network. Thereby, on the video receiving side, it is possible to reproduce and display a video with no image quality deterioration.

以上説明した各実施例のデータ転送システムは、例えば監視システムに適用することが可能である。その場合、映像転送カメラ1a,1b,1cには監視カメラを、映像受信装置8には監視レコーダを用いて、これらをネットワークに接続して監視カメラの制御を行う。転送データの制御を行う場合、監視レコーダと監視カメラは同じメーカから提供されるのが望ましい。これは、監視レコーダと監視カメラの通信においてインタフェースの規格を合わせる必要があるためである。これに対し、監視レコーダ及び監視カメラがONVIFに対応した機器であれば、インタフェースの規格が同じであるため、異なるメーカ同士の組み合わせであっても本実施例を適用することが可能になる。   The data transfer system of each embodiment described above can be applied to a monitoring system, for example. In that case, the video transfer cameras 1a, 1b, and 1c are connected to a network using a monitoring camera and the video receiving device 8 is connected to a network to control the monitoring camera. When controlling transfer data, it is desirable that the surveillance recorder and the surveillance camera are provided by the same manufacturer. This is because it is necessary to match the interface standard in communication between the surveillance recorder and the surveillance camera. On the other hand, if the monitoring recorder and the monitoring camera are devices that are compatible with ONVIF, the interface standards are the same. Therefore, this embodiment can be applied even to combinations of different manufacturers.

本発明は上記した各実施例に限定されるものではなく、様々な変形例が含まれる。例えば、上記した実施例は本発明を分かりやすく説明するために詳細に説明したものであり、必ずしも説明した全ての構成を備えるものに限定されるものではない。また、ある実施例の構成の一部を他の実施例の構成に置き換えることが可能であり、また、ある実施例の構成に他の実施例の構成を加えることも可能である。   The present invention is not limited to the embodiments described above, and includes various modifications. For example, the above-described embodiments have been described in detail for easy understanding of the present invention, and are not necessarily limited to those having all the configurations described. Further, a part of the configuration of one embodiment can be replaced with the configuration of another embodiment, and the configuration of another embodiment can be added to the configuration of one embodiment.

1a,1b,1c…映像転送カメラ(データ転送装置)、
2…撮像部、
3…エンコーダ、
4…データ制御部、
5…メモリ、
6…ネットワークI/F、
7…ハブ(HUB)、
8…映像受信装置(データ受信装置)、
9…ネットワークI/F、
10…デコーダ、
11…出力部、
12…カメラ制御部、
13,14…帯域使用率算出部。
1a, 1b, 1c ... video transfer camera (data transfer device),
2 ... Imaging unit,
3. Encoder,
4 ... Data control unit,
5 ... Memory,
6 ... Network I / F,
7 ... Hub (HUB),
8: Video receiver (data receiver),
9 ... Network I / F,
10: Decoder,
11 ... output part,
12 ... Camera control unit,
13, 14... Band usage rate calculation unit.

Claims (8)

ネットワークを介して複数のデータ送信装置から送信された、フレーム内符号化ピクチャと、フレーム間符号化ピクチャと、を含む映像データを受信し、前記データ送信装置に制御信号を送信するネットワークI/Fと、
前記データ送信装置から将来送信されるピクチャがフレーム内符号化ピクチャか、フレーム間符号化ピクチャか、に基づき、前記複数のデータ送信装置から受信する映像データのビットレートを予測する予測部と、を備え、
前記ネットワークI/Fは、予測されたビットレートが前記ネットワークの帯域の許容量を超える場合に、
送信するピクチャの順序を入れ替えて送信するように制御する制御信号、またはピクチャの送信を一時停止するように制御する制御信号のいずれかを前記複数のデータ送信装置の少なくとも1つに送信すること、
を特徴とするデータ受信装置。
A network I / F that receives video data including an intra-frame coded picture and an inter-frame coded picture transmitted from a plurality of data transmission apparatuses via a network and transmits a control signal to the data transmission apparatus When,
A prediction unit that predicts a bit rate of video data received from the plurality of data transmission devices based on whether a picture transmitted in the future from the data transmission device is an intra-frame coded picture or an inter-frame coded picture; Prepared,
When the predicted bit rate exceeds the bandwidth capacity of the network, the network I / F
Transmitting at least one of the plurality of data transmission devices, either a control signal for controlling transmission to be transmitted by changing the order of pictures to be transmitted or a control signal for controlling transmission of a picture to be suspended;
A data receiving device.
ネットワークを介して接続された他のデータ送信装置からフレーム内符号化ピクチャと、フレーム間符号化ピクチャと、を含む映像データを受信するデータ受信装置に、前記ネットワークを介して接続されたデータ送信装置であって、
ネットワークを介して前記データ受信装置にフレーム内符号化ピクチャと、フレーム間符号化ピクチャと、を含む映像データを送信し、前記他のデータ送信装置から前記データ受信装置に送信される映像データの情報を受信し、前記他のデータ送信装置に制御信号を送信するネットワークI/Fと、
前記ネットワークI/Fから将来送信するピクチャがフレーム内符号化ピクチャか、フレーム間符号化ピクチャか、及び、前記他のデータ送信装置から将来送信されるピクチャがフレーム内符号化ピクチャか、フレーム間符号化ピクチャか、に基づき、前記他のデータ送信装置から送信される映像データを含む前記データ受信装置に送信される映像データの合計のビットレートを予測する予測部と、を備え、
前記ネットワークI/Fは、予測された前記データ受信装置に送信される映像データの合計のビットレートが、予め定められた前記ネットワークの帯域の許容量を超える場合に、
送信するピクチャの順序を入れ替えて送信するように制御する制御信号、またはピクチャの送信を一時停止するように制御する制御信号のいずれかを前記他のデータ送信装置に送信する、もしくは、前記ネットワークI/Fが送信するピクチャの順序を入れ替えて送信する、またはピクチャの送信を一時停止する
ことを特徴とするデータ送信装置。
Data transmitting apparatus connected via a network to a data receiving apparatus that receives video data including an intra-frame encoded picture and an inter-frame encoded picture from another data transmitting apparatus connected via a network Because
Information of video data transmitted from the other data transmitting device to the data receiving device by transmitting video data including an intra-frame coded picture and an inter-frame coded picture to the data receiving device via the network receive, and Rene Ttowaku I / F to transmit a control signal to said other data transmission device,
Whether a picture to be transmitted in the future from the network I / F is an intra-frame coded picture or an inter-frame coded picture, and whether a picture to be transmitted in the future from the other data transmission apparatus is an intra-frame coded picture or an inter-frame code A prediction unit that predicts a total bit rate of video data transmitted to the data reception device including video data transmitted from the other data transmission device , based on whether the image is a converted picture;
The network I / F, when the total bit rate of the predicted video data transmitted to the data receiving device exceeds the predetermined allowable bandwidth of the network,
Either a control signal for controlling transmission to be transmitted by changing the order of pictures to be transmitted or a control signal for controlling transmission of a picture to be paused is transmitted to the other data transmission apparatus, or the network I A data transmitting apparatus, wherein the order of pictures transmitted by / F is changed, or transmission of pictures is temporarily stopped.
ネットワークを介して複数のデータ送信装置から送信された、フレーム内符号化ピクチャと、フレーム間符号化ピクチャと、を含む映像データを受信する受信ステップと、
前記データ送信装置から将来送信されるピクチャがフレーム内符号化ピクチャか、フレーム間符号化ピクチャか、に基づき、前記複数のデータ送信装置から受信する映像データのビットレートを予測する予測ステップと、
予測されたビットレートが前記ネットワークの帯域の許容量を超える場合に、
送信するピクチャの順序を入れ替えて送信するように制御する制御信号、またはピクチャの送信を一時停止するように制御する制御信号のいずれかを前記複数のデータ送信装置の少なくとも1つに送信する送信ステップと、
を有することを特徴とするデータ受信方法。
A reception step of receiving video data including an intra-frame coded picture and an inter-frame coded picture transmitted from a plurality of data transmission devices via a network;
A prediction step of predicting a bit rate of video data received from the plurality of data transmission devices based on whether a picture transmitted in the future from the data transmission device is an intra-frame coded picture or an inter-frame coded picture;
If the predicted bit rate exceeds the bandwidth capacity of the network,
A transmission step of transmitting either a control signal for controlling transmission to change the order of pictures to be transmitted or a control signal for controlling transmission of a picture to be suspended, to at least one of the plurality of data transmission apparatuses. When,
A data receiving method characterized by comprising:
ネットワークを介して接続された他のデータ送信装置からフレーム内符号化ピクチャと、フレーム間符号化ピクチャと、を含む映像データを受信するデータ受信装置に、前記ネットワークを介して接続されたデータ送信装置におけるデータ送信方法であって、
前記他のデータ送信装置から前記データ受信装置に送信される映像データの情報を受信する受信ステップと、
前記データ送信装置から将来送信するピクチャがフレーム内符号化ピクチャか、フレーム間符号化ピクチャか、及び、前記他のデータ送信装置から将来送信されるピクチャがフレーム内符号化ピクチャか、フレーム間符号化ピクチャか、に基づき、前記他のデータ送信装置から送信される映像データを含む前記データ受信装置に送信される映像データの合計のビットレートを予測する予測ステップと、
予測された前記データ受信装置に送信される映像データの合計のビットレートが、予め定められた前記ネットワークの帯域の許容量を超える場合に、
送信するピクチャの順序を入れ替えて送信するように制御する制御信号、またはピクチャの送信を一時停止するように制御する制御信号のいずれかを前記他のデータ送信装置に送信する、もしくは、前記ネットワークを介して送信するピクチャの順序を入れ替えて送信する、またはピクチャの送信を一時停止する送信ステップと、
前記ネットワークを介して前記データ受信装置にフレーム内符号化ピクチャと、フレーム間符号化ピクチャと、を含む映像データを送信する送信ステップと、
を有することを特徴とするデータ送信方法。
Data transmitting apparatus connected via a network to a data receiving apparatus that receives video data including an intra-frame encoded picture and an inter-frame encoded picture from another data transmitting apparatus connected via a network The data transmission method in
A receiving step of receiving information of video data transmitted from the other data transmitting device to the data receiving device;
Whether a picture to be transmitted in the future from the data transmission apparatus is an intra-frame coded picture or an inter-frame coded picture, and whether a picture to be transmitted in the future from the other data transmission apparatus is an intra-frame coded picture or an inter-frame coding A prediction step of predicting a total bit rate of video data transmitted to the data receiving device including video data transmitted from the other data transmitting device based on a picture;
When the total bit rate of the predicted video data transmitted to the data receiving device exceeds a predetermined allowable bandwidth of the network,
Either a control signal for controlling transmission to be transmitted by changing the order of pictures to be transmitted or a control signal for controlling transmission of a picture to be paused is transmitted to the other data transmission device, or the network is A transmission step of transposing the picture to be transmitted via the transmission or temporarily stopping the transmission of the picture;
A transmission step of transmitting video data including an intra-frame coded picture and an inter-frame coded picture to the data receiving device via the network;
A data transmission method characterized by comprising:
送信するピクチャの順序を入れ替えて送信するように制御する制御信号、とは、
次に送信されるピクチャがフレーム内符号化ピクチャである場合に、当該フレーム内符号化ピクチャの次に送信されるフレーム間符号化ピクチャを当該フレーム内符号化ピクチャの前に送信するように制御する制御信号、であることを特徴とする請求項1に記載のデータ受信装置。
A control signal for controlling transmission to change the order of pictures to be transmitted,
When the next picture to be transmitted is an intra-frame coded picture, control is performed so that the inter-frame coded picture transmitted next to the intra-frame coded picture is transmitted before the intra-frame coded picture. The data receiving apparatus according to claim 1, wherein the data receiving apparatus is a control signal.
送信するピクチャの順序を入れ替えて送信するように制御する制御信号、とは、
次に送信されるピクチャがフレーム内符号化ピクチャである場合に、当該フレーム内符号化ピクチャの次に送信されるフレーム間符号化ピクチャを当該フレーム内符号化ピクチャの前に送信するように制御する制御信号、であり、
前記ネットワークI/Fが送信するピクチャの順序を入れ替えて送信する、とは、
次に送信されるピクチャがフレーム内符号化ピクチャである場合に、当該フレーム内符号化ピクチャの次に送信されるフレーム間符号化ピクチャを当該フレーム内符号化ピクチャの前に送信する、ことであることを特徴とする請求項2に記載のデータ送信装置。
A control signal for controlling transmission to change the order of pictures to be transmitted,
When the next picture to be transmitted is an intra-frame coded picture, control is performed so that the inter-frame coded picture transmitted next to the intra-frame coded picture is transmitted before the intra-frame coded picture. Control signal, and
The transmission of the network I / F by changing the order of pictures to be transmitted is as follows.
When the picture to be transmitted next is an intra-frame coded picture, the inter-frame coded picture transmitted next to the intra-frame coded picture is transmitted before the intra-frame coded picture. The data transmission device according to claim 2.
送信するピクチャの順序を入れ替えて送信するように制御する制御信号、とは、
次に送信されるピクチャがフレーム内符号化ピクチャである場合に、当該フレーム内符号化ピクチャの次に送信されるフレーム間符号化ピクチャを当該フレーム内符号化ピクチャの前に送信するように制御する制御信号、であることを特徴とする請求項3に記載のデータ受信方法。
A control signal for controlling transmission to change the order of pictures to be transmitted,
When the next picture to be transmitted is an intra-frame coded picture, control is performed so that the inter-frame coded picture transmitted next to the intra-frame coded picture is transmitted before the intra-frame coded picture. 4. The data receiving method according to claim 3, wherein the data receiving method is a control signal.
送信するピクチャの順序を入れ替えて送信するように制御する制御信号、とは、
次に送信されるピクチャがフレーム内符号化ピクチャである場合に、当該フレーム内符号化ピクチャの次に送信されるフレーム間符号化ピクチャを当該フレーム内符号化ピクチャの前に送信するように制御する制御信号、であり、
前記ネットワークを介して送信するピクチャの順序を入れ替えて送信する、とは、
次に送信されるピクチャがフレーム内符号化ピクチャである場合に、当該フレーム内符号化ピクチャの次に送信されるフレーム間符号化ピクチャを当該フレーム内符号化ピクチャの前に送信する、ことであることを特徴とする請求項4に記載のデータ送信方法。
A control signal for controlling transmission to change the order of pictures to be transmitted,
When the next picture to be transmitted is an intra-frame coded picture, control is performed so that the inter-frame coded picture transmitted next to the intra-frame coded picture is transmitted before the intra-frame coded picture. Control signal, and
The order of pictures transmitted through the network is changed and transmitted.
When the picture to be transmitted next is an intra-frame coded picture, the inter-frame coded picture transmitted next to the intra-frame coded picture is transmitted before the intra-frame coded picture. The data transmission method according to claim 4, wherein:
JP2011002158A 2011-01-07 2011-01-07 Data receiving apparatus, data transmitting apparatus, data receiving method, and data transmitting method Expired - Fee Related JP5598335B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011002158A JP5598335B2 (en) 2011-01-07 2011-01-07 Data receiving apparatus, data transmitting apparatus, data receiving method, and data transmitting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011002158A JP5598335B2 (en) 2011-01-07 2011-01-07 Data receiving apparatus, data transmitting apparatus, data receiving method, and data transmitting method

Publications (2)

Publication Number Publication Date
JP2012147107A JP2012147107A (en) 2012-08-02
JP5598335B2 true JP5598335B2 (en) 2014-10-01

Family

ID=46790263

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011002158A Expired - Fee Related JP5598335B2 (en) 2011-01-07 2011-01-07 Data receiving apparatus, data transmitting apparatus, data receiving method, and data transmitting method

Country Status (1)

Country Link
JP (1) JP5598335B2 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5929358B2 (en) * 2012-03-15 2016-06-01 ソニー株式会社 Image transmission system and image transmission method
JP2014229990A (en) * 2013-05-20 2014-12-08 アイホン株式会社 Intercom system
JP6213094B2 (en) * 2013-09-20 2017-10-18 株式会社Jvcケンウッド Camera system, master camera device and slave camera device
JP6238255B2 (en) * 2016-05-25 2017-11-29 株式会社Nexpoint Surveillance method and video segmentation apparatus using surveillance camera system
JP6756212B2 (en) * 2016-09-23 2020-09-16 沖電気工業株式会社 Information distribution device, relay device, information distribution program, relay program, information distribution method, relay method and information distribution system
JP6757708B2 (en) 2017-10-31 2020-09-23 株式会社日立製作所 Information processing device and component management method

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11252520A (en) * 1998-02-27 1999-09-17 Sony Corp Receiver, transmitter and broadcast system
JP2005244803A (en) * 2004-02-27 2005-09-08 Oki Electric Ind Co Ltd Method for setting key frame insertion timing in image relay system
JP4973381B2 (en) * 2007-08-15 2012-07-11 ソニー株式会社 Monitoring device, monitoring method and monitoring system

Also Published As

Publication number Publication date
JP2012147107A (en) 2012-08-02

Similar Documents

Publication Publication Date Title
JP5598335B2 (en) Data receiving apparatus, data transmitting apparatus, data receiving method, and data transmitting method
JP6226490B2 (en) Low latency rate control system and method
US9438924B2 (en) Video encoding apparatus, video decoding apparatus, video encoding method, and video decoding method
US20140104493A1 (en) Proactive video frame dropping for hardware and network variance
US20060023729A1 (en) Apparatus and method for adaptively controlling buffering amount according to content attribute in receiving audio-video data
JP3633884B2 (en) Playback image transmission device
US20040218672A1 (en) Video transmission system video transmission unit and methods of encoding decoding video data
JP2001519992A (en) Method for switching coded video sequence and apparatus corresponding thereto
US20130254823A1 (en) Server apparatus and method for switching transmitting system
KR101539812B1 (en) Moving-picture image data-distribution method
US20120251086A1 (en) Trick mode technique for a bandwidth limited channel
US20080122862A1 (en) Method and apparatus for transmitting and receiving moving pictures based on rgb codec
JP5509262B2 (en) Video processing apparatus, video compression encoding apparatus, video decoding / reproducing apparatus, and video reproducing method
KR101249613B1 (en) Network-adaptive variable stream layered method and apparatus for video streaming
JP2010074677A (en) Video processing apparatus, video compression coding apparatus, video decoding reproducing apparatus and video reproducing method
JP2007150407A (en) Data transmitting device
JP2006352784A (en) Transmission method, receiver and computer program
CN114513658B (en) Video loading method, device, equipment and medium
JP7264517B2 (en) Transmitting device, receiving device, control method, and program
JP5672320B2 (en) Decoder device
JP4268511B2 (en) Image transmission device
WO2021140768A1 (en) Transmission device and transmission method
JP2008211503A (en) Video transmission system
JP2009124521A (en) Video reproducing apparatus
JP5499207B2 (en) Data transmission system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130418

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131209

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140128

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140331

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140422

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140616

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140708

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20140723

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140728

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20140723

R150 Certificate of patent or registration of utility model

Ref document number: 5598335

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees