JP2018092454A - Information processing apparatus, control method, and program - Google Patents

Information processing apparatus, control method, and program Download PDF

Info

Publication number
JP2018092454A
JP2018092454A JP2016236404A JP2016236404A JP2018092454A JP 2018092454 A JP2018092454 A JP 2018092454A JP 2016236404 A JP2016236404 A JP 2016236404A JP 2016236404 A JP2016236404 A JP 2016236404A JP 2018092454 A JP2018092454 A JP 2018092454A
Authority
JP
Japan
Prior art keywords
request
application
app
processing
write
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2016236404A
Other languages
Japanese (ja)
Other versions
JP6407241B2 (en
Inventor
篤 熊谷
Atsushi Kumagai
篤 熊谷
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 JP2016236404A priority Critical patent/JP6407241B2/en
Priority to PCT/JP2017/042398 priority patent/WO2018105422A1/en
Publication of JP2018092454A publication Critical patent/JP2018092454A/en
Application granted granted Critical
Publication of JP6407241B2 publication Critical patent/JP6407241B2/en
Priority to US16/390,506 priority patent/US10855869B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To realize smooth processing of an original application after completing the processing of another application, in the case of activating another application while the original application is in operation and causing another application to operate.SOLUTION: First, a Write-app activate request is received from a Read-app, and the activate request is associated with request ID of the Read-app. Then, the Write-app is started, and the Write-app captures an image. An image ID list including ID of the captured image and information about a storage destination is created, and a Read-app call request and a request ID are notified. The Read-app identifies a processing result of its own request by accepting the request ID as a response to the processing result of the Write-app, and performs processing using the processing result.SELECTED DRAWING: Figure 4

Description

本発明は、特に、複数のアプリケーションを用いて処理を行うために用いて好適な情報処理装置、情報処理方法、プログラム及び記憶媒体に関する。   The present invention particularly relates to an information processing apparatus, an information processing method, a program, and a storage medium that are suitable for performing processing using a plurality of applications.

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

特開2014−86844号公報JP 2014-86844 A

ユーザは、利用したい機能に合わせてアプリケーションを選択して起動させるため、アプリケーション毎に処理対象のデータを探さなければならない。例えば、カメラから取り込んだ画像を編集したい場合は、まず、カメラ接続用アプリケーションを起動して画像の取り込みを行い、その後、別途、画像編集アプリケーションを起動して、取り込まれた画像を検索し、画像の編集を行う必要がある。このように複数のアプリケーションを用いて処理を行う場合には、ユーザにとって多くの手間がかかってしまう。   The user must search for data to be processed for each application in order to select and start an application in accordance with the function desired to be used. For example, if you want to edit an image captured from the camera, first start the camera connection application to capture the image, then start the image editing application separately to search for the captured image, It is necessary to edit. Thus, when processing is performed using a plurality of applications, it takes a lot of trouble for the user.

本発明は前述の問題点に鑑み、アプリケーションの動作中に他のアプリケーションを起動させる場合に、スムーズに処理を行うことができるようにすることを目的としている。   In view of the above-described problems, an object of the present invention is to enable smooth processing when another application is activated during the operation of the application.

本発明に係る情報処理装置は、第1のアプリケーションに基づく処理内容と対応する要求IDを取得する取得手段と、前記第1のアプリケーションに従って前記要求IDの通知と第2のアプリケーションの起動要求を行う第1の要求手段と、前記第1の要求手段による起動要求に応答して前記第2のアプリケーションを起動し、前記第2のアプリケーションに基づく処理を実行する第1の処理手段と、前記第1の処理手段による処理の実行が完了したことに応じて、前記要求IDの通知と前記第1のアプリケーションの起動要求を行う第2の要求手段と、前記第2の要求手段による起動要求に応答して前記第1のアプリケーションを起動し、前記第2の要求手段により通知された要求IDに基づく処理を実行する第2の処理手段とを備えることを特徴とする。   An information processing apparatus according to the present invention obtains a request ID corresponding to a processing content based on a first application, and issues a request ID notification and a second application activation request according to the first application. First request means; first processing means for activating the second application in response to an activation request by the first request means; and executing processing based on the second application; In response to the completion of the execution of the processing by the processing means, a second request means for making a request ID notification and a start request for the first application, and responding to the start request by the second request means And a second processing means for starting the first application and executing processing based on the request ID notified by the second requesting means. The features.

本発明によれば、アプリケーションの動作中に他のアプリケーションを起動させ、他のアプリケーションを動作させる場合に、他のアプリケーションの処理が完了した後、元のアプリケーションにおいてスムーズに処理を行うことができる。   According to the present invention, when another application is started during the operation of the application and the other application is operated, the processing can be smoothly performed in the original application after the processing of the other application is completed.

通信機器を含むネットワークの構成例を説明するための図である。It is a figure for demonstrating the structural example of the network containing a communication apparatus. 通信機器のハードウェア構成例を示すブロック図である。It is a block diagram which shows the hardware structural example of a communication apparatus. 通信機器のソフトウェア構成例を示す図である。It is a figure which shows the software structural example of a communication apparatus. Read-appからWrite-appを起動させて画像を取得し、画像編集処理を行う処理手順を説明するためのシーケンス図である。FIG. 10 is a sequence diagram for explaining a processing procedure for activating Write-app from Read-app to acquire an image and performing image editing processing. Read-appを起動した際の表示画面の例を示す図である。It is a figure which shows the example of the display screen at the time of starting Read-app. Write-appからRead-appを起動させて画像編集処理を行う処理手順を説明するためのシーケンス図である。FIG. 10 is a sequence diagram for explaining a processing procedure for starting up Read-app from Write-app and performing image editing processing.

(第1の実施形態)
以下、本発明の第1の実施形態について図面を参照しながら説明する。本実施形態では、ユーザが情報処理装置である通信機器(スマートフォン)を操作して画像編集アプリケーションを起動させて、データ取り込み用アプリケーションを起動させる例について説明する。なお、本実施形態におけるアプリケーションの「起動」として、未実行のアプリケーションを実行させる場合と、実行中のアプリケーションをバックグラウンドからフォアグラウンドへ移動させる場合がある。
(First embodiment)
Hereinafter, a 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 (smart phone) that is an information processing apparatus to activate an image editing application and activate a data capture application. Note that, as the “activation” of the application in the present embodiment, there are a case where an unexecuted application is executed and a case where the running application is moved from the background to the foreground.

図1は、本実施形態に係る通信機器101を含むネットワークの構成例を説明するための図である。
図1に示すように、通信機器101は、データ取り込み用アプリケーションを用いてデジタルカメラ102と接続し、ネットワーク103を介してデジタルカメラ102から画像を取り込むことができる。なお、デジタルカメラ102との接続は、有線であっても無線であってもよい。
FIG. 1 is a diagram for explaining a configuration example of a network including the communication device 101 according to the present embodiment.
As illustrated in FIG. 1, the communication device 101 can connect to the digital camera 102 using a data capturing application and capture an image from the digital camera 102 via the network 103. The connection with the digital camera 102 may be wired or wireless.

図2は、本実施形態に係る通信機器101のハードウェア構成例を示すブロック図である。
図2において、CPU201は通信機器101全体の処理を制御する。ROM202には、CPU201が実行する各種制御プログラム、データ等が保存されている。RAM203は、CPU201のワーク領域、エラー処理時のデータの退避領域、制御プログラムのロード領域等を有する。HDD(ハードディスクドライブ)204は、OS(オペレーティングシステム)、各種アプリケーション、通信機器101内で実行される各制御プログラムやコンテンツ、データを格納する。
FIG. 2 is a block diagram illustrating a hardware configuration example of the communication device 101 according to the present embodiment.
In FIG. 2, the CPU 201 controls processing of the entire communication device 101. The ROM 202 stores various control programs executed by the CPU 201, data, and the like. The RAM 203 has a work area for the CPU 201, a data save area during error processing, a control program load area, and the like. The HDD (Hard Disk Drive) 204 stores an OS (Operating System), various applications, various control programs executed in the communication device 101, contents, and data.

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

図3は、本実施形態に係る通信機器101のソフトウェア構成例を示す図である。
通信機器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は入力用アプリケーションであり、出力用アプリケーションであると言うこともできる。
FIG. 3 is a diagram illustrating a software configuration example of the communication device 101 according to the present embodiment.
A predetermined OS 301 is installed in the communication device 101, and a data capturing application (hereinafter referred to as “Write-app”) 302 and an image editing application (hereinafter referred to as “Read-app”) 303 are installed. The CPU 201 of the communication device 101 activates the OS 301, performs basic processing performed by the communication device 101, and performs cooperation processing of installed applications and processing of recording data in the HDD 204 or the like. In addition, the CPU 201 of the communication device 101 activates Write-app 302 and performs a process of taking data from the digital camera 102 via the NETI / F 209, for example. In addition, the CPU 201 of the communication device 101 activates the Read-app 303 to perform processing for processing the captured image and instructing the printing apparatus to print the image. Here, it can be said that Write-app 302 is an input application and an output application.

次に、図4及び図5を参照しながら、本実施形態に係る通信機器101の処理手順について説明する。本実施形態では、まず通信機器101のCPU201がRead-appを起動し、その処理を行う画面でユーザによる画像の取り込みの指示を受け付ける例ついて説明する。   Next, a processing procedure of the communication device 101 according to the present embodiment will be described with reference to FIGS. 4 and 5. In the present embodiment, an example will be described in which the CPU 201 of the communication device 101 first activates Read-app and accepts an image capture instruction from the user on a screen for performing the process.

図4は、本実施形態において、通信機器101のCPU201がRead-appを起動してからWrite-appを起動させて外部装置から画像を取得し、画像編集処理を行う処理手順を説明するためのシーケンス図である。なお、以下で説明する処理は通信機器101のCPU201がOS301、Write-app302やRead-app303起動し、これらにしたがって動作し、各部を制御することにより実現される。
まず、ユーザの操作に応答して、通信機器101のCPU201がRead-appを起動することにより処理を開始する。Read-appを起動すると、図5(a)に示すような画面が表示装置211に表示される。図5(a)に示す画面において、ユーザは、表示装置211のタッチパネルを介して実行したい編集内容を選択する。
FIG. 4 illustrates a processing procedure for performing image editing processing in the present embodiment, in which the CPU 201 of the communication device 101 activates Read-app and then activates Write-app to acquire an image from an external device. It is a sequence diagram. Note that the processing described below is realized by the CPU 201 of the communication device 101 starting up the OS 301, Write-app 302, and Read-app 303, operating in accordance with these, and controlling each unit.
First, in response to a user operation, the CPU 201 of the communication device 101 starts the process by starting Read-app. When the Read-app is activated, a screen as shown in FIG. 5A is displayed on the display device 211. On the screen shown in FIG. 5A, the user selects edit contents to be executed via the touch panel of the display device 211.

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

図4のT401では、CPU201はRead-appで要求IDを発行し、T402では、CPU201はRead-appによるWrite-appの起動要求を受け入れ、T401で発行された要求IDと起動要求とを関連付けてHDD204に記憶する。ここで、要求IDは、選択された編集内容によって異なるIDが付与されるものである。例えば図5(b)〜図5(d)に示す画面のどの画面から「Write-appから写真を追加」が選択されたかによって要求IDが異なる。   At T401 in FIG. 4, the CPU 201 issues a request ID by Read-app, and at T402, the CPU 201 accepts the write-app activation request by Read-app, and associates the request ID issued at T401 with the activation request. Store in the HDD 204. Here, the request ID is given a different ID depending on the selected editing content. For example, the request ID differs depending on which screen of the screens shown in FIGS. 5B to 5D is selected as “Add photo from Write-app”.

次に、T403において、CPU201は、OSからWrite-appに対して起動要求を行ってWrite-appを起動させ、T404において、CPU201は、Write-appにおいて要求IDを受け付けるようにする。Write-appが起動する際には、Write-appは要求元のRead-appのIDを受け取るようにする。Read-appのIDは、通信機器101にインストールされたRead-app固有のIDであり、Read-appがインストールされる際にHDD204に記憶され、Write-appの起動要求を行う際にHDD204から読み出されて通知される。   Next, in T403, the CPU 201 makes an activation request to the Write-app from the OS to activate the Write-app, and in T404, the CPU 201 accepts the request ID in the Write-app. When Write-app is activated, Write-app receives the ID of the requesting Read-app. The ID of the Read-app is an ID unique to the Read-app installed in the communication device 101 and is stored in the HDD 204 when the Read-app is installed, and is read from the HDD 204 when a write-app activation request is made. To be notified.

続いてT405において、CPU201は、Write-appにてRead-appのIDの照合を行う。つまり、要求元のRead-appのIDがHDD204に記憶されたRead-appのIDと一致するか否かをWrite-appにて判定する。なお、CPU201はWrite-appにしたがって動作し、Write-appと連携可能なRead-appのIDを、Write-appから読み出し可能にしてHDD204に予め記憶している。そして、Read-appのIDがHDD204に記憶されたIDと一致しない場合は、T406において、CPU201は、Write-appからOSに対してエラーを通知させ、Write-appの起動を中止する。このようにすることにより、不明なアプリケーションにより誤ってWrite-appが起動されるのを防止することができる。   Subsequently, in T405, the CPU 201 collates the ID of the Read-app with Write-app. That is, it is determined by Write-app whether or not the ID of Read-app that is a request source matches the ID of Read-app stored in HDD 204. Note that the CPU 201 operates in accordance with the Write-app, and the Read-app ID that can be linked to the Write-app is readable from the Write-app and stored in the HDD 204 in advance. If the ID of the Read-app does not match the ID stored in the HDD 204, in T406, the CPU 201 notifies the OS of an error from the Write-app and stops the activation of the Write-app. By doing so, it is possible to prevent Write-app from being erroneously started by an unknown application.

一方、Read-appのIDがHDD204に記憶されたIDと一致した場合は、T407において、CPU201は、Write-appから外部装置(デジタルカメラ102)に対して画像の取得要求を行う。そして、T408において、CPU201は、Write-appにより、デジタルカメラ102からNETI/F209を介して画像のデータを受信する。   On the other hand, if the ID of the Read-app matches the ID stored in the HDD 204, in T407, the CPU 201 issues an image acquisition request from the Write-app to the external device (digital camera 102). In T408, the CPU 201 receives image data from the digital camera 102 via the NETI / F 209 by Write-app.

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

次に、T410において、CPU201は、Write-appによる画像IDリストの生成処理を行う。具体的には、まず、Write-appにおいて、保存した画像の画像IDを取得し、保存した画像の画像IDと保存先とを関連付けた画像IDリストを生成し、OSから読み出し可能にしてHDD204に記憶する。そして、T411において、CPU201は、OSによって、Write-appからRead-appへの呼出し要求として、要求IDをWrite-appから受け付ける。ここで、要求IDは、T404でWrite-appが受け取ったものと同じである。   Next, in T410, the CPU 201 performs image ID list generation processing by Write-app. Specifically, first, in Write-app, the image ID of the stored image is acquired, an image ID list in which the image ID of the stored image is associated with the storage destination is generated, and can be read from the OS and stored in the HDD 204. Remember. In T411, the CPU 201 receives the request ID from the write-app as a call request from the write-app to the read-app by the OS. Here, the request ID is the same as that received by Write-app in T404.

続いてT412において、CPU201は、OSからRead-appに対して起動要求を行ってRead-appを起動させる。このとき、Read-appが起動する際には、Read-appは、呼出し要求を行った要求元のWrite-appのIDを取得する。Write-appのIDは、通信機器101にインストールされたWrite-app固有のIDであり、Write-appがインストールされる際にHDD204に記憶されRead-appの呼出し要求を行う際にHDD204から読出されて通知される。   Subsequently, in T412, the CPU 201 makes an activation request to the Read-app from the OS to activate the Read-app. At this time, when the Read-app is activated, the Read-app obtains the ID of the request-source Write-app that made the call request. The ID of Write-app is an ID unique to Write-app installed in communication device 101, and is stored in HDD 204 when Write-app is installed, and is read from HDD 204 when a Read-app call request is made. Be notified.

また、図4に示した例では、Read-appは、T402の処理を行った後も起動中であることから、T412の処理は、スリープ状態の解除、または起動中であることの確認処理として機能する。一方、Read-appはT402の処理を行った後に起動を一旦停止してもよい。そして、T413において、CPU201は、Read-appにおいて、T410でWrite-appにより生成された画像IDリストと、応答としてT411で受け付けた要求IDとをOSを介して受け取る。   In the example shown in FIG. 4, the Read-app is still active after performing the process of T402. Therefore, the process of T412 is a confirmation process for canceling the sleep state or starting. Function. On the other hand, the Read-app may temporarily stop starting after performing the process of T402. In T413, the CPU 201 receives the image ID list generated by Write-app in T410 and the request ID received in T411 as a response via the OS in Read-app.

次に、T414において、CPU201は、Read-appにてWrite-appのIDの照合を行う。つまり、Write-appのIDがHDD204に記憶されたWrite-appのIDと一致するか否かをRead-appにて判定する。なお、CPU201はRead-appにしたがって動作し、Read-appと連携可能なWrite-appのIDを、Read-appから読み出し可能にしてHDD204に予め記憶している。そして、Write-appのIDがHDD204に記憶されたIDと一致しない場合は、T415において、CPU201は、Read-appからOSに対してエラーを通知させ、Read-appの起動を中止する。このようにすることにより、不明なアプリケーションにより誤ってRead-appが起動されるのを防止することができる。   Next, in T414, CPU201 collates ID of Write-app by Read-app. That is, the Read-app determines whether the Write-app ID matches the Write-app ID stored in the HDD 204. The CPU 201 operates in accordance with the Read-app, and the Write-app ID that can be linked with the Read-app is readable from the Read-app and stored in the HDD 204 in advance. If the Write-app ID does not match the ID stored in the HDD 204, in T415, the CPU 201 notifies the OS of an error from the Read-app and stops the activation of the Read-app. By doing so, it is possible to prevent the Read-app from being erroneously started by an unknown application.

一方、Write-appのIDがHDD204に記憶されたIDと一致した場合は、T416において、CPU201は、T413で取得した要求IDと対応する画面を表示する。例えば、Write-appから要求IDを通知したときに表示されていたのと同じ画面を表示装置211に表示する。そして、CPU201は、Read-appにおいて取得した画像IDリストに基づき、HDD204から画像を取得し、一覧表示に追加する。例えば、図5(b)に示す画面で「Write-appから写真を追加」を選択した場合は、図5(b)に示す画面を表示して、画面の左側の画像の一覧表示に新たな画像を追加する。   On the other hand, if the Write-app ID matches the ID stored in the HDD 204, in T416, the CPU 201 displays a screen corresponding to the request ID acquired in T413. For example, the same screen that was displayed when the request ID was notified from Write-app is displayed on the display device 211. Then, the CPU 201 acquires an image from the HDD 204 based on the image ID list acquired in the Read-app, and adds it to the list display. For example, when “Add photo from Write-app” is selected on the screen shown in FIG. 5B, the screen shown in FIG. 5B is displayed, and a new list display of images on the left side of the screen is displayed. Add an image.

ユーザが図5(b)〜図5(d)に示すいずれかの画面で「Write-appから写真を追加」を選択してからデジタルカメラ102から画像を取り込むまである程度の時間がかかる。例えば、画像を取得するまで図5(b)に示す画面で待機している場合は、そのままT416では、その画面に取得した画像を追加することになる。しかしながら、デジタルカメラ102から画像を取り込むのに多くの時間を要する場合があり、その間、ユーザはRead-appの起動を中止して他の処理を実行させることがある。そこで本実施形態では、Write-appの起動要求時にRead-appの要求IDを取得しておくようにした。これによって、Write-appの起動要求後にRead-appの起動を一旦停止した場合であっても、Write-appの処理が完了してRead-appを再開するときに要求IDを送信したときのRead-appの処理内容を判別することができる。これによって、Write-appの処理が完了してRead-appを再度起動させたときに、Write-appの起動要求時と対応する画面が表示されるので、スムーズにユーザが行いたい編集処理を行うことができる。   It takes a certain amount of time until the user captures an image from the digital camera 102 after selecting “Add Photo from Write-app” on any of the screens shown in FIGS. 5B to 5D. For example, when waiting on the screen shown in FIG. 5B until an image is acquired, the acquired image is added to the screen as it is at T416. However, it may take a long time to capture an image from the digital camera 102, and during that time, the user may stop starting the Read-app and execute other processing. Therefore, in the present embodiment, the Read-app request ID is acquired when Write-app activation is requested. As a result, even when Read-app activation is temporarily stopped after Write-app activation request, Read when request ID is transmitted when Write-app processing is completed and Read-app is resumed The processing contents of -app can be determined. As a result, when Write-app processing is completed and Read-app is started again, the screen corresponding to the time when Write-app startup is requested is displayed, so the editing process that the user wants to perform smoothly is performed. be able to.

そして、T417において、CPU201は、Read-appにてユーザが選択した編集処理を行い、編集結果をOSにしたがってHDD204に保存し、処理を終了する。なお、編集処理の開始タイミングとしては、ユーザにより編集処理の開始が指示されたときでもよく、T416の処理を終了した直後でもよい。前者の場合は、例えば図5(c)に示す画面の例では、画像を取得した後に、ユーザにプリンタや部数、編集対象の画像を選択させ、印刷設定が入力された後に印刷開始のアイコンを表示し、そのアイコンが選択された段階で編集処理(印刷処理)を開始する。また、後者の場合は、例えば図5(c)に示す画面の例では、まず、「Write-appから写真を追加」をユーザに選択させる前にプリンタや部数をユーザに選択させる。そして、印刷設定が入力された段階で「Write-appから写真を追加」がユーザにより選択されることにより、編集開始が指示されたものとみなす。但し、T416で複数の画像を取得した場合は、その中から編集処理を行う画像のみをユーザに選択させてもよい。   In T417, the CPU 201 performs the editing process selected by the user using Read-app, stores the editing result in the HDD 204 according to the OS, and ends the process. The start timing of the editing process may be when the user instructs the start of the editing process, or may be immediately after the end of the process of T416. In the former case, for example, in the example of the screen shown in FIG. 5C, after the image is acquired, the user selects the printer, the number of copies, and the image to be edited, and after the print setting is input, the print start icon is displayed. When the icon is selected, the editing process (printing process) is started. In the latter case, for example, in the example of the screen shown in FIG. 5C, the user first selects the printer and the number of copies before the user selects “Add photo from Write-app”. Then, it is considered that the user has instructed to start editing when “add photo from Write-app” is selected by the user when the print setting is input. However, when a plurality of images are acquired at T416, the user may be allowed to select only an image to be edited.

以上のように本実施形態によれば、Read-appからのWrite-appの起動要求と、Read-appの処理内容と対応する要求IDの通知を行い、Write-appはその処理結果のレスポンスとしてRead-appに要求IDを通知するようにした。これにより、Read-appは自らの要求の処理結果であることを識別して要求IDに従って動作することができ、ユーザが行いたい編集処理をスムーズに行うことができる。また、Write-appからの処理結果のレスポンスとして画像IDリストをRead-appに通知するようにしたので、Read-appが編集処理を行う際に画像の保存先をすぐに参照することができるため、よりスムーズに編集処理を行うことができる。   As described above, according to the present embodiment, the Read-app activation request from the Read-app and the request ID corresponding to the processing content of the Read-app are notified, and the Write-app is the response of the processing result. The request ID is notified to Read-app. As a result, the Read-app can identify the processing result of its own request and operate according to the request ID, and can smoothly perform the editing process desired by the user. In addition, since the image ID list is notified to Read-app as a response to the processing result from Write-app, when Read-app performs editing processing, the image storage destination can be referred to immediately. The editing process can be performed more smoothly.

(第2の実施形態)
以下、本発明の第1の実施形態について図面を参照しながら説明する。本実施形態では、ユーザが通信機器(スマートフォン)を操作してデータ取り込み用アプリケーション(Write-app)を起動させて、画像編集アプリケーション(Read-app)を起動させる例について説明する。なお、本実施形態に係る通信機器の構成については第1の実施形態と同様であるため、説明は省略する。
(Second Embodiment)
Hereinafter, a 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) to activate a data capture application (Write-app) and activate an image editing application (Read-app). Note that the configuration of the communication device according to this embodiment is the same as that of the first embodiment, and a description thereof will be omitted.

図6は、本実施形態において、Write-appからRead-appを起動させて画像編集処理を行う処理手順を説明するためのシーケンス図である。
まず、ユーザの操作によってWrite-appが起動することにより処理を開始する。そして、T601において、CPU201は、Write-appから外部装置(デジタルカメラ102)に対して画像の取得要求を行う。そして、T602において、CPU201は、Write-appにより、デジタルカメラ102からNETI/F209を介して画像のデータを受信する。
FIG. 6 is a sequence diagram for explaining a processing procedure for performing image editing processing by activating Read-app from Write-app in the present embodiment.
First, the process starts when Write-app is activated by a user operation. In T601, the CPU 201 makes an image acquisition request from the write-app to the external device (digital camera 102). In T602, the CPU 201 receives image data from the digital camera 102 via the NETI / F 209 by Write-app.

続いてT603において、CPU201は、Write-appによる画像の保存処理を行う。つまり、CPU201は、T602で受信した画像をHDD204等に保存し、新たに保存した画像に画像IDを付与する。そして、T604において、CPU201は、Write-appによる画像IDリストの生成処理を行う。具体的には、まず、Write-appにおいて、保存した画像の画像IDを取得し、保存した画像の画像IDと保存先とを関連付けた画像IDリストを生成し、OSから読み出し可能にしてHDD204に記憶する。そして、T605において、CPU201は、OSによって、Write-appからRead-appへの起動要求を受け付ける。   Subsequently, in T603, the CPU 201 performs image storage processing by Write-app. That is, the CPU 201 stores the image received in T602 in the HDD 204 or the like, and assigns an image ID to the newly stored image. In T604, the CPU 201 performs image ID list generation processing using Write-app. Specifically, first, in Write-app, the image ID of the stored image is acquired, an image ID list in which the image ID of the stored image is associated with the storage destination is generated, and can be read from the OS and stored in the HDD 204. Remember. In T605, the CPU 201 accepts an activation request from Write-app to Read-app by the OS.

次に、T606において、CPU201は、OSからRead-appに対して起動要求を行ってRead-appを起動させる。このとき、Read-appが起動する際には、Read-appは、起動要求を行ったWrite-appのIDを取得する。そして、T607において、CPU201は、Read-appにおいて、T604でWrite-appにより生成された画像IDリストをOSを介して受け取る。   Next, in T606, the CPU 201 makes an activation request from the OS to the Read-app to activate the Read-app. At this time, when the Read-app is activated, the Read-app acquires the ID of the Write-app that made the activation request. In T607, the CPU 201 receives the image ID list generated by Write-app in T604 via the OS in Read-app.

次に、T608において、CPU201は、Read-appにてWrite-appのIDの照合を行う。つまり、Write-appのIDがHDD204に記憶されたWrite-appのIDと一致するか否かをRead-appにて判定する。なお、CPU201はRead-appにしたがって動作し、Read-appと連携可能なWrite-appのIDを、Read-appから読み出し可能にしてHDD204に予め記憶している。そして、Write-appのIDがHDD204に記憶されたIDと一致しない場合は、T609において、CPU201は、Read-appからOSに対してエラーを通知させ、Read-appの起動を中止する。このようにすることにより、不明なアプリケーションにより誤ってRead-appが起動されるのを防止することができる。   Next, in T608, the CPU 201 collates the ID of Write-app with Read-app. That is, the Read-app determines whether the Write-app ID matches the Write-app ID stored in the HDD 204. The CPU 201 operates in accordance with the Read-app, and the Write-app ID that can be linked with the Read-app is readable from the Read-app and stored in the HDD 204 in advance. If the Write-app ID does not match the ID stored in the HDD 204, in T609, the CPU 201 notifies the OS of an error from the Read-app and stops the activation of the Read-app. By doing so, it is possible to prevent the Read-app from being erroneously started by an unknown application.

一方、Write-appのIDがHDD204に記憶されたIDと一致した場合は、T610において、CPU201は、Read-appにて、T607で取得した画像IDリストに基づいてT603で保存した画像をHDD204から取得する。また、CPU201は、ユーザに編集内容を指示させるための画面を表示装置211に表示させる。ユーザに編集内容を指示させるための画面としては、例えば図5(a)に示すような画面であり、ユーザが編集内容を選択すると、図5(b)〜図5(d)に示すような画面が表示される。このとき、デジタルカメラ102から取り込んだ画像も画像一覧に含まれることになる。なお、既にHDD204に記憶されていた画像と区別するために、直前に取り込んだ画像を他の画像と区別できるように画像を一覧表示するようにしてもよい。   On the other hand, if the ID of Write-app matches the ID stored in HDD 204, in T610, CPU 201 reads the image stored in T603 based on the image ID list acquired in T607 in Read-app from HDD 204. get. Further, the CPU 201 causes the display device 211 to display a screen for instructing the user to edit contents. As a screen for instructing the user to edit contents, for example, a screen as shown in FIG. 5A, and when the user selects the editing contents, as shown in FIGS. 5B to 5D. A screen is displayed. At this time, the image captured from the digital camera 102 is also included in the image list. In order to distinguish from images already stored in the HDD 204, a list of images may be displayed so that the image captured immediately before can be distinguished from other images.

次に、T611において、CPU201は、Read-appにてユーザが選択した編集処理を行い、処理を終了する。   Next, in T611, the CPU 201 performs an editing process selected by the user using Read-app, and ends the process.

以上のように本実施形態によれば、ユーザの操作によりWrite-appを起動した場合でも、スムーズにRead-appを起動して編集処理を選択することができる。   As described above, according to the present embodiment, even when Write-app is activated by a user operation, Read-app can be smoothly activated to select an editing process.

(その他の実施形態)
前述した実施形態では、Write-appがデジタルカメラ102から画像を取り込むアプリケーションである例について説明したが、Write-appとしてそれ以外のアプリケーションにも適用することができる。例えば、Write-appとして、データベースから画像を検索するアプリケーションや、撮影処理を行うアプリケーションを適用してもよい。この場合、検索した画像や、新たに撮影した画像の画像IDリストを生成することになる。また、前述した実施形態では、取り扱うデータを画像データとしたが、画像データに限らず、音声データなど他のデータであってもよい。
(Other embodiments)
In the above-described embodiment, an example in which Write-app is an application that captures an image from the digital camera 102 has been described, but the present invention can also be applied to other applications as Write-app. For example, an application that retrieves an image from a database or an application that performs a photographing process may be applied as Write-app. In this case, an image ID list of the searched image or a newly captured image is generated. In the above-described embodiment, the data to be handled is image data. However, the data is not limited to image data, and may be other data such as audio data.

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

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

201 CPU
204 HDD
201 CPU
204 HDD

本発明は、特に、複数のアプリケーションを用いて処理を行うために用いて好適な情報処理装置、制御方法およびプログラムに関する。 In particular, the present invention relates to an information processing apparatus, a control method, and a program suitable for performing processing using a plurality of applications.

本発明に係る情報処理装置は、コンテンツに対する出力処理を実行するための第1のアプリケーションプログラムおよび前記コンテンツを外部装置から取り込む処理を実行するための第2のアプリケーションプログラムを有する情報処理装置であって、前記第1のアプリケーションプログラムにしたがって、前記第2のアプリケーションプログラムの起動要求を行う第1の要求手段と、前記第2のアプリケーションプログラムの起動要求に応答して、前記第2のアプリケーションプログラムを起動する第1の起動手段と、前記起動された第2のアプリケーションプログラムにしたがって、前記外部装置と通信して前記コンテンツを前記外部装置から取り込む処理を実行する取込処理手段と、前記コンテンツが前記外部装置から取り込まれた後、前記第2のアプリケーションプログラムにしたがって前記第1のアプリケーションプログラムの起動要求を行う第2の要求手段と、前記第1のアプリケーションプログラムの起動要求に応答して前記第1のアプリケーションプログラムを起動する第2の起動手段と、前記第1のアプリケーションプログラムにしたがって、前記外部装置から取り込まれたコンテンツに対して出力処理を実行する出力処理手段とを備えることを特徴とする。 An information processing apparatus according to the present invention is an information processing apparatus having a first application program for executing output processing for content and a second application program for executing processing for fetching the content from an external device. , In accordance with the first application program, a first request means for making a request for starting the second application program, and starting the second application program in response to the start request for the second application program In accordance with the activated second application program, a processing unit that communicates with the external device to execute processing for capturing the content from the external device, and the content is external to the external device. After being taken in from the device Second request means for requesting activation of the first application program in accordance with the second application program; and second for activating the first application program in response to the activation request for the first application program. And an output processing means for executing an output process on the content fetched from the external device in accordance with the first application program.

本発明に係る情報処理装置は、コンテンツに対する出力処理を実行するための第1のアプリケーションプログラムおよび前記コンテンツを外部装置から取り込む処理を実行するための第2のアプリケーションプログラムを有する情報処理装置であって、前記第1のアプリケーションプログラムにしたがって、前記第2のアプリケーションプログラムの起動要求を行う第1の要求手段と、前記第1のアプリケーションプログラムにしたがって、識別子を前記第2のアプリケーションプログラムの起動要求に関連付けて所定の記憶領域に記憶する記憶手段と、前記第2のアプリケーションプログラムの起動要求に応答して、前記第2のアプリケーションプログラムを起動する第1の起動手段と、前記起動された第2のアプリケーションプログラムにしたがって、前記外部装置と通信して前記コンテンツを前記外部装置から取り込む処理を実行する取込処理手段と、前記コンテンツが前記外部装置から取り込まれた後、前記第2のアプリケーションプログラムにしたがって前記第1のアプリケーションプログラムの起動要求を行う第2の要求手段と、前記第1のアプリケーションプログラムの起動要求に応答して前記第1のアプリケーションプログラムを起動する第2の起動手段と、前記第1のアプリケーションプログラムにしたがって、前記外部装置から取り込まれたコンテンツを、前記所定の記憶領域に記憶された識別子と対応する画面に追加して表示する処理を実行する出力処理手段とを備えることを特徴とする。 An information processing apparatus according to the present invention is an information processing apparatus having a first application program for executing output processing for content and a second application program for executing processing for fetching the content from an external device. First request means for requesting activation of the second application program according to the first application program, and associating an identifier with the activation request of the second application program according to the first application program Storage means for storing in a predetermined storage area, first activation means for activating the second application program in response to an activation request for the second application program, and the activated second application program Thus, the loading process means for executing a process to communicate with the external device capturing the contents from the external device, after which the content is taken in from the external device, according to the second application program, said first a second requesting means for performing the first activation request of an application program, in response to the activation request of the first application program, and a second activating means for activating the first application program, the first Output processing means for executing processing for adding and displaying content captured from the external device according to an application program on a screen corresponding to an identifier stored in the predetermined storage area .

本発明によれば、アプリケーションの動作中に他のアプリケーションを起動させ、他のアプリケーションを動作させる場合に、他のアプリケーションの処理が完了した後、元のアプリケーションにおいて他のアプリケーションの動作の結果を反映させることができ、スムーズに元のアプリケーションによる処理を行うことができる。 According to the present invention, when another application is started during the operation of the application and the other application is operated, after the processing of the other application is completed , the result of the operation of the other application is reflected in the original application. Can be processed smoothly by the original application .

Claims (9)

第1のアプリケーションに基づく処理内容と対応する要求IDを取得する取得手段と、
前記第1のアプリケーションに従って前記要求IDの通知と第2のアプリケーションの起動要求を行う第1の要求手段と、
前記第1の要求手段による起動要求に応答して前記第2のアプリケーションを起動し、前記第2のアプリケーションに基づく処理を実行する第1の処理手段と、
前記第1の処理手段による処理の実行が完了したことに応じて、前記要求IDの通知と前記第1のアプリケーションの起動要求を行う第2の要求手段と、
前記第2の要求手段による起動要求に応答して前記第1のアプリケーションを起動し、前記第2の要求手段により通知された要求IDに基づく処理を実行する第2の処理手段とを備えることを特徴とする情報処理装置。
Acquisition means for acquiring a request ID corresponding to the processing content based on the first application;
First request means for making a notification of the request ID and a second application activation request in accordance with the first application;
First processing means for activating the second application in response to an activation request by the first requesting means and executing processing based on the second application;
A second requesting unit for performing a notification of the request ID and a request for starting the first application in response to completion of execution of the processing by the first processing unit;
A second processing unit that starts the first application in response to a startup request by the second request unit and executes a process based on the request ID notified by the second request unit. A characteristic information processing apparatus.
前記第1のアプリケーション及び前記第2のアプリケーションのそれぞれに固有のIDを記憶する記憶手段と、
前記第1の要求手段及び前記第2の要求手段による要求に応じて、要求元のアプリケーションのIDを前記記憶手段に記憶されたIDと照合する照合手段とを更に有することを特徴とする請求項1に記載の情報処理装置。
Storage means for storing an ID unique to each of the first application and the second application;
The apparatus further comprises a collating unit that collates an ID of a request source application with an ID stored in the storage unit in response to a request by the first request unit and the second request unit. The information processing apparatus according to 1.
前記記憶手段は、前記要求IDと前記第2のアプリケーションの起動要求とを関連付けて記憶することを特徴とする請求項2に記載の情報処理装置。   The information processing apparatus according to claim 2, wherein the storage unit stores the request ID in association with the activation request for the second application. 前記第1のアプリケーションはデータを出力するためのアプリケーションであり、前記第2のアプリケーションは前記データを入力するためのアプリケーションであることを特徴とする請求項1〜3の何れか1項に記載の情報処理装置。   The said 1st application is an application for outputting data, The said 2nd application is an application for inputting the said data, The any one of Claims 1-3 characterized by the above-mentioned. Information processing device. 前記第1のアプリケーションはデータを編集して出力するためのアプリケーションであり、前記第2のアプリケーションは、外部装置から前記データを取り込むためのアプリケーションであることを特徴とする請求項4に記載の情報処理装置。   5. The information according to claim 4, wherein the first application is an application for editing and outputting data, and the second application is an application for capturing the data from an external device. Processing equipment. 前記第2のアプリケーションに基づく処理により入力されたデータのID及び保存先の情報を前記第1のアプリケーションが用いる情報として生成する生成手段をさらに有し、
前記第2の処理手段は、前記生成手段によって生成された情報を用いて前記第1のアプリケーションに基づく処理を実行することを特徴とする請求項4又は5に記載の情報処理装置。
Further comprising generating means for generating data ID and storage destination information input by the processing based on the second application as information used by the first application;
6. The information processing apparatus according to claim 4, wherein the second processing unit executes processing based on the first application using information generated by the generation unit.
第1のアプリケーションに基づく処理内容と対応する要求IDを取得する取得工程と、
前記第1のアプリケーションに従って前記要求IDの通知と第2のアプリケーションの起動要求を行う第1の要求工程と、
前記第1の要求工程における起動要求に応答して前記第2のアプリケーションを起動し、前記第2のアプリケーションに基づく処理を実行する第1の処理工程と、
前記第1の処理工程における処理の実行が完了したことに応じて、前記要求IDの通知と前記第1のアプリケーションの起動要求を行う第2の要求工程と、
前記第2の要求工程における起動要求に応答して前記第1のアプリケーションを起動し、前記第2の要求工程において通知された要求IDに基づく処理を実行する第2の処理工程とを備えることを特徴とする情報処理方法。
An acquisition step of acquiring a request ID corresponding to the processing content based on the first application;
A first requesting step for performing a notification of the request ID and a request for starting a second application according to the first application;
A first processing step of activating the second application in response to the activation request in the first requesting step and executing processing based on the second application;
A second request step for making a notification of the request ID and a request for starting the first application in response to completion of the processing in the first processing step;
A second processing step of starting the first application in response to the start request in the second request step and executing a process based on the request ID notified in the second request step. A characteristic information processing method.
コンピュータを、請求項1〜6の何れか1項に記載の情報処理装置の各手段として機能させるためのプログラム。   The program for functioning a computer as each means of the information processing apparatus of any one of Claims 1-6. 請求項8に記載のプログラムを記憶したことを特徴とするコンピュータが読み取り可能な記憶媒体。   A computer-readable storage medium storing the program according to claim 8.
JP2016236404A 2016-12-06 2016-12-06 Information processing apparatus, control method, and program Active JP6407241B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2016236404A JP6407241B2 (en) 2016-12-06 2016-12-06 Information processing apparatus, control method, and program
PCT/JP2017/042398 WO2018105422A1 (en) 2016-12-06 2017-11-27 Information processing device, information processing method, and storage medium whereupon program is stored
US16/390,506 US10855869B2 (en) 2016-12-06 2019-04-22 Information processing apparatus, information processing method, and storage medium storing program for activating applications

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016236404A JP6407241B2 (en) 2016-12-06 2016-12-06 Information processing apparatus, control method, and program

Publications (2)

Publication Number Publication Date
JP2018092454A true JP2018092454A (en) 2018-06-14
JP6407241B2 JP6407241B2 (en) 2018-10-17

Family

ID=62563864

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016236404A Active JP6407241B2 (en) 2016-12-06 2016-12-06 Information processing apparatus, control method, and program

Country Status (1)

Country Link
JP (1) JP6407241B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008527530A (en) * 2005-01-11 2008-07-24 リアルネットワークス・アジア・パシフィック・カンパニー・リミテッド Application linkage method and system
JP2016174348A (en) * 2015-02-04 2016-09-29 カシオ計算機株式会社 Data processing system, data processing device, data processing method, and program
JP2016177761A (en) * 2015-03-20 2016-10-06 キヤノン株式会社 Information processor, control method and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008527530A (en) * 2005-01-11 2008-07-24 リアルネットワークス・アジア・パシフィック・カンパニー・リミテッド Application linkage method and system
JP2016174348A (en) * 2015-02-04 2016-09-29 カシオ計算機株式会社 Data processing system, data processing device, data processing method, and program
JP2016177761A (en) * 2015-03-20 2016-10-06 キヤノン株式会社 Information processor, control method and program

Also Published As

Publication number Publication date
JP6407241B2 (en) 2018-10-17

Similar Documents

Publication Publication Date Title
KR101921569B1 (en) Image processing apparatus, method for controlling image processing apparatus, and storage medium
JP6900557B2 (en) Information processing equipment and programs
CN105278887B (en) Information processing system and information processing unit
CN106572139B (en) Multi-terminal control method, terminal, server and system
JP2007287090A (en) Display control system, image processor, and display control method
CN104052899B (en) Communication Apparatus And Method For Controlling Communication Apparatus
US8913280B2 (en) Communication apparatus, method for controlling the same, storage medium, and printing apparatus
JP2015084179A (en) Information processor, control method thereof, and program
US20160248921A1 (en) Information processing apparatus, information processing system, information processing method, and a computer program product
US9232103B2 (en) Terminal apparatus and computer readable medium
JP2015219862A (en) Terminal equipment, program, function calling method, and information processing system
JP2017130760A (en) System, information processing method, information processing device and program
US10218862B2 (en) Information processing terminal, image forming apparatus, information processing method, and recording medium for setting a home screen
US9706067B2 (en) Information processing terminal and non-transitory readable recording medium for file transfer and file processing
JP2011235580A (en) Image forming apparatus and control program thereof
JP6157282B2 (en) Image processing apparatus, information processing method, and program
US20150100866A1 (en) Information processing apparatus, information processing system, and non-transitory computer readable medium
WO2022228301A1 (en) Document generation method and apparatus and electronic device
JP6407241B2 (en) Information processing apparatus, control method, and program
JP6570436B2 (en) Software development program and software development method
US10863044B2 (en) Information processing apparatus, information processing system, and method of processing information
JP2016157340A (en) Program, information processing apparatus, output management system, and preview image generation method
JP7039903B2 (en) Information processing system, information processing device, program and screen sharing terminal control method
JP2017215723A (en) Information processing device, server and program
JP2016062178A (en) Task managing device, task managing method, and program

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180411

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180918

R151 Written notification of patent or utility model registration

Ref document number: 6407241

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151