JP2004112459A - Image output system and image output device used therefor, image input device, and control method - Google Patents

Image output system and image output device used therefor, image input device, and control method Download PDF

Info

Publication number
JP2004112459A
JP2004112459A JP2002273418A JP2002273418A JP2004112459A JP 2004112459 A JP2004112459 A JP 2004112459A JP 2002273418 A JP2002273418 A JP 2002273418A JP 2002273418 A JP2002273418 A JP 2002273418A JP 2004112459 A JP2004112459 A JP 2004112459A
Authority
JP
Japan
Prior art keywords
image
output
image output
job
input device
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.)
Granted
Application number
JP2002273418A
Other languages
Japanese (ja)
Other versions
JP3988597B2 (en
Inventor
Kenji Sakuta
作田 健二
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson 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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2002273418A priority Critical patent/JP3988597B2/en
Publication of JP2004112459A publication Critical patent/JP2004112459A/en
Application granted granted Critical
Publication of JP3988597B2 publication Critical patent/JP3988597B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To make processing of an image input device easy, even when the image input device is connected to an image output device of a different output mode. <P>SOLUTION: A digital camera 30 is connected to an image output device 40 of a different image output mode to use the camera 30 as a USB (universal serial bus) device. The device 40 transmits a command asking a request at a very short time interval to the digital camera 30 by using an interrupt pipe. When a request for outputting an image is issued to the device 40, the digital camera 30 transmits a job disregarding the output mode of the device 40 as a response to the request. The device 40 interprets the received job and operates on the basis of its output mode. Since the same job is used regardless of the output mode of the device 40, the processing of the digital camera 30 can be made easy. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、画像出力システムおよびこれに用いられる画像入力装置、画像出力装置、制御方法に関し、詳しくは、画像を入力する画像入力装置と画像を異なる出力態様で画像を出力する複数の画像出力装置のいずれかとが所定の通信規格の通信インタフェースを介して接続されてなる画像出力システムおよびこれに用いられる画像入力装置、画像出力装置、制御方法に関する。
【0002】
【従来の技術】
従来より、汎用のコンピュータと周辺機器とを接続する通信インタフェースとしてUSB(Universal Serial Bus)が知られている。このUSBによりコンピュータと周辺機器とが接続されると、通常、コンピュータはホストとして機能して周辺機器を従属的に制御する。したがって、USBをサポートするコンピュータはホストとして機能するためのホストコントローラを装備することになる。USBの規格ではデバイスの機能毎にパーソナルコンピュータとのデータの送受信のフォーマットが定められており、デバイスクラスとして定義されている。このデバイスクラスとしては、ストレージクラスやHIDクラス、STIクラス、プリンタクラスなどがある。
【0003】
ところで、こうしたUSB接続を利用して、デジタルカメラとプリンタとを直接接続するものが提案されている(特許文献1参照)。この技術では、プリンタをホストとして機能させるためマスストレージクラスのデバイスドライバを持たせて、デジタルカメラをマスストレージクラスのデバイスとして制御するものとしており、プリンタに設けられた操作パネルによる操作によってデジタルカメラに記憶されている画像をコンピュータを経由することなく、プリンタで印刷できるようにしている。
【0004】
【特許文献1】
特開2001−290612号公報(図1)
【0005】
【発明が解決しようとする課題】
しかしながら、前述したように、USBの規格ではコンピュータにホストとしての機能をもたせて周辺機器と接続することを前提としているから、USBを用いてコンピュータ以外の機器同士を接続する場合には、いずれの機器をホストとして機能させるのが好ましいのかが問題となる。例えば、デジタルカメラとプリンタとをUSB接続してデジタルカメラに記録された画像をプリンタで直接プリントすることを考えると、操作性を考えるとデジタルカメラ単独でのプリント操作を可能とするためにデジタルカメラにホストとしての機能を持たせることが好ましい。しかし、携帯性を考えると、ホストからデバイスを制御するための大量のデバイスドライバを記憶するためのメモリ領域や大きな電流供給を必要とするホスト機能をデジタルカメラにもたせるのは好ましくない。こうしたホスト機能をいずれの機器にもたせるかについての問題は、USB接続に拘わらず、一方の機器が他方の機器を従属的に制御する通信形式であれば同様の問題として存在する。
【0006】
また、デジタルカメラとのUSB接続について考えれば、撮影した画像をコンピュータを経由することなく直接プロジェクタで表示できるようにデジタルカメラとプロジェクタとを直接接続する要請もあり、これについても同様にいずれの機器をホストにするのかが問題となる。
【0007】
さらに、上述したデジタルカメラの例のように接続可能な機器が異なる機能を有する場合、ホスト側の処理としては異なる処理となるが、携帯性が強く求められることから、デジタルカメラ側での処理はその多くを共通のものにするのが好ましい。
【0008】
本発明の画像出力システムは、こうした問題を解決し、画像入力装置を画像を異なる出力態様で出力する複数の画像出力装置に接続可能としつつ画像入力装置側の処理を簡易にすることを目的とする。
【0009】
【課題を解決するための手段およびその作用・効果】
本発明の画像出力システムおよび画像入力装置、画像出力装置、制御方法は、上述の目的を達成するために以下の手段を採った。
【0010】
本発明の画像出力システムは、
画像を入力して記憶する画像入力装置と、画像を異なる出力態様で出力する複数の画像出力装置のいずれかとが所定の通信規格の通信インタフェースを介して接続されてなる画像出力システムであって、
(a)前記画像入力装置は、
記憶された画像の中から選択された一または複数の画像と該画像に対して選択された出力条件とに基づいて前記接続されている画像出力装置の出力態様に拘わらない態様で画像の出力に関するジョブを生成するジョブ生成手段と、
該生成されたジョブを前記通信インタフェースを介して前記接続されている画像出力装置に送信するジョブ送信手段と、
を備え、
(b)前記接続されている画像出力装置は、
前記画像入力装置のジョブ送信手段により送信されたジョブを受信するジョブ受信手段と、
該受信したジョブを前記接続されている画像出力装置の出力態様に基づいて解釈するジョブ解釈手段と、
該解釈されたジョブに基づいて画像の出力を実行する画像出力実行手段と
を備えることを要旨とする。
【0011】
この本発明の画像出力システムでは、画像を入力して記憶する画像入力装置が、記憶された画像の中から選択された一または複数の画像と該画像に対して選択された出力条件とに基づいて接続されている画像出力装置の出力態様に拘わらない態様で画像の出力に関するジョブを生成し、生成したジョブを用いて所定の通信規格の通信インタフェースを介して接続されている画像出力装置に送信する。そして、出力態様が異なる複数の画像出力装置のうち画像入力装置に接続されている画像出力装置が、画像入力装置により送信されたジョブを受信し、受信したジョブを接続されている画像出力装置の出力態様に基づいて解釈し、解釈したジョブに基づいて画像を出力を実行する。これにより、画像入力装置は、出力態様が異なる複数の画像出力装置のうち接続されている画像出力装置に関係なく、画像を出力するための同一のジョブを送信するだけでよいから、画像入力装置の処理を簡素化することができる。
【0012】
こうした本発明の画像出力システムにおいて、前記複数の画像出力装置は、画像出力装置の一つとして画像を印刷する印刷装置を含み、前記接続されている画像出力装置が前記印刷装置であるときの前記ジョブ解釈手段は、前記受信したジョブの出力条件を画像を印刷する際の印刷条件として解釈する手段であるものとすることもできる。こうすれば、画像入力装置に接続されている画像出力装置が画像を印刷する印刷装置であるときには、その印刷装置は、接続されている画像出力装置の出力態様に拘わらない態様で生成され画像入力装置から送信されたジョブの出力条件を画像を印刷する際の印刷条件と解釈してその印刷条件で画像の印刷を実行することができる。
【0013】
また、本発明の画像出力システムにおいて、前記複数の画像出力装置は、画像出力装置の一つとして画像を表示する表示装置を含み、前記接続されている画像出力装置が前記表示装置であるときの前記ジョブ解釈手段は、前記受信したジョブの出力条件を画像を表示する際の表示条件として解釈する手段であるものとすることもできる。こうすれば、画像入力装置に接続されている画像出力装置が画像を表示する表示装置であるときには、その表示装置は、接続されている画像出力装置の出力態様に拘わらない態様で生成され画像入力装置から送信されたジョブの出力条件を画像を表示する際の表示条件と解釈してその表示条件で画像の表示を実行することができる。
【0014】
或いは、本発明の画像出力システムにおいて、前記複数の画像出力装置は、画像出力装置として少なくとも画像を印刷する印刷装置と画像を表示する表示装置とを含み、前記画像入力装置の出力条件選択手段は、前記出力条件として印刷条件を選択する手段であり、前記画像入力装置のジョブ生成手段は、前記接続されている画像出力装置に拘わらず前記選択された印刷条件に対応するジョブを生成する手段であり、前記接続されている画像出力装置が前記表示装置であるときの前記ジョブ解釈手段は、前記ジョブの印刷条件を画像を表示する際の表示条件と解釈する手段であるものとすることもできる。こうすれば、印刷装置に画像の印刷を指示するジョブにより表示装置に画像の表示を指示することができるから、画像入力装置の処理を簡素化することができる。
【0015】
また、本発明の画像出力システムにおいて、前記接続されている画像出力装置のジョブ解釈手段は、前記画像入力装置のジョブ送信手段により送信されたジョブの出力条件のうち前記画像出力装置の出力態様に対応する条件のみを該画像出力装置に対する出力条件として解釈する手段であるものとすることもできる。こうすれば、画像入力装置からの同一のジョブの送信に対しても接続されている画像出力装置は、自身のジョブとしてその出力条件を適正に解釈することができる。
【0016】
また、本発明の画像出力システムにおいて、前記所定の通信規格は、接続されている装置の一方が他方を従属的に制御する通信規格であり、前記画像入力装置は、前記所定の通信規格に従って従属的に制御される側の従属側通信手段と備え、前記画像出力装置は、前記所定の通信規格に従って従属的に制御する側の非従属側通信手段とを備えるものとすることもできる。画像入力装置と画像出力装置との通信は画像出力装置をホストとするから、汎用のコンピュータを経由することなく画像入力装置と画像出力装置とを直接接続することができると共に画像入力装置の小型化を図ることができる。この態様の本発明の画像出力システムにおいて、前記所定の通信規格の通信インタフェースは、USBインタフェースであるものとすることもできる。
【0017】
また、本発明の画像出力システムにおいて、前記画像入力装置は、撮像により画像を入力する撮像装置であるものとすることもできる。
【0018】
本発明の画像入力装置は、
画像を入力して記憶する画像入力装置と、画像を異なる出力態様で出力する複数の画像出力装置のいずれかとが所定の通信規格の通信インタフェースを介して接続されてなる画像出力システムにおける画像入力装置であって、
記憶された画像の中から選択された一または複数の画像と該画像に対して選択された出力条件とに基づいて前記接続されている画像出力装置の出力態様に拘わらない態様の画像の出力に関するジョブを生成するジョブ生成手段と、
該生成されたジョブを前記通信インタフェースを介して前記接続されている画像出力装置に対して送信するジョブ送信手段と
を備えることを要旨とする。
【0019】
この本発明の画像入力装置では、記憶された画像の中から選択された一または複数の画像と該画像に対して選択された出力条件とに基づいて接続されている画像出力装置の出力態様に拘わらない態様で画像の出力に関するジョブを生成し、生成されたジョブを通信インタフェースを介して接続されている画像出力装置に対して送信する。これにより、異なる出力態様の複数の画像出力装置のうちいずれの画像出力装置が接続されたときでも画像の出力に関する同一のジョブを送信するだけでよいから、画像入力装置の処理を簡素化することができる。
【0020】
本発明の画像出力装置は、
画像を入力して記憶する画像入力装置と、画像を異なる出力態様で出力する複数の画像出力装置のいずれかとが所定の通信規格の通信インタフェースを介して接続されてなる画像出力システムにおける画像出力装置であって、
前記画像入力装置に記憶された画像の中から選択された一または複数の画像と該画像に対して選択された出力条件とに基づいて接続されている画像出力装置の出力態様に拘わらない態様で生成され送信された画像の出力に関するジョブを前記通信インタフェースを介して受信するジョブ受信手段と、
該受信されたジョブを前記画像出力装置の出力態様に基づいて解釈するジョブ解釈手段と、
該解釈されたジョブに基づいて画像の出力を実行する画像出力実行手段と
を備えることを要旨とする。
【0021】
この本発明の画像出力装置では、画像入力装置に記憶された画像の中から選択された一または複数の画像とこの画像に対して選択された出力条件とに基づいて接続されている画像出力装置の出力態様に拘わらない態様で生成され送信された画像の出力に関するジョブを通信インタフェースを介して受信し、受信されたジョブを画像出力装置の出力態様に基づいて解釈し、解釈したジョブに基づいて画像を出力するよう制御する。これにより、異なる出力態様であっても同一の画像入力装置に接続でき、画像入力装置からの画像の出力に関するジョブを受けて自身の出力態様で画像を出力することができる。
【0022】
本発明の制御方法は、
画像を入力して記憶する画像入力装置と、画像を異なる出力態様で出力する複数の画像出力装置のいずれかとが所定の通信規格の通信インタフェースを介して接続されてなる画像出力システムにおける前記画像出力装置の画像の出力を制御する制御方法であって、
前記画像入力装置を、記憶された画像の中から選択された一または複数の画像と該画像に対して選択された出力条件とに基づいて前記接続されている画像出力装置の出力態様に拘わらない態様で画像の出力に関するジョブが生成され、生成されたジョブが前記通信インタフェースを介して前記接続されている画像出力装置に対して送信されるよう制御し、
前記接続されている画像出力装置を、前記画像入力装置により送信されたジョブが受信され、受信されたジョブが前記接続されている画像出力装置の出力態様に基づいて解釈され、解釈されたジョブに基づいて画像の出力が実行されるよう制御する
ことを要旨とする。
【0023】
この本発明の制御方法では、画像を入力して記憶する画像入力装置を、記憶された画像の中から選択された一または複数の画像とこの画像に対して選択された出力条件とに基づいて接続されている画像出力装置の出力態様に拘わらない態様で画像の出力に関するジョブが生成され、生成されたジョブが通信インタフェースを介して接続されている画像出力装置に送信されるよう制御する。そして、出力態様が異なる複数の画像出力装置のうち画像入力装置に接続されている画像出力装置を、画像入力装置により送信されたジョブが受信され、受信されたジョブが接続されている画像出力装置の出力態様に基づいて解釈され、解釈されたジョブに基づいて画像の出力が実行されるよう制御する。これにより、画像入力装置は、出力態様が異なる複数の画像出力装置のうち接続されている画像出力装置に関係なく、画像を出力するための同一のコマンドを送信するだけでよいから、画像入力装置の処理を簡素化することができる。
【0024】
【発明の実施の形態】
次に、本発明の実施の形態を実施例を用いて説明する。図1は、本発明の一実施例である画像出力システム20の構成の概略を示す構成図である。図示するように、実施例の画像出力システム20は、画像入力装置としてのデジタルカメラ30と画像出力装置40とがUSB通信インタフェースケーブル50により接続されて構成されている。
【0025】
デジタルカメラ30は、図示しないシャッターボタンをはじめとする各種操作ボタンからの入力を受けて各部をコントロールするカメラコントローラ31を中心として構成されており、被写体を表示すると共に各種操作に必要な表示を行なうカラー液晶表示パネル32と、被写体を撮影して電気信号に変換する撮影装置33と、撮影装置33からの電気信号に基づいてカメラコントローラ31により作成された画像ファイルを記憶するメモリ34と、USBホストと通信するためのUSB規格におけるマスストレージクラスのUSBデバイスコントローラ35とを備える。
【0026】
画像出力装置40は、各部をコントロールする画像出力コントローラ41を中心に構成されており、画像を出力する画像出力部42と、USBデバイスと通信するためのUSBホストコントローラ45とを備える。画像出力装置40としては、例えばプリンタなどの印刷装置やプロジェクタなどの表示装置として構成することができる。画像出力装置40を印刷装置として構成した場合には、図2の印刷装置40aに例示するように、画像出力コントローラ41は画像を印刷するための印刷コントローラ41aとして構成され、画像出力部42は画像を印刷する際に印刷装置に組み込まれる印刷エンジンや印刷ヘッドなどの印刷を実行する印刷出力部42aとして構成される。また、画像出力装置40を表示装置として構成した場合には、図3の表示装置40bに例示するように、画像出力コントローラ41は画像を表示出力するための画像表示コントローラ41bとして構成され、画像出力部42は画像を表示出力するための画像表示部42bとして構成される。
【0027】
次に、実施例の画像出力システム20における通信、即ちデジタルカメラ30と画像出力装置40とによる通信について説明する。実施例のデジタルカメラ30と画像出力装置40とによる通信は、USBデバイスコントローラ35とUSBホストコントローラ45とを用いて行なわれる。USBデバイスコントローラ35とUSBホストコントローラ45との通信は、図4に例すように、各種コマンドの伝送に用いられるコントロールパイプ51と、画像ファイルなどのデータの伝送に用いられるバルクパイプ52と、インタラプトパイプ53の3つの論理的なパイプ(通信チャネル)を用いて行なわれる。これらのパイプのうちインタラプトパイプ53は、USB規格ではマスストレージクラスにおける通信に関しては何ら規定されていない。実施例の画像出力システム20では、このインタラプトパイプ53を用いることにより、画像出力装置40がUSBホストであるにも拘わらず、デジタルカメラ30の操作によって画像出力装置40を動作させるのである。
【0028】
具体的には、まず、画像出力装置40からインタラプトパイプ53を用いて人の操作に要する時間に対して極めて短い時間毎(例えば1msec毎)にデジタルカメラ30側のリクエストを問い合わせるコマンド(実施例では、インターラプトインコマンド[Interrupt In コマンド])をデジタルカメラ30側に送信させ、デジタルカメラ30から、このインターラプトインコマンドを受ける毎に、何らの要求もない場合には何も要求がないことを意味する「NAK」を応答として送信させ、何らかの要求がある場合にはその要求に対応した制御コマンドを応答として送信させる。そして、画像出力装置40がインターラプトインコマンドの応答としてデジタルカメラ30から制御コマンドを受信したときには、画像出力装置40の画像出力コントローラ41でその制御コマンドを解析し、制御コマンドに対応する動作を実行するのである。
【0029】
例えば、操作者がデジタルカメラ30のカラー液晶表示パネル32などを用いて画像出力装置40で画像を出力させる場合には、次のように動作する。まず、操作者がデジタルカメラ30のカラー液晶表示パネル32を用いて画像出力装置40で出力する画像を選択すると共に選択した画像の出力条件を選択して指示すると、デジタルカメラ30のカメラコントローラ31は、選択された画像と選択された出力条件とに基づいて画像の出力に対応する制御コマンドを設定すると共に設定した制御コマンドをインターラプトインコマンドの応答として画像出力装置40に送信する。画像出力装置40では、この制御コマンドの解析の結果としての動作、即ち、デジタルカメラ30から選択された画像のファイル名などの情報と選択された出力条件の情報とを取得し、ストレージクラスとしてUSB接続されているデジタルカメラ30のメモリ34から選択された画像を読み込み、取得した出力条件に基づいて出力する。このとき、画像出力装置40が印刷装置40aであれば、読み込んだ画像を取得した出力条件で印刷出力することになり、画像出力装置40が表示装置40bであれば、読み込んだ画像を取得した出力条件で表示出力することになる。また、操作者がデジタルカメラ30のカラー液晶表示パネル32などを用いて画像出力装置40の状態を表示させる場合には次のように動作する。まず、画像出力装置40の状態の表示を指示することにより、カメラコントローラ31によって設定された画像出力装置40の状態の表示に対応する制御コマンドをインターラプトインコマンドの応答として画像出力装置40に送信する。画像出力装置40では、この制御コマンドの解析の結果としての動作、即ち画像出力装置40の状態情報(例えば、「画像の出力中」や「出力準備完了」などの状態に関する情報)をデジタルカメラ30に送信する動作を実行する。そして、デジタルカメラ30のカメラコントローラ31は、画像出力装置40から受信した状態情報をカラー液晶表示パネル32に表示する。
【0030】
次に、こうしたデジタルカメラ30と画像出力装置40との通信の様子について更に詳細に説明する。図5はデジタルカメラ30と画像出力装置40との間にUSBによる通信接続が確立される際の通信手順の一例を示すシーケンス図である。デジタルカメラ30と画像出力装置40とが電源が投入されている状態でUSB通信インタフェースケーブル50により接続されたり、デジタルカメラ30と画像出力装置40とがUSB通信インタフェースケーブル50により接続された状態で電源が投入されると、図5に例示したシーケンスに示すように、まず、USBの通信接続を確立し、画像出力装置40のUSBホストコントローラ45は、デジタルカメラ30のUSBデバイスコントローラ35からUSBデバイスとしての構成を記述したデバイスディスクリプタを取得する(S100)。このデバイスディスクリプタには、デジタルカメラ30がマスストレージクラスのデバイスであることやデジタルカメラ30が使用するUSBのエンドポイントを列挙したストリングディスクリプタなどを含むインタフェースディスクリプタが含まれている。実施例では、エンドポイントを列挙したストリングディスクリプタには、追加のエンドポイントとして「Interruput In」エンドポイントが記述されている。この結果、実施例における画像出力装置40のUSBホストコントローラ45は、インタフェースディスクリプタおよびストリングディスクリプタから、デジタルカメラ30がマスストレージクラスのデバイスであって、インターラプトインコマンド(USBデバイス側のリクエストを問い合わせるコマンド)を使用するデバイスであることを認識することができる。なお、デジタルカメラ30を通常のコンピュータのUSBポートに接続したときには、同様にデバイスディスクリプタがコンピュータに送られるが、コンピュータに組み込まれたUSBホストコントローラは追加の「Interruput In」エンドポイントを無視するから、デジタルカメラ30はコンピュータに対して通常のマスストレージクラスのデバイスとして動作することになる。
【0031】
こうしてデジタルカメラ30と画像出力装置40との間にUSBの通信接続が確立すると、画像出力装置40は、極めて短時間の時間間隔(例えば、1msec間隔)でインターラプトインコマンドをインタラプトパイプ53を用いてデジタルカメラ30へ送信する処理を開始すると共に(S102やS108)、通信接続が確立されてから所定の時間内にプロトコルを確認するための「Confirmation」コマンドを送信する(S106)。このコマンドの送信により、画像出力装置40がインターラプトインコマンドを使用するタイプの通信プロトコルを用いることやプロトコルバージョンなどを通知する。
【0032】
デジタルカメラ30では、インターラプトインコマンドを受信する毎にその時点で何らかの制御コマンドが発生していないかを調べ、何らの制御コマンドも発生していないときには要求なしを意味する「NAK」を、何らかの制御コマンドが発生しているときには発生している制御コマンドを、インターラプトインコマンドの応答としてコントロールパイプ51を用いて画像出力装置40に送信する。図5の例では、S108のインターラプトインコマンドに対してデジタルカメラ30で画像出力装置40の状態を取得するためのリクエストとしての制御コマンドである「StatusReq」がその応答としてデジタルカメラ30から画像出力装置40に送信される(S110)。画像出力装置40は、この制御コマンドに対して装置の状態を調べ、装置が出力要求を受け付け可能な状態であるときには、装置の状態の送信の通知を知らせるコマンドである「SEND_STATUS」をコントロールパイプ51を用いてデジタルカメラ30に送信すると共に(S112)、装置が出力要求を受け付け可能な状態であるコードである「OUTPUT_OK」をバルクパイプ52を用いてデジタルカメラ30のメモリ34内の所定領域に書き込む(S114)。デジタルカメラ30では、こうして得られた画像出力装置40の状態(画像の出力要求を受け付け可能な状態)をカラー液晶表示パネル32に表示するのである。
【0033】
図6はデジタルカメラ30から画像の出力要求がなされて画像出力装置40で画像の出力が実行される際の通信手順の一例を示すシーケンス図である。このシーケンスは、操作者がデジタルカメラ30のカラー液晶表示パネル32を用いて画像を選択すると共に選択した画像の出力条件を設定し、画像出力を指示する「決定」などを操作することにより行なわれる。なお、画像の出力条件は、例えば、デジタルカメラ30に接続された画像出力装置40が印刷装置40aであるときには画像の印刷枚数や紙種、用紙サイズ、レイアウト、日付印刷、印刷品質などの出力条件を意味し、デジタルカメラ30に接続された画像出力装置40が表示装置40bであるときには画像の表示時間や日付表示、表示解像度、ズーム倍率などの出力条件を意味する。この出力条件の設定は、上記各条件の一部のみをデジタルカメラ30側で設定可能とし、残りの条件設定は、画像表示装置40側で設定するものとしても構わない。デジタルカメラ30では、「決定」などの操作によりカメラコントローラ31の処理により画像の出力要求が発生したことを通知するためのリクエストである制御コマンドの「OutputReq」が発生する。この制御コマンドは、画像出力装置40から送信されるインターラプトインコマンド(S200)の応答としてコントロールパイプ51を用いてデジタルカメラ30から画像出力装置40に送信される(S202)。画像出力装置40は、受信した「OutputReq」コマンドに対応して画像出力要求を取得するためのコマンドである「GET_OUTPUTREQ」をコントロールパイプ51を用いてデジタルカメラ30に送信すると共に(S204)、デジタルカメラ30のメモリ34に格納されている操作者により選択された画像データや設定された出力条件などの出力ジョブをバルクパイプ52を介して読み出す(S206)。
【0034】
図7は、画像出力装置40が印刷装置40aであるときに読み出された出力ジョブを解釈する際のテーブルの一例を示す図であり、図8は、画像出力装置40が表示装置40bであるときに読み出された出力ジョブを解釈する際のテーブルの一例を示す図である。図7および図8に示すように、出力ジョブのパラメータは、接続された画像出力装置40が印刷装置40aであるときも表示装置40bであるときも同一のパラメータが用いられており、そのパラメータに対する解釈が画像出力装置40が印刷装置40aであるときと表示装置40bであるときとで異なるようになっている。例えば、図7および図8に示すように、オフセット「0」で値「0002h」のパラメータは、印刷装置40aにとっては画像(画像ファイル指定で指定された画像)の印刷枚数が2枚であると解釈するが、表示装置40bにとっては画像の表示時間が2秒であると解釈するのである。このように、画像出力装置40は、デジタルカメラ30から受信した出力ジョブのパラメータをその出力態様に基づいて解釈するから、デジタルカメラ30にUSB接続された画像出力装置40の種類を問わず、画像出力装置40に画像を出力させるために送信する出力ジョブのパラメータを同一のものとすることができる。なお、印刷装置40aや表示装置40bに特有の動作(印刷装置40aにおける紙種や表示装置40bにおけるズーム倍率など)については、それぞれ特有のパラメータが割り当てられており、そのパラメータに対応している画像出力装置40はパラメータを解釈して画像の出力動作を行なうが、対応していない画像出力装置40についてはそのパラメータは無視されることになる。
【0035】
こうして出力要求を受け入れた後に画像出力装置40から送信されるインターラプトインコマンドに対して(S208)、デジタルカメラ30から装置の状態を取得するためのリクエストの制御コマンドである「StatusReq」がその応答として送信されると、画像出力装置40は、装置の状態の送信の通知を知らせるコマンドである「SEND_STATUS」をコントロールパイプ51を用いてデジタルカメラ30に送信すると共に(S212)、コマンドが正常に受け付けられたことを示すコードである「CMDACPT」をコントロールパイプ51を用いてデジタルカメラ30に送信する(S214)。なお、図中のコード「CMDACPT」の直後の「id01」は、出力ジョブをデジタルカメラ30側で識別するためのid番号である。以下、他のコードの直後の「id01」についても同様である。
【0036】
デジタルカメラ30では、画像の出力要求が受け付けられると、画像の出力が終了するまでインターラプトインコマンドに対応する制御コマンドとして「StatusReq」を画像出力装置40に送信し続ける(S218,S232)。画像出力装置40では、この「StatusReq」コマンドに対して「SEND_STATUS」コマンドをデジタルカメラ30に送信すると共に(S220)、画像出力中の状態を示すコードである「OUTPUT」をコントロールパイプ51を用いてデジタルカメラ30に送信する(S222)。画像出力装置40では、画像の出力が完了すると、その直後のインターラプトインコマンドに対応してデジタルカメラ30から送信される「StatusReq」コマンドに対して(S232)、「SEND_STATUS」コマンドをデジタルカメラ30に送信すると共に(S234)、画像出力の完了を示すコードである「COMP」をコントロールパイプ51を用いてデジタルカメラ30に送信して(S236)、デジタルカメラ30に画像出力の完了を通知する。デジタルカメラ30では、この画像出力の完了をカラー液晶表示パネル32などに表示して操作者に画像出力の完了を知らせる。
【0037】
デジタルカメラ30と画像出力装置40との通信の際に用いられるコマンドやコードの一例を図9に示す。図10は画像出力装置40を印刷装置40aとしたときに印刷コントローラ41aが図9に示すコマンドやコードを画像を印刷出力するものとして解釈する際に用いるテーブルの一例を説明する説明図であり、図11は画像出力装置40を表示装置40bとしたときに画像表示コントローラ41bが図9に示すコマンドやコードを画像を表示出力するものとして解釈する際に用いるテーブルの一例を説明する説明図である。図10および図11に示すように、画像出力装置40は、デジタルカメラ30から送信されるコマンドやコードをその出力形態(印刷出力や表示出力など)に基づいて解釈して装置の状態の送信や画像の出力などの動作を実行するから、デジタルカメラ30にUSB接続する画像出力装置40の種類に伴ってデジタルカメラ30から画像出力装置40を動作させるために送信するコマンドの種類を変更する必要がない。即ち、デジタルカメラ30とUSB接続する画像出力装置40に拘わらず、デジタルカメラ30からは同一のコマンドやコードを送信して画像出力装置40を動作させることができるのである。
【0038】
以上説明した実施例の画像出力システム20によれば、画像出力装置40の画像出力コントローラ41でデジタルカメラ30から送信される画像の出力に関する出力ジョブをその出力態様に基づいて解釈するようにしたことにより、デジタルカメラ30から出力態様の異なる印刷装置40aや表示装置40bなどの画像出力装置40から画像を出力させるためのジョブのパラメータを同一のものとすることができる。この結果、デジタルカメラ30で発生させるパラメータの種類を少なくすることができ、デジタルカメラ30における処理を簡易なものとすることができる。しかも、画像出力装置40をUSBホストとすると共にデジタルカメラ30をUSBデバイスとするから、デジタルカメラ30に搭載するハード構成を簡易なものとすることができる。さらに、デジタルカメラ30をUSB規格のマスストレージクラスを用い、画像出力装置40とのUSB接続の際にだけインターラプトインコマンドを用いて処理を行なうものとしたから、デジタルカメラ30を通常のマスストレージクラスのUSBデバイスとしてコンピュータに接続することができる。
【0039】
ここで、実施例の画像出力システム20では、デジタルカメラ30が画像を入力して記憶可能な画像入力装置に相当し、印刷装置40aや表示装置40bなどの画像出力装置40が画像を異なる出力態様で出力可能な複数の画像出力装置に相当し、USBインタフェースが接続された装置の一方が他方を従属的に制御する所定の通信規格の通信インタフェースに相当する。また、デジタルカメラ30のUSBデバイスコントローラ35が所定の通信規格における従属的に制御される側の従属側通信手段に相当し、カメラコントローラ31が操作者の操作に基づいて選択された画像やこの画像に対して選択された出力条件に基づいて接続されている画像出力装置40に拘わらない態様で画像の出力に関するジョブを生成するジョブ生成手段と生成されたジョブを所定の通信規格の通信インタフェースを介して画像出力装置40に送信するジョブ送信手段とに相当する。さらに、画像出力装置40のUSBホストコントローラ45が所定の通信規格における従属的に制御する側の非従属側通信手段に相当し、画像出力コントローラ41が非従属側通信手段を介して画像入力装置からジョブを受信するジョブ受信手段と受信したジョブをその出力形態に基づいて解釈するジョブ解釈手段と解釈したジョブに基づいて画像の出力を実行する画像出力実行手段とに相当する。
【0040】
実施例の画像出力システム20では、デジタルカメラ30から画像出力装置40に画像の出力を要求するジョブのパラメータを出力形態にとらわれないよう画像出力装置40に対応したものとしたが、こうしたパラメータを印刷装置40aに対応したものとし、印刷出力を表示出力として解釈するよう表示装置40bの画像表示コントローラ41bでジョブに対する処理をおこなうものとしてもよい。こうすれば、デジタルカメラ30と印刷装置40aとのUSB接続に用いるジョブのパラメータをデジタルカメラ30と他の出力形態の画像出力装置とのUSB接続にそのまま用いることができる。この結果、開発に要する時間を短縮することができる。
【0041】
実施例の画像出力システム20では、接続された装置の一方が他方を従属的に制御する所定の通信規格としてUSBを用いたが、画像出力装置40がデジタルカメラ30を従属的に制御す通信規格であれば如何なる通信規格でも用いることができる。
【0042】
実施例の画像出力システム20では、出力形態の異なる画像出力装置40として印刷装置40aや表示装置40bを一例として挙げて説明したが、画像の何らかの出力が可能な装置であれば、これらの装置に限定されることなく、如何なる装置に適用するものとしてもよい。
【0043】
実施例の画像出力システム20では、画像入力装置としてデジタルカメラ30を一例として挙げて説明したが、画像を入力して複数記憶可能な装置であれば、如何なる装置であっても構わない。但し、画像入力装置として携帯可能のものを用いるときには本システムは特に有効なものとなる。
【0044】
実施例では、本発明を画像出力システム20として説明したが、システムの形態に限られるものではなく、画像出力システム20に用いるデジタルカメラ30などの画像入力装置の形態としたり、画像出力システム20に用いる画像出力装置40の形態としてもよい。また、画像出力システム20を構成するデジタルカメラ30や画像出力装置40を制御する制御方法の形態としてよい。
【0045】
以上、本発明の実施の形態について実施例を用いて説明したが、本発明はこうした実施例に何等限定されるものではなく、本発明の要旨を逸脱しない範囲内において、種々なる形態で実施し得ることは勿論である。
【図面の簡単な説明】
【図1】実施例の画像出力システム20の構成の概略を示す構成図。
【図2】印刷装置40aの構成の概略を示す構成図。
【図3】表示装置40bの構成の概略を示す構成図。
【図4】コマンド伝送等に使用する論理的なパイプを例示する説明図。
【図5】通信接続が確立される際の通信手順の一例を示すシーケンス図。
【図6】画像出力の実行の際の通信手順の一例を示すシーケンス図。
【図7】印刷装置40aによるジョブの解釈を例示する図。
【図8】表示装置40bによるジョブの解釈を例示する図。
【図9】通信に用いられるコマンド等の一例を示す説明図。
【図10】コマンド等の印刷装置40aによる解釈を例示する説明図。
【図11】コマンド等の表示装置40bによる解釈を例示する説明図。
【符号の説明】
20 画像出力システム、30 デジタルカメラ、31 カメラコントローラ、32 カラー液晶表示パネル、33 撮影装置、34 メモリ、35 USBデバイスコントローラ、40 画像出力装置、40a 印刷装置、40b 表示装置、41 画像出力コントローラ、41a 印刷コントローラ、41b 画像表示コントローラ、42 画像出力部、42a 印刷出力部、42b 画像表示部、45 USBホストコントローラ、50 USB通信インタフェースケーブル、51 コントロールパイプ、52 バルクパイプ、53 インタラプトパイプ。
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an image output system, an image input device used therefor, an image output device, and a control method, and more particularly, to an image input device that inputs an image and a plurality of image output devices that output images in different output modes. The present invention relates to an image output system in which any one of the above is connected via a communication interface of a predetermined communication standard, an image input device, an image output device, and a control method used for the system.
[0002]
[Prior art]
Conventionally, a USB (Universal Serial Bus) has been known as a communication interface for connecting a general-purpose computer and a peripheral device. When the computer and the peripheral device are connected by the USB, the computer normally functions as a host and controls the peripheral device subordinately. Therefore, a computer supporting USB is equipped with a host controller for functioning as a host. In the USB standard, a format for transmitting and receiving data to and from a personal computer is defined for each device function, and is defined as a device class. The device class includes a storage class, an HID class, an STI class, a printer class, and the like.
[0003]
By the way, there has been proposed a digital camera and a printer which are directly connected by using such a USB connection (see Patent Document 1). In this technology, a mass storage class device driver is provided to make the printer function as a host, and the digital camera is controlled as a mass storage class device. The digital camera is operated by an operation panel provided in the printer. The stored image can be printed by a printer without passing through a computer.
[0004]
[Patent Document 1]
JP 2001-290612 A (FIG. 1)
[0005]
[Problems to be solved by the invention]
However, as described above, the USB standard presupposes that a computer has a host function and is connected to peripheral devices. Therefore, when devices other than a computer are connected to each other using a USB, The question is whether it is preferable for the device to function as a host. For example, considering that a digital camera and a printer are connected by USB and an image recorded in the digital camera is directly printed by the printer, the operability is considered. Preferably has a function as a host. However, in consideration of portability, it is not preferable to provide a digital camera with a memory area for storing a large amount of device drivers for controlling the device from the host and a host function requiring a large current supply. Such a problem as to which device has the host function exists as a similar problem as long as one device independently controls the other device regardless of the USB connection.
[0006]
Also, when considering the USB connection with a digital camera, there is also a demand for directly connecting the digital camera and the projector so that a captured image can be directly displayed on the projector without going through a computer. It becomes a problem whether to use the host.
[0007]
Further, when the connectable devices have different functions as in the case of the digital camera described above, the processing on the host side is different, but the processing on the digital camera side is strongly required because portability is strongly required. It is preferable to make many of them common.
[0008]
The image output system of the present invention solves such a problem, and aims to simplify the processing on the image input device side while enabling the image input device to be connected to a plurality of image output devices that output images in different output modes. I do.
[0009]
[Means for Solving the Problems and Their Functions and Effects]
The image output system, the image input device, the image output device, and the control method of the present invention employ the following means in order to achieve the above object.
[0010]
The image output system of the present invention includes:
An image output system in which an image input device that inputs and stores an image and one of a plurality of image output devices that output an image in different output modes are connected via a communication interface of a predetermined communication standard,
(A) The image input device comprises:
Based on one or more images selected from the stored images and the output conditions selected for the images, the output of the images is performed regardless of the output mode of the connected image output device. Job generating means for generating a job,
Job transmission means for transmitting the generated job to the connected image output device via the communication interface,
With
(B) the connected image output device is:
Job receiving means for receiving a job transmitted by the job transmitting means of the image input device,
Job interpreting means for interpreting the received job based on an output mode of the connected image output device;
An image output execution unit that outputs an image based on the interpreted job is provided.
[0011]
In the image output system of the present invention, the image input device that inputs and stores an image is based on one or more images selected from the stored images and an output condition selected for the image. A job related to image output is generated in a mode irrespective of the output mode of the connected image output apparatus, and the generated job is transmitted to the connected image output apparatus via a communication interface of a predetermined communication standard using the generated job. I do. The image output device connected to the image input device among the plurality of image output devices having different output modes receives the job transmitted by the image input device, and outputs the received job to the connected image output device. The job is interpreted based on the output mode, and an image is output based on the interpreted job. Accordingly, the image input device need only transmit the same job for outputting an image regardless of the connected image output device among the plurality of image output devices having different output modes. Can be simplified.
[0012]
In such an image output system of the present invention, the plurality of image output devices include a printing device that prints an image as one of the image output devices, and wherein the connected image output device is the printing device. The job interpreting means may be means for interpreting the output conditions of the received job as printing conditions for printing an image. With this configuration, when the image output device connected to the image input device is a printing device that prints an image, the printing device is generated in a mode irrespective of the output mode of the connected image output device, and the image input device is configured to output the image. The output condition of the job transmitted from the apparatus can be interpreted as the print condition for printing the image, and the image can be printed under the print condition.
[0013]
Further, in the image output system of the present invention, the plurality of image output devices include a display device that displays an image as one of the image output devices, and when the connected image output device is the display device. The job interpreting means may be means for interpreting the output condition of the received job as a display condition for displaying an image. With this configuration, when the image output device connected to the image input device is a display device that displays an image, the display device is generated in a mode irrespective of the output mode of the connected image output device, The output condition of the job transmitted from the apparatus is interpreted as a display condition for displaying an image, and the image can be displayed based on the display condition.
[0014]
Alternatively, in the image output system of the present invention, the plurality of image output devices include at least a printing device that prints an image and a display device that displays an image as the image output device, and the output condition selection unit of the image input device includes: A print condition as the output condition, wherein the job generating means of the image input device generates a job corresponding to the selected print condition regardless of the connected image output device. The job interpreting means when the connected image output device is the display device may be means for interpreting print conditions of the job as display conditions for displaying an image. . With this configuration, it is possible to instruct the display device to display the image by the job for instructing the printing device to print the image, so that the processing of the image input device can be simplified.
[0015]
Further, in the image output system of the present invention, the job interpreting means of the connected image output device may include a job output condition of the image output device among job output conditions transmitted by a job transmission unit of the image input device. It is also possible to use means for interpreting only the corresponding conditions as output conditions for the image output device. In this way, the image output apparatus connected to the transmission of the same job from the image input apparatus can properly interpret the output conditions as its own job.
[0016]
In the image output system of the present invention, the predetermined communication standard is a communication standard in which one of the connected devices controls the other in a dependent manner, and the image input device is controlled in accordance with the predetermined communication standard. The image output device may further include a non-dependent communication unit that is controlled in accordance with the predetermined communication standard. Since the communication between the image input device and the image output device is performed using the image output device as a host, the image input device and the image output device can be directly connected without passing through a general-purpose computer, and the size of the image input device can be reduced. Can be achieved. In the image output system according to the aspect of the present invention, the communication interface of the predetermined communication standard may be a USB interface.
[0017]
In the image output system according to the present invention, the image input device may be an image pickup device that inputs an image by image pickup.
[0018]
The image input device of the present invention includes:
An image input device in an image output system in which an image input device for inputting and storing an image and one of a plurality of image output devices for outputting an image in different output modes are connected via a communication interface of a predetermined communication standard And
The output of an image in a mode irrespective of the output mode of the connected image output device based on one or more images selected from the stored images and an output condition selected for the image. Job generating means for generating a job,
A job transmitting unit that transmits the generated job to the connected image output apparatus via the communication interface.
[0019]
In the image input device of the present invention, the output mode of the image output device connected based on one or more images selected from the stored images and the output condition selected for the images is A job related to image output is generated in any manner, and the generated job is transmitted to a connected image output device via a communication interface. This simplifies the processing of the image input device because it is only necessary to transmit the same job related to image output even when any one of a plurality of image output devices having different output modes is connected. Can be.
[0020]
The image output device of the present invention includes:
Image output device in an image output system in which an image input device that inputs and stores an image and any one of a plurality of image output devices that output an image in different output modes are connected via a communication interface of a predetermined communication standard And
In a mode irrespective of the output mode of the image output device connected based on one or more images selected from the images stored in the image input device and the output condition selected for the image. Job receiving means for receiving a job related to the output of the generated and transmitted image via the communication interface,
Job interpreting means for interpreting the received job based on an output mode of the image output device;
An image output execution unit that outputs an image based on the interpreted job is provided.
[0021]
In the image output device of the present invention, the image output device connected based on one or more images selected from the images stored in the image input device and the output condition selected for the image Receiving, via a communication interface, a job related to the output of an image generated and transmitted in a mode irrespective of the output mode of the image output apparatus, interpreting the received job based on the output mode of the image output device, and based on the interpreted job. Control to output an image. Thus, the same image input device can be connected even in different output modes, and an image can be output in its own output mode upon receiving a job related to image output from the image input device.
[0022]
The control method of the present invention includes:
The image output in the image output system, wherein an image input device for inputting and storing an image and any one of a plurality of image output devices for outputting the image in different output modes are connected via a communication interface of a predetermined communication standard. A control method for controlling output of an image of a device,
The image input device is independent of an output mode of the connected image output device based on one or more images selected from stored images and an output condition selected for the image. A job related to image output is generated in an aspect, and the generated job is controlled to be transmitted to the connected image output device via the communication interface,
The connected image output device, the job transmitted by the image input device is received, the received job is interpreted based on the output mode of the connected image output device, the interpreted job The gist is to perform control so that image output is performed based on the image data.
[0023]
According to the control method of the present invention, an image input device that inputs and stores an image is determined based on one or more images selected from the stored images and an output condition selected for the image. A job related to image output is generated in a mode irrespective of the output mode of the connected image output device, and control is performed so that the generated job is transmitted to the connected image output device via the communication interface. The image output device connected to the image input device among the plurality of image output devices having different output modes is connected to the image output device to which the job transmitted by the image input device is received and the received job is connected. Is controlled based on the interpreted job, and the output of the image is executed based on the interpreted job. Thus, the image input device need only transmit the same command for outputting an image regardless of the connected image output device among the plurality of image output devices having different output modes. Can be simplified.
[0024]
BEST MODE FOR CARRYING OUT THE INVENTION
Next, embodiments of the present invention will be described using examples. FIG. 1 is a configuration diagram schematically showing a configuration of an image output system 20 according to one embodiment of the present invention. As shown in the figure, the image output system 20 of the embodiment is configured by connecting a digital camera 30 as an image input device and an image output device 40 by a USB communication interface cable 50.
[0025]
The digital camera 30 is mainly configured by a camera controller 31 that controls each unit in response to an input from various operation buttons such as a shutter button (not shown), and displays a subject and displays necessary for various operations. A color liquid crystal display panel 32, a photographing device 33 for photographing a subject and converting it into an electric signal, a memory 34 for storing an image file created by the camera controller 31 based on the electric signal from the photographing device 33, and a USB host And a USB device controller 35 of the mass storage class in the USB standard for communicating with the USB device controller 35.
[0026]
The image output device 40 mainly includes an image output controller 41 that controls each unit, and includes an image output unit 42 that outputs an image and a USB host controller 45 that communicates with a USB device. The image output device 40 can be configured as, for example, a printing device such as a printer or a display device such as a projector. When the image output device 40 is configured as a printing device, as illustrated in the printing device 40a of FIG. 2, the image output controller 41 is configured as a print controller 41a for printing an image, and the image output unit 42 is configured to output the image. Is configured as a print output unit 42a that executes printing such as a print engine or a print head incorporated in the printing apparatus when printing is performed. When the image output device 40 is configured as a display device, the image output controller 41 is configured as an image display controller 41b for displaying and outputting an image, as illustrated in the display device 40b in FIG. The unit 42 is configured as an image display unit 42b for displaying and outputting an image.
[0027]
Next, communication in the image output system 20 of the embodiment, that is, communication between the digital camera 30 and the image output device 40 will be described. Communication between the digital camera 30 and the image output device 40 according to the embodiment is performed using a USB device controller 35 and a USB host controller 45. As shown in FIG. 4, communication between the USB device controller 35 and the USB host controller 45 includes a control pipe 51 used for transmitting various commands, a bulk pipe 52 used for transmitting data such as image files, and an interrupt. This is performed using three logical pipes (communication channels) of the pipe 53. Among these pipes, the interrupt pipe 53 does not specify any communication in the mass storage class in the USB standard. In the image output system 20 of the embodiment, by using the interrupt pipe 53, the image output device 40 is operated by operating the digital camera 30, even though the image output device 40 is a USB host.
[0028]
Specifically, first, a command for inquiring a request from the digital camera 30 from the image output device 40 at an extremely short time (for example, every 1 msec) with respect to the time required for human operation using the interrupt pipe 53 (in the embodiment, , An interrupt-in command [Interrupt In command]) is transmitted to the digital camera 30 side, and every time this interrupt-in command is received from the digital camera 30, if there is no request, there is no request. A meaning "NAK" is transmitted as a response, and if there is any request, a control command corresponding to the request is transmitted as a response. When the image output device 40 receives a control command from the digital camera 30 as a response to the interrupt-in command, the image output controller 41 of the image output device 40 analyzes the control command and executes an operation corresponding to the control command. You do it.
[0029]
For example, when the operator causes the image output device 40 to output an image using the color liquid crystal display panel 32 of the digital camera 30, the operation is performed as follows. First, when the operator selects an image to be output by the image output device 40 using the color liquid crystal display panel 32 of the digital camera 30 and selects and instructs output conditions of the selected image, the camera controller 31 of the digital camera 30 The control command corresponding to the output of the image is set based on the selected image and the selected output condition, and the set control command is transmitted to the image output device 40 as a response to the interrupt-in command. The image output device 40 acquires the operation as a result of the analysis of the control command, that is, the information such as the file name of the image selected from the digital camera 30 and the information of the selected output condition. The selected image is read from the memory 34 of the connected digital camera 30 and output based on the acquired output conditions. At this time, if the image output device 40 is the printing device 40a, the read image is printed out under the acquired output condition, and if the image output device 40 is the display device 40b, the read image is output. It will be displayed and output according to conditions. When the operator uses the color liquid crystal display panel 32 of the digital camera 30 to display the state of the image output device 40, the following operation is performed. First, by instructing the display of the state of the image output device 40, a control command corresponding to the display of the state of the image output device 40 set by the camera controller 31 is transmitted to the image output device 40 as a response to the interrupt-in command. I do. In the image output device 40, the operation as a result of the analysis of the control command, that is, the status information of the image output device 40 (for example, information on the status such as “image is being output” or “output ready”) is transmitted to the digital camera 30. Perform the operation of sending to Then, the camera controller 31 of the digital camera 30 displays the status information received from the image output device 40 on the color liquid crystal display panel 32.
[0030]
Next, the communication between the digital camera 30 and the image output device 40 will be described in more detail. FIG. 5 is a sequence diagram illustrating an example of a communication procedure when a USB communication connection is established between the digital camera 30 and the image output device 40. The digital camera 30 and the image output device 40 are connected with the USB communication interface cable 50 while the power is on, or the digital camera 30 and the image output device 40 are connected with the USB communication interface cable 50 while the power is turned on. Is inserted, first, as shown in the sequence illustrated in FIG. 5, a USB communication connection is established, and the USB host controller 45 of the image output device 40 is switched from the USB device controller 35 of the digital camera 30 to a USB device. A device descriptor describing the configuration is obtained (S100). This device descriptor includes an interface descriptor including a fact that the digital camera 30 is a device of the mass storage class and a string descriptor listing USB endpoints used by the digital camera 30. In the embodiment, the string descriptor listing the endpoints describes the “Interrupt In” endpoint as an additional endpoint. As a result, the USB host controller 45 of the image output apparatus 40 according to the embodiment uses the interface descriptor and the string descriptor to determine whether the digital camera 30 is a mass storage class device and an interrupt-in command (a command for inquiring a request on the USB device side). ) Can be recognized as a device. When the digital camera 30 is connected to the USB port of a normal computer, the device descriptor is sent to the computer in the same manner, but the USB host controller incorporated in the computer ignores the additional “Interrupt In” endpoint. The digital camera 30 operates as a normal mass storage class device for the computer.
[0031]
When the USB communication connection is established between the digital camera 30 and the image output device 40 in this manner, the image output device 40 uses the interrupt pipe 53 to send an interrupt-in command at an extremely short time interval (for example, 1 msec interval). Then, a process for transmitting to the digital camera 30 is started (S102 and S108), and a "Confirmation" command for confirming the protocol within a predetermined time after the communication connection is established (S106). By transmitting this command, the image output device 40 notifies the use of the type of communication protocol using the interrupt-in command and the protocol version.
[0032]
Each time the digital camera 30 receives the interrupt-in command, the digital camera 30 checks whether any control command has been generated at that point in time. When no control command has been generated, the digital camera 30 sets “NAK” meaning no request, to some form. When the control command is issued, the control command is transmitted to the image output device 40 using the control pipe 51 as a response to the interrupt-in command. In the example of FIG. 5, “StatusReq” which is a control command as a request for acquiring the state of the image output device 40 with the digital camera 30 in response to the interrupt-in command of S108 is output from the digital camera 30 as a response. The data is transmitted to the device 40 (S110). The image output device 40 checks the state of the device in response to the control command, and when the device is in a state capable of accepting the output request, sends a command “SEND_STATUS” for notifying a notification of the transmission of the state of the device to the control pipe 51. Is transmitted to the digital camera 30 by using the command (S112), and "OUTPUT_OK", which is a code in which the device can receive the output request, is written into a predetermined area in the memory 34 of the digital camera 30 by using the bulk pipe 52. (S114). The digital camera 30 displays on the color liquid crystal display panel 32 the state of the image output device 40 thus obtained (a state in which an image output request can be accepted).
[0033]
FIG. 6 is a sequence diagram illustrating an example of a communication procedure when an image output request is issued from the digital camera 30 and the image output device 40 outputs an image. This sequence is performed by the operator selecting an image using the color liquid crystal display panel 32 of the digital camera 30, setting output conditions of the selected image, and operating "OK" to instruct image output. . For example, when the image output device 40 connected to the digital camera 30 is the printing device 40a, the output conditions such as the number of printed images, the paper type, the paper size, the layout, the date printing, the print quality, etc. When the image output device 40 connected to the digital camera 30 is the display device 40b, this means output conditions such as image display time, date display, display resolution, and zoom magnification. In the setting of the output condition, only a part of the above conditions can be set on the digital camera 30 side, and the remaining condition setting may be set on the image display device 40 side. In the digital camera 30, a control command “OutputReq” which is a request for notifying that an image output request has been generated by processing of the camera controller 31 by an operation such as “determination” is generated. This control command is transmitted from the digital camera 30 to the image output device 40 using the control pipe 51 in response to the interrupt-in command (S200) transmitted from the image output device 40 (S202). The image output device 40 transmits “GET_OUTPUTREQ”, which is a command for acquiring an image output request in response to the received “OutputReq” command, to the digital camera 30 using the control pipe 51 (S204). The output job such as the image data selected by the operator and the set output conditions stored in the memory 34 of the memory 30 is read out via the bulk pipe 52 (S206).
[0034]
FIG. 7 is a diagram illustrating an example of a table for interpreting an output job read when the image output device 40 is the printing device 40a, and FIG. 8 is an example in which the image output device 40 is the display device 40b. FIG. 9 is a diagram illustrating an example of a table used when interpreting an output job that has been read at some time. As shown in FIGS. 7 and 8, the same parameters are used for the parameters of the output job both when the connected image output device 40 is the printing device 40a and when the connected image output device 40 is the display device 40b. The interpretation is different between when the image output device 40 is the printing device 40a and when it is the display device 40b. For example, as shown in FIGS. 7 and 8, a parameter having an offset of “0” and a value of “0002h” indicates that for the printing apparatus 40a, the number of printed images (images specified by the image file specification) is two. The interpretation is that the display time of the image is 2 seconds for the display device 40b. As described above, since the image output device 40 interprets the parameters of the output job received from the digital camera 30 based on the output mode, regardless of the type of the image output device 40 connected to the digital camera 30 via the USB, The parameters of an output job transmitted to output an image to the output device 40 can be the same. Note that, for operations specific to the printing device 40a and the display device 40b (such as a paper type in the printing device 40a and a zoom magnification in the display device 40b), specific parameters are assigned, and an image corresponding to the parameter is assigned. The output device 40 performs an image output operation by interpreting the parameters. However, the parameters are ignored for the image output devices 40 that do not support them.
[0035]
In response to the interrupt-in command transmitted from the image output device 40 after receiving the output request in this manner (S208), "StatusReq" which is a control command of the request for acquiring the status of the device from the digital camera 30 responds. Is transmitted, the image output device 40 transmits “SEND_STATUS”, which is a command notifying the notification of the transmission of the status of the device, to the digital camera 30 using the control pipe 51 (S212), and the command is normally received. “CMDACPT”, which is a code indicating that the operation has been performed, is transmitted to the digital camera 30 using the control pipe 51 (S214). Note that “id01” immediately after the code “CMDACPT” in the figure is an id number for identifying the output job on the digital camera 30 side. Hereinafter, the same applies to “id01” immediately after other codes.
[0036]
Upon receiving the image output request, the digital camera 30 continues to transmit “StatusReq” to the image output device 40 as a control command corresponding to the interrupt-in command until the image output ends (S218, S232). The image output device 40 transmits a “SEND_STATUS” command to the digital camera 30 in response to the “StatusReq” command (S 220), and sends “OUTPUT”, which is a code indicating a state during image output, using the control pipe 51. The data is transmitted to the digital camera 30 (S222). When the output of the image is completed, the image output device 40 transmits a “SEND_STATUS” command to the digital camera 30 in response to the “StatusReq” command transmitted from the digital camera 30 in response to the interrupt-in command immediately after that (S232). Is transmitted to the digital camera 30 using the control pipe 51 (S236), and the completion of the image output is notified to the digital camera 30. In the digital camera 30, the completion of the image output is displayed on the color liquid crystal display panel 32 or the like to notify the operator of the completion of the image output.
[0037]
FIG. 9 shows an example of commands and codes used for communication between the digital camera 30 and the image output device 40. FIG. 10 is an explanatory diagram illustrating an example of a table used when the print controller 41a interprets the commands and codes illustrated in FIG. 9 as those that print out an image when the image output device 40 is a printing device 40a. FIG. 11 is an explanatory diagram illustrating an example of a table used when the image display controller 41b interprets the commands and codes shown in FIG. 9 as displaying an image when the image output device 40 is the display device 40b. . As shown in FIGS. 10 and 11, the image output device 40 interprets commands and codes transmitted from the digital camera 30 based on the output form (print output, display output, etc.) and transmits the status of the device. Since an operation such as image output is performed, it is necessary to change the type of command transmitted from the digital camera 30 to operate the image output device 40 according to the type of the image output device 40 connected to the digital camera 30 via USB. Absent. That is, regardless of the image output device 40 connected to the digital camera 30 via USB, the same command or code can be transmitted from the digital camera 30 to operate the image output device 40.
[0038]
According to the image output system 20 of the embodiment described above, the output job relating to the output of the image transmitted from the digital camera 30 is interpreted by the image output controller 41 of the image output device 40 based on the output mode. Accordingly, the parameters of a job for outputting an image from the image output device 40 such as the printing device 40a or the display device 40b having different output modes from the digital camera 30 can be the same. As a result, the types of parameters generated in the digital camera 30 can be reduced, and the processing in the digital camera 30 can be simplified. Moreover, since the image output device 40 is a USB host and the digital camera 30 is a USB device, the hardware configuration mounted on the digital camera 30 can be simplified. Furthermore, since the digital camera 30 uses a USB mass storage class and performs processing using an interrupt-in command only when a USB connection with the image output device 40 is made, the digital camera 30 is used as a normal mass storage class. It can be connected to a computer as a class USB device.
[0039]
Here, in the image output system 20 of the embodiment, the digital camera 30 corresponds to an image input device capable of inputting and storing an image, and the image output device 40 such as the printing device 40a or the display device 40b outputs an image in a different output mode. And a device to which a USB interface is connected corresponds to a communication interface of a predetermined communication standard for controlling the other device in a dependent manner. In addition, the USB device controller 35 of the digital camera 30 corresponds to a subordinate communication unit that is subordinately controlled according to a predetermined communication standard, and the camera controller 31 selects an image selected based on an operation of the operator or an image selected by the operator. And a job generating unit for generating a job relating to image output in a mode irrespective of the image output device 40 connected based on the output condition selected for the job, and the generated job via a communication interface of a predetermined communication standard. And a job transmitting unit that transmits the job to the image output device 40. Further, the USB host controller 45 of the image output device 40 corresponds to a non-dependent communication device on a side that is controlled in a predetermined communication standard, and the image output controller 41 is connected to the image input device via the non-dependent communication device. It corresponds to a job receiving unit that receives a job, a job interpreting unit that interprets the received job based on its output form, and an image output executing unit that outputs an image based on the interpreted job.
[0040]
In the image output system 20 of the embodiment, the parameters of the job for requesting the image output device 40 to output an image from the digital camera 30 correspond to the image output device 40 so that the output form is not restricted. The image display controller 41b of the display device 40b may process the job so as to correspond to the device 40a and interpret the print output as the display output. In this case, the job parameters used for the USB connection between the digital camera 30 and the printing device 40a can be used as they are for the USB connection between the digital camera 30 and the image output device of another output form. As a result, the time required for development can be reduced.
[0041]
In the image output system 20 of the embodiment, the USB is used as a predetermined communication standard in which one of the connected devices controls the other in a dependent manner. However, the communication standard in which the image output device 40 controls the digital camera 30 in a dependent manner. Any communication standard can be used.
[0042]
In the image output system 20 according to the embodiment, the printing device 40a and the display device 40b have been described as examples of the image output device 40 having a different output form. The present invention is not limited thereto, and may be applied to any device.
[0043]
In the image output system 20 of the embodiment, the digital camera 30 has been described as an example of the image input device. However, any device may be used as long as the device can input and store a plurality of images. However, the present system is particularly effective when a portable image input device is used.
[0044]
In the embodiment, the present invention has been described as the image output system 20. However, the present invention is not limited to the form of the system, but may be a form of an image input device such as a digital camera 30 used in the image output system 20, or the image output system 20. The form of the image output device 40 to be used may be used. In addition, a control method for controlling the digital camera 30 and the image output device 40 included in the image output system 20 may be used.
[0045]
As described above, the embodiments of the present invention have been described using the examples. However, the present invention is not limited to these examples, and may be implemented in various forms without departing from the gist of the present invention. Obviously you can get it.
[Brief description of the drawings]
FIG. 1 is a configuration diagram schematically illustrating the configuration of an image output system 20 according to an embodiment.
FIG. 2 is a configuration diagram illustrating a schematic configuration of a printing apparatus 40a.
FIG. 3 is a configuration diagram schematically showing the configuration of a display device 40b.
FIG. 4 is an explanatory diagram illustrating a logical pipe used for command transmission and the like;
FIG. 5 is a sequence diagram showing an example of a communication procedure when a communication connection is established.
FIG. 6 is a sequence diagram showing an example of a communication procedure when executing image output.
FIG. 7 is a diagram illustrating the interpretation of a job by a printing apparatus 40a.
FIG. 8 is a diagram illustrating the interpretation of a job by a display device 40b.
FIG. 9 is an explanatory diagram showing an example of a command and the like used for communication.
FIG. 10 is an explanatory diagram illustrating the interpretation of commands and the like by a printing apparatus 40a.
FIG. 11 is an explanatory diagram exemplifying interpretation of a command or the like by a display device 40b.
[Explanation of symbols]
Reference Signs List 20 image output system, 30 digital camera, 31 camera controller, 32 color liquid crystal display panel, 33 photographing device, 34 memory, 35 USB device controller, 40 image output device, 40a printing device, 40b display device, 41 image output controller, 41a Print controller, 41b image display controller, 42 image output unit, 42a print output unit, 42b image display unit, 45 USB host controller, 50 USB communication interface cable, 51 control pipe, 52 bulk pipe, 53 interrupt pipe.

Claims (11)

画像を入力して記憶する画像入力装置と、画像を異なる出力態様で出力する複数の画像出力装置のいずれかとが所定の通信規格の通信インタフェースを介して接続されてなる画像出力システムであって、
(a)前記画像入力装置は、
記憶された画像の中から選択された一または複数の画像と該画像に対して選択された出力条件とに基づいて前記接続されている画像出力装置の出力態様に拘わらない態様で画像の出力に関するジョブを生成するジョブ生成手段と、
該生成されたジョブを前記通信インタフェースを介して前記接続されている画像出力装置に送信するジョブ送信手段と、
を備え、
(b)前記接続されている画像出力装置は、
前記画像入力装置のジョブ送信手段により送信されたジョブを受信するジョブ受信手段と、
該受信したジョブを前記接続されている画像出力装置の出力態様に基づいて解釈するジョブ解釈手段と、
該解釈されたジョブに基づいて画像の出力を実行する画像出力実行手段と
を備える
画像出力システム。
An image output system in which an image input device that inputs and stores an image and one of a plurality of image output devices that output an image in different output modes are connected via a communication interface of a predetermined communication standard,
(A) The image input device comprises:
Based on one or more images selected from the stored images and the output conditions selected for the images, the output of the images is performed regardless of the output mode of the connected image output device. Job generating means for generating a job,
Job transmission means for transmitting the generated job to the connected image output device via the communication interface,
With
(B) the connected image output device is:
Job receiving means for receiving a job transmitted by the job transmitting means of the image input device,
Job interpreting means for interpreting the received job based on an output mode of the connected image output device;
An image output execution unit that outputs an image based on the interpreted job.
請求項1記載の画像出力システムであって、
前記複数の画像出力装置は、画像出力装置の一つとして画像を印刷する印刷装置を含み、
前記接続されている画像出力装置が前記印刷装置であるときの前記ジョブ解釈手段は、前記受信したジョブの出力条件を画像を印刷する際の印刷条件として解釈する手段である
画像出力システム。
The image output system according to claim 1,
The plurality of image output devices include a printing device that prints an image as one of the image output devices,
An image output system, wherein the job interpreting means when the connected image output device is the printing device interprets output conditions of the received job as print conditions for printing an image.
請求項1または2記載の画像出力システムであって、
前記複数の画像出力装置は、画像出力装置の一つとして画像を表示する表示装置を含み、
前記接続されている画像出力装置が前記表示装置であるときの前記ジョブ解釈手段は、前記受信したジョブの出力条件を画像を表示する際の表示条件として解釈する手段である
画像出力システム。
The image output system according to claim 1 or 2,
The plurality of image output devices include a display device that displays an image as one of the image output devices,
An image output system, wherein the job interpreting means when the connected image output device is the display device interprets output conditions of the received job as display conditions for displaying an image.
請求項1記載の画像出力システムであって、
前記複数の画像出力装置は、画像出力装置として少なくとも画像を印刷する印刷装置と画像を表示する表示装置とを含み、
前記画像入力装置の出力条件選択手段は、前記出力条件として印刷条件を選択する手段であり、
前記画像入力装置のジョブ生成手段は、前記接続されている画像出力装置に拘わらず前記選択された印刷条件に対応するジョブを生成する手段であり、
前記接続されている画像出力装置が前記表示装置であるときの前記ジョブ解釈手段は、前記ジョブの印刷条件を画像を表示する際の表示条件と解釈する手段である
画像出力システム。
The image output system according to claim 1,
The plurality of image output devices include a printing device that prints at least an image and a display device that displays an image as an image output device,
The output condition selecting means of the image input device is means for selecting a printing condition as the output condition,
Job generating means of the image input device is a means for generating a job corresponding to the selected printing conditions regardless of the connected image output device,
An image output system, wherein the job interpreting means when the connected image output device is the display device interprets print conditions of the job as display conditions for displaying an image.
請求項1ないし4いずれか記載の画像出力システムであって、
前記接続されている画像出力装置のジョブ解釈手段は、前記画像入力装置のジョブ送信手段により送信されたジョブの出力条件のうち前記画像出力装置の出力態様に対応する条件のみを該画像出力装置に対する出力条件として解釈する手段である
画像出力システム。
The image output system according to claim 1, wherein:
The job interpreting means of the connected image output device is configured to output only a condition corresponding to the output mode of the image output device among the output conditions of the job transmitted by the job transmission unit of the image input device to the image output device. An image output system that is a means for interpreting as output conditions.
請求項1ないし5いずれか記載の画像出力システムであって、
前記所定の通信規格は、接続されている装置の一方が他方を従属的に制御する通信規格であり、
前記画像入力装置は、前記所定の通信規格に従って従属的に制御される側の従属側通信手段を備え、
前記画像出力装置は、前記所定の通信規格に従って従属的に制御する側の非従属側通信手段を備える
画像出力システム。
The image output system according to claim 1, wherein:
The predetermined communication standard is a communication standard in which one of the connected devices controls the other subordinately,
The image input device includes a dependent communication unit that is controlled in accordance with the predetermined communication standard,
The image output system, wherein the image output device includes a non-dependent communication unit that performs control in accordance with the predetermined communication standard.
請求項6記載の画像出力システムであって、
前記所定の通信規格の通信インタフェースは、USBインタフェースである
画像出力システム。
The image output system according to claim 6, wherein
The image output system, wherein the communication interface of the predetermined communication standard is a USB interface.
請求項1ないし7いずれか記載の画像出力システムであって、
前記画像入力装置は、撮像により画像を入力する撮像装置である
画像出力システム。
The image output system according to claim 1, wherein:
An image output system, wherein the image input device is an imaging device that inputs an image by imaging.
画像を入力して記憶する画像入力装置と、画像を異なる出力態様で出力する複数の画像出力装置のいずれかとが所定の通信規格の通信インタフェースを介して接続されてなる画像出力システムにおける画像入力装置であって、
記憶された画像の中から選択された一または複数の画像と該画像に対して選択された出力条件とに基づいて前記接続されている画像出力装置の出力態様に拘わらない態様の画像の出力に関するジョブを生成するジョブ生成手段と、
該生成されたジョブを前記通信インタフェースを介して前記接続されている画像出力装置に対して送信するジョブ送信手段と
を備える画像入力装置。
An image input device in an image output system in which an image input device for inputting and storing an image and one of a plurality of image output devices for outputting an image in different output modes are connected via a communication interface of a predetermined communication standard And
The output of an image in a mode irrespective of the output mode of the connected image output device based on one or more images selected from the stored images and an output condition selected for the image. Job generating means for generating a job,
A job transmission unit for transmitting the generated job to the connected image output device via the communication interface.
画像を入力して記憶する画像入力装置と、画像を異なる出力態様で出力する複数の画像出力装置のいずれかとが所定の通信規格の通信インタフェースを介して接続されてなる画像出力システムにおける画像出力装置であって、
前記画像入力装置により選択された画像と該画像に対する出力条件とに基づいて接続されている画像出力装置の出力態様に拘わらない態様で生成された画像の出力に関するジョブを前記通信インタフェースを介して受信するジョブ受信手段と、
該受信されたジョブを前記画像出力装置の出力態様に基づいて解釈するジョブ解釈手段と、
該解釈されたジョブに基づいて画像の出力を実行する画像出力実行手段と
を備える画像出力装置。
Image output device in an image output system in which an image input device that inputs and stores an image and any one of a plurality of image output devices that output an image in different output modes are connected via a communication interface of a predetermined communication standard And
Receiving, via the communication interface, a job related to output of an image generated in a manner irrespective of an output mode of an image output device connected based on an image selected by the image input device and an output condition for the image; Job receiving means for
Job interpreting means for interpreting the received job based on an output mode of the image output device;
An image output device that outputs an image based on the interpreted job.
画像を入力して記憶する画像入力装置と、画像を異なる出力態様で出力する複数の画像出力装置のいずれかとが所定の通信規格の通信インタフェースを介して接続されてなる画像出力システムにおける前記画像出力装置の画像の出力を制御する制御方法であって、
前記画像入力装置を、記憶された画像の中から選択された一または複数の画像と該画像に対して選択された出力条件とに基づいて前記接続されている画像出力装置の出力態様に拘わらない態様で画像の出力に関するジョブが生成され、生成されたジョブが前記通信インタフェースを介して前記接続されている画像出力装置に対して送信されるよう制御し、
前記接続されている画像出力装置を、前記画像入力装置により送信されたジョブが受信され、受信されたジョブが前記接続されている画像出力装置の出力態様に基づいて解釈され、解釈されたジョブに基づいて画像の出力が実行されるよう制御する
制御方法。
The image output in the image output system, wherein an image input device for inputting and storing an image and any one of a plurality of image output devices for outputting the image in different output modes are connected via a communication interface of a predetermined communication standard. A control method for controlling output of an image of a device,
The image input device is independent of an output mode of the connected image output device based on one or more images selected from stored images and an output condition selected for the image. A job related to image output is generated in an aspect, and the generated job is controlled to be transmitted to the connected image output device via the communication interface,
The connected image output device, the job transmitted by the image input device is received, the received job is interpreted based on the output mode of the connected image output device, the interpreted job A control method for controlling output of an image based on the output.
JP2002273418A 2002-09-19 2002-09-19 Image output system, image output device used therefor, image input device, and control method Expired - Fee Related JP3988597B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002273418A JP3988597B2 (en) 2002-09-19 2002-09-19 Image output system, image output device used therefor, image input device, and control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002273418A JP3988597B2 (en) 2002-09-19 2002-09-19 Image output system, image output device used therefor, image input device, and control method

Publications (2)

Publication Number Publication Date
JP2004112459A true JP2004112459A (en) 2004-04-08
JP3988597B2 JP3988597B2 (en) 2007-10-10

Family

ID=32270181

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002273418A Expired - Fee Related JP3988597B2 (en) 2002-09-19 2002-09-19 Image output system, image output device used therefor, image input device, and control method

Country Status (1)

Country Link
JP (1) JP3988597B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8446528B2 (en) 2007-10-17 2013-05-21 Hitachi, Ltd. Display apparatus

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8446528B2 (en) 2007-10-17 2013-05-21 Hitachi, Ltd. Display apparatus
US8908095B2 (en) 2007-10-17 2014-12-09 Hitachi Maxell, Ltd. Display apparatus
US20170025090A1 (en) 2007-10-17 2017-01-26 Hitachi Maxell, Ltd. Display apparatus
US9858888B2 (en) 2007-10-17 2018-01-02 Hitachi Maxell, Ltd. Display apparatus
US10037744B2 (en) 2007-10-17 2018-07-31 Maxell, Ltd. Display apparatus
US10339893B2 (en) 2007-10-17 2019-07-02 Maxell, Ltd. Display apparatus
US10354612B2 (en) 2007-10-17 2019-07-16 Maxell, Ltd. Display apparatus
US10629160B2 (en) 2007-10-17 2020-04-21 Maxell, Ltd. Display apparatus
US10650780B2 (en) 2007-10-17 2020-05-12 Maxell, Ltd. Display apparatus
US10685622B2 (en) 2007-10-17 2020-06-16 Maxell, Ltd. Display apparatus
US10957278B2 (en) 2007-10-17 2021-03-23 Maxell, Ltd. Display apparatus
US11308914B2 (en) 2007-10-17 2022-04-19 Maxell, Ltd. Display apparatus
US11501735B2 (en) 2007-10-17 2022-11-15 Maxell, Ltd. Display apparatus
US11587524B2 (en) 2007-10-17 2023-02-21 Maxell, Ltd. Display apparatus
US11798515B2 (en) 2007-10-17 2023-10-24 Maxell, Ltd. Display apparatus

Also Published As

Publication number Publication date
JP3988597B2 (en) 2007-10-10

Similar Documents

Publication Publication Date Title
WO2004009362A1 (en) Printing system
US20070100972A1 (en) Wireless communication apparatus, wireless communication system, and control method thereof
JP2008307744A (en) Printer and control method thereof
JP2005222233A (en) Image supply device, direct output system, and image output method
JP2004234326A (en) Printer controller, and printer control program
JP2004112460A (en) Image output system and image output device used therefor, and control method
EP2302507A1 (en) Image output system including a plurality of units connected by communication with master-slave relation
JP4131143B2 (en) Printing system
JP2001282470A (en) Image forming device, information processor, image forming system, and their control method
JP5500883B2 (en) Image reading apparatus, control method therefor, and program therefor
JP3988597B2 (en) Image output system, image output device used therefor, image input device, and control method
JP2004110373A (en) Image output system and device to be used in it
JP2005006012A (en) Image input unit, image output unit and image output system
JP4348916B2 (en) Image output system, image output apparatus used therefor, and control method
JP2003296059A (en) Printing system, printer and print data transmitter
JP2004147014A (en) Picture display system, picture input device and picture display device, which are used for the same, and control method of picture display
JP7439973B2 (en) Program sets, programs, and information processing equipment
JP2004147013A (en) Picture display system, picture input device and picture display device, which are used for the same and control method of picture display
JP5376922B2 (en) Display device and display method
JP3458526B2 (en) Image forming system
JP2001159962A (en) Printing system and printing setting device
JP4536439B2 (en) Image processing device
JP2001353931A (en) Imaging apparatus, imaging system, method for controlling imaging apparatus, and medium for providing process program
JP4080915B2 (en) Image forming apparatus and mode control method
JP2004098501A (en) Image output system and unit for use therein

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050727

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070206

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070213

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070416

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: 20070626

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070709

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100727

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 3988597

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110727

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110727

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120727

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120727

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130727

Year of fee payment: 6

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees