JP2013225910A - Image transmission system, computer, transmission control method, and program - Google Patents

Image transmission system, computer, transmission control method, and program Download PDF

Info

Publication number
JP2013225910A
JP2013225910A JP2013130522A JP2013130522A JP2013225910A JP 2013225910 A JP2013225910 A JP 2013225910A JP 2013130522 A JP2013130522 A JP 2013130522A JP 2013130522 A JP2013130522 A JP 2013130522A JP 2013225910 A JP2013225910 A JP 2013225910A
Authority
JP
Japan
Prior art keywords
image data
image
transmitted
transmission
unit
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
JP2013130522A
Other languages
Japanese (ja)
Inventor
Hiroaki Negishi
弘明 根岸
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co Ltd
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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2013130522A priority Critical patent/JP2013225910A/en
Publication of JP2013225910A publication Critical patent/JP2013225910A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Television Signal Processing For Recording (AREA)
  • Studio Devices (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a user with an image transmission system, an image storage device, and a program capable of uploading image data with simple operation.SOLUTION: An image transmission system 1 comprises a digital camera 10, a PC 40, and a Web server 50. The digital camera 10 stores a plurality of pieces of image data, printing request information, and transmission request information. The digital camera 10 determines whether a connection destination is a printing device or an external apparatus differing from the printing device when detecting external connection, transmits image data with which the printing request information is associated to the printing device, when it is determined that the connection destination is the printing device, and transmits image data with which the transmission request information is associated to the external apparatus, when it is determined that the connection destination is the external apparatus. The PC 40 receives the transmitted image data, and transmits the received image data to the Web server 50 through a communication network channel 51.

Description

本発明は、画像データを主たる用途の異なる他の外部機器に送信する画像送信システム、画像記憶装置、およびプログラムに関する。   The present invention relates to an image transmission system, an image storage device, and a program for transmitting image data to another external device whose main application is different.

従来より、ホームパージやブログの更新では、ユーザがデジタルカメラで被写体を撮影して画像データを生成し、この生成した画像データをWebサーバにアップロードすることが行われている。
このWebサーバは、通信ネットワーク回線を介してユーザが画像データをアップロードすると、このアップロードされた画像をユーザ自身や他のユーザが閲覧できる機能を有している(特許文献1参照)。
Conventionally, in home purge and blog update, a user captures a subject with a digital camera, generates image data, and uploads the generated image data to a Web server.
This Web server has a function that allows a user or other users to browse the uploaded image when the user uploads image data via a communication network line (see Patent Document 1).

ところで、デジタルカメラで画像データを生成しても、デジタルカメラには、ネットワーク通信機能が設けられていないため、画像データをアップロードする手順は、以下のようになる。すなわち、まず、デジタルカメラをパソコンにUSB接続する、あるいは、メモリカードをパソコンに読み取らせることで、画像データをパソコンに転送する。その後、パソコンの画面上でアップロード操作を行うことで、画像データをwebサーバにアップロードする。   By the way, even if image data is generated by the digital camera, since the digital camera is not provided with a network communication function, the procedure for uploading the image data is as follows. That is, first, image data is transferred to a personal computer by USB connection of the digital camera to the personal computer or by causing the personal computer to read the memory card. Thereafter, the image data is uploaded to the web server by performing an upload operation on the screen of the personal computer.

特開2002−142184号公報JP 2002-142184 A

しかしながら、上述の手順では、画像データをデジタルカメラからwebサーバにアップロードする度に、パソコンの画面上でアップロード操作を行う必要があり、アップロード作業が煩雑になる、という問題があった。   However, the above-described procedure has a problem that it is necessary to perform an upload operation on the screen of the personal computer every time image data is uploaded from the digital camera to the web server, and the upload operation becomes complicated.

本発明は、ユーザに対し、簡単な操作で画像データをアップロードさせることが可能な画像送信システム、画像記憶装置、およびプログラムを提供することを目的とする。   An object of the present invention is to provide an image transmission system, an image storage device, and a program that allow a user to upload image data with a simple operation.

請求項1記載の発明は、複数の画像データを記憶する画像記憶手段と、当該画像記憶手段に記憶した複数の画像データのそれぞれと対応付けて、当該画像の印刷を要求する印刷要求情報と当該画像データの外部への送信を要求する送信要求情報と、送信が要求された画像データについて送信が完了したか否かの送信記録情報と、を記憶する情報記憶手段と、外部との接続を検知する第1の検知手段と、当該第1の検知手段により外部との接続が検知されると、当該接続の際に前記外部から送信されるデータに基づいて、接続先が印刷装置であるか、または、印刷装置とは異なる外部機器であるかを判断する接続先判断手段と、当該接続先判断手段により接続先が印刷装置であると判断した場合には、前記情報記憶手段に記憶した印刷要求情報を読み出して、当該印刷要求情報が対応付けられた画像データを前記画像記憶手段から読み出し、前記印刷装置に送信する第1の送信手段と、前記接続先判断手段により接続先が外部機器であると判断した場合には、前記情報記憶手段に記憶した送信要求情報を読み出して、当該送信要求情報が対応付けられ且つ未送信の画像データを前記画像記憶手段から読み出し、前記外部機器に送信する第2の送信手段と、を備えた画像記憶装置と、前記画像記憶装置との接続を検知する第2の検知手段と、当該第2の検知手段により前記画像記憶装置との接続が検知されると、画像データを通信ネットワークを介して外部に送信するためのプログラムを実行させるよう制御する実行制御手段と、当該実行制御手段による制御により実行されるプログラムにより、前記画像記憶装置から送信される画像データが前記通信ネットワークを介した外部へ送信済みか否かを判断する送信済判断手段と、当該送信済判断手段によって送信済みの画像データであると判断した場合は当該送信された画像データについて既に送信済みである情報を前記画像記憶装置に送信する一方、送信済みの画像データでないと判断した場合は、当該送信された画像データを前記通信ネットワークを介した外部へ送信して送信済みであることを記憶し、更に送信済みである情報を前記画像記憶装置に送信する第3の送信手段と、を備えた外部機器と、を備えることを特徴とする。   According to the first aspect of the present invention, there is provided image storage means for storing a plurality of image data, print request information for requesting printing of the image in association with each of the plurality of image data stored in the image storage means, and Information storage means for storing transmission request information for requesting transmission of image data to the outside, and transmission record information indicating whether transmission has been completed for the image data requested to be transmitted, and detecting an external connection When the connection to the outside is detected by the first detection unit and the first detection unit, based on the data transmitted from the outside at the time of the connection, whether the connection destination is a printing device, Alternatively, a connection destination determination unit that determines whether the external device is different from the printing device, and a print request stored in the information storage unit when the connection destination determination unit determines that the connection destination is a printing device. information A first transmission unit that reads the image data associated with the print request information from the image storage unit and transmits the image data to the printing apparatus, and the connection destination determination unit determines that the connection destination is an external device. In this case, the transmission request information stored in the information storage unit is read out, and the image data associated with the transmission request information and untransmitted is read out from the image storage unit and transmitted to the external device. An image storage device including a transmission unit; a second detection unit that detects connection with the image storage device; and a connection with the image storage device detected by the second detection unit. An execution control means for controlling to execute a program for transmitting data to the outside via a communication network, and a program executed by the control by the execution control means. To determine whether the image data transmitted from the image storage device has been transmitted to the outside via the communication network, and the image data transmitted by the transmitted determination unit. If it is determined that the transmitted image data has already been transmitted to the image storage device, the transmitted image data is transmitted via the communication network. A third transmission unit that stores information transmitted to the outside and stores the transmitted information to the image storage device, and further includes an external device. .

請求項2記載の発明は、上記請求項1記載の発明において、前記外部機器は、前記画像記憶装置から送信される画像データのハッシュ値を算出する算出手段を更に備え、前記送信済判断手段は、前記算出手段が算出したハッシュ値に基づいて、送信済みの画像データであるか否かを判断することを特徴とする。   According to a second aspect of the present invention, in the first aspect of the invention, the external device further includes a calculation unit that calculates a hash value of image data transmitted from the image storage device, and the transmitted determination unit is And determining whether or not the image data has already been transmitted based on the hash value calculated by the calculating means.

請求項3記載の発明は、上記請求項1または2に記載の発明において、前記画像記憶装置は、被写体を撮影して画像データを生成する撮像手段と、当該撮像手段により生成された画像データを前記画像記憶手段に記憶させる制御手段と、をさらに備えることを特徴とする。   According to a third aspect of the present invention, in the first or second aspect of the invention, the image storage device captures an image of a subject and generates image data, and image data generated by the imaging unit. And a control means for storing in the image storage means.

本発明によれば、第1の外部機器に画像記憶装置を接続するだけで、任意の画像データを第2の外部機器に送信できるから、画像データを容易にアップロードできる。   According to the present invention, it is possible to easily upload image data because arbitrary image data can be transmitted to the second external device simply by connecting the image storage device to the first external device.

本発明の一実施形態に係る画像送信システムの構成を示す図である。It is a figure which shows the structure of the image transmission system which concerns on one Embodiment of this invention. 前記実施形態に係るデジタルカメラの概略構成を示すブロック図である。It is a block diagram which shows schematic structure of the digital camera which concerns on the said embodiment. 前記実施形態に係る画像記録部の概略構成を示す図である。It is a figure which shows schematic structure of the image recording part which concerns on the said embodiment. 前記実施形態に係る画像記録部の記憶内容を示す図である。It is a figure which shows the memory content of the image recording part which concerns on the said embodiment. 前記実施形態に係るデジタルカメラの表示画面である。3 is a display screen of the digital camera according to the embodiment. 前記実施形態に係る制御部の構成を示すブロック図である。It is a block diagram which shows the structure of the control part which concerns on the said embodiment. 前記実施形態に係るPC(パーソナルコンピュータ)の構成を示すブロック図である。It is a block diagram which shows the structure of PC (personal computer) which concerns on the said embodiment. 前記実施形態に係るデジタルカメラおよびPC(パーソナルコンピュータ)の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the digital camera and PC (personal computer) which concern on the said embodiment. 前記実施形態に係るPC(パーソナルコンピュータ)の表示画面である。It is a display screen of PC (personal computer) concerning the embodiment.

以下、本発明の一実施形態を図面に基づいて説明する。
図1は、本発明の一実施形態に係る画像送信システム1の構成を示す図である。
画像送信システム1は、画像記憶装置としてのデジタルカメラ10と、このデジタルカメラに接続された第1の外部機器としてのパーソナル・コンピュータ(以下、PCと呼ぶ)40と、このPC40に通信ネットワーク回線51を介して接続された第2の外部機器としてのWebサーバ50と、を備える。このデジタルカメラ10は、プリンタ60にも接続可能である。
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
FIG. 1 is a diagram showing a configuration of an image transmission system 1 according to an embodiment of the present invention.
The image transmission system 1 includes a digital camera 10 as an image storage device, a personal computer (hereinafter referred to as a PC) 40 as a first external device connected to the digital camera, and a communication network line 51 to the PC 40. And a Web server 50 as a second external device connected via the. This digital camera 10 can also be connected to a printer 60.

ここで、デジタルカメラ10とPC40とは、例えば、USB(Universal Serial Bus)で接続される。また、通信ネットワーク回線51は、例えば、インターネット回線である。   Here, the digital camera 10 and the PC 40 are connected by, for example, a USB (Universal Serial Bus). The communication network line 51 is, for example, an internet line.

図2は、デジタルカメラ10の概略構成を示すブロック図である。
このデジタルカメラ10は、撮像手段としての撮像レンズユニット11、撮像手段としての撮像部12、撮像手段としてのユニット回路13、撮像手段としての画像処理部14、符号化/復号化処理部15、プレビューエンジン16、画像記録部17、プログラムメモリ18、表示部19、キー入力部20、通信部21、および、バスライン22を介して各部11〜21に接続された制御手段としての制御部30を備える。
FIG. 2 is a block diagram illustrating a schematic configuration of the digital camera 10.
The digital camera 10 includes an imaging lens unit 11 as an imaging unit, an imaging unit 12 as an imaging unit, a unit circuit 13 as an imaging unit, an image processing unit 14 as an imaging unit, an encoding / decoding processing unit 15, a preview. An engine 16, an image recording unit 17, a program memory 18, a display unit 19, a key input unit 20, a communication unit 21, and a control unit 30 as control means connected to each unit 11 to 21 via a bus line 22. .

キー入力部20は、シャッターキー201、ファンクションキーA(決定指示キー)202、カーソルキー(選択指示キー)203、およびファンクションキーB(キャンセル指示キー)204を含んで構成される。   The key input unit 20 includes a shutter key 201, a function key A (decision instruction key) 202, a cursor key (selection instruction key) 203, and a function key B (cancel instruction key) 204.

撮像レンズユニット11は、光学系部材を実装したものであり、ズームレンズ111、フォーカスレンズ112、制御部30からの制御信号に基づいてこれらズームレンズ111およびフォーカスレンズ112を駆動するレンズモータ113、および、ズームレンズ111およびフォーカスレンズ112の移動位置を取得するレンズ位置検出部114を備える。   The imaging lens unit 11 is mounted with an optical system member, and includes a zoom lens 111, a focus lens 112, a lens motor 113 that drives the zoom lens 111 and the focus lens 112 based on a control signal from the control unit 30, and The lens position detection unit 114 that acquires the movement positions of the zoom lens 111 and the focus lens 112 is provided.

レンズモータ113は、シャッターキー201の半押し操作による合焦指示検出時やカーソルキー204によるズーム操作検出時に、ズームレンズ111およびフォーカスレンズ112を進退させる。   The lens motor 113 advances and retracts the zoom lens 111 and the focus lens 112 when a focus instruction is detected by half-pressing the shutter key 201 or when a zoom operation is detected by the cursor key 204.

撮像部12は、CMOS等のイメージセンサで構成され、上述の撮像レンズユニット11の光軸上に配置されて、被写体の光学像に応じた撮像信号を生成する。
ユニット回路13は、撮像部12から出力されるアナログの撮像信号が入力され、入力された撮像信号を保持するCDSと、入力された撮像信号を増幅するゲイン調整アンプ(AGC)、増幅された撮像信号をデジタルの撮像信号に変換するA/D変換器(ADC)などで構成される。
The imaging unit 12 is configured by an image sensor such as a CMOS, and is disposed on the optical axis of the imaging lens unit 11 described above, and generates an imaging signal corresponding to the optical image of the subject.
The unit circuit 13 receives an analog imaging signal output from the imaging unit 12, receives a CDS that holds the input imaging signal, a gain adjustment amplifier (AGC) that amplifies the input imaging signal, and an amplified imaging. It comprises an A / D converter (ADC) that converts the signal into a digital image signal.

画像処理部14は、ユニット回路13から出力される撮像信号に対して、各種画像処理を行う。
表示部19は、ドライバを内蔵した液晶パネルであり、撮像信号およびドライバを駆動する駆動制御信号が入力されると、この撮像信号に基づいて、画像を表示する。
The image processing unit 14 performs various image processing on the imaging signal output from the unit circuit 13.
The display unit 19 is a liquid crystal panel with a built-in driver. When an imaging signal and a drive control signal for driving the driver are input, the display unit 19 displays an image based on the imaging signal.

プレビューエンジン16は、画像処理部14から出力される撮像信号に対して、縮小加工を行い、表示部19に表示させる。このプレビューエンジン16は、このようなスルー画像の生成のほか、画像記録時に、画像記録部17に記録される直前の画像データに基づく画像を表示部19に表示させる。   The preview engine 16 performs reduction processing on the imaging signal output from the image processing unit 14 and causes the display unit 19 to display the image signal. In addition to the generation of such a through image, the preview engine 16 causes the display unit 19 to display an image based on the image data immediately before being recorded in the image recording unit 17 during image recording.

符号化/復号化処理部15は、画像記録時に、画像処理部14から出力された信号を符号化して画像データとして画像記録部17に出力するとともに、画像再生時に、画像記録部17から読み出された画像データを復号化して表示部19に出力する。   The encoding / decoding processing unit 15 encodes the signal output from the image processing unit 14 at the time of image recording and outputs it as image data to the image recording unit 17, and reads out from the image recording unit 17 at the time of image reproduction. The decoded image data is decoded and output to the display unit 19.

通信部21は、当該デジタルカメラ10と印刷装置としてのプリンタ60や第1の外部機器としてのPC40などの外部の装置とに接続され、画像記録部17に格納された画像ファイルを送信する。
プログラムメモリ18は、後述のフローチャートに示す処理を実行するプログラムを記憶する。
The communication unit 21 is connected to the digital camera 10 and an external device such as a printer 60 as a printing device or a PC 40 as a first external device, and transmits an image file stored in the image recording unit 17.
The program memory 18 stores a program for executing processing shown in a flowchart described later.

図3は、画像記録部17の記憶領域の概略構成を示す図である。
画像記録部17の記憶領域は、複数の画像データを記憶する画像記憶手段としてのファイル実体格納領域171と、これら複数の画像データに付随する情報を記憶する情報記憶手段としてのファイル管理領域172と、で構成される。
FIG. 3 is a diagram showing a schematic configuration of the storage area of the image recording unit 17.
The storage area of the image recording unit 17 includes a file entity storage area 171 as image storage means for storing a plurality of image data, and a file management area 172 as information storage means for storing information associated with the plurality of image data. , Composed of.

図4は、画像記録部17のファイル管理領域172の記憶内容を示す図である。
ファイル管理領域172には、複数の画像データのそれぞれについて、ファイル管理情報が記録される。このファイル管理情報は、格納アドレス項目173、ファイル名項目174、印刷指定項目175、印刷枚数項目176、送信指定項目177、送信記録項目178で構成される。
FIG. 4 is a diagram showing the contents stored in the file management area 172 of the image recording unit 17.
In the file management area 172, file management information is recorded for each of the plurality of image data. This file management information includes a storage address item 173, a file name item 174, a print designation item 175, a print number item 176, a transmission designation item 177, and a transmission record item 178.

印刷指定項目は、印刷指定無しの場合、フラグ0が設定され、印刷指定有りの場合、フラグ1が設定される。すなわち、印刷指定項目には、画像の印刷を要求する印刷要求情報が記憶される。   In the print designation item, flag 0 is set when there is no print designation, and flag 1 is set when there is print designation. That is, print request information for requesting printing of an image is stored in the print designation item.

送信指定項目は、送信指定無しの場合、フラグ0が設定され、送信指定有りの場合、フラグ1が設定される。つまり、送信指定項目には、画像データの外部への送信を要求する送信要求情報が記憶される。
送信記録項目は、未送信の場合、フラグ0が設定され、送信済の場合、フラグ1が設定される。つまり、送信記録項目には、画像データの送信が完了したか否かの送信記録情報が記憶される。
In the transmission designation item, flag 0 is set when transmission is not designated, and flag 1 is set when transmission is designated. That is, transmission request information for requesting transmission of image data to the outside is stored in the transmission designation item.
In the transmission record item, a flag 0 is set when not transmitted, and a flag 1 is set when transmitted. That is, the transmission record item stores transmission record information indicating whether or not the transmission of the image data is completed.

具体的には、例えば、ファイル名「img0001.jpg」の画像データは、印刷指定無し、送信指定無し、である。ファイル名「img0002.jpg」の画像データは、3枚の印刷指定有り、送信指定無し、である。ファイル名「img0003.jpg」の画像データは、印刷指定無し、送信指定有りで送信済、である。   Specifically, for example, the image data with the file name “img0001.jpg” has no print designation and no transmission designation. The image data of the file name “img0002.jpg” has three print designations and no transmission designation. The image data of the file name “img0003.jpg” has no print designation and has been sent with a transmission designation.

なお、上記送信指定方法については、具体的には、図5に示すようになる。つまり、デジタルカメラ10の表示部19には、画像データに基づく画像191が表示されるとともに、この画像191をアップロードするか否かをユーザに促すための選択画面192が表示される。ここで、ユーザの操作を検出することにより、「アップロード」の選択を検出すると送信指定有りとなり、画像記録部17には、この画像に対応した画像データ(ファイル名)の送信指定項目にフラグ1が設定される。一方、「キャンセル」の選択を検出すると、送信指定無しとなり、画像記録部17には、この画像に対応した画像データ(ファイル名)の送信指定項目にフラグ0が設定される。なお、この設定処理は、公知の印刷予約処理と同レベルのユーザインターフェイスで行なわれる。   The transmission designation method is specifically as shown in FIG. That is, an image 191 based on the image data is displayed on the display unit 19 of the digital camera 10, and a selection screen 192 for prompting the user to upload the image 191 is displayed. Here, by detecting the user's operation, if the selection of “upload” is detected, there is a transmission designation, and the image recording unit 17 has flag 1 as a transmission designation item of image data (file name) corresponding to this image. Is set. On the other hand, when the selection of “Cancel” is detected, there is no transmission designation, and flag 0 is set in the transmission designation item of the image data (file name) corresponding to this image in the image recording unit 17. This setting process is performed with a user interface at the same level as the known print reservation process.

図6は、制御部30の構成を示すブロック図である。
制御部30は、ワンチップマイコンであり、第1の検知手段としての第1検知処理部31、接続先判断手段としての接続先判断処理部32、第1の送信手段としての第1送信処理部33、および第2の送信手段としての第2送信処理部34を備える。
FIG. 6 is a block diagram illustrating a configuration of the control unit 30.
The control unit 30 is a one-chip microcomputer, and includes a first detection processing unit 31 as a first detection unit, a connection destination determination processing unit 32 as a connection destination determination unit, and a first transmission processing unit as a first transmission unit. 33 and a second transmission processing unit 34 as second transmission means.

第1検知処理部31は、通信部21が外部に接続されると、この外部との接続を検知する。
接続先判断処理部32は、第1検知処理部31により外部との接続が検知されると、接続先から送信させるデータに基づいて、接続先が印刷装置であるか、または、印刷装置とは異なる外部機器であるかを判断する。
When the communication unit 21 is connected to the outside, the first detection processing unit 31 detects the connection with the outside.
When the connection to the outside is detected by the first detection processing unit 31, the connection destination determination processing unit 32 is based on the data transmitted from the connection destination, or the connection destination is a printing device. Determine if it is a different external device.

例えば、接続先からPictBridge(登録商標)接続に基づくデータを受信した場合には、接続先が印刷装置であると判断する。一方、PictBridge(登録商標)接続に基づくデータ以外のデータの受信を検知した場合には、接続先がPCであると判断する。   For example, when data based on a PictBridge (registered trademark) connection is received from a connection destination, it is determined that the connection destination is a printing apparatus. On the other hand, when reception of data other than data based on PictBridge (registered trademark) is detected, it is determined that the connection destination is a PC.

第1送信処理部33は、接続先判断処理部32により接続先が印刷装置であると判断した場合には、画像記録部17のファイル管理領域172に記憶された印刷要求情報のフラグの状態を読み出し、この印刷要求情報が対応づけられた画像データをファイル実体格納領域171から読み出し、印刷装置に送信する。   If the connection destination determination processing unit 32 determines that the connection destination is a printing device, the first transmission processing unit 33 sets the flag status of the print request information stored in the file management area 172 of the image recording unit 17. The image data associated with the print request information is read from the file entity storage area 171 and transmitted to the printing apparatus.

第2送信処理部34は、接続先判断処理部32により接続先が印刷装置でないと判断した場合には、画像記録部17のファイル管理領域172に記憶された送信要求情報のフラグの状態を読み出し、この送信要求情報が対応づけられた画像データをファイル実体格納領域171から読み出し、外部機器に送信する。なお、第1検知処理部31〜第2送信処理部34の各処理プログラムはプログラムメモリ18に格納されているものであり、必要に応じて制御部30の命令によりロードされて実行される。   If the connection destination determination processing unit 32 determines that the connection destination is not a printing device, the second transmission processing unit 34 reads the state of the transmission request information flag stored in the file management area 172 of the image recording unit 17. The image data associated with the transmission request information is read from the file entity storage area 171 and transmitted to the external device. Each processing program of the first detection processing unit 31 to the second transmission processing unit 34 is stored in the program memory 18 and is loaded and executed by an instruction of the control unit 30 as necessary.

Webサーバ50は、通信ネットワーク回線51上で、このWebサーバ50を識別可能な識別情報を有する。この識別情報とは、例えば、URL(Uniform Resource Locator)やIPアドレスである。   The Web server 50 has identification information that can identify the Web server 50 on the communication network line 51. The identification information is, for example, a URL (Uniform Resource Locator) or an IP address.

図7は、PC40の構成を示すブロック図である。
PC40は、当該PCの全体を処理する制御部41、プログラムメモリ42、ワークメモリ43、記録媒体44、表示部45、操作部46、および通信処理部47を備える。
FIG. 7 is a block diagram showing a configuration of the PC 40.
The PC 40 includes a control unit 41 that processes the entire PC, a program memory 42, a work memory 43, a recording medium 44, a display unit 45, an operation unit 46, and a communication processing unit 47.

同図において、制御部41は、CPU等の演算回路で構成される。また、プログラムメモリ42〜記録媒体44は、SD−RAMやHDD等で構成される。さらに、表示部45はCRTやLCDなどの表示デバイスで構成される。また、操作部46は、キーボードに代表される文字入力デバイスやマウスやタッチパッドなどの位置指定デバイスで構成される。また、通信処理部47は、外部コネクタを搭載したデバイスで構成され、通信モデムとしての機能や、プラグイン機能を有する。   In the figure, the control unit 41 is composed of an arithmetic circuit such as a CPU. Further, the program memory 42 to the recording medium 44 are configured by an SD-RAM, an HDD, or the like. Further, the display unit 45 is configured by a display device such as a CRT or LCD. The operation unit 46 includes a character input device represented by a keyboard and a position designation device such as a mouse and a touch pad. The communication processing unit 47 is configured by a device equipped with an external connector, and has a function as a communication modem and a plug-in function.

また、プログラムメモリ42は、制御部41、ワークメモリ43、または記録媒体44に対し識別情報記憶手段として機能させるための識別情報記憶処理プログラム420、制御部41に対し第2の検知手段として機能させるための第2検知処理プログラム421、制御部41に対し読出手段として機能させるための読出処理プログラム422、制御部41および通信処理部47に対し受信手段として機能させるための受信処理プログラム423、制御部41および通信処理部47に対し第3の送信手段として機能させるための第3送信処理プログラム424、制御部41に対しハッシュ値算出手段として機能させるためのハッシュ値算出処理プログラム425、制御部41、ワークメモリ43、または記録媒体44に対しアップロード履歴記憶手段として機能させるためのアップロード履歴記憶処理プログラム426、および、制御部41に対しアップロード判定手段として機能させるためのアップロード判定処理プログラム427を格納する。そして制御部41は、後述する処理により、これらのプログラムをロードし処理を実行する。   The program memory 42 causes the control unit 41, the work memory 43, or the recording medium 44 to function as an identification information storage processing program 420 for causing the control unit 41 to function as identification information storage means. A second detection processing program 421 for reading, a reading processing program 422 for causing the control unit 41 to function as reading means, a receiving processing program 423 for causing the control unit 41 and communication processing unit 47 to function as receiving means, and a control unit 41 and the communication processing unit 47 to function as a third transmission unit, a third transmission processing program 424, a control unit 41 to function as a hash value calculation unit, a hash value calculation processing program 425, a control unit 41, Upload history to work memory 43 or recording medium 44 Upload history storage processing program 426 to function as 憶 means, and stores the upload determining program 427 to function as an upload determining means to the control unit 41. And the control part 41 loads these programs and performs a process by the process mentioned later.

また、上記各プログラムについて、識別情報記憶処理プログラム420により記憶されたWebサーバ50を識別するための識別情報は、記録媒体44に記憶される。
第2検知処理プログラム421は、制御部41にデジタルカメラ10との接続を検知させるためのプログラムである。
読出処理プログラム422は、制御部41が第2検知処理プログラムを実行することによりデジタルカメラ10との接続を検知した際、制御部41に対し記録媒体44に記憶された識別情報を読み出させるためのプログラムである。
For each of the above programs, identification information for identifying the Web server 50 stored by the identification information storage processing program 420 is stored in the recording medium 44.
The second detection processing program 421 is a program for causing the control unit 41 to detect connection with the digital camera 10.
The read processing program 422 causes the control unit 41 to read the identification information stored in the recording medium 44 when the control unit 41 detects the connection with the digital camera 10 by executing the second detection processing program. It is a program.

受信処理プログラム423は、第2送信処理部34により送信された画像データを制御部41の制御により通信処理部47に受信させるためのプログラムである。
第3送信処理プログラム424は、受信処理プログラム423により受信した画像データを、読出処理プログラム422により読み出された識別情報に基づいて、通信処理部47に対し、通信ネットワーク回線51を介して、Webサーバ50にアップロードさせるためのプログラムである。
The reception processing program 423 is a program for causing the communication processing unit 47 to receive the image data transmitted by the second transmission processing unit 34 under the control of the control unit 41.
The third transmission processing program 424 transmits the image data received by the reception processing program 423 to the communication processing unit 47 via the communication network line 51 based on the identification information read by the reading processing program 422. This is a program for uploading to the server 50.

ハッシュ値算出処理プログラム425は、受信処理プログラム423を実行することにより受信された画像データのハッシュ値を制御部41に算出させるためのプログラムである。
アップロード履歴記憶処理プログラム426は、既にアップロードを完了した画像データのハッシュ値をアップロード履歴として記録媒体44に記憶させるためのプログラムである。
アップロード判定処理プログラム427は、アップロード履歴記憶処理プログラム426により記録媒体44に記憶したハッシュ値と、第3送信処理プログラム424によりアップロードされる画像データのハッシュ値とを制御部41に比較させ、双方のハッシュ値が一致した場合にはアップロード完了済と判定させる一方、ハッシュ値が一致しない場合にはアップロード未完了と判定させるためのプログラムである。
The hash value calculation processing program 425 is a program for causing the control unit 41 to calculate a hash value of image data received by executing the reception processing program 423.
The upload history storage processing program 426 is a program for storing the hash value of image data that has already been uploaded in the recording medium 44 as an upload history.
The upload determination processing program 427 causes the control unit 41 to compare the hash value stored in the recording medium 44 by the upload history storage processing program 426 and the hash value of the image data uploaded by the third transmission processing program 424. When the hash values match, it is determined that the upload has been completed, and when the hash values do not match, the program determines that the upload has not been completed.

ここで、アップロード履歴としてハッシュ値を用いた理由は、ファイル名やタイムスタンプは変更可能であるが、画像データから求めたハッシュ値は変更できないので、画像データの重複アップロードを回避できるからである。   Here, the reason why the hash value is used as the upload history is that the file name and the time stamp can be changed, but the hash value obtained from the image data cannot be changed, so that the duplicate upload of the image data can be avoided.

次に、デジタルカメラ10の制御部30、および、PC40の制御部41の動作について、図8のフローチャートを用いて説明する。
まず、PC40の制御部41が通信ネットワーク回線51を介してWebサーバ50に接続され状態である。この状態で、ユーザはデジタルカメラ10をPC40にUSB接続する。
USB接続されたことを検知すると、デジタルカメラ10およびPC40の制御部30、41は、それぞれのプログラムメモリ18、42から各プログラムをロードして実行準備させ、さらに、制御部41は、通信処理部47に対し、PictBridge(登録商標)通信のネゴシエーションをデジタルカメラ10と行わせ通信を確立する(ステップST11、ST21)。その後、制御部41は、デジタルカメラ10からのデータ転送の実行待ち状態となる(ステップST22)。
Next, operations of the control unit 30 of the digital camera 10 and the control unit 41 of the PC 40 will be described with reference to the flowchart of FIG.
First, the control unit 41 of the PC 40 is connected to the Web server 50 via the communication network line 51. In this state, the user connects the digital camera 10 to the PC 40 via USB.
When it is detected that the USB connection is established, the control units 30 and 41 of the digital camera 10 and the PC 40 load the respective programs from the program memories 18 and 42 to prepare for execution, and the control unit 41 further includes a communication processing unit. 47, negotiation of PictBridge (registered trademark) communication is performed with the digital camera 10 to establish communication (steps ST11 and ST21). Thereafter, the control unit 41 waits for execution of data transfer from the digital camera 10 (step ST22).

一方、デジタルカメラ40の制御部30の接続先判断処理部32は、PictBridge通信のネゴシエーションにより、接続された外部機器がPC40かプリンタ60かを判断する(ステップST12)。この判断については、例えば、上記のネゴシエーションにより送信されたデータに含まれるIPアドレスに基づいて接続された外部機器がPC40かプリンタ60かを判断する方法や、送信されたデータにプリンタ特有のコマンドが付加されているか否かに基づいて判断する方法が挙げられる。   On the other hand, the connection destination determination processing unit 32 of the control unit 30 of the digital camera 40 determines whether the connected external device is the PC 40 or the printer 60 by negotiation of PictBridge communication (step ST12). For this determination, for example, a method for determining whether the connected external device is the PC 40 or the printer 60 based on the IP address included in the data transmitted by the above negotiation, or a command specific to the printer is included in the transmitted data. There is a method of making a determination based on whether or not it is added.

接続先判断処理部32により接続先がPC40であると判断されると、制御部30は、ファイル管理領域172の送信指定項目177および送信記録項目178のフラグの状態を参照する(ステップST13)。   When the connection destination determination processing unit 32 determines that the connection destination is the PC 40, the control unit 30 refers to the flag states of the transmission designation item 177 and the transmission record item 178 in the file management area 172 (step ST13).

次いで、送信指定項目177のフラグに1が設定され、かつ、送信記録項目178のフラグに0が設定されている画像データが有るか否かを順次判断する(ステップST14)。   Next, it is sequentially determined whether or not there is any image data in which 1 is set in the flag of the transmission designation item 177 and 0 is set in the flag of the transmission record item 178 (step ST14).

画像データが無いと判断した場合は本処理を終了するが、画像データが有ると判断した場合は、PC40へPictBridge(登録商標)通信によりこの画像データを転送処理する(ステップST15)。
その後、制御部30は、PC40から送信されるアップロードの結果を待つ(ステップST16)。
If it is determined that there is no image data, this process ends. If it is determined that there is image data, the image data is transferred to the PC 40 by PictBridge (registered trademark) communication (step ST15).
Thereafter, the control unit 30 waits for an upload result transmitted from the PC 40 (step ST16).

一方、PC40の制御部41は、デジタルカメラ10から転送された画像データ、すなわち、アップロードしようとする画像データについて、ハッシュ値を算出する(ステップST24)。   On the other hand, the control unit 41 of the PC 40 calculates a hash value for the image data transferred from the digital camera 10, that is, the image data to be uploaded (step ST24).

次いで、ステップST24で算出したハッシュ値を、過去にアップロード履歴記憶処理プログラム426により記録媒体44に記憶された画像データのハッシュ値と照合し(ステップST25)、アップロードしようとする画像データがアップロード済であるか否かを判定する(ステップST26)。この判定がYESの場合、ステップST27に移り、NOの場合、ステップST28に移る。   Next, the hash value calculated in step ST24 is collated with the hash value of the image data stored in the recording medium 44 by the upload history storage processing program 426 in the past (step ST25), and the image data to be uploaded has already been uploaded. It is determined whether or not there is (step ST26). If this determination is YES, the process proceeds to step ST27, and if NO, the process proceeds to step ST28.

アップロード対象の画像データが既にアップロード済である場合、すなわち、ステップST26でYESと判定された場合は、このハッシュ値で特定される画像データにアップロードを行わず、アップロード済である旨の情報を、アップロードの結果待ち状態のデジタルカメラ10に出力する(ステップST27)。   If the image data to be uploaded has already been uploaded, that is, if it is determined as YES in step ST26, the image data specified by this hash value is not uploaded, and information indicating that the upload has been completed, The result is output to the digital camera 10 waiting for the upload result (step ST27).

一方、アップロード対象の画像データが未だアップロードされていない場合、すなわち、ステップST26でNОと判定された場合は、通信処理部47に対しHTTPのPOSTシーケンスを用いて、Webサーバ50とHTTP(HyperText Transfer Protocol)通信を行わせ、画像データをアップロードさせ(ステップST28)、このアップロードした画像データのハッシュ値を記録媒体44に記憶させる(ステップST29)。
以上のアップロード履歴は、具体的には、図9に示すように、PC40の表示部45に表示される。このアップロード履歴は、アップロードを実行したデータのファイル名401、作成日時402、ファイルサイズ403、アップロード日時404などで構成される。
On the other hand, if the image data to be uploaded has not yet been uploaded, that is, if NO is determined in step ST26, the HTTP processing is performed with the Web server 50 using the HTTP POST sequence for the communication processing unit 47. Protocol) communication is performed to upload the image data (step ST28), and the hash value of the uploaded image data is stored in the recording medium 44 (step ST29).
Specifically, the above upload history is displayed on the display unit 45 of the PC 40 as shown in FIG. This upload history includes a file name 401 of data that has been uploaded, a creation date 402, a file size 403, an upload date 404, and the like.

そして、アップロード対象の画像データのアップロードが完了した旨の情報を、アップロードの結果待ち状態のデジタルカメラ10に出力する(ステップST30)。   Then, information indicating that the upload of the image data to be uploaded is completed is output to the digital camera 10 waiting for the upload result (step ST30).

一方、デジタルカメラ10は、ステップST16においてアップロード完了という結果を受信すると、送信した画像データに対応する送信記録項目178にフラグ1を設定し、次いでユーザに対し、アップロード作業を継続するか否かの選択を待ち、「継続」を検出した場合には、ステップST13に戻る。一方、この判定がNOの場合には、本処理を終了する。   On the other hand, when receiving the result of upload completion in step ST16, the digital camera 10 sets a flag 1 in the transmission record item 178 corresponding to the transmitted image data, and then determines whether or not to continue the upload operation for the user. The process waits for selection, and if “continuation” is detected, the process returns to step ST13. On the other hand, if this determination is NO, the present process is terminated.

また、ステップST12において接続先がプリンタ60であると判断した場合は、制御部30は、ファイル管理領域172の印刷指定項目175および印刷枚数項目176のフラグの状態を参照し、印刷指定項目175のフラグに1が設定されている画像データについて、印刷枚数項目176に記憶された枚数分の印刷の指示を待機し、ユーザの所定の操作により印刷が指示されると、対応する画像データをプリンタ60に出力し(ステップST18)、本処理を終了する。   If it is determined in step ST12 that the connection destination is the printer 60, the control unit 30 refers to the state of the flag of the print designation item 175 and the number of print items 176 in the file management area 172, and sets the print designation item 175. With respect to the image data in which the flag is set to 1, the print instruction for the number of sheets stored in the print number item 176 is waited, and when the user issues a print instruction by a predetermined operation, the corresponding image data is transferred to the printer 60. (Step ST18), and this process is terminated.

本実施形態によれば、以下のような効果がある。
(1)PC40にデジタルカメラ10を接続するだけで、接続先がPC(送信装置)かプリンタ(印刷装置)かを判別し、この判別結果に応じて送信指定した画像データ、印刷指定した画像データを分けて送信することができる。
According to this embodiment, there are the following effects.
(1) By simply connecting the digital camera 10 to the PC 40, it is determined whether the connection destination is a PC (transmission device) or a printer (printing device), and image data designated for transmission and image data designated for printing according to this discrimination result. Can be sent separately.

(2)アップロード履歴としてハッシュ値を用いて、画像データをアップロードしようとする度に、アップロード対象の画像データのハッシュ値とアップロード履歴のハッシュ値とを照合する。よって、同一データを重複してアップロードするのを防止できる。   (2) Using a hash value as the upload history, each time an attempt is made to upload image data, the hash value of the image data to be uploaded is checked against the hash value of the upload history. Therefore, it is possible to prevent the same data from being uploaded twice.

(3)アップロード履歴をPC40のストレージに記憶させたので、PC40より容量が小さいデジタルカメラ10のストレ一ジにアップロード履歴を記憶させた場合に比べて、デジタルカメラ10のストレ一ジを圧迫しない。
(4)ユーザが複数台のデジタルカメラ10を用いて画像データを生成しても、アップロ一ド履歴をPC40で一元管理できる。
(3) Since the upload history is stored in the storage of the PC 40, the storage of the digital camera 10 is not compressed compared to the case where the upload history is stored in the storage of the digital camera 10 having a capacity smaller than that of the PC 40.
(4) Even if the user generates image data using a plurality of digital cameras 10, the upload history can be centrally managed by the PC 40.

なお、本発明は前記実施形態に限定されるものではなく、本発明の目的を達成できる範囲での変形、改良等は本発明に含まれるものである。
例えば、本実施形態では、PC40を用いて、デジタルカメラ10とWebサーバ50との間を中継したが、これに限らない。すなわち、デジタルカメラとの接続インターフェイスを備え、かつ、通信ネットワークとの接続インターフェイスを備える機器であれば、どのような構成でもよい。
また、PC40では、アップロード履歴を表示させたが、これに限らず、表示装置を有しない構成としてもよい。
It should be noted that the present invention is not limited to the above-described embodiment, and modifications, improvements, etc. within a scope that can achieve the object of the present invention are included in the present invention.
For example, in the present embodiment, the PC 40 is used to relay between the digital camera 10 and the Web server 50, but the present invention is not limited to this. That is, any configuration may be used as long as the device has a connection interface with a digital camera and a connection interface with a communication network.
Further, although the upload history is displayed on the PC 40, the present invention is not limited to this, and a configuration without a display device may be employed.

1 画像送信システム
10 デジタルカメラ
17 画像記録部
18 プログラムメモリ
21 通信部
30 制御部
31 第1検知処理部
32 接続先判断処理部
33 第1送信処理部
34 第2送信処理部
40 PC(パーソナル・コンピュータ)
41 制御部
42 プログラムメモリ
44 記録媒体
45 表示部
47 通信処理部
50 Webサーバ
51 通信ネットワーク回線
171 ファイル実体格納領域
172 ファイル管理領域
DESCRIPTION OF SYMBOLS 1 Image transmission system 10 Digital camera 17 Image recording part 18 Program memory 21 Communication part 30 Control part 31 1st detection process part 32 Connection destination judgment process part 33 1st transmission process part 34 2nd transmission process part 40 PC (personal computer) )
41 Control Unit 42 Program Memory 44 Recording Medium 45 Display Unit 47 Communication Processing Unit 50 Web Server 51 Communication Network Line 171 File Entity Storage Area 172 File Management Area

本発明は画像送信システム、コンピュータ、送信制御方法、及び、プログラムに関する。 The present invention relates to an image transmission system , a computer, a transmission control method, and a program.

本発明は、画像データの二重アップロードを防ぐことが可能な画像送信システム、コンピュータ、送信制御方法、及び、プログラムを提供することを目的とする。 An object of the present invention is to provide an image transmission system , a computer, a transmission control method, and a program that can prevent double uploading of image data .

本発明は、複数の画像データを記憶する画像記憶手段と、当該画像記憶手段に記憶した複数の画像データのそれぞれと対応付けて、当該画像データの外部への送信を要求する送信要求情報と、送信が要求された画像データについて送信が完了したか否かの送信記録情報と、を記憶する情報記憶手段と、外部機器との接続を検知する第1の検知手段と、当該第1の検知手段により外部機器との接続が検知されると、前記情報記憶手段に記憶した送信要求情報を読み出して、当該送信要求情報が対応付けられ且つ未送信の画像データを前記画像記憶手段から読み出し、前記外部機器に送信する第の送信手段と、を備えた画像記憶装置と、前記画像記憶装置との接続を検知する第2の検知手段と、当該第2の検知手段により前記画像記憶装置との接続が検知されると、前記画像記憶装置から送信される画像データが前記通信ネットワークを介した外部へ送信済みか否かを判断する送信済判断手段と、当該送信済判断手段によって送信済みの画像データであると判断した場合は当該送信された画像データについては、前記通信ネットワークを介した外部へは送信しないよう制御する送信制御手段と、を備えた外部機器と、を備えることを特徴とする。 The present invention includes an image storage means for storing a plurality of image data, and the transmission request information in association with each of the plurality of image data stored in the image storage means, a request for transmission to the external of the image data, Information storage means for storing transmission record information indicating whether or not transmission of image data requested to be transmitted is completed, first detection means for detecting connection with an external device, and the first detection means When the connection with the external device is detected by the above, the transmission request information stored in the information storage unit is read out, and the image data associated with the transmission request information and untransmitted is read out from the image storage unit. a first transmitting means for transmitting to the device, an image storage device and a second detecting means for detecting a connection between the image storage apparatus, by the second detecting means and the image storage device When a continuation is detected, a transmission determination unit that determines whether the image data transmitted from the image storage device has been transmitted to the outside via the communication network, and an image that has been transmitted by the transmission determination unit A transmission control unit configured to control transmission of the transmitted image data so that the transmitted image data is not transmitted to the outside via the communication network when the data is determined to be data. .

本発明によれば、画像データの二重アップロードを防ぐことが可能になる。 According to the present invention, it is possible to prevent double uploading of image data.

Claims (3)

複数の画像データを記憶する画像記憶手段と、
当該画像記憶手段に記憶した複数の画像データのそれぞれと対応付けて、当該画像の印刷を要求する印刷要求情報と当該画像データの外部への送信を要求する送信要求情報と、送信が要求された画像データについて送信が完了したか否かの送信記録情報と、を記憶する情報記憶手段と、
外部との接続を検知する第1の検知手段と、
当該第1の検知手段により外部との接続が検知されると、当該接続の際に前記外部から送信されるデータに基づいて、接続先が印刷装置であるか、または、印刷装置とは異なる外部機器であるかを判断する接続先判断手段と、
当該接続先判断手段により接続先が印刷装置であると判断した場合には、前記情報記憶手段に記憶した印刷要求情報を読み出して、当該印刷要求情報が対応付けられた画像データを前記画像記憶手段から読み出し、前記印刷装置に送信する第1の送信手段と、
前記接続先判断手段により接続先が外部機器であると判断した場合には、前記情報記憶手段に記憶した送信要求情報を読み出して、当該送信要求情報が対応付けられ且つ未送信の画像データを前記画像記憶手段から読み出し、前記外部機器に送信する第2の送信手段
前記接続先判断手段により接続先が外部機器であると判断した場合には、前記情報記憶手段に記憶した送信要求情報を読み出して、当該送信要求情報が対応付けられ且つ未送信の画像データを前記画像記憶手段から読み出し、前記外部機器に送信する第2の送信手段と、を備えた画像記憶装置と、
前記画像記憶装置との接続を検知する第2の検知手段と、
当該第2の検知手段により前記画像記憶装置との接続が検知されると、画像データを通信ネットワークを介して外部に送信するためのプログラムを実行させるよう制御する実行制御手段と、
当該実行制御手段による制御により実行されるプログラムにより、前記画像記憶装置から送信される画像データが前記通信ネットワークを介した外部へ送信済みか否かを判断する送信済判断手段と、
当該送信済判断手段によって送信済みの画像データであると判断した場合は当該送信された画像データについて既に送信済みである情報を前記画像記憶装置に送信する一方、送信済みの画像データでないと判断した場合は、当該送信された画像データを前記通信ネットワークを介した外部へ送信して送信済みであることを記憶し、更に送信済みである情報を前記画像記憶装置に送信する第3の送信手段と、を備えた外部機器と、を備えることを特徴とする画像送信システム。
Image storage means for storing a plurality of image data;
In association with each of the plurality of image data stored in the image storage means, print request information for requesting printing of the image, transmission request information for requesting transmission of the image data to the outside, and transmission requested Information storage means for storing transmission record information as to whether or not transmission of image data has been completed;
First detecting means for detecting connection with the outside;
When a connection with the outside is detected by the first detection means, the connection destination is a printing device or an external device different from the printing device based on data transmitted from the outside at the time of the connection A connection destination judging means for judging whether the device is a device;
When the connection destination determining unit determines that the connection destination is a printing apparatus, the print request information stored in the information storage unit is read, and the image data associated with the print request information is read out from the image storage unit. First transmitting means for reading from and transmitting to the printing device;
When the connection destination determination unit determines that the connection destination is an external device, the transmission request information stored in the information storage unit is read, and the transmission request information is associated with the untransmitted image data. Second transmission means for reading from the image storage means and transmitting to the external device When the connection destination determination means determines that the connection destination is an external device, the transmission request information stored in the information storage means is read. An image storage device comprising: a second transmission unit that reads the image data associated with the transmission request information and has not been transmitted from the image storage unit, and transmits the image data to the external device;
Second detection means for detecting connection with the image storage device;
Execution control means for controlling to execute a program for transmitting image data to the outside via a communication network when connection with the image storage device is detected by the second detection means;
A transmitted determination means for determining whether image data transmitted from the image storage device has been transmitted to the outside via the communication network by a program executed by the control of the execution control means;
When it is determined by the transmitted determination means that the image data has already been transmitted, information that has already been transmitted for the transmitted image data is transmitted to the image storage device, while it is determined that the transmitted image data is not transmitted image data. A third transmission unit for transmitting the transmitted image data to the outside via the communication network, storing the transmitted image data, and transmitting the transmitted information to the image storage device; An image transmission system comprising: an external device comprising:
前記外部機器は、前記画像記憶装置から送信される画像データのハッシュ値を算出する算出手段をさらに備え、
前記送信済判断手段は、前記算出手段が算出したハッシュ値に基づいて、送信済みの画像データであるか否かを判断することを特徴とする請求項1に記載の画像送信システム。
The external device further includes calculation means for calculating a hash value of image data transmitted from the image storage device,
The image transmission system according to claim 1, wherein the transmitted determination unit determines whether the image data has been transmitted based on the hash value calculated by the calculation unit.
前記画像記憶装置は、
被写体を撮影して画像データを生成する撮像手段と、
当該撮像手段により生成された画像データを前記画像記憶手段に記憶させる制御手段と、をさらに備えることを特徴とする請求項1または2に記載の画像送信システム。
The image storage device includes:
An imaging means for capturing a subject and generating image data;
The image transmission system according to claim 1, further comprising a control unit that stores the image data generated by the imaging unit in the image storage unit.
JP2013130522A 2013-06-21 2013-06-21 Image transmission system, computer, transmission control method, and program Pending JP2013225910A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013130522A JP2013225910A (en) 2013-06-21 2013-06-21 Image transmission system, computer, transmission control method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013130522A JP2013225910A (en) 2013-06-21 2013-06-21 Image transmission system, computer, transmission control method, and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2010195472A Division JP5310678B2 (en) 2010-09-01 2010-09-01 Image transmission system, image storage device, and program

Publications (1)

Publication Number Publication Date
JP2013225910A true JP2013225910A (en) 2013-10-31

Family

ID=49595627

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013130522A Pending JP2013225910A (en) 2013-06-21 2013-06-21 Image transmission system, computer, transmission control method, and program

Country Status (1)

Country Link
JP (1) JP2013225910A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10243329A (en) * 1996-12-27 1998-09-11 Casio Comput Co Ltd Digital still camera, image transfer method and recording medium
JP2000209536A (en) * 1999-01-14 2000-07-28 Casio Comput Co Ltd Recorded image management method and electronic image pickup device
JP2001069296A (en) * 1999-08-27 2001-03-16 Canon Inc Image processing device and method and storage medium
JP2001309219A (en) * 2000-04-20 2001-11-02 Fuji Photo Film Co Ltd Image transfer system
JP2003115975A (en) * 2001-02-16 2003-04-18 Fuji Photo Film Co Ltd Image storing apparatus, image storing system, terminal, image storing program and image storing method
JP2003319309A (en) * 2002-04-22 2003-11-07 Minolta Co Ltd Digital camera and program
JP2005150892A (en) * 2003-11-12 2005-06-09 Fuji Photo Film Co Ltd Digital still camera, image data storage device, and their controlling method
JP2007201578A (en) * 2006-01-24 2007-08-09 Nikon Corp Image recording system
JP2007201861A (en) * 2006-01-27 2007-08-09 Eastman Kodak Co File management method

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10243329A (en) * 1996-12-27 1998-09-11 Casio Comput Co Ltd Digital still camera, image transfer method and recording medium
JP2000209536A (en) * 1999-01-14 2000-07-28 Casio Comput Co Ltd Recorded image management method and electronic image pickup device
JP2001069296A (en) * 1999-08-27 2001-03-16 Canon Inc Image processing device and method and storage medium
JP2001309219A (en) * 2000-04-20 2001-11-02 Fuji Photo Film Co Ltd Image transfer system
JP2003115975A (en) * 2001-02-16 2003-04-18 Fuji Photo Film Co Ltd Image storing apparatus, image storing system, terminal, image storing program and image storing method
JP2003319309A (en) * 2002-04-22 2003-11-07 Minolta Co Ltd Digital camera and program
JP2005150892A (en) * 2003-11-12 2005-06-09 Fuji Photo Film Co Ltd Digital still camera, image data storage device, and their controlling method
JP2007201578A (en) * 2006-01-24 2007-08-09 Nikon Corp Image recording system
JP2007201861A (en) * 2006-01-27 2007-08-09 Eastman Kodak Co File management method

Similar Documents

Publication Publication Date Title
JP4680197B2 (en) Portable terminal device, printing system and method
TWI446792B (en) Image transmission system, method for image information transmission, and electronic apparatus
JP4953603B2 (en) Imaging apparatus and control method thereof
US9118821B2 (en) Memory card with wireless communication function, method of operating memory card with wireless communication function, and non-transitory computer-readable device storing a program for operating memory card with wireless communication function
JP4451480B2 (en) Electronic camera and storage medium
JP5473290B2 (en) Information processing apparatus, information processing method, and program
KR101362763B1 (en) Method for transferring content between apparatuses and content transmission apparatus
US9456091B2 (en) Devices and methods for performing operations on image data stored in an external storage device
JP5310678B2 (en) Image transmission system, image storage device, and program
JP5632733B2 (en) Display device, screen image transfer method, and program
US8443111B2 (en) Communication method to transfer user operation information between electronic device and host device and electronic device using the same
JP2013225910A (en) Image transmission system, computer, transmission control method, and program
JP2005210267A (en) Print system and setting method of image input unit
JP2006285529A (en) Host controller
JP4865589B2 (en) Imaging device and control method thereof, adapter device and control method thereof, and program
JP5979984B2 (en) Imaging apparatus, control method thereof, and program
JP2010167706A (en) Print control device, method and program
JP2006319497A (en) Image pickup device and recording method
JP2009055527A (en) Image processing apparatus and system
JP2017174023A (en) Collation information processing device
JP2021068388A (en) Information processing device, control method therefor, and program
JP2013235401A (en) Linking program and information processing apparatus
JP2020135830A (en) Information processing device, method for controlling information processing device, program, system and method for controlling system
JP2009296436A (en) Camera, and image transmitting apparatus
JP2008104147A (en) Imaging apparatus, imaging system, image data processing method and program

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140616

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140729

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20150106