JP7420239B2 - Display control device, display control system, display control method, and display control program - Google Patents
Display control device, display control system, display control method, and display control program Download PDFInfo
- Publication number
- JP7420239B2 JP7420239B2 JP2022524300A JP2022524300A JP7420239B2 JP 7420239 B2 JP7420239 B2 JP 7420239B2 JP 2022524300 A JP2022524300 A JP 2022524300A JP 2022524300 A JP2022524300 A JP 2022524300A JP 7420239 B2 JP7420239 B2 JP 7420239B2
- Authority
- JP
- Japan
- Prior art keywords
- video
- still image
- data
- display
- video data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000000034 method Methods 0.000 title claims description 22
- 238000007726 management method Methods 0.000 description 100
- 230000006870 function Effects 0.000 description 29
- 230000004044 response Effects 0.000 description 24
- 230000005540 biological transmission Effects 0.000 description 20
- 230000010365 information processing Effects 0.000 description 9
- 238000010586 diagram Methods 0.000 description 8
- 230000008569 process Effects 0.000 description 2
- 230000002457 bidirectional effect Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 230000006835 compression Effects 0.000 description 1
- 238000007906 compression Methods 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000009467 reduction Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/43—Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
- H04N21/436—Interfacing a local distribution network, e.g. communicating with another STB or one or more peripheral devices inside the home
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/76—Television signal recording
- H04N5/91—Television signal processing therefor
- H04N5/93—Regeneration of the television signal or of selected parts thereof
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Television Signal Processing For Recording (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
- Controls And Circuits For Display Device (AREA)
Description
本発明は、表示制御装置、映像管理装置、表示制御システム、表示制御方法、映像管理方法および記録媒体に関する。 The present invention relates to a display control device, a video management device, a display control system, a display control method, a video management method, and a recording medium.
映像は、映像データの形式に符号化され、映像データの形式で記録されたり伝送されたりする。映像データは、複数の静止画データの集合により構成される。この静止画はフレームと呼ばれる。たとえば、テレビジョン放送における1秒間の映像に応じた映像データは、30フレームの静止画データによって構成されている。 Video is encoded into a video data format and recorded or transmitted in the video data format. Video data is composed of a set of a plurality of still image data. This still image is called a frame. For example, video data corresponding to one second of video in television broadcasting is composed of 30 frames of still image data.
MPEG(Moving Picture Experts Group)で策定されている規格(たとえばMPEG-4 AVC(Advanced Video Coding)(非特許文献1))では、符号化は、GOP(Group Of Pictures)単位で行われる。GOPは、符号化の単位であり、1枚以上のフレームから構成される。 According to standards established by MPEG (Moving Picture Experts Group) (for example, MPEG-4 AVC (Advanced Video Coding) (Non-Patent Document 1)), encoding is performed in units of GOP (Group Of Pictures). A GOP is a unit of encoding and is composed of one or more frames.
GOP内の各画像(フレームまたはフィールド)は、I(Intra coded)ピクチャ、P(Predictive coded)ピクチャ、B(Bidirectional predictive coded)ピクチャのいずれかに符号化される。 Each image (frame or field) within a GOP is encoded as an I (Intra coded) picture, a P (Predictive coded) picture, or a B (Bidirectional predictive coded) picture.
Iピクチャは、他のピクチャに関する情報を参照せず、自ピクチャに関する情報のみで符号化されるピクチャである。 An I picture is a picture that is encoded using only information about its own picture without referring to information about other pictures.
Pピクチャは、時間的に過去のピクチャに関する情報を参照して符号化されるピクチャである。Pピクチャのデータ量は、Iピクチャより少ない。 A P picture is a picture that is encoded with reference to information about temporally past pictures. The data amount of a P picture is smaller than that of an I picture.
Bピクチャは、時間的に過去と将来のピクチャに関する情報を参照して符号化されるピクチャである。Bピクチャのデータ量は、IピクチャやPピクチャより少ない。 A B picture is a picture that is encoded with reference to information regarding temporally past and future pictures. The data amount of a B picture is smaller than that of an I picture or a P picture.
Iピクチャは、自ピクチャに関する情報のみで符号化されているため、単独で復号されることができる。一方、PピクチャとBピクチャは、復号される場合、参照先のピクチャの情報が必要である。 Since the I-picture is encoded with only information related to its own picture, it can be decoded independently. On the other hand, when decoding a P picture and a B picture, information on a reference picture is required.
GOPには、1枚以上のIピクチャが含まれる。GOPは、Iピクチャだけで構成される場合や、一部のIピクチャと残部のIピクチャの代わりのPピクチャとで構成される場合や、一部のIピクチャと残部のIピクチャの代わりのPピクチャおよびBピクチャとで構成される場合がある。GOPにPピクチャやBピクチャが含まれる場合、映像データの単位再生時間あたりのデータ量は、GOPがIピクチャのみで構成されてPピクチャやBピクチャが含まれない場合に比べて、少なくなる。そのため、インターネットで伝送される映像データは、伝送負荷を軽減するために、GOPにPピクチャやBピクチャを含む構成で符号化されていることが多い。 A GOP includes one or more I pictures. A GOP may consist of only I pictures, some I pictures and P pictures in place of the remaining I pictures, or some I pictures and P pictures in place of the remaining I pictures. It may be composed of a picture and a B picture. When a GOP includes P pictures and B pictures, the amount of video data per unit playback time is smaller than when the GOP includes only I pictures and does not include P pictures and B pictures. Therefore, video data transmitted over the Internet is often encoded in a configuration that includes P pictures and B pictures in a GOP in order to reduce the transmission load.
映像データは、復号機能を備える受信装置で復号され、復号された映像が表示手段に表示される。映像データを映像へ復号して復号された映像を表示することを再生という。 The video data is decoded by a receiving device having a decoding function, and the decoded video is displayed on a display means. Playback is the process of decoding video data into video and displaying the decoded video.
表示手段に表示された映像を詳細に確認する業務の一つに、フレーム画像を一つずつ確認する業務がある。 One of the tasks for checking in detail the video displayed on the display means is checking each frame image one by one.
しかし、上述のように、インターネットで伝送される映像データは、伝送負荷を軽減するために、GOPがIピクチャのみでなくPピクチャやBピクチャを含む構成で符号化されていることが多い。GOPにPピクチャやBピクチャを含む構成で映像データが符号化され、確認したいフレームがPピクチャやBピクチャに符号化されている場合、受信装置は、鮮明なフレーム画像を表示手段に表示させることができない。 However, as described above, in order to reduce the transmission load, video data transmitted over the Internet is often encoded in a configuration in which the GOP includes not only I-pictures but also P-pictures and B-pictures. If the video data is encoded in a configuration in which the GOP includes a P picture or a B picture, and the frame to be checked is encoded as a P picture or a B picture, the receiving device should display a clear frame image on the display means. I can't.
映像データがGOPにIピクチャのみを含む構成で符号化されている場合、受信装置は、各フレームについて、鮮明なフレーム画像を表示手段に表示させることができる。しかし、この場合、上述のように、データ量が多いため、伝送負荷が重い。 When the video data is encoded in a configuration in which the GOP includes only I pictures, the receiving device can display a clear frame image for each frame on the display means. However, in this case, as described above, since the amount of data is large, the transmission load is heavy.
本発明の目的は、伝送負荷の軽減と鮮明なフレーム画像を表示することとの両立を可能にする、表示制御装置、映像管理装置、表示制御システム、表示制御方法、映像管理方法および記録媒体を提供することにある。 An object of the present invention is to provide a display control device, a video management device, a display control system, a display control method, a video management method, and a recording medium that enable both reduction of transmission load and display of clear frame images. It is about providing.
本発明の一態様において、表示制御装置は、第一の映像データと同じ元映像に関し、前記第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データと、前記第一の映像データの所定の期間のフレームの静止画データとを受信する受信手段と、前記第二の映像データに基づく映像と前記静止画データに基づく静止画とを表示した画面を表示手段に表示させる制御手段とを備えることを特徴とする。 In one aspect of the present invention, the display control device includes second video data having a smaller amount of data per unit playback time than the first video data, and the first video data regarding the same original video data. receiving means for receiving still image data of frames of a predetermined period of video data, and control for causing a display means to display a screen displaying a video based on the second video data and a still image based on the still image data. It is characterized by comprising means.
また、本発明の他の態様において、映像管理装置は、表示制御装置での映像表示処理に使用される第二の映像データより単位再生時間あたりのデータ量が多く、前記第二の映像データと同じ元映像に関する第一の映像データから、前記第一の映像データに含まれるフレームの静止画データを前記フレームの単位で生成する生成手段と、生成された前記静止画データを前記表示制御装置へ送信する送信手段とを備えることを特徴とする。 In another aspect of the present invention, the video management device has a larger amount of data per unit playback time than the second video data used for video display processing in the display control device, and generating means for generating still image data of frames included in the first video data in units of frames from first video data regarding the same original video; and sending the generated still image data to the display control device. and a transmitting means for transmitting.
また、本発明の他の態様において、表示制御方法は、第一の映像データと同じ元映像に関し、前記第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データと、前記第一の映像データの所定の期間のフレームの静止画データとを受信し、前記第二の映像データに基づく映像と前記静止画データに基づく静止画とを表示した画面を表示手段に表示させることを特徴とする。 In another aspect of the present invention, the display control method includes: regarding the same original video as the first video data, second video data having a smaller amount of data per unit playback time than the first video data; receiving still image data of frames of a predetermined period of first video data, and causing a display means to display a screen displaying a video based on the second video data and a still image based on the still image data; It is characterized by
また、本発明の他の態様において、映像管理方法は、表示制御装置での映像表示処理に使用される第二の映像データより単位再生時間あたりのデータ量が多く、前記第二の映像データと同じ元映像に関する第一の映像データから、前記第一の映像データに含まれるフレームの静止画データを前記フレームの単位で生成し、生成された前記静止画データを前記表示制御装置へ送信することを特徴とする。 In another aspect of the present invention, the video management method includes a video management method in which the amount of data per unit playback time is larger than the second video data used for video display processing in the display control device; Generating still image data of frames included in the first video data from first video data regarding the same original video in units of frames, and transmitting the generated still image data to the display control device. It is characterized by
また、本発明の他の態様において、コンピュータ読み取り可能な記録媒体に記録された表示制御プログラムは、コンピュータに、第一の映像データと同じ元映像に関し、前記第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データと、前記第一の映像データの所定の期間のフレームの静止画データとを受信する受信機能と、前記第二の映像データに基づく映像と前記静止画データに基づく静止画とを表示した画面を表示手段に表示させる制御機能とを実現させることを特徴とする。 In another aspect of the present invention, the display control program recorded on the computer-readable recording medium causes the computer to display the same source video data as the first video data per unit playback time compared to the first video data. a reception function that receives second video data having a small amount of data and still image data of frames of a predetermined period of the first video data, and a video based on the second video data and the still image data. The present invention is characterized in that it realizes a still image based on the method and a control function for displaying a screen displaying the still image on the display means.
また、本発明の他の態様において、コンピュータ読み取り可能な記録媒体に記録された映像管理プログラムは、コンピュータに、表示制御装置での映像表示処理に使用される第二の映像データより単位再生時間あたりのデータ量が多く、前記第二の映像データと同じ元映像に関する第一の映像データから、前記第一の映像データに含まれるフレームの静止画データを前記フレームの単位で生成する生成機能と、生成された前記静止画データを前記表示制御装置へ送信する送信機能とを実現させることを特徴とする。 In another aspect of the present invention, the video management program recorded on the computer-readable recording medium allows the computer to collect data per unit playback time from second video data used for video display processing in the display control device. a generation function that generates still image data of frames included in the first video data in units of frames from first video data that has a large amount of data and is related to the same original video as the second video data; The present invention is characterized by realizing a transmission function of transmitting the generated still image data to the display control device.
本発明によれば、伝送負荷の軽減と鮮明なフレーム画像を表示することとの両立が可能になる。 According to the present invention, it is possible to both reduce transmission load and display clear frame images.
[第一の実施形態]
本発明の第一の実施の形態について説明する。[First embodiment]
A first embodiment of the present invention will be described.
図1に本実施形態の表示制御装置10と映像管理装置20の構成例を示す。本実施形態の表示制御装置10は、受信部11と制御部12とを含む。
FIG. 1 shows a configuration example of a
受信部11は、第一の映像データと同じ元映像に関し、第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データと、第一の映像データの所定の期間のフレームの静止画データとを受信する。制御部12は、第二の映像データに基づく映像と静止画データに基づく静止画とを表示した画面を、表示手段60に表示させる。
Regarding the same original video as the first video data, the receiving
また、本実施形態の映像管理装置20は、生成部21と送信部22とを含む。
Further, the
生成部21は、表示制御装置10での映像表示処理に使用される第二の映像データより単位再生時間あたりのデータ量が多く、前記第二の映像データと同じ元映像に関する第一の映像データから、第一の映像データに含まれるフレームの静止画データをフレームの単位で生成する。また、送信部22は、生成された静止画データを表示制御装置10へ送信する。
The
このように表示制御装置10を構成することによって、表示制御装置10は、第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データと、第一の映像データの所定の期間のフレームの静止画データとを受信する。そして、表示制御装置10は、第二の映像データに基づく映像と静止画データに基づく静止画とを表示した画面を、表示手段60に表示させる。また、映像管理装置20は、第一の映像データから、フレームの静止画データをフレームの単位で生成し、生成された静止画データを表示制御装置10へ送信する。これにより、表示制御装置10は、第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データに基づく映像を表示した画面を表示手段60に表示させる。その結果、第一の映像データに基づく映像を表示する場合に比べて、伝送負荷を軽減することができる。また、映像管理装置20は、第一の映像データからフレームの静止画データを生成する。また、表示制御装置10は、第一の映像データのフレームの静止画データを受信し、静止画データに基づく静止画を表示した画面を表示手段60に表示させる。その結果、第二の映像データから生成されたフレームの静止画より鮮明な静止画を表示した画面を表示手段60に表示させることが可能になる。そのため、伝送負荷の軽減と鮮明なフレーム画像を表示することとの両立が可能になる。
By configuring the
次に、図2に本実施形態の表示制御装置10の動作の例を示す。
Next, FIG. 2 shows an example of the operation of the
受信部11は、第一の映像データと同じ元映像に関し、第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データと、第一の映像データの所定の期間のフレームの静止画データとを受信する(ステップS101)。制御部12は、第二の映像データに基づく映像と静止画データに基づく静止画とを表示した画面を、表示手段60に表示させる(ステップS102)。
Regarding the same original video as the first video data, the receiving
また、図3に本実施形態の映像管理装置20の動作の例を示す。
Further, FIG. 3 shows an example of the operation of the
生成部21は、第一の映像データから、第一の映像データに含まれるフレームの静止画データをフレームの単位で生成する(ステップS201)。また、送信部22は、生成された静止画データを表示制御装置10へ送信する(ステップS202)。
The
以上で説明したように、本発明の第一の実施形態では、表示制御装置10は、第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データと、第一の映像データの所定の期間のフレームの静止画データとを受信する。そして、表示制御装置10は、第二の映像データに基づく映像と静止画データに基づく静止画とを表示した画面を、表示手段60に表示させる。また、映像管理装置20は、第一の映像データから、フレームの静止画データをフレームの単位で生成し、生成された静止画データを表示制御装置10へ送信する。そのため、伝送負荷の軽減と鮮明なフレーム画像を表示することとの両立が可能になる。
As explained above, in the first embodiment of the present invention, the
[第二の実施形態]
次に、本発明の第二の実施の形態における表示制御システムについて説明する。[Second embodiment]
Next, a display control system according to a second embodiment of the present invention will be described.
まず、図4に、本実施形態の表示制御システムの構成例を示す。本実施形態の表示制御システムは、表示制御装置10、および映像管理装置40を含む。表示手段60は表示制御装置10に接続される。
First, FIG. 4 shows a configuration example of the display control system of this embodiment. The display control system of this embodiment includes a
映像管理装置40は、第一の映像データを記憶する。第一の映像データは、映像管理装置40に登録される映像データである。本実施形態では、第一の映像データは、GOPにPピクチャやBピクチャを含まない、つまりIピクチャによる構成で符号化されたデータであるとする。なお、第一の映像データは、これに限られず、後述の第二の映像データと同じ元映像に関し、第二の映像データよりも単位再生時間あたりのデータ量が多い(ビットレートが高い)データである。第一の映像データは、映像管理装置40の利用者によって、映像管理装置40に登録される。
The
表示制御装置10は、映像を表示手段60に表示させる。本実施形態の表示制御装置10は、第二の映像データに基づく映像を表示手段60に表示させる。第二の映像データは、第一の映像データと同じ元映像に関し、第一の映像データより単位再生時間あたりのデータ量が少ないデータである。たとえば、第二の映像データは、第一の映像データよりも圧縮率が高い方法で圧縮符号化されたデータであってもよい。たとえば、第二の映像データは、GOPに、一部のIピクチャと残部のIピクチャに代えてPピクチャとを含むデータや、GOPに、一部のIピクチャと残部のIピクチャに代えてPピクチャおよびBピクチャとを含むデータであってもよい。または、第二の映像データは、第一の映像データより解像度が低いデータであってもよい。
The
なお、第一の映像データがデコードされて表示される映像と、第二の映像データがデコードされて表示される映像とは、互いに対応している。つまり、第一の映像データがデコードされて表示される映像におけるフレームと、第二の映像データがデコードされて表示される映像におけるフレームとは、再生時間の各タイミングにおいて互いに対応しているとする。 Note that the video that is displayed after the first video data is decoded and the video that is displayed after the second video data is decoded correspond to each other. In other words, it is assumed that frames in the video in which the first video data is decoded and displayed and frames in the video in which the second video data is decoded and displayed correspond to each other at each timing of the playback time. .
表示手段60は、表示制御装置10からの情報に応じて画面を表示する。なお、表示手段60は、出力デバイスとしてのディスプレイ等を含んでいてもよいし、入出力デバイスとしてのタッチパネル等を含んでいてもよい。
The display means 60 displays a screen according to information from the
次に、図4を用いて、本実施形態の映像管理装置40の構成例について説明する。
Next, a configuration example of the
本実施形態の映像管理装置40は生成部21、送信部22および記憶部43を含む。
The
生成部21は、第一の映像データから、第一の映像データに含まれるフレームの静止画データをフレームの単位で生成する。また、生成部21は、生成した静止画データを記憶部43に記憶させる。さらに、生成部21は、第一の映像データに基づいて第二の映像データを生成し、生成した第二の映像データを記憶部43に記憶させる。なお、生成部21は、他装置で生成された第二の映像データを記憶部43に記憶させてもよい。
The
生成部21は、たとえば、第一の映像データがGOPにIピクチャが含まれPピクチャやBピクチャが含まれない構成の場合、GOPに含まれるIピクチャに基づいて、各フレームの静止画データを生成する。
For example, if the first video data has a configuration in which a GOP includes an I picture but does not include a P picture or a B picture, the
静止画データには、当該静止画データが第一の映像データのどのフレームの静止画データであるかを示す識別情報が含まれる。また、この識別情報は、第二の映像データのどのフレームに対応しているのかも示す。識別情報は、何等かの通し番号であってもよいし、所定の始点からの再生経過時間を示す情報であってもよい。 The still image data includes identification information indicating which frame of the first video data the still image data belongs to. This identification information also indicates which frame of the second video data it corresponds to. The identification information may be some kind of serial number, or may be information indicating the playback elapsed time from a predetermined starting point.
なお、第二の映像データは、第一の映像データの一部に関する映像データであってもよい。この場合でも、生成部21が生成する静止画データに含まれる識別情報は、当該静止画データが第二の映像データのどのフレームの静止画データであるかと当該静止画データが第一の映像データのどのフレームの静止画データであるかとを示す情報である。また、この場合、生成部21は、第二の映像データに含まれるフレームに対して、第一の映像データに基づいて、静止画データを生成する。
Note that the second video data may be video data regarding a part of the first video data. Even in this case, the identification information included in the still image data generated by the
送信部22は、記憶部43に記憶されている第二の映像データを表示制御装置10へ送信する。本実施形態では、送信部22は、表示制御装置10から要求された場合に、第二の映像データを表示制御装置10へ送信する。なお、送信部22が表示制御装置10へ第二の映像データを送信するタイミングは、任意である。たとえば、送信部22は、第二の映像データを生成した場合に、第二の映像データを表示制御装置10へ送信してもよい。
The transmitting
また、送信部22は、記憶部43に記憶されている静止画データを表示制御装置10へ送信する。本実施形態では、送信部22は、表示制御装置10からの要求に応じて、表示制御装置10から要求された期間のフレームの静止画データを表示制御装置10へ送信する。なお、送信部22が表示制御装置10へ静止画データを送信するタイミングは任意である。また、送信部22が表示制御装置10へどのフレームの静止画データを送信するかについても任意である。たとえば、送信部22は、表示制御装置10から第二の映像データの送信を要求された場合に、静止画データも送信してもよい。
Further, the transmitting
次に、図4を用いて、本実施形態の表示制御装置10の構成例について説明する。本実施形態の表示制御装置10は、受信部11と制御部12とを含む。
Next, a configuration example of the
受信部11は、第二の映像データを映像管理装置40から受信する。また、受信部11は、所定の期間のフレームの静止画データを映像管理装置40から受信する。
The receiving
たとえば、受信部11は、ユーザによる映像データを選択する操作に応じた指示を受け取った場合に、ユーザによって選択された第二の映像データの送信を、映像管理装置40へ要求する。そして、受信部11は、選択された第二の映像データを受信する。
For example, when receiving an instruction corresponding to a user's operation to select video data, the receiving
また、たとえば、受信部11は、ユーザによる、表示手段60に表示させるフレームを選択する操作に応じた指示を受け取った場合に、選択されたフレームの静止画データを表示制御装置10へ要求する。そして、受信部11は、選択されたフレームの静止画データを受信する。
Further, for example, when receiving an instruction from the user in response to an operation to select a frame to be displayed on the display means 60, the receiving
制御部12は、画面を表示手段60に表示させる。制御部12が表示手段60に表示させる画面は、第二の映像データに基づく映像と静止画データに基づく静止画とを表示した画面である。
The
また、制御部12は、表示手段60に表示されている画面に関する、ユーザの指示を受け取る。制御部12は、入力デバイスの一例であるキーボードやマウス等を介して、ユーザの操作に応じた指示を受け取る。ユーザは、表示手段60に表示されている画面に対する指示内容に応じて入力デバイスを操作する。そして、ユーザが所定の操作を行ったときに、制御部12は、その操作に応じた指示を受け取る。
Further, the
図5に、制御部12が表示手段60に表示させる画面の例を示す。
FIG. 5 shows an example of a screen displayed on the display means 60 by the
図5に示す画面は、映像表示領域81とフレーム表示領域82とを含む。映像表示領域81は、映像やフレーム画像を表示する領域である。フレーム表示領域82は、フレーム画像を表示する領域である。 The screen shown in FIG. 5 includes a video display area 81 and a frame display area 82. The video display area 81 is an area where videos and frame images are displayed. The frame display area 82 is an area for displaying frame images.
制御部12は、映像表示領域81に第二の映像データに基づく映像を表示し、フレーム表示領域82に静止画データに基づく静止画を表示した画面を、表示手段60に表示させる。
The
また、図5に示す画面には、フレーム表示領域82に静止画を表示するフレームをユーザが指定するための画面アイテム83が表示されている。この画面アイテム83は、フレーム表示領域82に静止画が表示されているフレームの情報を示してもよい。 Further, on the screen shown in FIG. 5, a screen item 83 is displayed for the user to specify a frame in which a still image is to be displayed in the frame display area 82. This screen item 83 may indicate information about a frame in which a still image is displayed in the frame display area 82.
また、図5に示す画面には、画面アイテム83に表示されている期間のフレームの静止画の表示を指示するための画面アイテム84も表示されている。画面アイテム84を選択する操作がされると、制御部12は、フレーム表示領域82に静止画を表示するフレームを指示する指示(第一の静止画表示指示)を受け取る。制御部12は、第一の静止画表示指示が入力された場合に、画面アイテム83に入力された期間のフレームの静止画をフレーム表示領域82に表示した画面を、表示手段60に表示させる。このとき、制御部12は、画面アイテム83に入力された期間のフレームの静止画データを受信部11が受信していない場合、受信部11に、当該期間のフレームの静止画データを映像管理装置40から取得させる。
Further, the screen shown in FIG. 5 also displays a screen item 84 for instructing display of a still image of a frame during the period displayed in the screen item 83. When the screen item 84 is selected, the
また、図5に示す画面には、映像表示領域81に表示されている映像に対する指示のための画面アイテム85も表示されている。図5に示す例の場合、画面アイテム85は、左から、「早戻し」、「逆再生」、「コマ戻し」、「一時停止」、「コマ送り」、「再生」、「早送り」を示す。なお、「早戻し」は、通常の再生順とは逆の順で、通常の再生順より早い速度で映像を再生することである。「逆再生」は、通常の再生順とは逆の順で、通常の再生速度と同じ速度で映像を再生することである。「コマ戻し」は、表示されているフレームの一つ前のフレームのフレーム画像を表示させることである。「コマ送り」は、表示されているフレームの一つ次のフレームのフレーム画像を表示させることである。「早送り」は、通常の再生順で、通常の再生順より早い速度で映像を再生することである。 Further, on the screen shown in FIG. 5, a screen item 85 for giving instructions regarding the video displayed in the video display area 81 is also displayed. In the example shown in FIG. 5, the screen items 85 indicate, from the left, "fast rewind", "reverse play", "frame back", "pause", "frame forward", "play", and "fast forward". . Note that "fast rewind" refers to playing back video in the opposite order to the normal playback order and at a faster speed than the normal playback order. "Reverse playback" refers to playing back video in the opposite order to the normal playback order and at the same speed as the normal playback speed. "Frame return" refers to displaying the frame image of the frame immediately before the currently displayed frame. "Frame forwarding" means displaying the frame image of the next frame after the currently displayed frame. "Fast forward" is to play back video in the normal playback order at a faster speed than the normal playback order.
画面アイテム85のいずれかを選択する操作がされると、制御部12は、映像表示領域81に関する指示を受け取る。制御部12は、映像表示領域81に関する指示が入力された場合に、選択された画面アイテム85に応じた映像またはフレーム画像を映像表示領域81に表示した画面を、表示手段60に表示させる。
When an operation is performed to select one of the screen items 85, the
制御部12は、「一時停止」を指示する停止指示を受け取った場合、停止指示がなされた停止タイミングで映像表示領域81に表示されているフレームのフレーム画像を映像表示領域81に表示させる。このとき、制御部12は、フレーム画像として、第二の映像データに基づくフレーム画像ではなく、停止タイミングに対応するフレームの静止画データに基づく静止画を映像表示領域81に表示させてもよい。
When the
また、制御部12は、「コマ送り」を指示するコマ送り指示を受け取った場合、表示されているフレームの一つ次のフレームのフレーム画像として、当該フレームの静止画データに基づく静止画を映像表示領域81に表示させてもよい。また、制御部12は、「コマ戻し」を指示するコマ戻し指示を受け取った場合、表示されているフレームの一つ前のフレームのフレーム画像として、当該フレームの静止画データに基づく静止画を映像表示領域81に表示させてもよい。
Further, when the
なお、制御部12は、画面に静止画を表示するフレームの静止画データを受信部11が受信していない場合、受信部11に、当該フレームの静止画データを映像管理装置40から取得させる。そして、受信部11は、画面に静止画を表示するフレームの静止画データを受信する。
Note that, if the receiving
また、制御部12は、「一時停止」の指示を受け取った場合、停止タイミングから所定時間の期間のフレームの静止画データに基づく静止画をフレーム表示領域82に表示させてもよい。その場合、制御部12は、フレーム表示領域82に表示させたフレームに応じて、画面アイテム83の表示を変更してもよい。
Further, when the
また、フレーム表示領域82に表示されている静止画のいずれか一つを選択する操作がされると、制御部12は、映像表示領域81に表示する静止画を指示する指示(第二の静止画表示指示)を受け取る。第二の静止画表示指示を受信した場合、制御部12は、指示された静止画を静止画データに基づいて映像表示領域81に表示させてもよい。
Furthermore, when an operation is performed to select one of the still images displayed in the frame display area 82, the
このように表示制御装置10を構成することによって、表示制御装置10は、第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データと、第一の映像データの所定の期間のフレームの静止画データとを受信する。そして、表示制御装置10は、第二の映像データに基づく映像と静止画データに基づく静止画とを表示した画面を、表示手段60に表示させる。また、映像管理装置40は、第一の映像データから、フレームの静止画データをフレームの単位で生成し、生成された静止画データを表示制御装置10へ送信する。これにより、表示制御装置10は、第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データに基づく映像を表示した画面を表示手段60に表示させる。その結果、第一の映像データに基づく映像を表示する場合に比べて、伝送負荷を軽減することができる。また、映像管理装置40は、第一の映像データからフレームの静止画データを生成する。また、表示制御装置10は、第一の映像データのフレームの静止画データを受信し、静止画データに基づく静止画を表示した画面を表示手段60に表示させる。その結果、第二の映像データから生成されたフレームの静止画より鮮明な静止画を表示した画面を表示手段60に表示させることが可能になる。そのため、伝送負荷の軽減と鮮明なフレーム画像を表示することとの両立が可能になる。
By configuring the
次に、図7に、本実施形態の映像管理装置40および表示制御装置10の動作例を示す。
Next, FIG. 7 shows an example of the operation of the
まず、映像管理装置40は、第一の映像データが登録されると(ステップS301)、第二の映像データを生成する。そして、映像管理装置40は、生成した第二の映像データを記憶部43に記憶させる(ステップS302)。また、映像管理装置40は、第二の映像データに含まれる各フレームについて、第一の映像データに基づいて静止画データを生成する。そして、映像管理装置40は、生成した静止画データを記憶部43に記憶させる(ステップS303)。
First, when first video data is registered (step S301), the
表示制御装置10は、映像の再生を指示する指示を受信すると(ステップS304)、映像管理装置40へ映像データを要求する(ステップS306)。
When the
映像管理装置40は、表示制御装置10から映像データの要求を受信すると、第二の映像データを送信する(ステップS306)。
When the
第二の映像データを受信した表示制御装置10は、第二の映像データに基づく映像を映像表示領域に表示した画面を、表示手段60に表示させる(ステップS307)。
The
また、表示制御装置10は、フレーム画像を表示する指示を受信すると(ステップS308)、表示するフレームの静止画を映像管理装置40へ要求する(ステップS309)。映像管理装置40は、静止画データの要求を受信すると、指定されたフレームの静止画データを表示制御装置10へ送信する(ステップS310)。表示制御装置10は、受信した静止画データに基づく静止画をフレーム表示領域または映像表示領域に表示した画面を、表示手段60に表示させる(ステップS311)。
Furthermore, upon receiving the instruction to display a frame image (step S308), the
なお、映像管理装置40は、静止画データの生成を、第一の映像データが映像管理装置40に登録された場合ではなく、表示制御装置10から静止画データを要求された場合に行ってもよい。このときの映像管理装置40および表示制御装置10の動作例を図7に示す。このようにすると、映像管理装置40は、第一の映像データに含まれるすべてのフレームについて静止画データを生成するのではなく、表示制御装置10から要求されたフレームについて静止画データを生成することができる。
Note that the
また、映像管理装置40は、静止画データの生成を、表示制御装置10から第二の映像データを要求された場合に行ってもよい。このときの映像管理装置40および表示制御装置10の動作例を図8に示す。図8の例では、映像管理装置40は、表示制御装置10から映像データを要求され(ステップS504)、第二の映像データを送信する(ステップS505)した後に、静止画データの生成(ステップS506)を行っている。映像管理装置40は、第二の映像データの送信(ステップS505)と並行して静止画データの生成を行ってもよい。このようにすると、映像管理装置40は、映像管理装置40に登録された第一の映像データのすべてについて静止画データを生成するのではなく、表示制御装置10から要求された第二の映像データについての静止画データを生成することができる。
Further, the
また、映像管理装置40は、表示制御装置10から再生用の映像データ(第二の映像データ)を生成する指示を受信した場合に、第二の映像データを生成してもよい。このときの映像管理装置40および表示制御装置10の動作例を、図9に示す。図9に示す例では、映像管理装置40は、表示制御装置10から再生用の映像データを生成する指示(再生映像生成指示)を受信した場合に(ステップS603)、第二の映像データを生成する(ステップS604)。このようにすると、映像管理装置40は、映像管理装置40に登録されている第一の映像データの中から、表示制御装置10から再生用の映像データの生成を要求された第一の映像データについての第二の映像データを生成することができる。また、これにより、映像管理装置40は、すべての第一の映像データについて第二の映像データを生成するより、記憶部43の記憶量を低減することができる。
Further, the
なお、表示制御装置10では、たとえば、受信部11が、映像管理装置40に登録されている第一の映像データの一覧データを映像管理装置40から取得する。また、制御部12は、一覧データに基づいて第一の映像データの一覧を表示した画面を表示手段60に表示させる。このようにすることで、ユーザに、第二の映像データを生成する第一の映像データを指定させることができる。そして、第二の映像データを生成する第一の映像データを指定する指示に応じて、受信部11は、映像管理装置40へ再生映像生成指示を送信する。また、再生映像生成指示は、第一の映像データの一部について第二の映像データを生成する指示であってもよい。
Note that in the
また、図9に示す例では、映像管理装置40は、静止画データの生成(ステップS605)を、表示制御装置10から再生用の映像データを生成する指示を受信した場合に行う。なお、図7に示す例と同様に、映像管理装置40は、静止画データの生成を、表示制御装置10から静止画データを要求された場合(ステップS611の後)に行ってもよい。また、図8に示す例と同様に、映像管理装置40は、静止画データの生成を、表示制御装置10から第二の映像データを要求された場合(ステップS607の後やステップS608の後)に行ってもよい。
Further, in the example shown in FIG. 9, the
以上で説明したように、本発明の第二の実施形態では、表示制御装置10は、第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データと、第一の映像データの所定の期間のフレームの静止画データとを受信する。そして、表示制御装置10は、第二の映像データに基づく映像と静止画データに基づく静止画とを表示した画面を、表示手段60に表示させる。また、映像管理装置20は、第一の映像データから、フレームの静止画データをフレームの単位で生成し、生成された静止画データを表示制御装置10へ送信する。そのため、伝送負荷の軽減と鮮明なフレーム画像を表示することとの両立が可能になる。
As explained above, in the second embodiment of the present invention, the
[ハードウェア構成例]
上述した本発明の各実施形態における表示制御装置(10)および映像管理装置(20、40)(以下「表示制御装置等」という)を、一つの情報処理装置(コンピュータ)を用いて実現するハードウェア資源の構成例について説明する。なお、表示制御装置等は、物理的または機能的に少なくとも二つ以上の複数の情報処理装置が用いられて実現されてもよい。また、表示制御装置等は、専用の装置として実現されてもよいし、汎用の装置が用いられてもよい。また、表示制御装置等の一部の機能のみを情報処理装置を用いて実現してもよい。[Hardware configuration example]
Hardware that implements the display control device (10) and video management device (20, 40) (hereinafter referred to as "display control device etc.") in each embodiment of the present invention described above using one information processing device (computer) An example of the configuration of hardware resources will be explained. Note that the display control device and the like may be physically or functionally realized using at least two or more information processing devices. Further, the display control device and the like may be realized as a dedicated device, or a general-purpose device may be used. Further, only some functions of the display control device and the like may be realized using the information processing device.
図10は、本発明の各実施形態の表示制御装置等を実現可能な情報処理装置のハードウェア構成例を概略的に示す図である。情報処理装置90は、通信インタフェース91、入出力インタフェース92、演算装置93、記憶装置94、不揮発性記憶装置95およびドライブ装置96を含む。
FIG. 10 is a diagram schematically showing an example of the hardware configuration of an information processing device that can implement the display control device and the like of each embodiment of the present invention.
たとえば、図1の表示制御装置10の受信部11は通信インタフェース91で、制御部12は演算装置93で実現することが可能である。また、映像管理装置20の生成部21は演算装置93で、送信部22は通信インタフェース91で実現することが可能である。
For example, the receiving
通信インタフェース91は、各実施形態の表示制御装置等が、有線および無線のうち少なくとも一方で外部装置と通信するための通信手段である。なお、表示制御装置等を、少なくとも二つの情報処理装置を用いて実現する場合、それらの装置の間を通信インタフェース91経由で相互に通信可能なように接続してもよい。
The
入出力インタフェース92は、入力デバイスの一例であるキーボードや、出力デバイスとしてのディスプレイ等のマンマシンインタフェースである。
The input/
演算装置93は、たとえば、CPU(Central Processing Unit)やマイクロプロセッサ等の演算処理装置や複数の電気回路によって実現される。演算装置93は、たとえば、不揮発性記憶装置95に記憶された各種プログラムを記憶装置94に読み出し、読み出したプログラムに従って処理を実行することが可能である。
The
記憶装置94は、演算装置93から参照可能な、RAM(Random Access Memory)等のメモリ装置であり、プログラムや各種データ等を記憶する。記憶装置94は、揮発性のメモリ装置であってもよい。
The
不揮発性記憶装置95は、たとえば、ROM(Read Only Memory)、フラッシュメモリ、等の、不揮発性の記憶装置であり、各種プログラムやデータ等を記憶することが可能である。
The
ドライブ装置96は、たとえば、後述する記録媒体97に記録されているデータの読み込みやデータの書き込みを処理する装置である。
The
記録媒体97は、たとえば、光ディスク、光磁気ディスク、半導体フラッシュメモリ等、データを記録可能な任意の記録媒体である。
The
本発明の各実施形態は、たとえば、図10に例示した情報処理装置90により表示制御装置等を構成し、この表示制御装置等に対して、上記各実施形態において説明した機能を実現可能なプログラムを供給することにより実現してもよい。
In each embodiment of the present invention, for example, a display control device or the like is configured by the
この場合、表示制御装置等に対して供給したプログラムを、演算装置93が実行することによって、実施形態を実現することが可能である。また、表示制御装置等のすべてではなく、一部の機能を情報処理装置90で構成することも可能である。
In this case, the embodiment can be realized by the
さらに、上記プログラムを記録媒体97に記録しておき、表示制御装置等の出荷段階、あるいは運用段階等において、適宜上記プログラムが不揮発性記憶装置95に格納されるよう構成してもよい。なお、この場合、上記プログラムの供給方法は、出荷前の製造段階、あるいは運用段階等において、適当な治具を利用して表示制御装置等内にインストールする方法を採用してもよい。また、上記プログラムの供給方法は、インターネット等の通信回線を介して外部からダウンロードする方法等の一般的な手順を採用してもよい。
Further, the program may be recorded in the
上記の実施形態の一部または全部は、以下の付記のようにも記載されうるが、以下には限られない。 Part or all of the above embodiments may be described as in the following additional notes, but are not limited to the following.
(付記1)
第一の映像データと同じ元映像に関し、前記第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データと、前記第一の映像データの所定の期間のフレームの静止画データとを受信する受信手段と、
前記第二の映像データに基づく映像と前記静止画データに基づく静止画とを表示した画面を表示手段に表示させる制御手段と
を備えることを特徴とする表示制御装置。(Additional note 1)
Regarding the same original video as the first video data, second video data having a smaller amount of data per unit playback time than the first video data, and still image data of frames of a predetermined period of the first video data. and a receiving means for receiving the
A display control device comprising: control means for causing a display means to display a screen displaying a video based on the second video data and a still image based on the still image data.
(付記2)
前記画面は、前記映像を表示する映像表示領域と、前記静止画を表示するフレーム表示領域とを含む
ことを特徴とする付記1に記載の表示制御装置。(Additional note 2)
The display control device according to appendix 1, wherein the screen includes a video display area that displays the video and a frame display area that displays the still image.
(付記3)
前記制御手段は、前記フレーム表示領域に前記静止画を表示させる前記フレームを指示する第一の静止画表示指示に応じて、前記第一の静止画表示指示によって指示された前記フレームの前記静止画データに基づく前記静止画を前記フレーム表示領域に表示した前記画面を、前記表示手段に表示させる
ことを特徴とする付記2に記載の表示制御装置。(Appendix 3)
The control means, in response to a first still image display instruction that specifies the frame in which the still image is to be displayed in the frame display area, displays the still image of the frame specified by the first still image display instruction. The display control device according to appendix 2, wherein the display device displays the screen in which the still image based on data is displayed in the frame display area.
(付記4)
前記制御手段は、前記映像に対して一時停止を指示する停止指示に応じて、前記停止指示がなされた停止タイミングに対応する前記フレームの前記静止画データに基づく前記静止画を前記映像表示領域に表示した前記画面を、前記表示手段に表示させる
ことを特徴とする付記2または付記3に記載の表示制御装置。(Additional note 4)
The control means, in response to a stop instruction to temporarily stop the video, displays the still image in the video display area based on the still image data of the frame corresponding to the stop timing at which the stop instruction is issued. The display control device according to appendix 2 or 3, wherein the displayed screen is displayed on the display means.
(付記5)
前記制御手段は、前記停止指示に応じて、前記停止指示がなされた前記停止タイミングから所定時間の期間の前記フレームの前記静止画データに基づく前記静止画を前記フレーム表示領域に表示した前記画面を、前記表示手段に表示させる
ことを特徴とする付記4に記載の表示制御装置。(Appendix 5)
The control means, in response to the stop instruction, displays the screen in the frame display area with the still image based on the still image data of the frame for a predetermined time period from the stop timing at which the stop instruction was issued. , the display control device according to appendix 4, wherein the display control device displays the information on the display means.
(付記6)
前記制御手段は、
前記映像に対するコマ送りを指示するコマ送り指示に応じて、表示されている前記フレームの一つ次の前記フレームの前記静止画データに基づく前記静止画を前記映像表示領域に表示した前記画面を前記表示手段に表示させ、
前記映像に対するコマ戻しを指示するコマ戻し指示に応じて、表示されている前記フレームの一つ前の前記フレームの前記静止画データに基づく前記静止画を前記映像表示領域に表示した前記画面を前記表示手段に表示させる
ことを特徴とする付記2から付記5のいずれかに記載の表示制御装置。(Appendix 6)
The control means includes:
In response to a frame-by-frame advance instruction that instructs frame-by-frame advance for the video, the screen displays the still image based on the still image data of the frame one frame after the currently displayed frame in the video display area. display it on a display means,
In response to a frame-return instruction that instructs frame-return to the video, the screen displays the still image based on the still image data of the frame immediately before the currently displayed frame in the video display area. The display control device according to any one of Supplementary notes 2 to 5, characterized in that the display is caused to be displayed on a display means.
(付記7)
前記制御手段は、前記フレーム表示領域に表示されている前記静止画の中から前記映像表示領域に表示する前記静止画を指示する第二の静止画表示指示に応じて、前記第二の静止画表示指示によって指示された前記静止画を前記静止画データに基づいて前記映像表示領域に表示した前記画面を、前記表示手段に表示させる
ことを特徴とする付記2から付記6のいずれかに記載の表示制御装置。(Appendix 7)
The control means displays the second still image in response to a second still image display instruction that instructs the still image to be displayed in the video display area from among the still images displayed in the frame display area. According to any one of appendices 2 to 6, the display means displays the screen in which the still image instructed by the display instruction is displayed in the video display area based on the still image data. Display control device.
(付記8)
前記受信手段は、前記画面に前記静止画を表示する前記フレームの前記静止画データを受信する
ことを特徴とする付記1から付記7のいずれかに記載の表示制御装置。(Appendix 8)
The display control device according to any one of Supplementary Notes 1 to 7, wherein the receiving means receives the still image data of the frame in which the still image is displayed on the screen.
(付記9)
前記静止画データは、当該静止画データが前記第一の映像データのどの前記フレームの前記静止画データであるかと当該静止画データが前記第二の映像データのどの前記フレームの前記静止画データであるかとを示す識別情報を含む
ことを特徴とする付記1から付記8のいずれかに記載の表示制御装置。(Appendix 9)
The still image data includes the still image data of which frame of the first video data the still image data belongs to and which frame of the second video data the still image data corresponds to. The display control device according to any one of Supplementary Notes 1 to 8, including identification information indicating whether the device is present.
(付記10)
前記受信手段は、前記第一の映像データの一覧データを受信し、
前記制御手段は、前記一覧データに基づいて前記第一の映像データの一覧を表示した前記画面を前記表示手段に表示させ、
前記受信手段は、前記第二の映像データを生成する前記第一の映像データを指定する指示に応じて、前記第二の映像データの生成を指示する再生映像生成指示を送信する
ことを特徴とする付記1から付記9のいずれかに記載の表示制御装置。(Appendix 10)
The receiving means receives list data of the first video data,
The control means causes the display means to display the screen displaying the list of the first video data based on the list data,
The receiving means transmits a playback video generation instruction instructing generation of the second video data in response to an instruction specifying the first video data for generating the second video data. The display control device according to any one of Supplementary Notes 1 to 9.
(付記11)
表示制御装置での映像表示処理に使用される第二の映像データより単位再生時間あたりのデータ量が多く、前記第二の映像データと同じ元映像に関する第一の映像データから、前記第一の映像データに含まれるフレームの静止画データを前記フレームの単位で生成する生成手段と、
生成された前記静止画データを前記表示制御装置へ送信する送信手段と
を備えることを特徴とする映像管理装置。(Appendix 11)
The amount of data per unit playback time is larger than the second video data used for video display processing in the display control device, and from the first video data regarding the same original video as the second video data, the first video data is generating means for generating still image data of frames included in the video data in units of frames;
A video management device comprising: sending means for sending the generated still image data to the display control device.
(付記12)
前記送信手段は、前記表示制御装置から要求された前記フレームの前記静止画データを前記表示制御装置へ送信する
ことを特徴とする付記11に記載の映像管理装置。(Appendix 12)
The video management device according to
(付記13)
前記静止画データは、当該静止画データが前記第一の映像データのどの前記フレームの前記静止画データであるかを示す識別情報を含む
ことを特徴とする付記11または付記12に記載の映像管理装置。(Appendix 13)
The video management according to
(付記14)
前記生成手段は、前記第一の映像データが前記映像管理装置に登録された場合に、前記静止画データの生成を行う
ことを特徴とする付記11から付記13のいずれかに記載の映像管理装置。(Appendix 14)
The video management device according to any one of
(付記15)
前記生成手段は、前記第二の映像データの生成を指示された場合に、前記静止画データの生成を行う
ことを特徴とする付記11から付記13のいずれかに記載の映像管理装置。(Appendix 15)
The video management device according to any one of
(付記16)
前記生成手段は、前記第二の映像データを要求された場合に、前記静止画データの生成を行う
ことを特徴とする付記11から付記13のいずれかに記載の映像管理装置。(Appendix 16)
The video management device according to any one of
(付記17)
前記生成手段は、前記静止画データの生成を、前記静止画データを要求された場合に行う
ことを特徴とする付記11から付記13のいずれかに記載の映像管理装置。(Appendix 17)
The video management device according to any one of
(付記18)
前記生成手段は、さらに、前記第一の映像データから、前記第二の映像データを生成する
ことを特徴とする付記11から付記17のいずれかに記載の映像管理装置。(Appendix 18)
The video management device according to any one of
(付記19)
前記生成手段は、前記第二の映像データの生成を、前記表示制御装置から前記第二の映像データの生成を要求された場合に行う
ことを特徴とする付記18に記載の映像管理装置。(Appendix 19)
19. The video management device according to appendix 18, wherein the generation unit generates the second video data when generation of the second video data is requested from the display control device.
(付記20)
前記生成手段は、前記第二の映像データの生成を、前記映像管理装置に前記第一の映像データが登録された場合に行う
ことを特徴とする付記18に記載の映像管理装置。(Additional note 20)
The video management device according to appendix 18, wherein the generation unit generates the second video data when the first video data is registered in the video management device.
(付記21)
付記1から付記10のいずれかに記載の表示制御装置と、
前記第二の映像データと前記静止画データとを前記表示制御装置へ送信する映像管理装置と
を備えることを特徴とする表示制御システム。(Additional note 21)
A display control device according to any one of Supplementary Notes 1 to 10;
A display control system comprising: a video management device that transmits the second video data and the still image data to the display control device.
(付記22)
付記11から付記20のいずれかに記載の映像管理装置と、
前記表示制御装置と
を備えることを特徴とする表示制御システム。(Additional note 22)
The video management device according to any one of
A display control system comprising: the display control device;
(付記23)
第一の映像データと同じ元映像に関し、前記第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データと、前記第一の映像データの所定の期間のフレームの静止画データとを受信し、
前記第二の映像データに基づく映像と前記静止画データに基づく静止画とを表示した画面を表示手段に表示させる
ことを特徴とする表示制御方法。(Additional note 23)
Regarding the same original video as the first video data, second video data having a smaller amount of data per unit playback time than the first video data, and still image data of frames of a predetermined period of the first video data. and receive the
A display control method, comprising: causing a display unit to display a screen displaying a video based on the second video data and a still image based on the still image data.
(付記24)
前記画面は、前記映像を表示する映像表示領域と、前記静止画を表示するフレーム表示領域とを含む
ことを特徴とする付記23に記載の表示制御方法。(Additional note 24)
24. The display control method according to appendix 23, wherein the screen includes a video display area for displaying the video and a frame display area for displaying the still image.
(付記25)
前記フレーム表示領域に前記静止画を表示させる前記フレームを指示する第一の静止画表示指示に応じて、前記第一の静止画表示指示によって指示された前記フレームの前記静止画データに基づく前記静止画を前記フレーム表示領域に表示した前記画面を、前記表示手段に表示させる
ことを特徴とする付記24に記載の表示制御方法。(Additional note 25)
In response to a first still image display instruction that specifies the frame for displaying the still image in the frame display area, the still image is displayed based on the still image data of the frame specified by the first still image display instruction. 25. The display control method according to appendix 24, further comprising causing the display means to display the screen in which the image is displayed in the frame display area.
(付記26)
前記映像に対して一時停止を指示する停止指示に応じて、前記停止指示がなされた停止タイミングに対応する前記フレームの前記静止画データに基づく前記静止画を前記映像表示領域に表示した前記画面を、前記表示手段に表示させる
ことを特徴とする付記24または付記25に記載の表示制御方法。(Additional note 26)
In response to a stop instruction that instructs the video to pause, the screen displays the still image based on the still image data of the frame corresponding to the stop timing at which the stop instruction was issued, in the video display area. , on the display means.
(付記27)
前記停止指示に応じて、前記停止指示がなされた前記停止タイミングから所定時間の期間の前記フレームの前記静止画データに基づく前記静止画を前記フレーム表示領域に表示した前記画面を、前記表示手段に表示させる
ことを特徴とする付記26に記載の表示制御方法。(Additional note 27)
In response to the stop instruction, the screen on which the still image is displayed in the frame display area based on the still image data of the frame for a predetermined time period from the stop timing at which the stop instruction is issued is displayed on the display means. 27. The display control method according to appendix 26, characterized in that:
(付記28)
前記映像に対するコマ送りを指示するコマ送り指示に応じて、表示されている前記フレームの一つ次の前記フレームの前記静止画データに基づく前記静止画を前記映像表示領域に表示した前記画面を前記表示手段に表示させ、
前記映像に対するコマ戻しを指示するコマ戻し指示に応じて、表示されている前記フレームの一つ前の前記フレームの前記静止画データに基づく前記静止画を前記映像表示領域に表示した前記画面を前記表示手段に表示させる
ことを特徴とする付記24から付記27のいずれかに記載の表示制御方法。(Additional note 28)
In response to a frame-by-frame advance instruction that instructs frame-by-frame advance for the video, the screen displays the still image based on the still image data of the frame one frame after the currently displayed frame in the video display area. display it on a display means,
In response to a frame-return instruction that instructs frame-return to the video, the screen displays the still image based on the still image data of the frame immediately before the currently displayed frame in the video display area. The display control method according to any one of appendices 24 to 27, characterized in that the display is displayed on a display means.
(付記29)
前記フレーム表示領域に表示されている前記静止画の中から前記映像表示領域に表示する前記静止画を指示する第二の静止画表示指示に応じて、前記第二の静止画表示指示によって指示された前記静止画を前記静止画データに基づいて前記映像表示領域に表示した前記画面を、前記表示手段に表示させる
ことを特徴とする付記24から付記28のいずれかに記載の表示制御方法。(Additional note 29)
In response to a second still image display instruction that instructs the still image to be displayed in the video display area from among the still images displayed in the frame display area, 29. The display control method according to any one of appendices 24 to 28, further comprising causing the display unit to display the screen in which the still image is displayed in the video display area based on the still image data.
(付記30)
前記画面に前記静止画を表示する前記フレームの前記静止画データを受信する
ことを特徴とする付記23から付記29のいずれかに記載の表示制御方法。(Additional note 30)
The display control method according to any one of attachments 23 to 29, further comprising receiving the still image data of the frame in which the still image is displayed on the screen.
(付記31)
前記静止画データは、当該静止画データが前記第一の映像データのどの前記フレームの前記静止画データであるかと当該静止画データが前記第二の映像データのどの前記フレームの前記静止画データであるかとを示す識別情報を含む
ことを特徴とする付記23から付記30のいずれかに記載の表示制御方法。(Appendix 31)
The still image data includes the still image data of which frame of the first video data the still image data belongs to and which frame of the second video data the still image data corresponds to. 30. The display control method according to any one of appendices 23 to 30, including identification information indicating whether the display is present.
(付記32)
前記第一の映像データの一覧データを受信し、
前記一覧データに基づいて前記第一の映像データの一覧を表示した前記画面を前記表示手段に表示させ、
前記第二の映像データを生成する前記第一の映像データを指定する指示に応じて、前記第二の映像データの生成を指示する再生映像生成指示を送信する
ことを特徴とする付記23から付記31のいずれかに記載の表示制御方法。(Appendix 32)
receiving list data of the first video data;
causing the display means to display the screen displaying the list of the first video data based on the list data;
Supplementary notes 23 to 23, characterized in that, in response to an instruction specifying the first video data for which the second video data is to be generated, a playback video generation instruction that instructs the generation of the second video data is transmitted. 32. The display control method according to any one of 31.
(付記33)
表示制御装置での映像表示処理に使用される第二の映像データより単位再生時間あたりのデータ量が多く、前記第二の映像データと同じ元映像に関する第一の映像データから、前記第一の映像データに含まれるフレームの静止画データを前記フレームの単位で生成し、
生成された前記静止画データを前記表示制御装置へ送信する
ことを特徴とする映像管理方法。(Appendix 33)
The amount of data per unit playback time is larger than the second video data used for video display processing in the display control device, and from the first video data regarding the same original video as the second video data, the first video data is Generating still image data of frames included in the video data in units of frames,
A video management method, comprising: transmitting the generated still image data to the display control device.
(付記34)
前記表示制御装置から要求された前記フレームの前記静止画データを前記表示制御装置へ送信する
ことを特徴とする付記33に記載の映像管理方法。(Appendix 34)
34. The video management method according to appendix 33, further comprising transmitting the still image data of the frame requested by the display control device to the display control device.
(付記35)
前記静止画データは、当該静止画データが前記第一の映像データのどの前記フレームの前記静止画データであるかを示す識別情報を含む
ことを特徴とする付記33または付記34に記載の映像管理方法。(Appendix 35)
The video management according to appendix 33 or 34, wherein the still image data includes identification information indicating which frame of the first video data the still image data belongs to. Method.
(付記36)
前記第一の映像データが映像管理装置に登録された場合に、前記静止画データの生成を行う
ことを特徴とする付記33から付記35のいずれかに記載の映像管理方法。(Appendix 36)
The video management method according to any one of appendices 33 to 35, wherein the still image data is generated when the first video data is registered in a video management device.
(付記37)
前記第二の映像データの生成を指示された場合に、前記静止画データの生成を行う
ことを特徴とする付記33から付記35のいずれかに記載の映像管理方法。(Additional note 37)
The video management method according to any one of attachments 33 to 35, wherein the still image data is generated when generation of the second video data is instructed.
(付記38)
前記第二の映像データを要求された場合に、前記静止画データの生成を行う
ことを特徴とする付記33から付記35のいずれかに記載の映像管理方法。(Appendix 38)
The video management method according to any one of appendices 33 to 35, wherein the still image data is generated when the second video data is requested.
(付記39)
前記静止画データの生成を、前記静止画データを要求された場合に行う
ことを特徴とする付記33から付記35のいずれかに記載の映像管理方法。(Appendix 39)
The video management method according to any one of attachments 33 to 35, wherein the still image data is generated when the still image data is requested.
(付記40)
さらに、前記第一の映像データから、前記第二の映像データを生成する
ことを特徴とする付記33から付記39のいずれかに記載の映像管理方法。(Additional note 40)
The video management method according to any one of appendices 33 to 39, further comprising generating the second video data from the first video data.
(付記41)
前記第二の映像データの生成を、前記表示制御装置から前記第二の映像データの生成を要求された場合に行う
ことを特徴とする付記40に記載の映像管理方法。(Appendix 41)
41. The video management method according to
(付記42)
前記第二の映像データの生成を、映像管理装置に前記第一の映像データが登録された場合に行う
ことを特徴とする付記40に記載の映像管理方法。(Additional note 42)
The video management method according to
(付記43)
コンピュータに、
第一の映像データと同じ元映像に関し、前記第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データと、前記第一の映像データの所定の期間のフレームの静止画データとを受信する受信機能と、
前記第二の映像データに基づく映像と前記静止画データに基づく静止画とを表示した画面を表示手段に表示させる制御機能と
を実現させることを特徴とする表示制御プログラムを記録したコンピュータ読み取り可能な記録媒体。(Appendix 43)
to the computer,
Regarding the same original video as the first video data, second video data having a smaller amount of data per unit playback time than the first video data, and still image data of frames of a predetermined period of the first video data. a reception function that receives
a computer-readable computer-readable computer-readable computer-readable computer-readable computer-readable computer-readable display device storing a display control program for realizing a control function for causing a display unit to display a screen displaying a video based on the second video data and a still image based on the still image data; recoding media.
(付記44)
前記画面は、前記映像を表示する映像表示領域と、前記静止画を表示するフレーム表示領域とを含む
ことを特徴とする付記43に記載の表示制御プログラムを記録したコンピュータ読み取り可能な記録媒体。(Appendix 44)
44. The computer-readable recording medium recording the display control program according to
(付記45)
前記制御機能は、前記フレーム表示領域に前記静止画を表示させる前記フレームを指示する第一の静止画表示指示に応じて、前記第一の静止画表示指示によって指示された前記フレームの前記静止画データに基づく前記静止画を前記フレーム表示領域に表示した前記画面を、前記表示手段に表示させる
ことを特徴とする付記44に記載の表示制御プログラムを記録したコンピュータ読み取り可能な記録媒体。(Additional note 45)
The control function is configured to display the still image of the frame designated by the first still image display instruction in response to a first still image display instruction that designates the frame in which the still image is to be displayed in the frame display area. 45. A computer-readable recording medium storing a display control program according to appendix 44, wherein the display means displays the screen in which the still image based on the data is displayed in the frame display area.
(付記46)
前記制御機能は、前記映像に対して一時停止を指示する停止指示に応じて、前記停止指示がなされた停止タイミングに対応する前記フレームの前記静止画データに基づく前記静止画を前記映像表示領域に表示した前記画面を、前記表示手段に表示させる
ことを特徴とする付記44または付記45に記載の表示制御プログラムを記録したコンピュータ読み取り可能な記録媒体。(Appendix 46)
The control function is configured to display the still image in the video display area based on the still image data of the frame corresponding to the stop timing at which the stop instruction is issued, in response to a stop instruction that instructs the video to pause. A computer-readable recording medium having recorded thereon the display control program according to appendix 44 or appendix 45, wherein the displayed screen is displayed on the display means.
(付記47)
前記制御機能は、前記停止指示に応じて、前記停止指示がなされた前記停止タイミングから所定時間の期間の前記フレームの前記静止画データに基づく前記静止画を前記フレーム表示領域に表示した前記画面を、前記表示手段に表示させる
ことを特徴とする付記46に記載の表示制御プログラムを記録したコンピュータ読み取り可能な記録媒体。(Additional note 47)
The control function, in response to the stop instruction, displays the screen in the frame display area with the still image based on the still image data of the frame for a predetermined time period from the stop timing at which the stop instruction was issued. A computer-readable recording medium having recorded thereon the display control program according to appendix 46, wherein the display control program is displayed on the display means.
(付記48)
前記制御機能は、
前記映像に対するコマ送りを指示するコマ送り指示に応じて、表示されている前記フレームの一つ次の前記フレームの前記静止画データに基づく前記静止画を前記映像表示領域に表示した前記画面を前記表示手段に表示させ、
前記映像に対するコマ戻しを指示するコマ戻し指示に応じて、表示されている前記フレームの一つ前の前記フレームの前記静止画データに基づく前記静止画を前記映像表示領域に表示した前記画面を前記表示手段に表示させる
ことを特徴とする付記44から付記47のいずれかに記載の表示制御プログラムを記録したコンピュータ読み取り可能な記録媒体。(Additional note 48)
The control function includes:
In response to a frame-by-frame advance instruction that instructs frame-by-frame advance for the video, the screen displays the still image based on the still image data of the frame one frame after the currently displayed frame in the video display area. display it on a display means,
In response to a frame-return instruction that instructs frame-return to the video, the screen displays the still image based on the still image data of the frame immediately before the currently displayed frame in the video display area. A computer-readable recording medium having recorded thereon the display control program according to any one of appendices 44 to 47, characterized in that the program is displayed on a display means.
(付記49)
前記制御機能は、前記フレーム表示領域に表示されている前記静止画の中から前記映像表示領域に表示する前記静止画を指示する第二の静止画表示指示に応じて、前記第二の静止画表示指示によって指示された前記静止画を前記静止画データに基づいて前記映像表示領域に表示した前記画面を、前記表示手段に表示させる
ことを特徴とする付記44から付記48のいずれかに記載の表示制御プログラムを記録したコンピュータ読み取り可能な記録媒体。(Additional note 49)
The control function is configured to display the second still image in response to a second still image display instruction that instructs the still image to be displayed in the video display area from among the still images displayed in the frame display area. According to any one of appendices 44 to 48, the display means displays the screen in which the still image instructed by the display instruction is displayed in the video display area based on the still image data. A computer-readable recording medium that records a display control program.
(付記50)
前記受信機能は、前記画面に前記静止画を表示する前記フレームの前記静止画データを受信する
ことを特徴とする付記43から付記49のいずれかに記載の表示制御プログラムを記録したコンピュータ読み取り可能な記録媒体。(Additional note 50)
A computer-readable computer-readable computer storing the display control program according to any one of
(付記51)
前記静止画データは、当該静止画データが前記第一の映像データのどの前記フレームの前記静止画データであるかと当該静止画データが前記第二の映像データのどの前記フレームの前記静止画データであるかとを示す識別情報を含む
ことを特徴とする付記43から付記50のいずれかに記載の表示制御プログラムを記録したコンピュータ読み取り可能な記録媒体。(Appendix 51)
The still image data includes the still image data of which frame of the first video data the still image data belongs to and which frame of the second video data the still image data corresponds to. A computer-readable recording medium on which the display control program according to any one of
(付記52)
前記受信機能は、前記第一の映像データの一覧データを受信し、
前記制御機能は、前記一覧データに基づいて前記第一の映像データの一覧を表示した前記画面を前記表示手段に表示させ、
前記受信機能は、前記第二の映像データを生成する前記第一の映像データを指定する指示に応じて、前記第二の映像データの生成を指示する再生映像生成指示を送信する
ことを特徴とする付記43から付記51のいずれかに記載の表示制御プログラムを記録したコンピュータ読み取り可能な記録媒体。(Appendix 52)
The receiving function receives list data of the first video data,
The control function causes the display means to display the screen displaying the list of the first video data based on the list data;
The receiving function is characterized in that, in response to an instruction specifying the first video data for generating the second video data, the receiving function transmits a playback video generation instruction that instructs generation of the second video data. A computer-readable recording medium having recorded thereon the display control program according to any one of
(付記53)
コンピュータに、
表示制御装置での映像表示処理に使用される第二の映像データより単位再生時間あたりのデータ量が多く、前記第二の映像データと同じ元映像に関する第一の映像データから、前記第一の映像データに含まれるフレームの静止画データを前記フレームの単位で生成する生成機能と、
生成された前記静止画データを前記表示制御装置へ送信する送信機能と
を実現させることを特徴とする映像管理プログラムを記録したコンピュータ読み取り可能な記録媒体。(Appendix 53)
to the computer,
The amount of data per unit playback time is larger than the second video data used for video display processing in the display control device, and from the first video data regarding the same original video as the second video data, the first video data is a generation function that generates still image data of frames included in the video data in units of frames;
A computer-readable recording medium on which a video management program is recorded, the computer-readable recording medium having a transmission function of transmitting the generated still image data to the display control device.
(付記54)
前記送信機能は、前記表示制御装置から要求された前記フレームの前記静止画データを前記表示制御装置へ送信する
ことを特徴とする付記53に記載の映像管理プログラムを記録したコンピュータ読み取り可能な記録媒体。(Appendix 54)
The computer-readable recording medium recording the video management program according to appendix 53, wherein the transmission function transmits the still image data of the frame requested by the display control device to the display control device. .
(付記55)
前記静止画データは、当該静止画データが前記第一の映像データのどの前記フレームの前記静止画データであるかを示す識別情報を含む
ことを特徴とする付記53または付記54に記載の映像管理プログラムを記録したコンピュータ読み取り可能な記録媒体。(Appendix 55)
The video management according to appendix 53 or 54, wherein the still image data includes identification information indicating which frame of the first video data the still image data belongs to. A computer-readable recording medium that records a program.
(付記56)
前記生成機能は、前記第一の映像データが映像管理装置に登録された場合に、前記静止画データの生成を行う
ことを特徴とする付記53から付記55のいずれかに記載の映像管理プログラムを記録したコンピュータ読み取り可能な記録媒体。(Appendix 56)
The video management program according to any one of appendices 53 to 55, wherein the generation function generates the still image data when the first video data is registered in a video management device. A recorded computer-readable recording medium.
(付記57)
前記生成機能は、前記第二の映像データの生成を指示された場合に、前記静止画データの生成を行う
ことを特徴とする付記53から付記55のいずれかに記載の映像管理プログラムを記録したコンピュータ読み取り可能な記録媒体。(Appendix 57)
The video management program according to any one of appendices 53 to 55, wherein the generation function generates the still image data when instructed to generate the second video data. Computer-readable recording medium.
(付記58)
前記生成機能は、前記第二の映像データを要求された場合に、前記静止画データの生成を行う
ことを特徴とする付記53から付記55のいずれかに記載の映像管理プログラムを記録したコンピュータ読み取り可能な記録媒体。(Appendix 58)
A computer readable computer recording a video management program according to any one of appendices 53 to 55, characterized in that the generation function generates the still image data when the second video data is requested. Possible recording medium.
(付記59)
前記生成機能は、前記静止画データの生成を、前記静止画データを要求された場合に行う
ことを特徴とする付記53から付記55のいずれかに記載の映像管理プログラムを記録したコンピュータ読み取り可能な記録媒体。(Appendix 59)
The computer-readable computer-readable computer program recording the video management program according to any one of attachments 53 to 55, wherein the generation function generates the still image data when the still image data is requested. recoding media.
(付記60)
前記生成機能は、さらに、前記第一の映像データから、前記第二の映像データを生成する
ことを特徴とする付記53から付記59のいずれかに記載の映像管理プログラムを記録したコンピュータ読み取り可能な記録媒体。(Additional note 60)
The generation function further generates the second video data from the first video data. recoding media.
(付記61)
前記生成機能は、前記第二の映像データの生成を、前記表示制御装置から前記第二の映像データの生成を要求された場合に行う
ことを特徴とする付記60に記載の映像管理プログラムを記録したコンピュータ読み取り可能な記録媒体。(Additional note 61)
Recording the video management program according to
(付記62)
前記生成機能は、前記第二の映像データの生成を、映像管理装置に前記第一の映像データが登録された場合に行う
ことを特徴とする付記60に記載の映像管理プログラムを記録したコンピュータ読み取り可能な記録媒体。(Appendix 62)
A computer readable computer recording a video management program according to
以上、実施形態を参照して本願発明を説明したが、本願発明は上記実施形態に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。 Although the present invention has been described above with reference to the embodiments, the present invention is not limited to the above embodiments. The configuration and details of the present invention can be modified in various ways that can be understood by those skilled in the art within the scope of the present invention.
この出願は、2020年5月21日に出願された日本出願特願2020-088573を基礎とする優先権を主張し、その開示の全てをここに取り込む。 This application claims priority based on Japanese Patent Application No. 2020-088573 filed on May 21, 2020, and the entire disclosure thereof is incorporated herein.
10 表示制御装置
11 受信部
12 制御部
20、40 映像管理装置
21 生成部
22 送信部
43 記憶部
60 表示手段
90 情報処理装置
91 通信インタフェース
92 入出力インタフェース
93 演算装置
94 記憶装置
95 不揮発性記憶装置
96 ドライブ装置
97 記録媒体10
Claims (6)
前記第二の映像データに基づく映像と前記静止画データに基づく静止画とを表示した画面を表示手段に表示させる制御手段と
を備えることを特徴とする表示制御装置。 Regarding the same original video as the first video data, second video data having a smaller amount of data per unit playback time than the first video data, and still image data of frames of a predetermined period of the first video data. and a receiving means for receiving the
A display control device comprising: control means for causing a display means to display a screen displaying a video based on the second video data and a still image based on the still image data.
ことを特徴とする請求項1に記載の表示制御装置。 The display control device according to claim 1, wherein the screen includes a video display area that displays the video and a frame display area that displays the still image.
ことを特徴とする請求項1または請求項2のいずれかに記載の表示制御装置。 3. The display control device according to claim 1, wherein the receiving means receives the still image data of the frame in which the still image is displayed on the screen.
前記第二の映像データと前記静止画データとを前記表示制御装置へ送信する映像管理装置と
を備えることを特徴とする表示制御システム。 A display control device according to any one of claims 1 to 3,
A display control system comprising: a video management device that transmits the second video data and the still image data to the display control device.
前記第二の映像データに基づく映像と前記静止画データに基づく静止画とを表示した画面を表示手段に表示させる
ことを特徴とする表示制御方法。 Regarding the same original video as the first video data, second video data having a smaller amount of data per unit playback time than the first video data, and still image data of frames of a predetermined period of the first video data. and receive the
A display control method, comprising: causing a display unit to display a screen displaying a video based on the second video data and a still image based on the still image data.
第一の映像データと同じ元映像に関し、前記第一の映像データより単位再生時間あたりのデータ量が少ない第二の映像データと、前記第一の映像データの所定の期間のフレームの静止画データとを受信する受信機能と、
前記第二の映像データに基づく映像と前記静止画データに基づく静止画とを表示した画面を表示手段に表示させる制御機能と
を実現させることを特徴とする表示制御プログラム。 to the computer,
Regarding the same original video as the first video data, second video data having a smaller amount of data per unit playback time than the first video data, and still image data of frames of a predetermined period of the first video data. a reception function that receives
A display control program characterized by realizing the following: a control function for causing a display unit to display a screen displaying a video based on the second video data and a still image based on the still image data.
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2020088573 | 2020-05-21 | ||
JP2020088573 | 2020-05-21 | ||
PCT/JP2021/012983 WO2021235092A1 (en) | 2020-05-21 | 2021-03-26 | Display control device, video management device, display control system, display control method, video management method, and recording medium |
Publications (3)
Publication Number | Publication Date |
---|---|
JPWO2021235092A1 JPWO2021235092A1 (en) | 2021-11-25 |
JPWO2021235092A5 JPWO2021235092A5 (en) | 2023-01-27 |
JP7420239B2 true JP7420239B2 (en) | 2024-01-23 |
Family
ID=78708460
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2022524300A Active JP7420239B2 (en) | 2020-05-21 | 2021-03-26 | Display control device, display control system, display control method, and display control program |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP7420239B2 (en) |
WO (1) | WO2021235092A1 (en) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2003199072A (en) | 2001-12-21 | 2003-07-11 | Ntt Data Corp | Video distribution apparatus, video distribution program, video reproduction apparatus and video reproduction program |
JP2003309841A (en) | 2002-02-12 | 2003-10-31 | Hitachi Kokusai Electric Inc | Video transmission equipment |
JP2006304163A (en) | 2005-04-25 | 2006-11-02 | Faith Inc | Still image generation system |
JP2017112455A (en) | 2015-12-15 | 2017-06-22 | キヤノン株式会社 | Information processing unit |
WO2019054360A1 (en) | 2017-09-12 | 2019-03-21 | パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ | Image display method, image delivery method, image display device, and image delivery device |
-
2021
- 2021-03-26 WO PCT/JP2021/012983 patent/WO2021235092A1/en active Application Filing
- 2021-03-26 JP JP2022524300A patent/JP7420239B2/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2003199072A (en) | 2001-12-21 | 2003-07-11 | Ntt Data Corp | Video distribution apparatus, video distribution program, video reproduction apparatus and video reproduction program |
JP2003309841A (en) | 2002-02-12 | 2003-10-31 | Hitachi Kokusai Electric Inc | Video transmission equipment |
JP2006304163A (en) | 2005-04-25 | 2006-11-02 | Faith Inc | Still image generation system |
JP2017112455A (en) | 2015-12-15 | 2017-06-22 | キヤノン株式会社 | Information processing unit |
WO2019054360A1 (en) | 2017-09-12 | 2019-03-21 | パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ | Image display method, image delivery method, image display device, and image delivery device |
Also Published As
Publication number | Publication date |
---|---|
WO2021235092A1 (en) | 2021-11-25 |
JPWO2021235092A1 (en) | 2021-11-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7231132B1 (en) | Trick-mode processing for digital video | |
US20060029374A1 (en) | Video reproducing method, medium, and apparatus selecting playback start position | |
EP2642764B1 (en) | Transcoding a video stream to facilitate accurate display | |
JP2010041354A (en) | Moving image coding method, coding device and coding program | |
JP5011017B2 (en) | Image decoding device | |
US9055272B2 (en) | Moving image reproduction apparatus, information processing apparatus, and moving image reproduction method | |
US8300692B2 (en) | Moving picture coding method, moving picture decoding method, moving picture coding device, and moving picture decoding device | |
JP4802524B2 (en) | Image processing apparatus, camera system, video system, network data system, and image processing method | |
CN101137057A (en) | Image device and method for reverse playback with minimal time delay | |
JP2018098664A (en) | Recording device, control method therefor, computer program, and recording medium | |
KR101528269B1 (en) | A method for playing a moving picture | |
JP7420239B2 (en) | Display control device, display control system, display control method, and display control program | |
JP2007036495A (en) | Reproducer, compressor, recorder and reproducing method | |
US20090304089A1 (en) | Reproduction processing apparatus, reproduction processing method, and computer program | |
US20130287100A1 (en) | Mechanism for facilitating cost-efficient and low-latency encoding of video streams | |
KR101336820B1 (en) | Apparatus and method for decoding specialized multi-channel trick mode | |
JP4514666B2 (en) | Video encoding device | |
JP2018195946A (en) | Recording device | |
JPH10294939A (en) | System and device for image transmission | |
US20080279527A1 (en) | Method of high speed video playback and video playback apparatus using the same | |
JP2007109329A (en) | Picture data recording apparatus, picture data reproducing apparatus, picture data recording method, program, and recording medium | |
EP2192691A1 (en) | Image recording apparatus and method of recording image | |
JP4976780B2 (en) | Playback device | |
KR20150084236A (en) | Apparatus and method for decoding | |
JP2010041353A (en) | Moving image decoding method, decoding device and decoding program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20221107 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20221107 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20230912 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20231109 |
|
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: 20231212 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20231225 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 7420239 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |