JP6921652B2 - Information processing equipment and information processing methods and programs - Google Patents

Information processing equipment and information processing methods and programs Download PDF

Info

Publication number
JP6921652B2
JP6921652B2 JP2017128041A JP2017128041A JP6921652B2 JP 6921652 B2 JP6921652 B2 JP 6921652B2 JP 2017128041 A JP2017128041 A JP 2017128041A JP 2017128041 A JP2017128041 A JP 2017128041A JP 6921652 B2 JP6921652 B2 JP 6921652B2
Authority
JP
Japan
Prior art keywords
application
data
image
app
format
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2017128041A
Other languages
Japanese (ja)
Other versions
JP2019012362A (en
Inventor
健太 渡邊
健太 渡邊
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2017128041A priority Critical patent/JP6921652B2/en
Priority to US16/017,194 priority patent/US10735639B2/en
Publication of JP2019012362A publication Critical patent/JP2019012362A/en
Application granted granted Critical
Publication of JP6921652B2 publication Critical patent/JP6921652B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Description

本発明は、特に、複数のアプリケーションを用いて処理を行うために用いて好適な情報処理装置、情報処理方法およびプログラムに関する。 The present invention particularly relates to information processing devices, information processing methods and programs suitable for use in performing processing using a plurality of applications.

スマートフォンなどの情報処理装置は、OSや複数のアプリケーションをインストールし、各アプリケーションを用いて動作することで、さまざまな機能を実現することができる。例えば、カメラ接続用アプリケーションを用いてカメラと接続し、画像の取り込みを行ったり、画像編集用アプリケーションを用いて画像の編集を行ったりすることができる。特許文献1には、カメラ接続用アプリケーションによりデジタルカメラと通信を行う通信装置が開示されている。 Information processing devices such as smartphones can realize various functions by installing an OS and a plurality of applications and operating using each application. For example, a camera connection application can be used to connect to a camera to capture an image, or an image editing application can be used to edit an image. Patent Document 1 discloses a communication device that communicates with a digital camera by a camera connection application.

特開2014−86844号公報Japanese Unexamined Patent Publication No. 2014-86844

これらの複数のアプリケーションでは、それぞれ対応可能なデータの形式が異なっている場合がある。 These multiple applications may support different data formats.

例えば、情報処理装置に、カメラからの画像の取込処理を実行するための第1のアプリケーションと、画像の編集処理を実行するための第2のアプリケーションについて説明する。第2のアプリケーションが、編集処理の対象となるデータを取得するために、第1のアプリケーションを起動することにより、情報処理装置は画像をカメラから取り込む。ここで、第2のアプリケーションが対応可能形式でなければ、画像を編集処理することができず、取り込まれた画像が無駄になっていた。 For example, a first application for executing an image acquisition process from a camera and a second application for executing an image editing process on an information processing device will be described. When the second application starts the first application in order to acquire the data to be edited, the information processing apparatus captures the image from the camera. Here, if the second application is not in a compatible format, the image cannot be edited and the captured image is wasted.

そこで、本発明では、複数のアプリケーション間で連携して外部装置からデータを取り込む際に、無駄なデータの取り込み処理を行うのを防ぐことを目的とする。 Therefore, an object of the present invention is to prevent unnecessary data capture processing when data is fetched from an external device in cooperation with a plurality of applications.

上記課題を解決するために、本願に係る発明の1つは、情報処理装置であって、第1のアプリケーションにしたがって動作し、第2のアプリケーションの起動を要求する要求手段と、前記要求に応答して、前記第2のアプリケーションを起動し、前記第2のアプリケーションにしたがって動作することにより、外部装置により保持されるデータを前記外部装置から受信する処理を実行する受信手段と、前記第1のアプリケーションが対応可能なデータの形式を示す情報を取得する取得手段と、前記第2のアプリケーションにしたがって動作することにより、前記第1のアプリケーションが対応可能な形式のデータか否かを識別可能にして、前記外部装置により保持されるデータに関する属性情報を画面に表示するよう制御する表示制御手段を備えたことを特徴とする。 In order to solve the above problems, one of the inventions according to the present application is an information processing apparatus, which operates according to the first application, requests means for requesting the activation of the second application, and responds to the request. Then, by starting the second application and operating according to the second application, a receiving means for executing a process of receiving data held by the external device from the external device, and the first By operating according to the second application and the acquisition means for acquiring the information indicating the data format that the application can support, it is possible to identify whether or not the data is in the data format that the first application can support. The present invention is characterized by comprising a display control means for controlling the display of attribute information related to the data held by the external device on the screen.

本発明によれば、複数のアプリケーション間で連携して外部装置からデータを取り込む際に、無駄なデータの取り込み処理を行うのを防ぐことができ、ユーザビリティが向上する。 According to the present invention, when data is fetched from an external device in cooperation with a plurality of applications, it is possible to prevent unnecessary data fetching processing, and usability is improved.

本発明の実施形態における通信機器を含むネットワークの構成例を説明するための図である。It is a figure for demonstrating the configuration example of the network including the communication apparatus in embodiment of this invention. 本発明の実施形態における通信機器のハードウェア構成例を示すブロック図である。It is a block diagram which shows the hardware configuration example of the communication device in embodiment of this invention. 本発明の実施形態における通信機器のソフトウェア構成例を示す図である。It is a figure which shows the software structure example of the communication device in embodiment of this invention. 本発明の実施形態における撮像装置のハードウェア構成例を示すブロック図である。It is a block diagram which shows the hardware configuration example of the image pickup apparatus in embodiment of this invention. 本発明の第1の実施形態におけるRead−appからWrite−appを起動させて、Write−appによってカメラ内画像を取得し、Read−appへ渡す例を示したシーケンス図である。It is a sequence diagram which showed the example which started Write-app from Read-app in the 1st Embodiment of this invention, acquired the image in a camera by Write-app, and passed it to Lead-app. 本発明の実施形態におけるデータ共有場所、およびデータリストの構成例を示す図である。It is a figure which shows the structure example of the data sharing place and the data list in embodiment of this invention. 本発明の実施形態におけるRead−appの表示画面の例を示す図である。It is a figure which shows the example of the display screen of the Read-app in the embodiment of this invention. 発明の実施形態におけるWrite−appの表示画面の例を示す図である。It is a figure which shows the example of the display screen of Write-app in embodiment of the invention.

以下に、図面を参照して、この発明の好適な実施の形態を例示的に詳しく説明する。ただし、この実施形態に記載されている構成要素はあくまで例示であり、この発明の範囲をそれらのみに限定する趣旨のものではない。 Hereinafter, preferred embodiments of the present invention will be described in detail, exemplary, with reference to the drawings. However, the components described in this embodiment are merely examples, and the scope of the present invention is not limited to them.

(第1の実施形態)
以下、本発明の第1の実施形態について図面を参照しながら説明する。本実施形態では、ユーザが情報処理装置である通信機器(スマートフォン)を操作して画像編集アプリケーションを起動させて、データ取り込み用アプリケーションを起動させる例について説明する。なお、本実施形態におけるアプリケーションの「起動」として、未起動のアプリケーションを起動させる場合と、バックグラウンドで起動中のアプリケーションをフォアグラウンドへ移動させる場合がある。
(First Embodiment)
Hereinafter, the first embodiment of the present invention will be described with reference to the drawings. In the present embodiment, an example will be described in which a user operates a communication device (smartphone) which is an information processing device to start an image editing application and start a data acquisition application. In addition, as "launching" of the application in this embodiment, there are a case where an unstarted application is started and a case where an application running in the background is moved to the foreground.

(ネットワークの構成)
図1は、本実施形態に係る通信機器101を含むシステムの構成例を説明するための図である。
(Network configuration)
FIG. 1 is a diagram for explaining a configuration example of a system including the communication device 101 according to the present embodiment.

図1に示すように、通信機器101は、データ取り込み用アプリケーションを用いて撮像装置102と接続し、ネットワーク103を介して撮像装置102から画像を取り込むことができる。なお、撮像装置102との接続に用いられる通信は、有線通信であっても無線通信であってもよい。 As shown in FIG. 1, the communication device 101 can be connected to the image pickup device 102 by using a data acquisition application, and can capture an image from the image pickup device 102 via the network 103. The communication used for connecting to the image pickup apparatus 102 may be wired communication or wireless communication.

(通信機器の構成)
図2は、本実施形態に係る通信機器101のハードウェア構成例を示すブロック図である。
(Communication equipment configuration)
FIG. 2 is a block diagram showing a hardware configuration example of the communication device 101 according to the present embodiment.

図2において、CPU201は通信機器101全体の処理を制御する。ROM202には、CPU201が実行する各種制御プログラム、データ等が保存されている。RAM203は、CPU201のワーク領域、エラー処理時のデータの退避領域、制御プログラムのロード領域等を有する。HDD(ハードディスクドライブ)204は、OS(オペレーティングシステム)、各種アプリケーション、通信機器101内で実行される各制御プログラムやコンテンツ、データを格納する。 In FIG. 2, the CPU 201 controls the processing of the entire communication device 101. Various control programs, data, and the like executed by the CPU 201 are stored in the ROM 202. The RAM 203 has a work area of the CPU 201, a data save area at the time of error processing, a control program load area, and the like. The HDD (hard disk drive) 204 stores each control program, content, and data executed in the OS (operating system), various applications, and the communication device 101.

入力装置205は、電源のON/OFFを切り替えるためのボタンなど各種ボタンから構成されている。BMU(ビットムーブユニット)206は、例えば、メモリ間(例えば、VRAM207と他のメモリとの間)のデータ転送や、メモリと各I/Oデバイス(例えば、NETI/F209)との間のデータ転送を制御する。VRAM207には、表示装置211に表示するための画像データが描画される。VRAM207に描画された画像データは、所定の規定に従って表示装置211に転送され、これにより表示装置211に画像が表示される。また、表示装置211はタッチパネルを搭載しており、ユーザが表示装置211の表示面に触れることによって、その位置に表示されたアイコンに係る指示を入力する。NETI/F209は、撮像装置102等とネットワーク103を介して通信を行う。バス212は、アドレスバス、データバス及びコントロールバスを含む。 The input device 205 is composed of various buttons such as a button for switching the power ON / OFF. The BMU (bit move unit) 206 transfers data between memories (for example, between VRAM 207 and another memory) and data transfer between the memory and each I / O device (for example, NETI / F209). To control. Image data for display on the display device 211 is drawn on the VRAM 207. The image data drawn on the VRAM 207 is transferred to the display device 211 according to a predetermined specification, whereby the image is displayed on the display device 211. Further, the display device 211 is equipped with a touch panel, and when the user touches the display surface of the display device 211, an instruction related to the icon displayed at the position is input. The NETI / F209 communicates with the image pickup apparatus 102 and the like via the network 103. Bus 212 includes an address bus, a data bus and a control bus.

図3は、本実施形態に係る通信機器101のソフトウェア構成例を示す図である。 FIG. 3 is a diagram showing a software configuration example of the communication device 101 according to the present embodiment.

通信機器101には、所定のOS301が搭載されており、データ取込みアプリケーション(以下、Write−app)302と、画像編集アプリケーション(以下、Read−app)303とがインストールされている。通信機器101のCPU201は、OS301を起動して、通信機器101が行う基本的な処理を行うとともに、インストールされているアプリケーションの連携処理およびデータをHDD204等に記録する処理を行う。また、通信機器101のCPU201は、Write−app302を起動して、例えば撮像装置102からNETI/F209を介して画像を取り込む処理を行う。また、通信機器101のCPU201は、Read−app303を起動して、取り込んだ画像に対して加工したり、画像の印刷を印刷装置に指示したりする処理を行う。ここで、Write−app302は入力用アプリケーションであり、出力用アプリケーションであると言うこともできる。なお、通信機器101は複数のRead−app303をインストールすることが可能であり、本実施形態ではその中の1つを例にあげて説明する。 A predetermined OS 301 is mounted on the communication device 101, and a data acquisition application (hereinafter, Write-app) 302 and an image editing application (hereinafter, Read-app) 303 are installed. The CPU 201 of the communication device 101 starts the OS 301 to perform basic processing performed by the communication device 101, as well as a process of linking installed applications and a process of recording data in the HDD 204 or the like. Further, the CPU 201 of the communication device 101 activates the Write-app 302 and performs a process of capturing an image from, for example, the image pickup device 102 via the NETI / F209. Further, the CPU 201 of the communication device 101 activates the Read-app 303 to process the captured image and instruct the printing device to print the image. Here, Write-app 302 is an input application and can be said to be an output application. It should be noted that the communication device 101 can install a plurality of Read-app 303s, and in the present embodiment, one of them will be described as an example.

(撮像装置の構成)
図4(a)は、本実施形態の外部装置の一例である撮像装置102の構成例を示すブロック図である。なお、ここでは外部装置の一例として撮像装置について述べるが、外部装置はこれに限られない。例えば外部装置は携帯型のメディアプレーヤや、いわゆるタブレットデバイス、パーソナルコンピュータなどの情報処理装置であってもよい。
(Configuration of imaging device)
FIG. 4A is a block diagram showing a configuration example of the image pickup device 102, which is an example of the external device of the present embodiment. Although the image pickup device is described here as an example of the external device, the external device is not limited to this. For example, the external device may be an information processing device such as a portable media player, a so-called tablet device, or a personal computer.

制御部401は、入力された信号や、後述のプログラムに従って撮像装置102の各部を制御する。なお、制御部401が装置全体を制御する代わりに、複数のハードウェアが処理を分担することで、装置全体を制御してもよい。 The control unit 401 controls each unit of the image pickup apparatus 102 according to the input signal and a program described later. Instead of the control unit 401 controlling the entire device, a plurality of hardware may share the processing to control the entire device.

撮像部402は、例えば、光学レンズユニットと絞り・ズーム・フォーカスなど制御する光学系と、光学レンズユニットを経て導入された光(映像)を電気的な映像信号に変換するための撮像素子などで構成される。撮像素子としては、一般的には、CMOS(Complementary Metal Oxide Semiconductor)や、CCD(Charge Coupled Device)が利用される。撮像部402は、制御部401に制御されることにより、撮像部402に含まれるレンズで結像された被写体光を、撮像素子により電気信号に変換し、ノイズ低減処理などを行いデジタルデータを画像データとして出力する。本実施形態の撮像装置102では、画像データは、DCF(Design Rule for Camera File system)の規格に従って、記録媒体410に記録される。 The image pickup unit 402 is, for example, an optical lens unit, an optical system for controlling aperture, zoom, focus, etc., and an image pickup element for converting light (image) introduced through the optical lens unit into an electrical image signal. It is composed. As the image sensor, CMOS (Complementary Metal Oxide Semiconductor) or CCD (Charge Coupled Device) is generally used. By being controlled by the control unit 401, the image pickup unit 402 converts the subject light imaged by the lens included in the image pickup unit 402 into an electric signal by the image pickup element, performs noise reduction processing, and performs digital data as an image. Output as data. In the image pickup apparatus 102 of the present embodiment, the image data is recorded on the recording medium 410 according to the DCF (Design Rule for Camera File system) standard.

不揮発性メモリ403は、電気的に消去・記録可能な不揮発性のメモリであり、制御部401で実行される後述のプログラム等が格納される。 The non-volatile memory 403 is a non-volatile memory that can be electrically erased and recorded, and stores a program or the like described later executed by the control unit 401.

作業用メモリ404は、撮像部402で撮像された画像データを一時的に保持するバッファメモリや、表示部406の画像表示用メモリ、制御部401の作業領域等として使用される。 The work memory 404 is used as a buffer memory for temporarily holding the image data captured by the image pickup unit 402, an image display memory of the display unit 406, a work area of the control unit 401, and the like.

操作部405は、ユーザが撮像装置102に対する指示をユーザから受け付けるために用いられる。操作部405は例えば、ユーザが撮像装置102の電源のON/OFFを指示するための電源ボタンや、撮影を指示するためのレリーズスイッチ、画像データの再生を指示するための再生ボタンを含む。さらに、後述の通信部411を介して外部機器との通信を開始するための専用の接続ボタンなどの操作部材を含む。また、後述する表示部406に形成されるタッチパネルも操作部405に含まれる。なお、レリーズスイッチは、SW1およびSW2を有する。レリーズスイッチが、いわゆる半押し状態となることにより、SW1がONとなる。これにより、AF(オートフォーカス)処理、AE(自動露出)処理、AWB(オートホワイトバランス)処理、EF(フラッシュプリ発光)処理等の撮影準備を行うための指示を受け付ける。また、レリーズスイッチが、いわゆる全押し状態となることにより、SW2がONとなる。これにより、撮影を行うための指示を受け付ける。 The operation unit 405 is used for the user to receive an instruction to the image pickup apparatus 102 from the user. The operation unit 405 includes, for example, a power button for instructing the user to turn on / off the power of the image pickup apparatus 102, a release switch for instructing shooting, and a reproduction button for instructing reproduction of image data. Further, it includes an operation member such as a dedicated connection button for starting communication with an external device via the communication unit 411 described later. The operation unit 405 also includes a touch panel formed on the display unit 406, which will be described later. The release switch has SW1 and SW2. When the release switch is in the so-called half-pressed state, SW1 is turned on. As a result, instructions for performing shooting preparations such as AF (autofocus) processing, AE (autoexposure) processing, AWB (auto white balance) processing, and EF (flash pre-flash) processing are received. Further, when the release switch is in the so-called fully pressed state, SW2 is turned on. As a result, instructions for taking a picture are received.

表示部406は、撮影の際のビューファインダー画像の表示、撮影した画像データの表示、対話的な操作のための文字表示などを行う。なお、表示部406は必ずしも撮像装置102が内蔵する必要はない。撮像装置102は内部又は外部の表示部406と接続することができ、表示部406の表示を制御する表示制御機能を少なくとも有していればよい。 The display unit 406 displays a viewfinder image at the time of shooting, displays captured image data, displays characters for interactive operation, and the like. The display unit 406 does not necessarily have to be built in the image pickup apparatus 102. The image pickup apparatus 102 can be connected to the internal or external display unit 406, and may have at least a display control function for controlling the display of the display unit 406.

記録媒体410は、撮像部402から出力された画像データを記録することができる。記録媒体410は、撮像装置102に着脱可能なよう構成してもよいし、撮像装置102に内蔵されていてもよい。すなわち、撮像装置102は少なくとも記録媒体410にアクセスする手段を有していればよい。 The recording medium 410 can record the image data output from the imaging unit 402. The recording medium 410 may be configured to be detachable from the image pickup device 102, or may be built in the image pickup device 102. That is, the image pickup apparatus 102 may have at least a means for accessing the recording medium 410.

通信部411は、外部装置と接続するためのインターフェースである。本実施形態の撮像装置102は、通信部411を介して、外部装置とデータのやりとりを行うことができる。例えば、撮像部402で生成した画像データを、通信部411を介して外部装置に送信することができる。また、撮像部402による撮像を通信部411を介して外部装置からコントロールすることができる。なお、本実施形態では、通信部411は外部装置とIEEE802.11の規格に従った、いわゆる無線LANで通信するためのインターフェースを含む。制御部401は、通信部411を制御することで外部装置との無線通信を実現する。 The communication unit 411 is an interface for connecting to an external device. The imaging device 102 of the present embodiment can exchange data with an external device via the communication unit 411. For example, the image data generated by the imaging unit 402 can be transmitted to an external device via the communication unit 411. Further, the imaging by the imaging unit 402 can be controlled from an external device via the communication unit 411. In the present embodiment, the communication unit 411 includes an interface for communicating with an external device by a so-called wireless LAN according to the standard of IEEE802.11. The control unit 401 realizes wireless communication with an external device by controlling the communication unit 411.

近接無線通信部412は、例えば無線通信のためのアンテナと無線信号を処理するため変復調回路や通信コントローラから構成される。近接無線通信部412は、変調した無線信号をアンテナから出力し、またアンテナで受信した無線信号を復調することによりIEEE802.15の規格(いわゆるBluetooth(登録商標))に従った近距離無線通信を実現する。本実施形態においてBluetooth通信は、低消費電力であるBluetooth Low Energyのバージョン4.0(以下BLE)を採用する。このBLE通信は、無線LAN通信と比べて通信可能な範囲が狭い(つまり、通信可能な距離が短い)。また、BLE通信は、無線LAN通信と比べて通信速度が遅い。その一方で、BLE通信は、無線LAN通信と比べて消費電力が少ない。本実施形態の撮像装置102は、近接無線通信部412を介して、外部装置とデータのやりとりを行うことができる。例えば、撮像部402による撮像を通信部411を介して外部装置からコントロールすることができる。ただし、通信速度が遅いため撮像部402で生成した画像データを送信することはしない。 The proximity wireless communication unit 412 is composed of, for example, an antenna for wireless communication, a modulation / demodulation circuit, and a communication controller for processing wireless signals. The proximity radio communication unit 412 outputs a modulated radio signal from the antenna and demodulates the radio signal received by the antenna to perform short-range radio communication in accordance with the IEEE802.15 standard (so-called Bluetooth®). Realize. In the present embodiment, Bluetooth communication adopts version 4.0 (hereinafter referred to as BLE) of Bluetooth Low Energy, which has low power consumption. This BLE communication has a narrower communicable range (that is, a shorter communicable distance) than wireless LAN communication. Further, the communication speed of BLE communication is slower than that of wireless LAN communication. On the other hand, BLE communication consumes less power than wireless LAN communication. The imaging device 102 of the present embodiment can exchange data with an external device via the proximity wireless communication unit 412. For example, the imaging by the imaging unit 402 can be controlled from an external device via the communication unit 411. However, since the communication speed is slow, the image data generated by the imaging unit 402 is not transmitted.

なお、本実施形態における撮像装置102の通信部411は、インフラストラクチャモードにおけるアクセスポイントとして動作するAPモードと、インフラストラクチャモードにおけるクライアントとして動作するCLモードとを有している。そして、通信部411をCLモードで動作させることにより、本実施形態における撮像装置102は、インフラストラクチャモードにおけるCL機器として動作することが可能である。撮像装置102がCL機器として動作する場合、周辺のAP機器に接続することで、AP機器が形成するネットワークに参加することが可能である。また、通信部411をAPモードで動作させることにより、本実施形態における撮像装置102は、APの一種ではあるが、より機能が限定された簡易的なAP(以下、簡易AP)として動作することも可能である。撮像装置102が簡易APとして動作すると、撮像装置102は自身でネットワークを形成する。撮像装置102の周辺の装置は、撮像装置102をAP機器と認識し、撮像装置102が形成したネットワークに参加することが可能となる。上記のように撮像装置102を動作させるためのプログラムは不揮発性メモリ403に保持されているものとする。 The communication unit 411 of the image pickup apparatus 102 in the present embodiment has an AP mode that operates as an access point in the infrastructure mode and a CL mode that operates as a client in the infrastructure mode. Then, by operating the communication unit 411 in the CL mode, the image pickup apparatus 102 in the present embodiment can operate as a CL device in the infrastructure mode. When the image pickup device 102 operates as a CL device, it is possible to participate in the network formed by the AP device by connecting to a peripheral AP device. Further, by operating the communication unit 411 in the AP mode, the imaging device 102 in the present embodiment operates as a simple AP (hereinafter, simple AP) which is a kind of AP but has more limited functions. Is also possible. When the image pickup device 102 operates as a simple AP, the image pickup device 102 forms a network by itself. The devices around the image pickup device 102 recognize the image pickup device 102 as an AP device and can participate in the network formed by the image pickup device 102. It is assumed that the program for operating the image pickup apparatus 102 as described above is held in the non-volatile memory 403.

なお、本実施形態における撮像装置102はAPの一種であるものの、CL機器から受信したデータをインターネットプロバイダなどに転送するゲートウェイ機能は有していない簡易APである。したがって、自機が形成したネットワークに参加している他の装置からデータを受信しても、それをインターネットなどのネットワークに転送することはしない。 Although the imaging device 102 in this embodiment is a type of AP, it is a simple AP that does not have a gateway function for transferring data received from a CL device to an Internet provider or the like. Therefore, even if data is received from another device participating in the network formed by the own machine, it is not transferred to a network such as the Internet.

次に、撮像装置102の外観について説明する。図4(b)、図4(c)は撮像装置102の外観の一例を示す図である。レリーズスイッチ405aや再生ボタン405b、方向キー405c、タッチパネル405dは、前述の操作部405に含まれる操作部材である。また、表示部406には、撮像部402による撮像の結果得られた画像が表示される。また、本実施形態の撮像装置102は、カメラ筺体の側面に近接無線通信部412のアンテナ部分を有する。この近接無線通信部412同士を一定の距離に近づけることにより、他の機器と近接無線通信を確立することができる。これにより、ケーブル等を介さずに非接触で通信可能であると共に、ユーザの意図に沿って通信相手を限定することができる。 Next, the appearance of the image pickup apparatus 102 will be described. 4 (b) and 4 (c) are views showing an example of the appearance of the image pickup apparatus 102. The release switch 405a, the play button 405b, the direction key 405c, and the touch panel 405d are operation members included in the above-mentioned operation unit 405. Further, the display unit 406 displays an image obtained as a result of imaging by the imaging unit 402. Further, the image pickup apparatus 102 of the present embodiment has an antenna portion of the proximity wireless communication unit 412 on the side surface of the camera housing. Proximity wireless communication can be established with other devices by bringing the proximity wireless communication units 412 close to each other at a certain distance. As a result, communication is possible in a non-contact manner without using a cable or the like, and the communication partner can be limited according to the user's intention.

(通信機器の処理手順)
次に、図5〜図8を参照しながら、本実施形態に係る通信機器101の処理手順について説明する。本実施形態では、通信機器101のCPU201がRead−appを起動し、Read−appによる処理を行う画面でユーザの指示を受け付けて、Write−appを呼び出す処理について説明する。
(Processing procedure for communication equipment)
Next, the processing procedure of the communication device 101 according to the present embodiment will be described with reference to FIGS. 5 to 8. In the present embodiment, a process in which the CPU 201 of the communication device 101 starts the Read-app, receives a user's instruction on the screen for performing the process by the Read-app, and calls the Write-app will be described.

図5は、本実施形態において、通信機器101のCPU201がRead−appを起動してからWrite−appを起動させて、外部装置から画像を取得し、画像編集処理のために取得された画像をRead−appに渡す処理手順を説明するためのシーケンス図である。なお、以下で説明する処理は通信機器101のCPU201がOS301、Write−app302やRead−app303を起動し、適宜、これらにしたがって動作し、各部を制御することにより実現される。 FIG. 5 shows, in the present embodiment, the CPU 201 of the communication device 101 starts the Read-app, then starts the Write-app, acquires an image from an external device, and obtains an image acquired for image editing processing. It is a sequence diagram for demonstrating the processing procedure to pass to Read-app. The processing described below is realized by the CPU 201 of the communication device 101 starting the OS 301, Write-app 302, and Read-app 303, operating according to these as appropriate, and controlling each part.

なお、以下では説明を簡単にするため、T501からT509を連携開始フェーズ、T510からT516を接続フェーズ、T517からT527を画像保存フェーズ、T528からT531を連携終了フェーズというように、フェーズに分けて説明する。 In the following, for the sake of simplicity, T501 to T509 will be described as a cooperation start phase, T510 to T516 as a connection phase, T517 to T527 as an image storage phase, and T528 to T531 as a cooperation end phase. do.

まず、T501からT509の連携開始フェーズに関して説明する。 First, the cooperation start phase of T501 to T509 will be described.

T501では、通信機器101のCPU201が、ユーザの操作により、Read−appの起動要求を受け付ける。 In T501, the CPU 201 of the communication device 101 receives a Read-app activation request by a user operation.

続いて、T502では、T501における起動要求に応答して、CPU201がRead−appを起動することにより処理を開始する。CPU201はRead−appを起動すると、図7(a)に示すような画面を表示装置211に表示させる。図7(a)に示す画面において、ユーザは、表示装置211のタッチパネルを介して実行したい編集内容を選択する。 Subsequently, in the T502, the processing is started by the CPU 201 starting the Read-app in response to the start request in the T501. When the CPU 201 starts the Read-app, the display device 211 displays a screen as shown in FIG. 7A. On the screen shown in FIG. 7A, the user selects the editing content to be executed via the touch panel of the display device 211.

例えば、「写真を加工」が選択されると、表示装置211には、図7(b)に示す画面が表示され、「写真を印刷」が選択されると、表示装置211には、図7(c)に示す画面が表示される。また、「写真を送信」が選択されると、表示装置211には、図7(d)に示す画面が表示される。図7(b)〜図7(d)に示す画面では、HDD204等に保存された画像から編集したい画像を選択することができる。一方、通信機器101が保持していない画像を編集したい場合は、「Write−appから写真を追加」ボタン702を選択することにより、外部装置から画像を取り込むことができる。図5に示す処理は、「Write−appから写真を追加」ボタン702がユーザによって選択されることによって開始する。 For example, when "process photo" is selected, the screen shown in FIG. 7B is displayed on the display device 211, and when "print photo" is selected, the display device 211 displays the screen shown in FIG. 7B. The screen shown in (c) is displayed. When "Send Photograph" is selected, the screen shown in FIG. 7D is displayed on the display device 211. On the screens shown in FIGS. 7 (b) to 7 (d), an image to be edited can be selected from the images stored in the HDD 204 or the like. On the other hand, if you want to edit an image that is not held by the communication device 101, you can import the image from an external device by selecting the "Add photo from Lite-app" button 702. The process shown in FIG. 5 is started when the "Add photo from Write-app" button 702 is selected by the user.

図5のT503では、CPU201がデータ共有場所500を参照して、Read−appが対応するデータの形式を示す形式リストが存在するかどうかを判定する。また、Read−appの形式リストが存在する場合、共有場所500に格納されているRead−appの形式リストと、Read−appに設定されている対応可能なデータの形式を示す情報を比較して、変更があるかどうか判定する。なお、Read−appに設定されている形式を示す情報は、Read−appがインストールされた時にHDD204に記憶されるだけでなく、Read−appのバージョンアップ時などにインターネット等を介して外部から受信されて更新される。 In T503 of FIG. 5, the CPU 201 refers to the data sharing location 500, and Read-app determines whether or not there is a format list indicating the corresponding data format. If the Read-app format list exists, the Read-app format list stored in the shared location 500 is compared with the information indicating the compatible data formats set in the Read-app. , Determine if there is a change. The information indicating the format set in the Read-app is not only stored in the HDD 204 when the Read-app is installed, but also received from the outside via the Internet or the like when the version of the Read-app is upgraded. Will be updated.

ここで、データ共有場所500、および形式リストについて詳細に説明する。 Here, the data sharing location 500 and the format list will be described in detail.

まず、データ共有場所は各アプリケーションから読み書き可能な所定の記憶領域であり、図6(a)を用いて説明する。図6(a)はHDD204内のディレクトリ構成例を示している。図6(a)において、データ共有場所フォルダは601である。本実施例では、この直下にRead−app、Write−appといった各連携アプリケーションの形式リスト602が書き込まれる。共有フォルダ601、および形式リスト602はRead−app、Write−appなどの連携アプリケーションから読み書きが可能である。また、各連携アプリケーションは、形式リスト602のファイルパス(図6の例でいうと、/root/a/share/format)を記憶しており、各連携アプリケーションは起動した際にそのファイルパス先の形式リスト602のファイルを参照する。そして、各連携アプリケーションに設定された最新の対応可能なデータの形式と比較し、差異があれば、変更があると判定する。 First, the data sharing location is a predetermined storage area that can be read and written by each application, and will be described with reference to FIG. 6A. FIG. 6A shows an example of a directory configuration in HDD 204. In FIG. 6A, the data sharing location folder is 601. In this embodiment, the format list 602 of each linked application such as Read-app and Write-app is written directly under this. The shared folder 601 and the format list 602 can be read and written from linked applications such as Read-app and Write-app. In addition, each linked application stores the file path of the format list 602 (/ root / a / share / format in the example of FIG. 6), and each linked application stores the file path destination when the linked application is started. Refer to the file in format list 602. Then, it is compared with the latest compatible data format set for each linked application, and if there is a difference, it is determined that there is a change.

以上がデータ共有場所500に関する説明である。 The above is the description of the data sharing location 500.

続いて、形式リストに関して図6(b)を用いて説明する。図6(b)は形式リスト602の例を示している。形式リストは、アプリケーションID651と対応可能なデータの形式の配列652から構成される。アプリケーションID651は、アプリケーションが通信機器101にインストールされた際にHDD204に記録されるアプリケーション固有のIDである。例えば、アプリケーションIDが0x41であるアプリケーション653が対応しているデータの形式は、JPG、およびMP4であり、それ以外のデータの形式は対応していないことを示している。以上が形式リストに関する説明である。なお、本実施例では、形式リストは各アプリケーション(例えばRead−app)が対応”する”データの形式を示す場合について説明したが、各アプリケーションが対応”しない”データの形式を示すようにしてもよい。 Subsequently, the format list will be described with reference to FIG. 6 (b). FIG. 6B shows an example of the format list 602. The format list is composed of an array 652 of data formats corresponding to the application ID 651. The application ID 651 is an application-specific ID recorded in the HDD 204 when the application is installed in the communication device 101. For example, the data formats supported by the application 653 having the application ID 0x41 are JPG and MP4, indicating that other data formats are not supported. The above is the explanation about the format list. In this embodiment, the format list describes the case where each application (for example, Read-app) indicates the "supported" data format, but the format list may indicate the "not supported" data format. good.

再び図5におけるシーケンスの説明に戻る。 Returning to the description of the sequence in FIG. 5 again.

そして、T503において、CPU201はデータ共有場所500にRead−appの形式リスト602が存在しない、もしくはRead−appの形式リスト602が存在し、変更があると判定された場合は、T504、T505を実行する。 Then, in T503, when the CPU 201 does not have the Read-app format list 602 in the data sharing location 500, or the Read-app format list 602 exists and it is determined that there is a change, the CPU 201 executes T504 and T505. do.

T504では、CPU201はRead−appに設定されている対応可能なデータの形式に基づき形式リストを生成する。T505では、T504で生成した形式リストをRead−appの固有のIDに関連付けてデータ共有場所500に書き込む。 In T504, the CPU 201 generates a format list based on the supported data formats set in Read-app. In T505, the format list generated in T504 is associated with the unique ID of Read-app and written to the data sharing location 500.

この際、T503において、データ共有場所500にRead−appの形式リスト602が存在しないと判定された場合は、T504で生成されたリストをRead−appの固有のIDに関連付けて書き込みを実行する。一方、T503において、データ共有場所500に形式リスト602が存在し、変更があると判定された場合は、Read−appの固有のIDに関連付けられた既存の形式リストをT504で生成された形式リストで上書き保存する。 At this time, if it is determined in T503 that the Read-app format list 602 does not exist in the data sharing location 500, the list generated in T504 is associated with the unique ID of Read-app and written. On the other hand, in T503, when the format list 602 exists in the data sharing location 500 and it is determined that there is a change, the existing format list associated with the unique ID of Read-app is converted into the format list generated by T504. Overwrite and save with.

T506では、CPU201は、ユーザがRead−app上に表示される連携ボタンを押下したことを検出する。図7(b)に示す例では、「Write−appから写真を追加ボタン」702が連携ボタンに該当する。 In T506, the CPU 201 detects that the user has pressed the cooperation button displayed on the Read-app. In the example shown in FIG. 7B, the "add photo button from Write-app" 702 corresponds to the cooperation button.

T507では、CPU201はユーザが連携ボタンを押下したのを検知して、Read−appによるWrite−appの起動要求をOSへ送信する。この際、起動要求の中に連携の要求元を示す情報としてRead−appのアプリケーションIDを含み、CPU201は受信したRead−appのアプリケーションIDをRAM203に記憶する。T508では、CPU201はOSからのWrite−appの起動要求を受ける。なお、本実施例では、起動要求の中にRead−appのアプリケーションIDを含んで起動要求を行うが、これに限定するものではない。例えばHDD204の一時的な場所に連携の要求元を示す情報としてRead−appのアプリケーションIDを格納して、その格納先へのパスをWrite−appの起動要求に含めてOSへ送信するなどしてもよい。そして、CPU201はパスにしたがって取得したRead−appのアプリケーションIDを、RAM203に記憶する。 In T507, the CPU 201 detects that the user has pressed the cooperation button, and transmits a Write-app startup request by Read-app to the OS. At this time, the start-up request includes the Ready-app application ID as information indicating the request source for cooperation, and the CPU 201 stores the received Read-app application ID in the RAM 203. In T508, the CPU 201 receives a Write-app startup request from the OS. In this embodiment, the start request includes the Read-app application ID in the start request, but the start request is not limited to this. For example, the application ID of Read-app is stored in a temporary location of HDD204 as information indicating the request source of cooperation, and the path to the storage destination is included in the start request of Write-app and transmitted to the OS. May be good. Then, the CPU 201 stores the Ready-app application ID acquired according to the path in the RAM 203.

続いて、T509では、CPU201はWrite−appを起動する。起動した際、図8(a)に示すWrite−appの画面を表示する。図8(a)に示すように、Read−appからの要求にしたがって連携目的でWrite−appが起動された場合は、CPU201はWrite−appを連携モードへ遷移させる。なお、Write−appが既に起動しており、バックグラウンドで動作している場合は、CPU201はWrite−appをフォアグラウンドでの動作に切り替えて、連携モードで動作させる。そして、Write−appが連携モードで動作している間は、その旨をユーザへ示すようにステータスバー801を表示する。Write−appが連携モードで動作するときは、Write−appでは撮像装置102内の画像を取り込む操作を優先することを目的とするため、図8(a)に示すように、カメラと接続するためのガイド機能と、カメラ内の画像一覧機能のみに制限される。一方、ユーザが単にWrite−appを起動するような通常モードでの起動では、図8(a)に示すすべての機能が利用可能となり、それに合わせたUI表示となる。なお、解除ボタン802をユーザが押下することが検知されると、CPU201はWrite−appの連携モードを解除し、通常モードの動作へ遷移させる。 Subsequently, in T509, the CPU 201 activates Write-app. When started, the screen of Write-app shown in FIG. 8A is displayed. As shown in FIG. 8A, when the Write-app is started for the purpose of cooperation according to the request from the Read-app, the CPU 201 shifts the Write-app to the cooperation mode. If the Write-app is already started and is operating in the background, the CPU 201 switches the Write-app to the foreground operation and operates it in the cooperation mode. Then, while the Write-app is operating in the cooperation mode, the status bar 801 is displayed so as to indicate to the user. When the Write-app operates in the cooperative mode, the purpose of the Write-app is to prioritize the operation of capturing the image in the image pickup device 102, and therefore, as shown in FIG. 8A, to connect to the camera. It is limited to the guide function of and the image list function in the camera. On the other hand, in the activation in the normal mode in which the user simply activates Write-app, all the functions shown in FIG. 8A can be used, and the UI display is adjusted accordingly. When it is detected that the user presses the release button 802, the CPU 201 releases the Write-app cooperation mode and shifts to the normal mode operation.

以上が連携開始フェーズである。 The above is the cooperation start phase.

続いて、T510からT516の接続フェーズに関して説明する。 Subsequently, the connection phases of T510 to T516 will be described.

T510では、ユーザが撮像装置102を操作することに応じて、撮像装置102が通信モードをONに設定すると、T511において、撮像装置102はアクセスポイント起動する。 In T510, when the image pickup device 102 sets the communication mode to ON in response to the user operating the image pickup device 102, the image pickup device 102 activates the access point in T511.

続いて、T512では、ユーザが通信機器101を操作することに応答して、通信機器101は撮像装置102のアクセスポイントへ接続する。 Subsequently, in T512, the communication device 101 connects to the access point of the image pickup device 102 in response to the user operating the communication device 101.

T513では、CPU201はWrite−appにおいて、OSから撮像装置102を検出したことの通知を受け、T514において、撮像装置102へ接続要求を送信する。 In T513, the CPU 201 receives a notification from the OS that the image pickup device 102 has been detected in the Write-app, and in T514, transmits a connection request to the image pickup device 102.

T515では、撮像装置102より通信機器101の認証が行われ、撮像装置102と通信機器101の接続が確立される。 At T515, the image pickup device 102 authenticates the communication device 101, and the connection between the image pickup device 102 and the communication device 101 is established.

T516では、CPU201は、T508において取得したRead−appのアプリケーションIDをRAM203から読み出し、そのアプリケーションIDを元に、データ共有場所500の形式リストを参照する。CPU201はRead−appに該当する対応可能なデータの形式を形式リストから取得しRAM203へ記憶する。 In T516, the CPU 201 reads the Ready-app application ID acquired in T508 from the RAM 203, and refers to the format list of the data sharing location 500 based on the application ID. The CPU 201 acquires a compatible data format corresponding to Read-app from the format list and stores it in the RAM 203.

以上が、接続フェーズである。なお、T516の処理は撮像装置102との接続が完了したタイミングに行われる場合について説明したが、これに限定しない。例えば、T509のWrite−appが起動したタイミングでもよいし、後述するT520の描画更新を行うタイミングでもよい。 The above is the connection phase. Although the case where the processing of the T516 is performed at the timing when the connection with the image pickup apparatus 102 is completed has been described, the present invention is not limited to this. For example, it may be the timing when the Write-app of T509 is started, or the timing of updating the drawing of T520, which will be described later.

続いて、T517からT527の画像保存フェーズについて説明する。 Subsequently, the image preservation phase of T517 to T527 will be described.

T517では、CPU201は、図8(a)におけるカメラ内の画像一覧ボタン803を押下することを検出する。 At T517, the CPU 201 detects that the image list button 803 in the camera in FIG. 8A is pressed.

T518では、CPU201は、T517のボタン押下イベントを受けて、撮像装置102の記録媒体410に記録されている撮影画像(元画像)に対応する属性情報の要求を、NETI/F209を介して撮像装置102へ送信する。本実施形態では、属性情報としてサムネイル画像の場合について説明するが、これに限らず、例えばファイル名などであってもよい。 In T518, the CPU 201 receives the button pressing event of T517 and requests the attribute information corresponding to the captured image (original image) recorded on the recording medium 410 of the image pickup device 102 via the NETI / F209. Send to 102. In the present embodiment, the case of a thumbnail image will be described as the attribute information, but the present invention is not limited to this, and may be, for example, a file name.

また、元画像と属性情報それぞれのデータの形式は、同じ場合と異なる場合がある。例えば、元画像もサムネイル画像も同じJPEG形式の静止画ファイルのような場合や、元画像はMP4形式の動画ファイルで、属性情報は動画ファイルから抽出されたJPEG形式の静止画ファイルのような場合がある。本実施形態では、元画像の形式がRead−appにより対応可能であるかどうかに関わらず、少なくとも元画像の属性情報の形式はWrite−appにより対応可能である。 Further, the data formats of the original image and the attribute information may be different from the same case. For example, when the original image and the thumbnail image are the same JPEG format still image file, or when the original image is an MP4 format video file and the attribute information is a JPEG format still image file extracted from the video file. There is. In the present embodiment, at least the format of the attribute information of the original image can be supported by Write-app regardless of whether the format of the original image can be supported by Read-app.

T519では、CPU201はサムネイル画像と、各サムネイル画像に対応する元画像の形式を示す情報を、NETI/F209を介して撮像装置102から受信し、HDD204に保存する。T520では、HDD204に保存されたサムネイル画像を読みだして表示装置211に表示する。このとき、Write−appには図8(b)に示すUIが表示される。 In T519, the CPU 201 receives the thumbnail image and information indicating the format of the original image corresponding to each thumbnail image from the image pickup apparatus 102 via the NETI / F209 and stores the information in the HDD 204. In T520, the thumbnail image stored in HDD 204 is read out and displayed on the display device 211. At this time, the UI shown in FIG. 8B is displayed on the Write-app.

なお、T518からT520は表示装置211の描画領域に表示されるサムネイル画像に対して繰り返して実行される。つまり、ユーザによって表示範囲を上下にスクロールして移動される度に、新規に描画されるサムネイル画像に対してT518からT520が繰り返し実行される。 Note that T518 to T520 are repeatedly executed for the thumbnail image displayed in the drawing area of the display device 211. That is, every time the user scrolls the display range up and down to move the thumbnail image, T518 to T520 are repeatedly executed for the newly drawn thumbnail image.

T521では、CPU201は、図8(b)における選択ボタン804をユーザが押下することを検知する。 In T521, the CPU 201 detects that the user presses the selection button 804 in FIG. 8B.

T522では、CPU201はWrite−appを選択モードの動作へ遷移させ、画面の表示を更新する。このときWrite−appには図8(c)に示すように、複数のサムネイル画像を並べたサムネイル画像一覧画面が表示される。このとき、CPU201は、T516においてRAM203へ記憶していたRead−appの形式リストを参照し、T519で受信した各サムネイル画像に対応する元画像のデータの形式と照合する。照合した結果、Read−appが対応しない形式の元画像と対応するサムネイル画像について、CPU201は、図8(c)に示すように斜線805を重畳して表示することで、元画像の形式がRead−appにより対応可能かどうかを識別可能にして各サムネイル画像を表示するよう制御する。 In T522, the CPU 201 shifts the Write-app to the operation of the selection mode and updates the screen display. At this time, as shown in FIG. 8C, a thumbnail image list screen in which a plurality of thumbnail images are arranged is displayed on the Write-app. At this time, the CPU 201 refers to the Read-app format list stored in the RAM 203 in the T516 and collates it with the data format of the original image corresponding to each thumbnail image received in the T519. As a result of collation, the CPU 201 superimposes and displays the diagonal line 805 on the original image in the format not supported by Read-app and the thumbnail image corresponding to the thumbnail image, so that the format of the original image is Read. It is controlled to display each thumbnail image by making it possible to identify whether or not it can be handled by -app.

ここで、斜線805が重畳された非対応形式の元画像と対応するサムネイル画像がユーザにより選択された場合は、図8(d)に示すように、CPU201は、選択画像についてRead−appでは対応していない旨を述べた警告ダイアログ808を表示する。そして、選択されたサムネイル画像に関する情報は保存予定画像リストには追加しない。一方、ユーザがRead−appが対応する形式の元画像のサムネイル画像を選択した場合は、CPU201は選択されたサムネイル画像に関する情報を保存予定画像リストに追加して、Write−appから読み出し可能にしてRAM203に保存する。そして、図8(c)に示すように、CPU201は、選択済みであることを示すチェックマーク806をサムネイル画像上に表示するよう制御する。 Here, when the user selects a thumbnail image corresponding to the original image in the non-corresponding format on which the diagonal line 805 is superimposed, the CPU 201 corresponds to the selected image in the Read-app as shown in FIG. 8 (d). A warning dialog 808 stating that this is not done is displayed. Then, the information about the selected thumbnail image is not added to the list of images to be saved. On the other hand, when the user selects a thumbnail image of the original image in a format supported by Read-app, the CPU 201 adds information about the selected thumbnail image to the list of images to be saved and makes it readable from Write-app. Save in RAM 203. Then, as shown in FIG. 8C, the CPU 201 controls to display the check mark 806 indicating that the selection has been made on the thumbnail image.

CPU201はT523で、ユーザが図8(c)に示す保存開始ボタン807を押下したことを検出すると、T524では、CPU201は、RAM203に記憶された保存予定画像リストに基づき元画像の要求をNETI/F209を介して撮像装置102へ送信する。このとき、CPU201は図8(c)の画面から図8(e)に示すような画面へ表示を切り替えるよう制御する。 When the CPU 201 detects in T523 that the user has pressed the save start button 807 shown in FIG. 8C, in T524, the CPU 201 makes a request for the original image based on the storage schedule image list stored in the RAM 203. It is transmitted to the image pickup apparatus 102 via F209. At this time, the CPU 201 controls to switch the display from the screen of FIG. 8 (c) to the screen as shown in FIG. 8 (e).

T525では、CPU201は、T524で要求した元画像をNETI/F209を介して撮像装置102から受信する。ここで、サムネイル画像は元画像に比べて低解像度であり、データサイズが小さい。よって、「カメラ内の画像一覧」を表示する際には、撮像装置102からサムネイル画像を受信し、速やかに表示装置211に表示することができる。そして、サムネイル画像に比べてデータサイズの大きな元画像を撮像装置102から取り込む際には、Read−appが対応する形式の、ユーザに選択された元画像だけを受信するようにした。これによって、Read−appで処理することのない無駄なデータを受信してしまうのを防ぐことができ、通信負荷を軽減することができる。 At T525, the CPU 201 receives the original image requested at T524 from the image pickup apparatus 102 via NETI / F209. Here, the thumbnail image has a lower resolution than the original image, and the data size is small. Therefore, when displaying the "list of images in the camera", the thumbnail image can be received from the image pickup device 102 and quickly displayed on the display device 211. Then, when the original image having a larger data size than the thumbnail image is captured from the image pickup apparatus 102, only the original image selected by the user in the format supported by the Read-app is received. As a result, it is possible to prevent the reception of useless data that is not processed by the Read-app, and it is possible to reduce the communication load.

元画像の受信が完了すると、T526において、CPU201は、Write−appによる元画像の保存処理を行う。つまり、CPU201は、T525で受信した元画像のファイルをHDD204等に保存し、T527で、新たに保存した元画像に画像IDを付与する。画像IDは元画像の保存先のファイルパスと対応付けられるコードとして説明する。なお、画像IDは保存先のファイルパスであってもよい。 When the reception of the original image is completed, in T526, the CPU 201 performs the saving process of the original image by Write-app. That is, the CPU 201 saves the file of the original image received at T525 in the HDD 204 or the like, and assigns an image ID to the newly saved original image at T527. The image ID will be described as a code associated with the file path of the save destination of the original image. The image ID may be the file path of the save destination.

なお、T524での元画像の要求から、T525での元画像の受信処理、T526での元画像の保存処理、T527での元画像に対する画像IDの発行までの処理は、ユーザに選択されたサムネイル画像の枚数分繰り返される。この一連の画像保存処理を行っている間は、CPU201は、図8(e)に示す保存進捗画面を表示装置211に表示する。 The processing from the request for the original image at T524 to the processing for receiving the original image at T525, the processing for saving the original image at T526, and the processing for issuing the image ID for the original image at T527 are thumbnails selected by the user. Repeated for the number of images. While performing this series of image storage processes, the CPU 201 displays the storage progress screen shown in FIG. 8E on the display device 211.

以上が画像保存のフェーズである。なお、本実施例ではT522において非対応形式の元画像に関しては、サムネイル画像の近傍に斜線のような所定のマークを表示する場合について説明したが、これに限定しない。例えば、選択モードのサムネイル一覧画面において、非対応形式の元画像と対応するサムネイル画像は、非表示にしてもよい。あるいは、逆に、Read−appが対応する形式の元画像のサムネイル画像の近傍にマークを表示するようにしてもよい。 The above is the image storage phase. In this embodiment, regarding the original image in the non-compatible format in T522, the case where a predetermined mark such as a diagonal line is displayed in the vicinity of the thumbnail image has been described, but the present invention is not limited to this. For example, on the thumbnail list screen in the selection mode, the thumbnail image corresponding to the original image in the non-compatible format may be hidden. Alternatively, conversely, the mark may be displayed in the vicinity of the thumbnail image of the original image in the format supported by Read-app.

続いて、T528からT531の連携終了フェーズについて説明する。 Subsequently, the cooperation end phase of T528 to T531 will be described.

T524からT527で説明したように、ユーザに選択されたサムネイル画像と対応するすべての元画像の保存処理が終了したら、CPU201は、図8(f)に示す保存完了画面を表示装置211に表示する。ユーザが閉じるボタン809を押したことを検知すると、CPU201は後述する画像IDリストの生成処理を実行することなく、図8(b)のカメラ内の画像一覧画面の表示に戻る。これによって、今回、取り込まれた元画像のRead−appとの共有を中止することができる。 As described in T524 to T527, when the saving process of all the original images corresponding to the thumbnail image selected by the user is completed, the CPU 201 displays the saving completion screen shown in FIG. 8F on the display device 211. .. When it is detected that the user has pressed the close button 809, the CPU 201 returns to the display of the image list screen in the camera of FIG. 8B without executing the image ID list generation process described later. As a result, the sharing of the captured original image with the Read-app can be stopped this time.

一方、ユーザにより図8(f)に示す保存完了画面でRead−appに戻るボタン810が押されたことを検出すると、CPU201は、T528の処理を開始する。T528において、CPU201は、画像IDリストの生成処理を行う。具体的には、まず、Write−appにおいて、T527で保存しておいた元画像の画像IDと保存先とを関連付けた画像IDリストを生成し、OSから読み出し可能にしてHDD204に記憶する。これにより、後述するT531においてRead−appはOSから画像IDリストを取得することができ、元画像を画像IDリストにしたがって取得してRead−appの処理に利用することができる。 On the other hand, when the user detects that the button 810 for returning to Read-app is pressed on the save completion screen shown in FIG. 8 (f), the CPU 201 starts the process of T528. At T528, the CPU 201 performs an image ID list generation process. Specifically, first, in Write-app, an image ID list associated with the image ID of the original image saved in T527 and the save destination is generated, made readable by the OS, and stored in the HDD 204. As a result, in T531 described later, the Read-app can acquire the image ID list from the OS, and the original image can be acquired according to the image ID list and used for the Read-app process.

T529では、CPU201はWrite−appによるRead−appの起動要求をOSへ送信する。また、CPU201は、このタイミングでWrite−appに連携モードを解除させ、通常モードに切り替えて動作させる。具体的には、CPU201は使用できる機能の制限を解除し、図8(a)で制限されていた機能を選択可能な表示に更新して通常モードの状態に戻す。 In T529, the CPU 201 transmits a Read-app startup request by Write-app to the OS. Further, the CPU 201 causes Write-app to cancel the cooperation mode at this timing, and switches to the normal mode for operation. Specifically, the CPU 201 releases the restriction on the functions that can be used, updates the function restricted in FIG. 8A to a selectable display, and returns to the normal mode state.

続いてT530において、CPU201は、OSからRead−appに対して起動要求を行ってRead−appを起動させる。また、図5に示した例では、Read−appは、T507の処理を行った後もバックグラウンドで起動中であることから、T530の処理では、CPU201はRead−appをフォアグラウンドでの動作に切り替える。なお、T507の処理を行った後にCPU201はRead−appの起動を一旦停止し、T530の起動要求に応答して、Read−appを再起動するようにしてもよい。 Subsequently, in T530, the CPU 201 makes a start request to the Read-app from the OS to start the Read-app. Further, in the example shown in FIG. 5, since the Read-app is still running in the background even after the processing of the T507, the CPU 201 switches the Read-app to the operation in the foreground in the processing of the T530. .. After the processing of T507 is performed, the CPU 201 may temporarily stop the start of the Read-app and restart the Read-app in response to the start request of the T530.

そして、T531において、CPU201は、Read−appにより、T528でWrite−appにより生成された画像IDリストをOSを介して受け取る。 Then, in T531, the CPU 201 receives the image ID list generated by Write-app in T528 by Read-app via the OS.

CPU201は、Read−appにおいて取得した画像IDリストに基づき、HDD204から元画像を取得し、Read−appの一覧表示画面に追加して表示する。例えば、図7(b)に示す画面で「Write−appから写真を追加」を選択してWrite−appと連携した場合は、画像の一覧表示領域701に新たな画像として、Write−appにより撮像装置102から取得された元画像が追加して表示される。 The CPU 201 acquires the original image from the HDD 204 based on the image ID list acquired in the Read-app, adds it to the list display screen of the Read-app, and displays it. For example, when "Add a photo from Write-app" is selected on the screen shown in FIG. 7B and linked with Write-app, the image is captured by Write-app as a new image in the image list display area 701. The original image acquired from the device 102 is additionally displayed.

以上のように、本実施形態によれば、Read−appから連携されたWrite−appにおいて、撮像装置102内の画像を取り込む際に、Read−appで対応しない形式の元画像に関しては、Write−appによる保存処理を実行しないようにした。 As described above, according to the present embodiment, in the Write-app linked from the Read-app, when the image in the image pickup apparatus 102 is captured, the original image in a format not supported by the Read-app is described as a Write-. The save process by application is not executed.

例えば、Read−appで非対応の形式の元画像に関しては、Write−appで撮像装置102内の元画像と対応するサムネイル画像を一覧表示した際に、非対応の形式の元画像と対応するサムネイル画像であるか否かを識別可能にして表示するようにした。 For example, regarding the original image in a format not supported by Read-app, when the thumbnail images corresponding to the original image in the image pickup apparatus 102 are displayed in a list by Write-app, the thumbnail image corresponding to the original image in the non-supported format is displayed. The image is displayed so that it can be identified whether it is an image or not.

これにより、Read−appで画像の編集処理を行うことを目的としてWrite−appを起動して元画像を撮像装置102から取り込む場合に、編集処理をできない不要な元画像を取り込まずに済み、無駄な通信トラフィックを回避できる。また、Read−appでは対応していない元画像であることが、Write−appのサムネイル画像の一覧画面上でも明示的にわかるため、ユーザが不要な画像を選択することがなくなり、ユーザビリティが向上する。 As a result, when writing-app is started for the purpose of editing an image with Read-app and the original image is captured from the image pickup apparatus 102, it is not necessary to capture an unnecessary original image that cannot be edited, which is wasteful. Communication traffic can be avoided. In addition, since it is clearly known on the list screen of the thumbnail images of Write-app that the original image is not supported by Read-app, the user does not have to select an unnecessary image, and usability is improved. ..

(その他の実施形態)
なお、前述した各実施形態では、Write−appが、通信機器101が撮像装置102から画像を取り込むために使用するアプリケーションである例について説明したが、Write−appとしてそれ以外の用途のアプリケーションにも適用することができる。例えば、Write−appとして、データベースから画像を検索するアプリケーションや、撮影処理を行うアプリケーションを適用してもよい。また、前述した実施形態では、取り扱うデータを画像データとしたが、画像データに限らず、音声データなど他のデータであってもよい。
(Other embodiments)
In each of the above-described embodiments, the example in which the Write-app is an application used by the communication device 101 to capture an image from the image pickup device 102 has been described, but the Write-app can also be used for applications for other purposes. Can be applied. For example, as Write-app, an application for searching an image from a database or an application for performing a shooting process may be applied. Further, in the above-described embodiment, the data to be handled is image data, but the data is not limited to image data and may be other data such as audio data.

また、前述した実施形態では、通信機器101としてスマートフォンを例に説明したが、アプリケーションをインストール可能な機器であれば、特に限定されない。例えば、通信機器101として、携帯電話、タブレット、パーソナルコンピュータ(PC)等であっても同様に適用できる。また、Read−appおよびWrite−appが、通信機能が不要なアプリケーションである場合には、必ずしも通信機能がなくてもよく、広く情報処理装置によって実施可能である。 Further, in the above-described embodiment, the smartphone has been described as an example of the communication device 101, but the device is not particularly limited as long as it is a device in which an application can be installed. For example, the communication device 101 can be similarly applied to a mobile phone, a tablet, a personal computer (PC), or the like. Further, when Read-app and Write-app are applications that do not require a communication function, they do not necessarily have to have a communication function and can be widely implemented by an information processing device.

本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。 The present invention supplies a program that realizes one or more functions of the above-described embodiment to a system or device via a network or storage medium, and one or more processors in the computer of the system or device reads and executes the program. It can also be realized by the processing to be performed. It can also be realized by a circuit (for example, ASIC) that realizes one or more functions.

Claims (9)

第1のアプリケーションにしたがって動作し、第2のアプリケーションの起動を要求する要求手段と、
前記要求に応答して、前記第2のアプリケーションを起動し、前記第2のアプリケーションにしたがって動作することにより、外部装置により保持されるデータを前記外部装置から受信する処理を実行する受信手段と、
前記第1のアプリケーションが対応可能なデータの形式を示す情報を取得する取得手段と、
前記第2のアプリケーションにしたがって動作することにより、前記第1のアプリケーションが対応可能な形式のデータか否かを識別可能にして、前記外部装置により保持されるデータに関する属性情報を画面に表示するよう制御する表示制御手段を備えたことを特徴とする情報処理装置。
A requesting means that operates according to the first application and requests the start of the second application,
A receiving means for executing a process of receiving data held by an external device from the external device by invoking the second application in response to the request and operating according to the second application.
An acquisition means for acquiring information indicating a data format supported by the first application, and
By operating according to the second application, it is possible to identify whether or not the first application has data in a compatible format, and the attribute information regarding the data held by the external device is displayed on the screen. An information processing device provided with display control means for controlling.
前記データは画像であり、前記属性情報は前記画像と対応するサムネイル画像であることを特徴とする請求項1に記載の情報処理装置。 The information processing apparatus according to claim 1, wherein the data is an image, and the attribute information is a thumbnail image corresponding to the image. 前記データが前記第1のアプリケーションにより対応可能な形式であるか否かに関わらず、前記属性情報は前記第2のアプリケーションにより対応可能な形式であることを特徴とする請求項1または2に記載の情報処理装置。 The first or second claim, wherein the attribute information is in a format compatible with the second application, regardless of whether the data is in a format compatible with the first application. Information processing equipment. 前記表示制御手段は、前記データの形式が前記第1のアプリケーションが対応可能な形式であるか否かを示すマークを前記データの属性情報の近傍に表示するよう制御することを特徴とする請求項1乃至3のいずれか1項に記載の情報処理装置。 The display control means is characterized in that it controls to display a mark indicating whether or not the format of the data is a format compatible with the first application in the vicinity of the attribute information of the data. The information processing apparatus according to any one of 1 to 3. 前記表示制御手段は、前記データの形式が前記第1のアプリケーションが対応可能な形式のデータの属性情報を前記画面に表示し、前記データの形式が前記第1のアプリケーションが対応可能でない形式のデータの属性情報を前記画面に表示しないように制御することを特徴とする請求項1乃至4のいずれか1項に記載の情報処理装置。 The display control means displays the attribute information of the data whose data format is compatible with the first application on the screen, and the data format is data in a format not compatible with the first application. The information processing apparatus according to any one of claims 1 to 4, wherein the attribute information of the above is controlled so as not to be displayed on the screen. 前記第1のアプリケーションが対応可能なデータの形式を示す情報を、前記第2のアプリケーションから読み書き可能な所定の記憶領域に書き込む手段をさらに備えたことを特徴とする請求項1乃至5のいずれか1項に記載の情報処理装置。 Any of claims 1 to 5, further comprising means for writing information indicating a data format compatible with the first application into a predetermined storage area readable and writable by the second application. The information processing apparatus according to item 1. 前記第2のアプリケーションにしたがって動作し、前記外部装置との間の通信を確立する通信手段をさらに備えることを特徴とする請求項1乃至6のいずれか1項に記載の情報処理装置。 The information processing device according to any one of claims 1 to 6, further comprising a communication means that operates according to the second application and establishes communication with the external device. 第1のアプリケーションにより、第2のアプリケーションの起動を要求するステップと、
前記要求に応答して、前記第2のアプリケーションを起動し、前記第2のアプリケーションにより、外部装置により保持されるデータを前記外部装置から受信する処理を実行するステップと、
前記第1のアプリケーションが対応可能なデータの形式を示す情報を取得するステップと、
前記第2のアプリケーションにより、前記第1のアプリケーションが対応可能な形式のデータか否かを識別可能にして、前記外部装置により保持されるデータに関する属性情報を画面に表示するよう制御するステップを備えたことを特徴とする情報処理方法。
The step of requesting the start of the second application by the first application, and
In response to the request, the second application is started, and the second application executes a process of receiving data held by the external device from the external device.
The step of acquiring information indicating the data format supported by the first application, and
The second application is provided with a step of making it possible to identify whether or not the first application is data in a compatible format and controlling the attribute information regarding the data held by the external device to be displayed on the screen. An information processing method characterized by the fact that.
コンピュータに、
第1のアプリケーションによる起動要求に応答して起動し、外部装置により保持されるデータを前記外部装置から受信する処理を実行するステップと、
前記第1のアプリケーションが対応可能なデータの形式を示す情報を取得するステップと、
前記第1のアプリケーションが対応可能な形式のデータか否かを識別可能にして、前記外部装置により保持されるデータに関する属性情報を画面に表示するよう制御するステップを実行させるプログラム。
On the computer
A step of executing a process of starting in response to a start request by the first application and receiving data held by the external device from the external device, and
The step of acquiring information indicating the data format supported by the first application, and
A program that makes it possible to identify whether or not the first application has data in a compatible format, and executes a step of controlling to display attribute information regarding data held by the external device on a screen.
JP2017128041A 2017-06-29 2017-06-29 Information processing equipment and information processing methods and programs Active JP6921652B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2017128041A JP6921652B2 (en) 2017-06-29 2017-06-29 Information processing equipment and information processing methods and programs
US16/017,194 US10735639B2 (en) 2017-06-29 2018-06-25 Information processing apparatus, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017128041A JP6921652B2 (en) 2017-06-29 2017-06-29 Information processing equipment and information processing methods and programs

Publications (2)

Publication Number Publication Date
JP2019012362A JP2019012362A (en) 2019-01-24
JP6921652B2 true JP6921652B2 (en) 2021-08-18

Family

ID=65226439

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017128041A Active JP6921652B2 (en) 2017-06-29 2017-06-29 Information processing equipment and information processing methods and programs

Country Status (1)

Country Link
JP (1) JP6921652B2 (en)

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5712816B2 (en) * 2011-06-30 2015-05-07 ブラザー工業株式会社 Information processing program, information processing apparatus, and information processing method
JP5720892B2 (en) * 2011-07-29 2015-05-20 コニカミノルタ株式会社 Display control device, operation display device, image processing device, display control method, and display control program
JPWO2014155730A1 (en) * 2013-03-29 2017-02-16 株式会社東芝 Display processing apparatus and display processing method
JP6504768B2 (en) * 2014-09-03 2019-04-24 キヤノン株式会社 Electronic device and control method thereof
JP6478615B2 (en) * 2014-12-17 2019-03-06 キヤノン株式会社 COMMUNICATION DEVICE, ITS CONTROL METHOD, AND PROGRAM
JP6666669B2 (en) * 2015-08-11 2020-03-18 キヤノン株式会社 Communication device, control method therefor, and program

Also Published As

Publication number Publication date
JP2019012362A (en) 2019-01-24

Similar Documents

Publication Publication Date Title
US11647132B2 (en) Communication terminal, method for controlling communication terminal, communication system, and storage medium
US9503588B2 (en) Image device, image device controlling method, and program
US7805539B2 (en) Data transfer apparatus and data receiving apparatus, and data transfer system
US9377848B2 (en) Image processing apparatus, control method thereof, and recording medium for performing data transmission
US11082600B2 (en) Electronic apparatus that performs wireless communication with an image capturing device at two different communication speeds, and method for controlling same
JP7140538B2 (en) Information processing equipment
US10735639B2 (en) Information processing apparatus, information processing method, and program
JP6921652B2 (en) Information processing equipment and information processing methods and programs
JP7077120B2 (en) Information processing equipment and its control method and program
JP6991734B2 (en) Information processing equipment and information processing methods and programs
US10855869B2 (en) Information processing apparatus, information processing method, and storage medium storing program for activating applications
JP7039333B2 (en) Information processing equipment and information processing methods and programs
JP7118669B2 (en) Information processing device and its control method and program
US20220283700A1 (en) Information processing device, information processing method, and program
US10728451B2 (en) Communication device for communicating with external device, method for controlling the same, and recording medium
JP6971733B2 (en) Information processing equipment and its control method and program
JP7218164B2 (en) Communication device and its control method
JP6061662B2 (en) Server apparatus, server apparatus control method, and program
US12096114B2 (en) Information processing device, information processing method, and program
JP2019175332A (en) Information processing device
JP2020036200A (en) Image processing device
JP2019153062A (en) Information processing apparatus, information processing method and program
JP2016010044A (en) Imaging device, control method of imaging device, program, and storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200624

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210528

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210728

R151 Written notification of patent or utility model registration

Ref document number: 6921652

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151