JPH10257401A - Internet television system and url information acquiring method - Google Patents

Internet television system and url information acquiring method

Info

Publication number
JPH10257401A
JPH10257401A JP9081869A JP8186997A JPH10257401A JP H10257401 A JPH10257401 A JP H10257401A JP 9081869 A JP9081869 A JP 9081869A JP 8186997 A JP8186997 A JP 8186997A JP H10257401 A JPH10257401 A JP H10257401A
Authority
JP
Japan
Prior art keywords
url
url information
character
screen
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP9081869A
Other languages
Japanese (ja)
Inventor
Tomihisa Kamata
富久 鎌田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Axess Corp
Original Assignee
Axess Corp
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 Axess Corp filed Critical Axess Corp
Priority to JP9081869A priority Critical patent/JPH10257401A/en
Publication of JPH10257401A publication Critical patent/JPH10257401A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an internet television system with which URL information displayed on a television screen is exactly fetched without necessity for a user to store it or to take notes, and internet access can be automatically performed while using the fetched URL information. SOLUTION: The video signal containing the URL information provided from a TV circuit 121 is digitized by a digitize circuit 126 and stored in an image memory 125 as digital image data. Based on these digital image data, a CPU 101 performs character recognition and extracts a character string including a predetermined reservation word such as 'http:' as URL information. Based on this extracted URL information, access to the URL is performed. The URL information is registered on a table and can be used later as well.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、インターネット接
続機能を有するテレビ装置に関する。
The present invention relates to a television device having an Internet connection function.

【0002】[0002]

【従来の技術】近年パーソナルコンピュータ(パソコ
ン)が一般家庭にまで普及し、インターネットの利用が
急速に拡大してきている。インターネットとは、世界規
模で相互に接続されたコンピュータネットワークの巨大
な集合体である。その主要な機能には、電子メール、ネ
ットニュース(電子掲示板または電子会議)、ファイル
転送(FTP:File Transfer Protocol)、ワールドワ
イドウェブ(WWW)等がある。
2. Description of the Related Art In recent years, personal computers (PCs) have spread to ordinary households, and the use of the Internet has been rapidly expanding. The Internet is a huge collection of interconnected computer networks worldwide. Its main functions include electronic mail, net news (electronic bulletin board or electronic conference), file transfer (FTP), the World Wide Web (WWW), and the like.

【0003】特に、WWWは、HTML(Hyper Text Ma
rkup Language)と呼ばれる言語で記述されたハイパーテ
キストドキュメントの集合であり、インターネット上に
分散して存在している様々の情報同士を互いに結びつけ
てアクセス可能にするものである。ハイパーテキストド
キュメントの配信は、WWWサーバと呼ばれるインター
ネット上のコンピュータにより行われる。ユーザは、ク
ライアントコンピュータにおいて、WWWブラウザ(ウ
ェブブラウザともいう)と呼ばれる閲覧ソフトウエアを
用いてインターネット上のドキュメントにアクセスする
ことができる。クライアントコンピュータをインターネ
ットに接続するには、企業等では専用の通信回線を用い
る場合もあるが、個人などでは、サービスプロバイダと
いう、自己が所有している専用通信回線を利用させるサ
ービスを行う機関を通して接続する。
[0003] In particular, WWW is based on HTML (Hyper Text Ma
It is a set of hypertext documents described in a language called rkup Language (rkup Language), and connects various pieces of information distributed on the Internet to each other to make them accessible. The distribution of the hypertext document is performed by a computer on the Internet called a WWW server. The user can access a document on the Internet using browsing software called a WWW browser (also referred to as a web browser) on a client computer. In order to connect the client computer to the Internet, a company or the like may use a dedicated communication line, but an individual or the like may connect through a service provider, an institution that provides services using its own dedicated communication line. I do.

【0004】WWWのドキュメントには、すべてURL
(Uniform Resource Locator)と呼ばれるインターネット
上の固有のアドレスが付けられている。URLの構造
は、次に示すように、プロトコル名、サーバ名、アイテ
ムのパス名からなる。
[0004] All WWW documents have URLs.
(Uniform Resource Locator), a unique address on the Internet. The URL structure includes a protocol name, a server name, and an item path name as shown below.

【0005】http://www.abc.or.j
p/def/ghi.htmlプロトコル名はコンピュ
ータが情報を解釈する方法を示す。WWWサーバとウェ
ブブラウザはHTTP(Hyper Text Transfer Protoco
l)という方法で情報を授受するので、上記のURLの
先頭のプロトコル名は”http:”となっている。そ
のほか、ファイル転送のためのftpというプロトコル
もある。”www.abc.or.jp”はサーバ名を
表している。”www”はサーバがWWWサーバである
ことを示す。”abc.or.jp”の”abc”は組
織名、”or”は組織の種類(この場合、各種団体/個
人)、”jp”は国を表わすコード(この場合、日本)
を示している。サーバ名に続く、アイテムのパス名”d
ef/ghi.html”は、サーバ上のアイテムの場
所を示す。パス名は通常、ページを構成するファイルの
名前を示す。”def/ghi.html”の”de
f”はディレクトリ名、”ghi”はファイル名であ
り、”html”はこのファイルがhtmlファイルで
あることを示す拡張子である。
[0005] http: // www. abc. or. j
p / def / ghi. The html protocol name indicates how the computer interprets the information. The WWW server and web browser use HTTP (Hyper Text Transfer Protocol)
Since information is transmitted and received by the method of l), the protocol name at the head of the URL is "http:". In addition, there is a protocol called ftp for file transfer. “Www.abc.or.jp” represents a server name. “Www” indicates that the server is a WWW server. “Abc” of “abc.or.jp” is the name of the organization, “or” is the type of organization (in this case, various organizations / individuals), and “jp” is a code representing the country (in this case, Japan)
Is shown. Item name followed by server name "d"
ef / ghi. html "indicates the location of the item on the server. The path name usually indicates the name of a file constituting the page." def / ghi. html “de”
“f” is a directory name, “ghi” is a file name, and “html” is an extension indicating that this file is an html file.

【0006】[0006]

【発明が解決しようとする課題】最近では、一般家庭用
に、インターネットへの接続機能を内蔵したテレビ、あ
るいはテレビ機能を内蔵したパソコンが販売されてお
り、テレビ放送においても、ユーザ(視聴者)がその番
組に関連して特定のホームページにアクセスすることが
できるように、テレビ画面上でURLを紹介することが
ある。すなわち、テレビ画面の一部(たとえば画面の下
部)に当該URLを構成する文字列を表示して、ユーザ
の喚起を促す。インターネット接続機能を有するテレビ
でその番組を視聴しているユーザは、そのURLを記憶
またはメモすることにより、直ちにまたは後ほどそのホ
ームページにアクセスすることができる。URLは電子
メールアドレス等の場合もありうる。
Recently, televisions with a built-in Internet connection function or personal computers with a built-in television function have been sold for home use, and users (viewers) have also been used in television broadcasting. A URL may be introduced on a television screen so that a user can access a particular home page in connection with the program. That is, a character string making up the URL is displayed on a part of the television screen (for example, at the bottom of the screen) to urge the user to evoke. A user watching the program on a television having an Internet connection function can access the homepage immediately or later by storing or writing down the URL. The URL may be an e-mail address or the like.

【0007】しかしながら、ユーザにとって、URLが
画面上に表示されている短い時間の間にその文字列を正
確に記憶またはメモすることは必ずしも容易ではない。
また、URLを正確に認識したとしても、そのURLへ
アクセスするためには、ブラウザ画面上でその文字列を
正確に入力しなければならない。一般にインターネット
接続機能内蔵のテレビ装置では、必要な操作はリモコン
で行われるため、キーボードを用いるパソコンとは異な
り、文字列の入力には煩雑な操作を必要とする。したが
って、このようなテレビ装置における文字列の入力は誰
でもが容易に行える訳ではない。その結果、画面上に表
示されたURLに興味があるユーザであっても、そこま
での煩雑な手順を踏んでまでそのURLへアクセスしよ
うとする気にならない場合が多い。
[0007] However, it is not always easy for the user to memorize or write down the character string accurately during the short time when the URL is displayed on the screen.
Even if the URL is correctly recognized, the character string must be correctly input on the browser screen in order to access the URL. Generally, in a television device with a built-in Internet connection function, necessary operations are performed by a remote controller, and thus, unlike a personal computer using a keyboard, a complicated operation is required to input a character string. Therefore, not everyone can easily input a character string in such a television device. As a result, even a user who is interested in the URL displayed on the screen often does not want to access the URL until the user steps through the complicated procedure.

【0008】本発明は、このような問題に鑑みてさなれ
たものであり、ユーザが記憶またはメモすることなく、
テレビ画面上に表示されたURL情報を正確に取り込む
ことができるインターネットテレビ装置およびURL情
報取得方法を提供することを目的とする。
[0008] The present invention has been made in view of such a problem, and requires no memorization or memorandum by a user.
It is an object of the present invention to provide an Internet television device and a URL information acquisition method that can accurately capture URL information displayed on a television screen.

【0009】本発明による他の目的は、取り込まれたU
RL情報を用いてインターネットアクセスを自動的に行
うことができるインターネットテレビ装置を提供するこ
とにある。
Another object according to the present invention is to provide a method for capturing captured U
An object of the present invention is to provide an Internet television device that can automatically perform Internet access using RL information.

【0010】[0010]

【課題を解決するための手段】本発明による装置は、イ
ンターネット接続機能を有するインターネットテレビ装
置であって、1画面の少なくとも一部の映像信号をデジ
タル画像データとして取り込む画像メモリと、該画像メ
モリに取り込まれたデジタル画像データを基に、該画像
に現われた文字群の各文字を認識する文字認識手段と、
該文字認識手段により認識された文字群内に含まれる予
め定められた予約語を検出する予約語検出手段と、該予
約語検出手段により検出された予約語を含む一連の文字
列をURL情報として抽出するURL情報抽出手段と、
該URL情報抽出手段により抽出されたURL情報を用
いて当該URLへのアクセスを行うURLアクセス手段
とを備えたことを特徴とする。
An apparatus according to the present invention is an Internet television apparatus having an Internet connection function, wherein an image memory for taking in at least a part of a video signal of one screen as digital image data, and an image memory for the image memory. Character recognition means for recognizing each character of a character group appearing in the image based on the captured digital image data,
A reserved word detecting means for detecting a predetermined reserved word included in the character group recognized by the character recognizing means; and a series of character strings including the reserved word detected by the reserved word detecting means as URL information. URL information extracting means to be extracted;
URL access means for accessing the URL using the URL information extracted by the URL information extraction means.

【0011】本発明によれば、テレビ画面上のURL情
報が装置によって抽出されるので、ユーザが記憶したり
メモしたりする必要がなくなる。また、この抽出された
URL情報を用いてURLへのアクセスを行うのでユー
ザによる煩雑な文字入力操作が不要となる。したがっ
て、従来、ユーザがテレビ画面上に表示されたURLへ
アクセスする際に存在した障害が軽減され、ユーザは極
めて容易にそのURLへのアクセスを行うことが可能に
なる。
According to the present invention, since the URL information on the television screen is extracted by the apparatus, the user does not need to memorize or take notes. In addition, since the URL is accessed using the extracted URL information, a complicated character input operation by the user is not required. Therefore, obstacles that existed when the user accessed the URL displayed on the television screen are reduced, and the user can access the URL very easily.

【0012】前記少なくとも一部の映像信号は、画面内
の予め定められた一部の領域の映像信号であってよい。
あるいは、前記少なくとも一部の映像信号は、輝度信号
または少なくとも一部の色信号であってよい。
[0012] The at least a part of the video signal may be a video signal of a predetermined part of a screen.
Alternatively, the at least some video signals may be luminance signals or at least some color signals.

【0013】前記予約語は、予め定められたものであ
り、例えば、”http:”,”mailto:”,”
ftp:”の少なくとも1つを含む。これによって、予
め定めたURL情報以外の文字列をURL情報と誤認識
することが避けられる。
The reserved words are predetermined, and are, for example, "http:", "mailto:", "
ftp: ". This prevents character strings other than the predetermined URL information from being erroneously recognized as URL information.

【0014】本インターネットテレビ装置は、テレビ放
送により得られたアナログ映像信号については、これを
デジタル画像データに変換するデジタイズ手段を有す
る。デジタル放送からのデジタル画像データを利用でき
る場合には、このデジタイズ手段は不要である。
The Internet television apparatus has a digitizing means for converting an analog video signal obtained by television broadcasting into digital image data. If digital image data from digital broadcasting can be used, this digitizing means is unnecessary.

【0015】前記URLアクセス手段は、前記URL情
報抽出手段によりURL情報が抽出されたとき、直ちに
当該URLへのアクセスを行うことができる。これによ
って、現在放送中の番組に即応したリアルタイムの情報
がインターネット経由でユーザに提供される。
[0015] The URL access means can immediately access the URL when the URL information is extracted by the URL information extraction means. As a result, real-time information corresponding to the program currently being broadcast is provided to the user via the Internet.

【0016】本インターネット装置は、好ましくは、前
記URL情報抽出手段により抽出されたURL情報を登
録するURL情報登録手段と、該URL情報登録手段に
登録されたURL情報から任意のURL情報を選択する
URL情報選択手段とを有する。これによって、URL
情報の抽出時にそのURLへのアクセスを行わない場合
でも、事後的にそのURLへのアクセスを行うことがで
きる。
Preferably, the Internet device registers URL information extracted by the URL information extracting unit, and selects any URL information from the URL information registered in the URL information registering unit. URL information selection means. As a result, the URL
Even when the URL is not accessed at the time of extracting the information, the URL can be accessed later.

【0017】本インターネットテレビ装置は、前記画像
メモリへのデジタル画像データへのデジタル画像データ
の取り込みを、ユーザの指示したタイミングで行う取り
込み指示手段を有してもよい。あるいは、周期的にデジ
タル画像データの取り込みを行う手段を有してもよい。
[0017] The Internet television apparatus may have a fetch instruction means for fetching the digital image data into the image memory at the timing instructed by the user. Alternatively, a means for periodically taking in digital image data may be provided.

【0018】本発明は、インターネットテレビ装置にお
けるURL情報取得方法としても捉えることができ、こ
の方法は、1画面の少なくとも一部の映像信号をデジタ
ル画像データとして画像メモリに取り込むステップと、
該画像メモリに取り込まれたデジタル画像データを基
に、画面上に表示された文字群の各文字を認識するステ
ップと、該認識された文字群内に含まれる予め定められ
た予約語を検出するステップと、該検出された予約語を
含む一連の文字列をURL情報として抽出するステップ
と、該抽出されたURL情報を用いて当該URLへのア
クセスを行うURLアクセスするステップとを備えるこ
とを特徴とする。
The present invention can also be considered as a URL information acquisition method in an Internet television device, which comprises the steps of taking at least a part of a video signal of one screen as digital image data into an image memory;
Recognizing each character of a character group displayed on the screen based on the digital image data taken into the image memory, and detecting a predetermined reserved word included in the recognized character group And a step of extracting a series of character strings including the detected reserved word as URL information, and a step of performing a URL access using the extracted URL information to access the URL. And

【0019】また、本発明は、コンピュータプログラム
を記録した記録媒体としても把握することができ、この
記録媒体は、メモリに取り込まれた、1画面の少なくと
も一部の映像信号に対応するデジタル画像データを基
に、画面上に表示された文字群の各文字を認識するステ
ップと、該認識された文字群内に含まれる予め定められ
た予約語を検出するステップと、該検出された予約語を
含む一連の文字列をURL情報として抽出するステップ
と、該抽出されたURL情報を用いて当該URLへのア
クセスを行うURLアクセスするステップとを実行する
コンピュータプログラムを記録したものである。
Further, the present invention can be understood as a recording medium on which a computer program is recorded, and the recording medium is a digital image data corresponding to at least a part of a video signal of one screen, which is stored in a memory. Recognizing each character of the character group displayed on the screen, detecting a predetermined reserved word included in the recognized character group, and A computer program for executing a step of extracting a series of included character strings as URL information, and a step of performing URL access using the extracted URL information to access the URL.

【0020】この記録媒体には、フロッピーディスク、
CD−ROM、半導体ROM、等の可搬性の不揮発性の
記録媒体の他、ハードディスクのような通常非可搬性の
記録媒体も含む。
The recording medium includes a floppy disk,
In addition to a portable non-volatile recording medium such as a CD-ROM, a semiconductor ROM, and the like, an ordinary non-portable recording medium such as a hard disk is also included.

【0021】[0021]

【発明の実施の形態】以下、本発明の実施の形態につい
て、詳細に説明する。
Embodiments of the present invention will be described below in detail.

【0022】まず、図1に本実施の形態を実現するため
の装置のハードウエア構成例を示す。ここでは、インタ
ーネット接続機能を内蔵したテレビを想定している。た
だし、テレビ機能内蔵のパソコンでもよい。
First, FIG. 1 shows an example of a hardware configuration of an apparatus for realizing the present embodiment. Here, it is assumed that the television has a built-in Internet connection function. However, a personal computer with a built-in TV function may be used.

【0023】図1の構成において、中央処理装置(CP
U)101はバス100に接続され、バス100を介し
て図1の装置全体の制御を司る。CPU101は、図示
省略したクロック発振器に基づいて現在の日付および時
刻を出力するカレンダー・時計機能を有する。マスクR
OM105にはCPU101が実行する各種コンピュー
タプログラムおよび必要なデータが格納されている。フ
ォントROM106にはテレビ画面上で用いるフォント
のデータを格納している。フラッシュメモリ107は、
書き換え可能な不揮発性のメモリであり、ユーザが不揮
発的に記憶しておきたいURL情報等を格納しておくた
めのものである。また、バージョンアップ可能なプログ
ラムもフラッシュメモリ107に格納することができ
る。フラッシュメモリに替えて、あるいはこれに加え
て、MD(ミニディスク)、ハードディスクなどの不揮
発性記憶手段である二次記憶装置を採用してもよい。R
AM108は、CPU101がプログラムの実行処理を
行う上で必要とされる一時記憶領域、作業領域や、プロ
グラム実行に必要な各種パラメータを格納する領域を提
供する。
In the configuration of FIG. 1, the central processing unit (CP
U) 101 is connected to the bus 100 and controls the entire apparatus of FIG. 1 via the bus 100. The CPU 101 has a calendar / clock function for outputting the current date and time based on a clock oscillator not shown. Mask R
The OM 105 stores various computer programs executed by the CPU 101 and necessary data. The font ROM 106 stores font data used on the television screen. The flash memory 107
This is a rewritable nonvolatile memory for storing URL information and the like that the user wants to store in a nonvolatile manner. Also, a program that can be upgraded can be stored in the flash memory 107. Instead of or in addition to the flash memory, a secondary storage device that is a non-volatile storage unit such as an MD (mini disk) or a hard disk may be employed. R
The AM 108 provides a temporary storage area, a work area, and an area for storing various parameters necessary for the execution of the program, which are necessary for the CPU 101 to execute the program.

【0024】公衆回線への接続はライン端子(LIN
E)を介して行われる。ライン端子はモデム118およ
びシリアルコントローラ117を介してバス100に接
続される。ISDN回線を利用する場合には、図示しな
いが、DSU(Data Service Unit)およびTA(Terminal
Adapter)を使用する。
The connection to the public line is made by a line terminal (LIN).
Via E). The line terminal is connected to the bus 100 via the modem 118 and the serial controller 117. When using an ISDN line, although not shown, a DSU (Data Service Unit) and a TA (Terminal
Adapter).

【0025】インターネットへの接続時にこの装置が公
衆回線から受信したページ情報をディスプレイ122上
に表示する際、表示コントローラ110を介して、その
表示内容が一旦表示メモリ(VRAM)111上に描画
される。この表示メモリ111の内容は、デジタルアナ
ログ(D/A)変換器112を介して切替回路124に
入力される。
When this apparatus displays the page information received from the public line on the display 122 when connected to the Internet, the display contents are once drawn on the display memory (VRAM) 111 via the display controller 110. . The contents of the display memory 111 are input to the switching circuit 124 via the digital / analog (D / A) converter 112.

【0026】インターネットのホームページ情報には音
声情報を含む場合があり、音声対応を可能にする場合に
は、オーディオコントローラ114およびデジタルアナ
ログ(D/A)変換器115が設けられ、ここから音声
信号が出力され、切替回路124に入力される。
In some cases, the homepage information on the Internet includes audio information. To enable audio support, an audio controller 114 and a digital-to-analog (D / A) converter 115 are provided. It is output and input to the switching circuit 124.

【0027】TV回路121は、アンテナ120から受
信した放送電波から選択した各チャンネルの映像信号お
よび音声信号を抽出して復調し、切替回路124に出力
する。
The TV circuit 121 extracts a video signal and an audio signal of each channel selected from the broadcast wave received from the antenna 120, demodulates and outputs the extracted signal to the switching circuit 124.

【0028】デジタイズ回路126は、TV回路121
により得られた映像信号の輝度信号Y(またはR,G,
Bのいずれかの映像信号)を、デジタル画像データに変
換する。このデジタイズ回路126により得られた1画
面分のデジタル画像データは、画像メモリ125に格納
される。本実施例では、画像メモリ125は一画面分に
対応する画像の記憶容量を有するフレームメモリである
が、画面上でURL情報の表示される位置が統一された
場合には、その位置を含む部分的な画面領域に対応する
複数ライン分のメモリを用意すればよい。
The digitizing circuit 126 includes a TV circuit 121
Luminance signal Y (or R, G,
B) is converted into digital image data. One screen of digital image data obtained by the digitizing circuit 126 is stored in the image memory 125. In this embodiment, the image memory 125 is a frame memory having a storage capacity of an image corresponding to one screen. However, when the positions where the URL information are displayed on the screen are unified, a portion including the position is included. What is necessary is just to prepare a memory for a plurality of lines corresponding to a typical screen area.

【0029】切替回路124は、CPU101の制御の
下で、TV回路121からの信号およびD/A変換器1
12からの信号を切り替えて、ディスプレイ122およ
びスピーカ(SP)123へ出力する。この切替回路1
24を1画面表示中にダイナミックに切り替えることに
より、複数の分割画面や、ウインドウ画面を表示するこ
とができる。VRAM111において、TVのデジタル
化した映像データを合成することも可能である。
The switching circuit 124 controls the signal from the TV circuit 121 and the D / A converter 1 under the control of the CPU 101.
12 and outputs the signal to the display 122 and the speaker (SP) 123. This switching circuit 1
By dynamically switching 24 during single screen display, a plurality of split screens and window screens can be displayed. In the VRAM 111, it is also possible to combine digitalized video data of a TV.

【0030】ユーザは、図1の装置を制御するためにリ
モコン102を用いる。リモコン102から発生される
信号(例えば赤外線信号)はレシーバ103で受信さ
れ、その信号がCPU101で解読される。リモコン1
02は、通常のテレビの操作と共用される。テレビ操作
用の信号はTVコントローラ104を介してCPU10
1に転送される。リモコン102には、詳細に図示しな
いが、テレビ画面上にURL情報が表示されたときにそ
れの取り込み(認識)のタイミングを指示するための専
用のボタン(本明細書では「取込ボタン」と呼ぶ)を有
する。
The user uses the remote control 102 to control the device of FIG. A signal (for example, an infrared signal) generated from the remote controller 102 is received by the receiver 103, and the signal is decoded by the CPU 101. Remote control 1
02 is shared with normal television operation. A signal for operating the television is transmitted to the CPU 10 via the TV controller 104.
Transferred to 1. Although not shown in detail, the remote controller 102 has a dedicated button (in this specification, “capture button”) for instructing the timing of capturing (recognizing) the URL information when the URL information is displayed on the television screen. Call).

【0031】なお、図1の装置では、インターネット用
の装置構成とテレビ用の装置構成を共通のCPU101
で制御するようにしたが、別々のCPUで制御するよう
にしてもよい。
In the apparatus shown in FIG. 1, the CPU 101 has a common configuration for the Internet and the configuration for the television.
, But may be controlled by separate CPUs.

【0032】図2に、デジタイズ回路126の内部の概
略構成例を示す。デジタイズ回路126は、フレーム期
間信号生成部20、ゲート21、アナログデジタル(A
/D)変換器22、PLL(Phase Lock Loop)のよう
な回路を用いたクロック発生部23、イネーブル信号発
生部25、ゲート27、およびアドレス生成部29を有
する。
FIG. 2 shows a schematic configuration example of the inside of the digitizing circuit 126. The digitizing circuit 126 includes a frame period signal generator 20, a gate 21, an analog digital (A
/ D) a converter 22, a clock generator 23 using a circuit such as a PLL (Phase Lock Loop), an enable signal generator 25, a gate 27, and an address generator 29.

【0033】フレーム期間信号生成部20は、CPU1
01からの起動信号StおよびTV回路121からの垂
直同期信号Vsyncに基づいて、1画面分の映像信号
に対応する期間を示す1フレーム信号frmを生成す
る。ゲート21は、この1フレーム信号frmが有効で
ある期間のみ、TV回路121からの輝度信号(Y)を
A/D変換器22へ通過させる。この輝度信号の代わり
に、R,G,Bのいずれかの信号を用いてもよい。UR
L情報のテレビ放送に際しては、テレビ画面上のURL
情報の文字色が予め定めた色(例えば白)に統一され、
かつURL情報の背景色が文字色と異なる色(例えば
黒)に統一されることが好ましい。これによって、文字
の認識精度のバラツキが低減される。
The frame period signal generation unit 20
A frame signal frm indicating a period corresponding to a video signal for one screen is generated based on the start signal St from the clock signal 01 and the vertical synchronization signal Vsync from the TV circuit 121. The gate 21 passes the luminance signal (Y) from the TV circuit 121 to the A / D converter 22 only during a period in which the one-frame signal frm is valid. Instead of this luminance signal, any one of R, G, and B signals may be used. UR
When broadcasting L information on TV, the URL on the TV screen
The text color of the information is unified to a predetermined color (for example, white)
Further, it is preferable that the background color of the URL information is unified to a color (for example, black) different from the character color. As a result, variations in character recognition accuracy are reduced.

【0034】クロック発生部23は、TV回路121か
らの水平同期信号Hsyncを受けて、予め定めた水平
分解能に対応する個数のクロックパルスCLKを1水平
期間内に発生する。イネーブル信号発生部25は、1フ
レーム信号frmと水平同期信号Hsyncを受けて、
1フレーム信号frmに対応する第1および第2のフィ
ールド期間を示すフィールド期間信号fldを発生す
る。ゲート27は、フィールド期間信号fldおよびク
ロックパルス信号CLKを受けて、第1および第2のフ
ィールド期間中のみクロックパルス信号CLKを出力す
る。A/D変換器22は、ゲート27からのクロックパ
ルス信号CLKに従って、ゲート21からの輝度信号を
サンプリングしてデジタル信号に変換する。アドレス生
成部29は、ゲート27からのクロック信号に従って、
画像メモリ125に与えるべきアドレスを生成する。画
像メモリ125ではこのアドレスで指定された位置に、
順次A/D変換器22からのデジタルデータが書き込ま
れる。
The clock generator 23 receives the horizontal synchronizing signal Hsync from the TV circuit 121 and generates a number of clock pulses CLK corresponding to a predetermined horizontal resolution within one horizontal period. The enable signal generator 25 receives the one frame signal frm and the horizontal synchronization signal Hsync, and
A field period signal fld indicating first and second field periods corresponding to one frame signal frm is generated. Gate 27 receives field period signal fld and clock pulse signal CLK, and outputs clock pulse signal CLK only during the first and second field periods. The A / D converter 22 samples the luminance signal from the gate 21 and converts it into a digital signal according to the clock pulse signal CLK from the gate 27. The address generation unit 29 receives the clock signal from the gate 27
An address to be given to the image memory 125 is generated. In the image memory 125, at the position designated by this address,
Digital data from the A / D converter 22 is sequentially written.

【0035】このようにして、画像メモリ125には1
フレーム分のデジタル画像データが格納される。画像メ
モリ125内の第1および第2フィールドのデータはC
PU101により組み合わされて1画面の画像データと
して取り扱われる。あるいは、アドレス生成部29にお
いて、第1および第2のフィールドの別を識別して、1
ライン置きのアドレスを生成することにより、画像メモ
リ125へのデータ格納時に両フィールドデータを合成
するようにしてもよい。URL情報の文字の大きさによ
っては、1フィールドの映像のみを用いるようにしても
よい。この場合、画像メモリ125はフィールドメモリ
とし、フレーム期間信号生成部20はフィールド期間信
号生成部とする。イネーブル信号発生部25は不要であ
り、1フレーム信号frmは直接ゲート27へ入力すれ
ばよいなお、ノンインターレースの映像信号の場合に
も、イネーブル信号発生部25は不要であり、デジタル
放送によりデジタル画像データが直接得られる場合に
は、デジタイズ回路126自体が不要となる。
As described above, the image memory 125 stores 1
Digital image data for a frame is stored. The data of the first and second fields in the image memory 125 is C
The data is combined by the PU 101 and handled as image data of one screen. Alternatively, the address generation unit 29 identifies the first field and the second field, and
By generating an address for each line, both field data may be combined when data is stored in the image memory 125. Depending on the size of the characters in the URL information, only one-field video may be used. In this case, the image memory 125 is a field memory, and the frame period signal generator 20 is a field period signal generator. The enable signal generator 25 is unnecessary, and the one-frame signal frm may be directly input to the gate 27. Even in the case of a non-interlaced video signal, the enable signal generator 25 is unnecessary, and When data is directly obtained, the digitizing circuit 126 itself becomes unnecessary.

【0036】画像メモリ125としては、VRAM11
1の少なくとも一部を共用することも可能である。
As the image memory 125, the VRAM 11
It is also possible to share at least a part of 1.

【0037】図1のインターネットテレビ装置でユーザ
が自発的にインターネットへの接続を指示するために
は、リモコン102から、そのための専用ボタン(本明
細書では「インターネット接続指示ボタン」と呼ぶ)を
押す、あるいは操作メニュー(図示せず)の該当する項
目を選択する。これにより、CPU101は、ウェブブ
ラウザと呼ばれるインターネット閲覧用のソフトウエア
を起動するとともに、プロバイダと呼ばれるインターネ
ット接続業者にダイアルアップ接続を行う。その結果、
テレビ画面上には、例えば各種のメニュー項目を含むイ
ンターネットメニューウインドウ(図示せず)が表示さ
れる。ユーザは、このインターネットメニューウインド
ウからメニュー項目を選択していくことにより、所望の
ページを閲覧することができる。
In order for the user to spontaneously instruct connection to the Internet using the Internet television apparatus shown in FIG. 1, a dedicated button (hereinafter, referred to as an "internet connection instruction button") is pressed from remote controller 102. , Or a corresponding item of an operation menu (not shown). As a result, the CPU 101 activates internet browsing software called a web browser and makes a dial-up connection to an internet connection company called a provider. as a result,
On the television screen, for example, an Internet menu window (not shown) including various menu items is displayed. The user can browse a desired page by selecting menu items from the Internet menu window.

【0038】本実施の形態においては、テレビ視聴時に
テレビ画面上に表示されたURL情報を取り込んでその
URLへアクセスすることができ、その際には、インタ
ーネット接続指示ボタンを用いることなくインターネッ
トへの接続が行われる。
In the present embodiment, the user can access the URL by taking in the URL information displayed on the television screen at the time of watching the television. In this case, the user can access the Internet without using the Internet connection instruction button. The connection is made.

【0039】図3は、本実施の形態においてCPU10
1が果たす機能を示したブロック図である。CPU10
1は、文字認識機能31、予約語検出機能33、URL
情報登録機能35、およびインターネットアクセス機能
37を有する。
FIG. 3 shows a CPU 10 according to this embodiment.
FIG. 2 is a block diagram showing a function performed by the device 1; CPU10
1 is a character recognition function 31, a reserved word detection function 33, a URL
It has an information registration function 35 and an Internet access function 37.

【0040】文字認識機能31は、前述した画像メモリ
125に格納された画像データに基づいて文字群を検出
してその各文字を認識する。この文字認識には、公知の
文字認識技術を利用することができる。すなわち、検出
対象の文字についてその基準のイメージを予め辞書とし
て持っておき、これを被検査領域のイメージと対比する
ことにより文字を認識する。テレビ画面内のURL情報
表示位置を予め統一しておくことにより、被検査領域は
既知の固定領域とすることができる。URL情報表示位
置を統一しない場合にも文字色が統一されていれば、例
えば、その色ドットの出現頻度の高い水平領域を検出す
ることによりある程度の精度で文字領域を切り出すこと
ができる。
The character recognition function 31 detects a character group based on the image data stored in the image memory 125 and recognizes each character. For this character recognition, a known character recognition technology can be used. That is, a reference image of a character to be detected is stored in a dictionary in advance, and the character is recognized by comparing the image with the image of the inspection area. By unifying the URL information display positions in the television screen in advance, the inspection target area can be a known fixed area. If the character colors are unified even when the URL information display positions are not unified, for example, a character area can be cut out with a certain degree of accuracy by detecting a horizontal area where the frequency of appearance of the color dot is high.

【0041】また、本発明におけるURL情報は、アル
ファベットおよび特定の記号からなる比較的少ない文字
群から選択された一連の文字列により構成されることか
ら、文字認識自体は漢字やカナ文字の認識に比べて容易
であるといえる。
Further, since the URL information in the present invention is composed of a series of character strings selected from a relatively small group of characters consisting of alphabets and specific symbols, the character recognition itself is used for recognizing kanji and kana characters. It can be said that it is easier.

【0042】予約語検出機能33は、文字認識機能31
により認識された文字列内に、予め定めた予約語が存在
するか否かを調べるものである。本実施の形態では、予
約語は、”http:”,”mailto:”,”ft
p:”の3つである。CPU101は、これらの予約語
のいずれかが含まれている文字列をURL情報であると
認識する。したがって、文字認識機能31により得られ
た文字列がいずれの予約語にも該当しなければURL情
報は抽出されない。例えば、画面上に偶然URL情報と
は関係のない文字列が存在し、それが認識されたとして
も、その文字列がURL情報と認識されることはない。
The reserved word detection function 33 includes the character recognition function 31
Is to check whether or not a predetermined reserved word exists in the character string recognized by. In the present embodiment, the reserved words are “http:”, “mailto:”, “ft”.
p: ". The CPU 101 recognizes a character string containing any of these reserved words as URL information. Therefore, the character string obtained by the character recognition function 31 If the keyword does not correspond to a reserved word, no URL information is extracted, for example, even if a character string that is unrelated to the URL information accidentally exists on the screen and is recognized, the character string is recognized as the URL information. Never.

【0043】URL情報登録機能35は、予約語検出機
能33で取り出されたURL情報をURL情報テーブル
39(フラッシュメモリ107)に登録する。URL情
報テーブル39の構成例については後述する。
The URL information registration function 35 registers the URL information extracted by the reserved word detection function 33 in the URL information table 39 (flash memory 107). A configuration example of the URL information table 39 will be described later.

【0044】インターネットアクセス機能37は、予約
語検出機能33で取り出されたURL情報、またはUR
L情報テーブル39から取り出されたURL情報を用い
て、そのURLへのアクセスを行う。
The Internet access function 37 receives the URL information extracted by the reserved word detection function 33 or the URL information.
The URL is accessed using the URL information extracted from the L information table 39.

【0045】ユーザがテレビを見ているとき、図8に示
すように、画面上にURL情報801が表示されたとす
る。このとき、ユーザがテレビ視聴時にリモコン102
の「取込ボタン」を押せば、CPU101が実行するU
RL情報の認識処理が起動される。図4にこのURL情
報認識処理のフローチャートを示す。
It is assumed that the URL information 801 is displayed on the screen as shown in FIG. 8 when the user watches the television. At this time, when the user watches the television,
Is pressed, the CPU 101 executes U
The RL information recognition process is activated. FIG. 4 shows a flowchart of the URL information recognition processing.

【0046】図4の処理において、まず、その時点の画
面の画像データを取り込む(S401)。ついで、この
画像データに基づいて、文字認識処理を行う(S40
2)。この処理の結果得られた文字群に、前述した予約
語に相当するいずれの文字列も存在しない場合には(S
403でNo)、エラーメッセージを画面上に表示する
(S411)。図9に、このエラーメッセージの表示例
801を示す。
In the process of FIG. 4, first, the image data of the screen at that time is fetched (S401). Next, a character recognition process is performed based on the image data (S40).
2). If none of the character strings corresponding to the reserved words described above exists in the character group obtained as a result of this processing (S
(No at 403), an error message is displayed on the screen (S411). FIG. 9 shows a display example 801 of this error message.

【0047】先のステップS403で予約語が存在した
場合には、その予約語を含む一連の文字列をURL情報
として抽出する(S404)。ついで、このURL情報
を画面上に表示するとともに、このURLへ直ちにアク
セスするか否かをユーザに問い合わせる(S405)。
図10にこの問い合わせの表示例1001を示す。
If a reserved word exists in step S403, a series of character strings including the reserved word is extracted as URL information (S404). Next, the URL information is displayed on the screen, and an inquiry is made to the user as to whether or not to immediately access the URL (S405).
FIG. 10 shows a display example 1001 of this inquiry.

【0048】図10の問い合わせに対して、ユーザはリ
モコン102のキー操作により項目ボタン「はい」また
は「いいえ」を選択することにより、意思表示を行う。
「はい」が選択された場合(S406でYes)、当該
URLに対するアクセス処理を行う(S407)。この
アクセス処理の詳細については後述する。「いいえ」が
選択された場合には(S406でNo)、ステップS4
07の実行を省略する。
In response to the inquiry shown in FIG. 10, the user performs an intention display by selecting an item button "Yes" or "No" by operating the keys of the remote controller 102.
If "Yes" is selected (Yes in S406), access processing for the URL is performed (S407). Details of this access processing will be described later. If “No” is selected (No in S406), step S4
07 is omitted.

【0049】次に、この新たなURL情報をURL情報
テーブル39に登録するか否かをユーザに問い合わせる
(S408)。この問い合わせの表示例1101を図1
1に示す。ここで、「はい」が指示された場合には(S
409でYes)、URL情報テーブル39へのURL
情報登録処理を行う(S410)。この処理の詳細につ
いては後述する。「いいえ」が指示された場合には(S
409でNo)、ステップS410の実行を省略する。
Next, an inquiry is made to the user as to whether the new URL information is to be registered in the URL information table 39 (S408). FIG. 1 shows a display example 1101 of this inquiry.
It is shown in FIG. Here, when "yes" is instructed (S
409: Yes), the URL to the URL information table 39
An information registration process is performed (S410). Details of this processing will be described later. If "No" is instructed (S
(No at 409), the execution of step S410 is omitted.

【0050】図4の処理は、ユーザの明示の指示(「取
込ボタン」の押下)により起動される処理であったが、
装置が自動的に画面を監視してURL情報が表示された
ときにそれを取り込むようにすることも可能である。図
5にこのようなURL情報の自動取込処理のフローチャ
ートを示す。
The process of FIG. 4 is a process activated by a user's explicit instruction (pressing of the “capture button”).
It is also possible for the device to automatically monitor the screen and take in the URL information when it is displayed. FIG. 5 shows a flowchart of such automatic URL information acquisition processing.

【0051】図5の処理は、URL情報を取りこぼすこ
とのない一定周期毎(例えば1秒毎)にCPU101に
より実行される処理である。この処理では、図4のエラ
ーメッセージを表示するステップS411が省略されて
いる以外、図4の処理と実質的に同一である。図5の処
理は、URL情報の表示の有無に関係なく周期的に実行
されるので、URL情報が取り込めない場合でもエラー
メッセージを表示する必要はない。したがって、ステッ
プS411が省略されている。
The process shown in FIG. 5 is a process executed by the CPU 101 at regular intervals (for example, every second) in which no URL information is missed. This process is substantially the same as the process in FIG. 4 except that the step S411 of displaying the error message in FIG. 4 is omitted. The process in FIG. 5 is periodically executed regardless of whether or not the URL information is displayed. Therefore, it is not necessary to display an error message even when the URL information cannot be captured. Therefore, step S411 is omitted.

【0052】図6は、図4のステップS407に対応す
るURLアクセス処理の詳細を示すフローチャートであ
る。
FIG. 6 is a flowchart showing details of the URL access processing corresponding to step S407 in FIG.

【0053】図6の処理において、まず、ブラウザが起
動されているか否かを調べ(S601)、起動されてい
なければ起動する(S602)。ついで、現在指定され
ているURL情報がメールアドレスの場合、すなわちU
RL情報の先頭の文字列が”mailto:”であるか
否かを調べる(S603)。メールアドレスであれば、
画面上にメールウインドウ(図示せず)を開いてユーザ
にメールを作成させる(S604)。あるいは、既に作
成され、メモリに保存されているメールファイルの指定
を受け付ける。
In the processing shown in FIG. 6, first, it is checked whether or not the browser has been activated (S601). If not, the browser is activated (S602). Next, when the currently specified URL information is a mail address,
It is checked whether the first character string of the RL information is “mailto:” (S603). If it is an email address,
A mail window (not shown) is opened on the screen and the user composes a mail (S604). Alternatively, a designation of a mail file that has already been created and stored in the memory is received.

【0054】次に、回線が既に接続されているか否かを
調べる(S605)。接続されていなければ、回線接続
を行う(S606)。
Next, it is checked whether or not the line is already connected (S605). If not, a line connection is made (S606).

【0055】そこで、現在指定されているURL情報を
用いて、そのURLへのアクセスを行う(S607)。
URL情報がメールアドレスの場合、先に作成または指
定されたメールファイルが当該メールアドレスへ送信さ
れる。また、URL情報の先頭文字列が”http:”
の場合には、そのURLで指定されるホームページが画
面上に表示され、当該番組に関連した情報を認識するこ
とができる。URL情報の先頭文字列が”ftp:”の
場合には、当該ファイルサーバへのアクセスが行われ、
必要なファイルの転送を指示することができる。
The URL is accessed using the URL information currently specified (S607).
If the URL information is a mail address, the mail file created or specified first is transmitted to the mail address. Also, the first character string of the URL information is “http:”.
In the case of (1), the home page specified by the URL is displayed on the screen, and information related to the program can be recognized. If the head character string of the URL information is “ftp:”, the file server is accessed,
You can instruct the transfer of necessary files.

【0056】その後も通常のブラウザ動作のためにユー
ザの操作を受け付ける(S608)。ユーザによりブラ
ウザ終了の指示が操作メニュー等から入力された場合
(S609)、ブラウザを終了し(S610)、回線を
切断する(S611)。
Thereafter, the user's operation is accepted for normal browser operation (S608). When the user inputs an instruction to terminate the browser from the operation menu or the like (S609), the browser is terminated (S610), and the line is disconnected (S611).

【0057】図7は、図5のステップS410に示した
URL情報登録処理の詳細のフローチャートである。
FIG. 7 is a detailed flowchart of the URL information registration processing shown in step S410 of FIG.

【0058】この処理において、まず、抽出されたUR
L情報に対してユーザが所望のタイトルを付けるよう、
タイトルを表わす文字列の入力を促す(S701)。こ
のときの画面例1203を図12に示す。この画面例1
203では、抽出されたURL情報とともに、このUR
Lが取り込まれたチャンネル(CH)および日時のデー
タも表示されている。なお、リモコン102(図1)に
は文字入力のためのキーは存在しないため、いわゆるソ
フトキーボード1201を画面上に表示して、これから
文字を選択しながら、入力エリア1205にタイトルの
文字列を入力することができるようになっている。但
し、このタイトル入力は必須の操作ではなく、入力しな
くても支障はない。
In this process, first, the extracted UR
To give the user a desired title for the L information,
The user is prompted to enter a character string representing the title (S701). FIG. 12 shows a screen example 1203 at this time. Screen example 1
In 203, the extracted URL information and the URL
The data of the channel (CH) into which L is taken and the date and time are also displayed. Since there is no character input key on the remote controller 102 (FIG. 1), a so-called soft keyboard 1201 is displayed on the screen, and a character string of the title is input to the input area 1205 while selecting a character from here. You can do it. However, this title input is not an indispensable operation, and there is no problem even if it is not input.

【0059】タイトルの入力が完了したら(S70
2)、CHデータと日時データとタイトルデータとUR
L情報とからなる新たなレコードを、URL情報テーブ
ル39に追加格納する(S703)。以後、必要なとき
にこのURL情報を読み出して使用することができる。
When the input of the title is completed (S70
2), CH data, date and time data, title data, and UR
A new record including L information is additionally stored in the URL information table 39 (S703). Thereafter, the URL information can be read and used when necessary.

【0060】図13にURL情報登録テーブルの構成例
を示す。この登録テーブル1300は、各々、CHデー
タ1301、日時データ1302、タイトルデータ13
03、およびURL情報1304を含む複数のレコード
1310、1311、1312、・・・を格納する。本
実施の形態では、メモリ容量の関係から、登録テーブル
1300の登録可能なレコード数には上限が設けられ
る。最大数まで登録された後に新たなURL情報の登録
が指示された場合には、所定のアルゴリズムにより選択
された既格納のURL情報を自動的に廃棄する。この廃
棄対象のURL情報を選択するアルゴリズムとしては、
例えば、最も昔に格納されたもの、あるいは最後にアク
セスされた時期が最も古いもの、を選択するものが考え
られる。
FIG. 13 shows a configuration example of the URL information registration table. The registration table 1300 includes CH data 1301, date / time data 1302, and title data 13
03 and a plurality of records 1310, 1311, 1312,... Including URL information 1304 are stored. In the present embodiment, an upper limit is set for the number of records that can be registered in the registration table 1300 due to the memory capacity. When registration of new URL information is instructed after the maximum number has been registered, the stored URL information selected by a predetermined algorithm is automatically discarded. An algorithm for selecting the URL information to be discarded includes:
For example, it is conceivable to select the one stored the oldest or the one that was last accessed at the oldest time.

【0061】図14に、URL情報テーブル読み出し処
理のフローチャートを示す。この処理は、例えばメニュ
ー項目(図示せず)の選択により指示されたとき、CP
U101により実行される。
FIG. 14 shows a flowchart of the URL information table reading process. This processing is performed, for example, when instructed by selecting a menu item (not shown).
This is executed by U101.

【0062】図14の処理において、まず、現在URL
情報テーブル39に登録されているすべてのURL情報
を読み出して画面上に表示し、ユーザにコマンドの指示
を促す(S1401)。そのための表示例1501を図
15に示す。
In the process of FIG. 14, first, the current URL
All the URL information registered in the information table 39 is read and displayed on the screen to prompt the user to issue a command (S1401). FIG. 15 shows a display example 1501 for that purpose.

【0063】図15の画面例では、すべての登録URL
情報の他、コマンドとしての「接続」「修正」「削除」
「終了」のボタンが表示されている。ユーザは、リモコ
ン102のキー操作により、いずれか1つのURL情報
を選択するとともに、いずれかのコマンドを選択し、リ
モコン102の特定のキーによりそのコマンドの実行を
指示することができる。
In the screen example of FIG. 15, all registered URLs are displayed.
"Connect", "Modify", "Delete" as commands other than information
The "End" button is displayed. The user can select any one of the URL information by operating the keys of the remote controller 102, select any command, and instruct the execution of the command by a specific key of the remote controller 102.

【0064】図14に戻り、ユーザにより1つのURL
が選択され、かつコマンドが指示されたら(S1402
でYes)、そのコマンドが「修正」か「削除」かを調
べる(S1403)。「修正」であれば、選択されたU
RL情報のタイトルの修正を受け付ける(S140
4)。「削除」であれば、当該選択されたURL情報の
レコードをテーブル39から削除する(S1405)。
Referring back to FIG. 14, one URL is set by the user.
Is selected and a command is instructed (S1402
Yes), it is checked whether the command is “modify” or “delete” (S1403). If "Modify", the selected U
Correction of the title of the RL information is received (S140
4). If "delete", the record of the selected URL information is deleted from the table 39 (S1405).

【0065】コマンドが「終了」であれば(S1406
でYes)、本処理を終了する。
If the command is "end" (S1406)
(Yes), the process ends.

【0066】コマンドが「接続」であれば(S1407
でYes)、当該URL情報を用いてこのURLへのア
クセス処理を起動する(S1408)。このアクセス処
理の詳細は、図6で説明したとおりである。
If the command is "connection" (S1407)
(Yes at S1408), the access process to this URL is started using the URL information (S1408). Details of this access processing are as described with reference to FIG.

【0067】以上本発明の好適な実施例について説明し
たが、本発明の要旨を逸脱することなく、種々の変形変
更を行うことが可能である。
Although the preferred embodiment of the present invention has been described above, various modifications and changes can be made without departing from the gist of the present invention.

【0068】[0068]

【発明の効果】本発明によれば、テレビ画面上のURL
情報が装置によって抽出されるので、ユーザが記憶した
りメモしたりする必要がなくなる。また、この抽出され
たURL情報を用いてURLへのアクセスを行うことが
できるのでユーザによる煩雑な文字入力操作が不要とな
る。したがって、ユーザは極めて容易にそのURLへの
アクセスを行うことが可能になる。また、URL情報を
提供する側としては、目的のホームページ等に対してよ
り多くの視聴者がアクセスしてくれることを期待でき
る。
According to the present invention, a URL on a television screen is displayed.
Because the information is extracted by the device, there is no need for the user to memorize or take notes. In addition, since the URL can be accessed using the extracted URL information, a complicated character input operation by the user is not required. Therefore, the user can very easily access the URL. Also, the side that provides the URL information can be expected that more viewers will access the target homepage and the like.

【0069】[0069]

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明が適用される装置のハードウエア構成例
を示すブロック図である。
FIG. 1 is a block diagram illustrating an example of a hardware configuration of a device to which the present invention is applied.

【図2】図1に示したデジタイズ回路126の内部構成
例を示すブロック図である。
FIG. 2 is a block diagram showing an example of an internal configuration of a digitizing circuit 126 shown in FIG.

【図3】図1に示したCPU101の果たす機能を示す
ブロック図である。
FIG. 3 is a block diagram showing functions performed by a CPU 101 shown in FIG.

【図4】本発明の実施の形態におけるURL情報認識処
理を示すフローチャートである。
FIG. 4 is a flowchart illustrating URL information recognition processing according to the embodiment of the present invention.

【図5】本発明の実施の形態におけるURL情報の自動
取込処理を示すフローチャートである。
FIG. 5 is a flowchart illustrating a process of automatically acquiring URL information according to the embodiment of the present invention.

【図6】図4のフローチャートに示したURLアクセス
ステップS407の詳細処理を示すフローチャートであ
る。
FIG. 6 is a flowchart showing a detailed process of a URL access step S407 shown in the flowchart of FIG. 4;

【図7】図4のフローチャートに示したURL情報登録
ステップS410の詳細処理を示すフローチャートであ
る。
FIG. 7 is a flowchart showing a detailed process of a URL information registration step S410 shown in the flowchart of FIG. 4;

【図8】図4のフローチャートのステップS401の説
明用の画面例を示す図である。
8 is a diagram illustrating an example of a screen for explanation of step S401 in the flowchart of FIG. 4;

【図9】図4のフローチャートのステップS411の説
明用の画面例を示す図である。
9 is a diagram showing an example of a screen for explanation in step S411 of the flowchart in FIG. 4;

【図10】図4のフローチャートのステップS405の
説明用の画面例を示す図である。
FIG. 10 is a diagram illustrating an example of a screen for explanation in step S405 of the flowchart in FIG. 4;

【図11】図4のフローチャートのステップS408の
説明用の画面例を示す図である。
FIG. 11 is a diagram showing an example of a screen for explanation in step S408 of the flowchart in FIG. 4;

【図12】図7のフローチャートのステップS701の
説明用の画面例を示す図である。
12 is a diagram illustrating an example of a screen for explanation in step S701 of the flowchart in FIG. 7;

【図13】本発明の実施の形態において用いるURL情
報登録テーブルの構成例を示す図である。
FIG. 13 is a diagram showing a configuration example of a URL information registration table used in the embodiment of the present invention.

【図14】図13に示したURL情報登録テーブルの読
み出し処理のフローチャートである。
14 is a flowchart of a reading process of the URL information registration table shown in FIG.

【図15】図14のフローチャートのステップS140
1の説明用の画面例を示す図である。
FIG. 15 is a step S140 in the flowchart of FIG. 14;
FIG. 5 is a diagram showing an example of a screen for explanation of FIG.

【符号の説明】[Explanation of symbols]

101…CPU、102…リモコン、103…レシー
バ、105…マスクROM、106…フォントROM、
107…フラッシュメモリ、108…RAM、110…
ディスプレイコントローラ、111…表示メモリ(VR
AM)、118…モデム、120…アンテナ、121…
TV回路、122…ディスプレイ、123…スピーカ
(SP)、124…切替回路、125…画像メモリ、1
26…デジタイズ回路。
101: CPU, 102: Remote control, 103: Receiver, 105: Mask ROM, 106: Font ROM,
107: Flash memory, 108: RAM, 110 ...
Display controller, 111 ... Display memory (VR
AM), 118 ... modem, 120 ... antenna, 121 ...
TV circuit, 122 ... Display, 123 ... Speaker (SP), 124 ... Switching circuit, 125 ... Image memory, 1
26 digitizing circuit.

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】インターネット接続機能を有するインター
ネットテレビ装置であって、 1画面の少なくとも一部の映像信号をデジタル画像デー
タとして取り込む画像メモリと、 該画像メモリに取り込まれたデジタル画像データを基
に、該画像に現われた文字群の各文字を認識する文字認
識手段と、 該文字認識手段により認識された文字群内に含まれる予
め定められた予約語を検出する予約語検出手段と、 該予約語検出手段により検出された予約語を含む一連の
文字列をURL情報として抽出するURL情報抽出手段
と、 該URL情報抽出手段により抽出されたURL情報を用
いて当該URLへのアクセスを行うURLアクセス手段
とを備えたインターネットテレビ装置。
1. An Internet television device having an Internet connection function, comprising: an image memory that captures at least a part of a video signal of one screen as digital image data; and a digital image data captured by the image memory. Character recognition means for recognizing each character of a character group appearing in the image; reserved word detection means for detecting a predetermined reserved word included in the character group recognized by the character recognition means; URL information extraction means for extracting a series of character strings including the reserved word detected by the detection means as URL information, and URL access means for accessing the URL using the URL information extracted by the URL information extraction means Internet television device comprising:
【請求項2】前記少なくとも一部の映像信号は、画面内
の予め定められた一部の領域の映像信号であることを特
徴とする請求項1記載のインターネットテレビ装置。
2. The Internet television device according to claim 1, wherein said at least a part of the video signal is a video signal of a predetermined part of a screen.
【請求項3】前記少なくとも一部の映像信号は、輝度信
号または少なくとも一部の色信号であることを特徴とす
る請求項1または2記載のインターネットテレビ装置。
3. The Internet television apparatus according to claim 1, wherein the at least some video signals are luminance signals or at least some color signals.
【請求項4】前記予約語は、”http:”,”mai
lto:”,”ftp:”の少なくとも1つを含むこと
を特徴とする請求項1、2または3記載のインターネッ
トテレビ装置。
4. The reserved word is “http:”, “mai”.
4. The Internet television apparatus according to claim 1, further comprising at least one of lto: "and" ftp: ".
【請求項5】入力されたアナログ映像信号をデジタル画
像データに変換するデジタイズ手段を有することを特徴
とする請求項1〜4のいずれかに記載のインターネット
テレビ装置。
5. The Internet television apparatus according to claim 1, further comprising digitizing means for converting an input analog video signal into digital image data.
【請求項6】前記URLアクセス手段は、前記URL情
報抽出手段によりURL情報が抽出されたとき、直ちに
当該URLへのアクセスを行うことを特徴とする請求項
1〜5のいずれかに記載のインターネットテレビ装置。
6. The Internet according to claim 1, wherein the URL access means immediately accesses the URL when the URL information is extracted by the URL information extraction means. Television equipment.
【請求項7】前記URL情報抽出手段により抽出された
URL情報を登録するURL情報登録手段と、該URL
情報登録手段に登録されたURL情報から任意のURL
情報を選択するURL情報選択手段とを有することを特
徴とする請求項1〜6のいずれかに記載のインターネッ
トテレビ装置。
7. URL information registering means for registering the URL information extracted by the URL information extracting means;
Any URL from URL information registered in the information registration means
7. The Internet television apparatus according to claim 1, further comprising URL information selection means for selecting information.
【請求項8】前記画像メモリへのデジタル画像データへ
のデジタル画像データの取り込みを、ユーザの指示した
タイミングで行う取り込み指示手段を有する請求項1〜
7のいずれかに記載のインターネットテレビ装置。
8. A fetch instruction means for fetching digital image data into digital image data into said image memory at a timing designated by a user.
8. The Internet television device according to any one of 7.
【請求項9】1画面の少なくとも一部の映像信号をデジ
タル画像データとして画像メモリに取り込むステップ
と、 該画像メモリに取り込まれたデジタル画像データを基
に、画面上に表示された文字群の各文字を認識するステ
ップと、 該認識された文字群内に含まれる予め定められた予約語
を検出するステップと、 該検出された予約語を含む一連の文字列をURL情報と
して抽出するステップと、 該抽出されたURL情報を用いて当該URLへのアクセ
スを行うURLアクセスするステップとを備えたインタ
ーネットテレビ装置におけるURL情報取得方法。
9. A step of taking at least a part of a video signal of one screen as digital image data into an image memory; Recognizing a character, detecting a predetermined reserved word included in the recognized character group, and extracting a series of character strings including the detected reserved word as URL information; URL accessing using the extracted URL information to access the URL.
【請求項10】メモリに取り込まれた、1画面の少なく
とも一部の映像信号に対応するデジタル画像データを基
に、画面上に表示された文字群の各文字を認識するステ
ップと、 該認識された文字群内に含まれる予め定められた予約語
を検出するステップと、 該検出された予約語を含む一連の文字列をURL情報と
して抽出するステップと、 該抽出されたURL情報を用いて当該URLへのアクセ
スを行うURLアクセスするステップとを実行するコン
ピュータプログラムを記録した記録媒体。
10. A step of recognizing each character of a character group displayed on a screen based on digital image data corresponding to at least a part of a video signal of one screen captured in a memory; Detecting a predetermined reserved word included in the group of characters, extracting a series of character strings including the detected reserved word as URL information, and using the extracted URL information. And a URL accessing step of accessing the URL.
JP9081869A 1997-03-14 1997-03-14 Internet television system and url information acquiring method Pending JPH10257401A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9081869A JPH10257401A (en) 1997-03-14 1997-03-14 Internet television system and url information acquiring method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9081869A JPH10257401A (en) 1997-03-14 1997-03-14 Internet television system and url information acquiring method

Publications (1)

Publication Number Publication Date
JPH10257401A true JPH10257401A (en) 1998-09-25

Family

ID=13758482

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9081869A Pending JPH10257401A (en) 1997-03-14 1997-03-14 Internet television system and url information acquiring method

Country Status (1)

Country Link
JP (1) JPH10257401A (en)

Cited By (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19956805A1 (en) * 1999-11-25 2001-06-07 Loewe Opta Gmbh Method for detection of Internet address information from a television signal containing additional Internet related information data, in which the image is analyzed for alphanumeric characters that can then be converted to addresses
JP2001309349A (en) * 2000-04-26 2001-11-02 Sharp Corp Method for acquiring program related information, server, terminal device and method for acquiring preference information
JP2001320643A (en) * 2000-05-09 2001-11-16 Hitachi Software Eng Co Ltd Information management unit and method for broadcast signal with classification information
WO2002009421A1 (en) * 2000-07-25 2002-01-31 Sony Corporation Video signal processing device for displaying information image on display part
JP2002108750A (en) * 2000-09-27 2002-04-12 Sharp Corp Information receiving device
JP2002116994A (en) * 2000-10-11 2002-04-19 Yafoo Japan Corp Electronic mail transmission method, electronic mail transmission/reception method and computer readable recording medium
JP2002290857A (en) * 2001-03-28 2002-10-04 Aiwa Co Ltd Reservation setting method and recording device with network connecting function
KR20020074818A (en) * 2001-03-22 2002-10-04 한국전자통신연구원 Method of Data Send/Receive for the Digital Data broadcasting based on the Internet Contents
EP1290890A2 (en) * 2000-06-09 2003-03-12 AT & T Corp. System and method for providing internet addresses corresponding to an electronic signal to a user
KR100379400B1 (en) * 2000-10-02 2003-04-10 엘지전자 주식회사 Method for using internet service of tv
US6631397B1 (en) 1999-04-14 2003-10-07 Canon Kabushiki Kaisha Information registration method, information management method, information registration apparatus, information management apparatus, and storage medium
JP2004509509A (en) * 2000-09-13 2004-03-25 ストラトス オーディオ インコーポレイテッド System and method for media content ordering and delivery
WO2004027627A1 (en) * 2002-09-18 2004-04-01 Matsushita Electric Industrial Co., Ltd. Information acquiring device and information providing device
KR100426090B1 (en) * 2001-12-18 2004-04-06 삼성전자주식회사 Apparatus and method for receiving digital broadcasting
US6747755B1 (en) 1999-04-14 2004-06-08 Canon Kabushiki Kaisha Code generation method, terminal apparatus, code processing method, issuing apparatus, and code issuing method
EP1176817A3 (en) * 2000-07-24 2004-08-18 Sony Corporation Television receiver, receiver and program execution method
EP1494479A1 (en) * 2003-07-02 2005-01-05 Nec Corporation Mobile terminal and method of obtaining web contents through the same
JP2005159569A (en) * 2003-11-21 2005-06-16 Ntt Advanced Technology Corp Information providing method by two-dimensional code
US6954615B2 (en) 2000-07-25 2005-10-11 Sony Corporation Display terminal
JP2005333405A (en) * 2004-05-19 2005-12-02 Dowango:Kk Information providing system, method and program
US6978296B2 (en) 2000-10-10 2005-12-20 Sony Corporation Method for registering a terminal with an internet service provider
US6992990B2 (en) 2000-07-17 2006-01-31 Sony Corporation Radio communication apparatus
US7020117B2 (en) 2000-09-19 2006-03-28 Sony Corporation Command processing method and radio communication apparatus
US7024164B2 (en) 2000-08-21 2006-04-04 Sony Corporation Radio communication apparatus
JP2006114972A (en) * 2004-10-12 2006-04-27 Tv Asahi Data Vision Corp Announce information program creating apparatus, method, program, and announce information program broadcast system
CN100352271C (en) * 2003-12-12 2007-11-28 索尼株式会社 Device and method for processing image
JP2009044658A (en) * 2007-08-10 2009-02-26 Fujitsu Ltd Keyword extraction method
US7512087B2 (en) 2000-10-04 2009-03-31 Sony Corporation Communication system, apparatus and methods employing multiple communication networks
JP2010039008A (en) * 2008-07-31 2010-02-18 Brother Ind Ltd Karaoke device, karaoke system and set top box
US7733295B2 (en) 2000-07-17 2010-06-08 Sony Corporation Bi-directional communication system, display apparatus, base apparatus and bi-directional communication method
WO2012093642A1 (en) * 2011-01-07 2012-07-12 ヤマハ株式会社 Information-providing system, portable terminal device, server, and program
US9148292B2 (en) 2003-03-21 2015-09-29 Stratosaudio, Inc. Broadcast response method and system
US9278283B2 (en) 2005-06-24 2016-03-08 At&T Intellectual Property I, L.P. Networked television and method thereof
US9294806B2 (en) 2008-02-05 2016-03-22 Stratosaudio, Inc. Systems, methods, and devices for scanning broadcasts
US9355405B2 (en) 2008-02-05 2016-05-31 Stratosaudio, Inc. System and method for advertisement transmission and display
US9549220B2 (en) 2007-12-14 2017-01-17 Stratosaudio, Inc. Systems and methods for scheduling interactive media and events
US10491680B2 (en) 2007-12-14 2019-11-26 Stratosaudio, Inc. Systems and methods for outputting updated media

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0689362A (en) * 1992-04-23 1994-03-29 Internatl Business Mach Corp <Ibm> Method and system for establishing communication by utilizing data, which can be visually recognized in broadcast video signal
JPH06326759A (en) * 1993-05-13 1994-11-25 Matsushita Electric Ind Co Ltd Telephone device with image recognizing function
JPH0927868A (en) * 1995-07-12 1997-01-28 Nec Corp Telephone number recognition call system
JPH10145687A (en) * 1996-11-12 1998-05-29 Sony Corp Network connector
JPH10174082A (en) * 1996-12-13 1998-06-26 Toshiba Corp Two-way tv broadcast system and file access method applied to the system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0689362A (en) * 1992-04-23 1994-03-29 Internatl Business Mach Corp <Ibm> Method and system for establishing communication by utilizing data, which can be visually recognized in broadcast video signal
JPH06326759A (en) * 1993-05-13 1994-11-25 Matsushita Electric Ind Co Ltd Telephone device with image recognizing function
JPH0927868A (en) * 1995-07-12 1997-01-28 Nec Corp Telephone number recognition call system
JPH10145687A (en) * 1996-11-12 1998-05-29 Sony Corp Network connector
JPH10174082A (en) * 1996-12-13 1998-06-26 Toshiba Corp Two-way tv broadcast system and file access method applied to the system

Cited By (67)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6747755B1 (en) 1999-04-14 2004-06-08 Canon Kabushiki Kaisha Code generation method, terminal apparatus, code processing method, issuing apparatus, and code issuing method
US6631397B1 (en) 1999-04-14 2003-10-07 Canon Kabushiki Kaisha Information registration method, information management method, information registration apparatus, information management apparatus, and storage medium
DE19956805C2 (en) * 1999-11-25 2002-01-10 Loewe Opta Gmbh Method for detecting address information in a television signal
DE19956805A1 (en) * 1999-11-25 2001-06-07 Loewe Opta Gmbh Method for detection of Internet address information from a television signal containing additional Internet related information data, in which the image is analyzed for alphanumeric characters that can then be converted to addresses
JP2001309349A (en) * 2000-04-26 2001-11-02 Sharp Corp Method for acquiring program related information, server, terminal device and method for acquiring preference information
JP2001320643A (en) * 2000-05-09 2001-11-16 Hitachi Software Eng Co Ltd Information management unit and method for broadcast signal with classification information
EP1290890A2 (en) * 2000-06-09 2003-03-12 AT & T Corp. System and method for providing internet addresses corresponding to an electronic signal to a user
US7733295B2 (en) 2000-07-17 2010-06-08 Sony Corporation Bi-directional communication system, display apparatus, base apparatus and bi-directional communication method
US6992990B2 (en) 2000-07-17 2006-01-31 Sony Corporation Radio communication apparatus
EP1176817A3 (en) * 2000-07-24 2004-08-18 Sony Corporation Television receiver, receiver and program execution method
WO2002009421A1 (en) * 2000-07-25 2002-01-31 Sony Corporation Video signal processing device for displaying information image on display part
US7167679B2 (en) 2000-07-25 2007-01-23 Sony Corporation Display terminal
US6954615B2 (en) 2000-07-25 2005-10-11 Sony Corporation Display terminal
JP4556301B2 (en) * 2000-07-25 2010-10-06 ソニー株式会社 Video signal processing device and video display device
US6876396B2 (en) * 2000-07-25 2005-04-05 Sony Corporation Video signal processing device for displaying information image on display part
JP2002044544A (en) * 2000-07-25 2002-02-08 Sony Corp Video signal processor and video display device
US7024164B2 (en) 2000-08-21 2006-04-04 Sony Corporation Radio communication apparatus
US11265095B2 (en) 2000-09-13 2022-03-01 Stratosaudio, Inc. Broadcast response system
JP2011239429A (en) * 2000-09-13 2011-11-24 Stratosaudio Inc System and method for purchase request and delivery of media content
US9325440B2 (en) 2000-09-13 2016-04-26 Stratosaudio, Inc. Broadcast response system
US9998245B2 (en) 2000-09-13 2018-06-12 Stratosaudio, Inc. Broadcast response system
JP2004509509A (en) * 2000-09-13 2004-03-25 ストラトス オーディオ インコーポレイテッド System and method for media content ordering and delivery
US10148376B1 (en) 2000-09-13 2018-12-04 Stratosaudio, Inc. Broadcast response system
US10498472B2 (en) 2000-09-13 2019-12-03 Stratosaudio, Inc. Broadcast response system
USRE40745E1 (en) 2000-09-19 2009-06-16 Sony Corporation Command processing method and radio communication apparatus
US7020117B2 (en) 2000-09-19 2006-03-28 Sony Corporation Command processing method and radio communication apparatus
JP2002108750A (en) * 2000-09-27 2002-04-12 Sharp Corp Information receiving device
KR100379400B1 (en) * 2000-10-02 2003-04-10 엘지전자 주식회사 Method for using internet service of tv
US7512087B2 (en) 2000-10-04 2009-03-31 Sony Corporation Communication system, apparatus and methods employing multiple communication networks
US6978296B2 (en) 2000-10-10 2005-12-20 Sony Corporation Method for registering a terminal with an internet service provider
JP2002116994A (en) * 2000-10-11 2002-04-19 Yafoo Japan Corp Electronic mail transmission method, electronic mail transmission/reception method and computer readable recording medium
KR20020074818A (en) * 2001-03-22 2002-10-04 한국전자통신연구원 Method of Data Send/Receive for the Digital Data broadcasting based on the Internet Contents
JP4649757B2 (en) * 2001-03-28 2011-03-16 ソニー株式会社 Reservation setting method and recording apparatus having network connection function
JP2002290857A (en) * 2001-03-28 2002-10-04 Aiwa Co Ltd Reservation setting method and recording device with network connecting function
KR100426090B1 (en) * 2001-12-18 2004-04-06 삼성전자주식회사 Apparatus and method for receiving digital broadcasting
CN100343836C (en) * 2002-09-18 2007-10-17 松下电器产业株式会社 Information acquiring device and information providing device
WO2004027627A1 (en) * 2002-09-18 2004-04-01 Matsushita Electric Industrial Co., Ltd. Information acquiring device and information providing device
US11706044B2 (en) 2003-03-21 2023-07-18 Stratosaudio, Inc. Broadcast response method and system
US11265184B2 (en) 2003-03-21 2022-03-01 Stratosaudio, Inc. Broadcast response method and system
US9148292B2 (en) 2003-03-21 2015-09-29 Stratosaudio, Inc. Broadcast response method and system
US10439837B2 (en) 2003-03-21 2019-10-08 Stratosaudio, Inc. Broadcast response method and system
US9800426B2 (en) 2003-03-21 2017-10-24 Stratosaudio, Inc. Broadcast response method and system
EP1494479A1 (en) * 2003-07-02 2005-01-05 Nec Corporation Mobile terminal and method of obtaining web contents through the same
JP2005159569A (en) * 2003-11-21 2005-06-16 Ntt Advanced Technology Corp Information providing method by two-dimensional code
CN100352271C (en) * 2003-12-12 2007-11-28 索尼株式会社 Device and method for processing image
JP2005333405A (en) * 2004-05-19 2005-12-02 Dowango:Kk Information providing system, method and program
JP4530795B2 (en) * 2004-10-12 2010-08-25 株式会社テレビ朝日データビジョン Notification information program production apparatus, method, program, and notification information program broadcast system
JP2006114972A (en) * 2004-10-12 2006-04-27 Tv Asahi Data Vision Corp Announce information program creating apparatus, method, program, and announce information program broadcast system
US9278283B2 (en) 2005-06-24 2016-03-08 At&T Intellectual Property I, L.P. Networked television and method thereof
JP2009044658A (en) * 2007-08-10 2009-02-26 Fujitsu Ltd Keyword extraction method
US10491680B2 (en) 2007-12-14 2019-11-26 Stratosaudio, Inc. Systems and methods for outputting updated media
US10524009B2 (en) 2007-12-14 2019-12-31 Stratosaudio, Inc. Systems and methods for scheduling interactive media and events
US11882335B2 (en) 2007-12-14 2024-01-23 Stratosaudio, Inc. Systems and methods for scheduling interactive media and events
US11778274B2 (en) 2007-12-14 2023-10-03 Stratosaudio, Inc. Systems and methods for scheduling interactive media and events
US11252238B2 (en) 2007-12-14 2022-02-15 Stratosaudio, Inc. Systems and methods for outputting updated media
US10979770B2 (en) 2007-12-14 2021-04-13 Stratosaudio, Inc. Systems and methods for scheduling interactive media and events
US9549220B2 (en) 2007-12-14 2017-01-17 Stratosaudio, Inc. Systems and methods for scheduling interactive media and events
US10469888B2 (en) 2008-02-05 2019-11-05 Stratosaudio, Inc. Systems, methods, and devices for scanning broadcasts
US9355405B2 (en) 2008-02-05 2016-05-31 Stratosaudio, Inc. System and method for advertisement transmission and display
US9953344B2 (en) 2008-02-05 2018-04-24 Stratosaudio, Inc. System and method for advertisement transmission and display
US9584843B2 (en) 2008-02-05 2017-02-28 Stratosaudio, Inc. Systems, methods, and devices for scanning broadcasts
US11257118B2 (en) 2008-02-05 2022-02-22 Stratosaudio, Inc. System and method for advertisement transmission and display
US9294806B2 (en) 2008-02-05 2016-03-22 Stratosaudio, Inc. Systems, methods, and devices for scanning broadcasts
US10423981B2 (en) 2008-02-05 2019-09-24 Stratosaudio, Inc. System and method for advertisement transmission and display
JP2010039008A (en) * 2008-07-31 2010-02-18 Brother Ind Ltd Karaoke device, karaoke system and set top box
WO2012093642A1 (en) * 2011-01-07 2012-07-12 ヤマハ株式会社 Information-providing system, portable terminal device, server, and program
US9721465B2 (en) 2011-01-07 2017-08-01 Yamaha Corporation Information-providing system, portable terminal device, server, and program

Similar Documents

Publication Publication Date Title
JPH10257401A (en) Internet television system and url information acquiring method
US6622306B1 (en) Internet television apparatus
US6430743B1 (en) Apparatus of storing URL transmitted via vertical blanking interval of television signal
US8102405B2 (en) TV screen text capture
EP0838945B1 (en) Video user&#39;s environment
US20010043233A1 (en) Agent display apparatus displaying personified agent for selectively executing process
US20020067428A1 (en) System and method for selecting symbols on a television display
US20060168285A1 (en) File upload using a browser
EP0893779B1 (en) Videoviewing device providing an automatic internet access
JPH11161661A (en) Information retrieval device
JPH1051751A (en) Broadcast receiver and access method
JPH11308539A (en) Broadcast receiver and recording medium
JP2010003025A (en) Terminal device and program
JPH114416A (en) Television receiver
JP3669627B2 (en) Database construction method and apparatus, database construction processing program to be executed by computer, and computer readable recording medium recording database construction processing program to be executed by computer
JPH10301944A (en) Www browser device
JPH11122589A (en) Video telephone system
JP2000059724A (en) Multimedia authoring method, its system and recording medium thereof
KR101307750B1 (en) Operating method of display unit for outputting web page related to broadcasting program and display unit enabling of the method
JP2001344251A (en) Method and device for contents retrieval, and recording medium with contents retrieval program recorded thereon
US20030137534A1 (en) Internet television and method for displaying text thereof
JP2000023058A (en) Display method and device of home page linked to program
JPH1027087A (en) Screen display method and television receiver with built-in internet receiver
KR100271194B1 (en) Internet information processing method for internet television
JP2000181596A (en) Information terminal for domestic use

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20020417