JP7109586B2 - Information processing device and information processing method - Google Patents

Information processing device and information processing method Download PDF

Info

Publication number
JP7109586B2
JP7109586B2 JP2020558774A JP2020558774A JP7109586B2 JP 7109586 B2 JP7109586 B2 JP 7109586B2 JP 2020558774 A JP2020558774 A JP 2020558774A JP 2020558774 A JP2020558774 A JP 2020558774A JP 7109586 B2 JP7109586 B2 JP 7109586B2
Authority
JP
Japan
Prior art keywords
processing
data
service
unit
vehicle
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
JP2020558774A
Other languages
Japanese (ja)
Other versions
JPWO2020115888A1 (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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Publication of JPWO2020115888A1 publication Critical patent/JPWO2020115888A1/en
Application granted granted Critical
Publication of JP7109586B2 publication Critical patent/JP7109586B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Traffic Control Systems (AREA)

Description

本発明は、車両とクラウドとが連携して運転者にサービスを提供するクラウド連携サービスにおいて、車両の情報をクラウドに送信する情報処理装置および情報処理方法に関する。 TECHNICAL FIELD The present invention relates to an information processing apparatus and an information processing method for transmitting vehicle information to a cloud in a cloud cooperation service in which a vehicle and the cloud cooperate to provide a service to a driver.

車両とクラウドとが連携して運転者にサービスを提供するクラウド連携サービスが実現されている。例えば、車両の走行中に急ブレーキが検出されると、急ブレーキが検出された地点の位置情報とともに車両前方の映像がクラウドに送信される。クラウドでは、複数の車両から収集した位置情報および映像に基づいて、どのような場所で車両の事故が起こりやすいのかを判断する。そして、クラウドは、事故が生じやすい場所の情報を各車両の運転者に通知する。他のクラウド連携サービスとしては、例えば、道路の渋滞情報を運転者に提供するサービス、または飲食店などのおすすめ情報を運転者に提供するサービスなどがある。 A cloud cooperation service is realized in which a vehicle and the cloud cooperate to provide a service to a driver. For example, when sudden braking is detected while the vehicle is running, an image of the front of the vehicle is sent to the cloud along with the location information of the point where the sudden braking was detected. Based on the location information and images collected from multiple vehicles, the cloud determines where vehicle accidents are likely to occur. Then, the cloud notifies the driver of each vehicle of information on places where accidents are likely to occur. Other cloud-linked services include, for example, a service that provides road congestion information to the driver, a service that provides the driver with recommended information on restaurants and the like.

このように、クラウド連携サービスは、車両のデータをクラウドに送信する車両側の機能と、車両から得たデータに基づいて適切な情報を運転者に提供するクラウド側の機能とが連携することによって成り立っている。車両が複数のクラウド連携サービスを利用している場合は、クラウド連携サービスごとに車両側の機能とクラウド側の機能とが存在することになる。この場合、クラウド連携サービスの開発者は、他のクラウド連携サービスにおける処理内容を把握することが困難である。従って、各クラウド連携サービスの車両側では、独自に車両のデータを収集してクラウドに送信する処理を行うため、処理が全体的に冗長となり、車両側におけるデータ処理の負荷が大きくなるという問題がある。 In this way, the cloud-linked service works by linking a vehicle-side function that transmits vehicle data to the cloud and a cloud-side function that provides appropriate information to the driver based on data obtained from the vehicle. It is established. When a vehicle uses a plurality of cloud-linked services, each cloud-linked service has a vehicle-side function and a cloud-side function. In this case, it is difficult for the developer of the cloud cooperation service to grasp the processing details of the other cloud cooperation service. Therefore, since the vehicle side of each cloud-linked service collects vehicle data independently and transmits it to the cloud, the processing becomes redundant and the data processing load on the vehicle side increases. be.

従来、オブジェクトコード中に記述された同じ実行順の命令列の並びからなる共通部分の実行回数データを生成し、実行回数データに基づいてオブジェクトコードに対して共通部分をまとめる処理を行う技術が開示されている(例えば、特許文献1参照)。 Conventionally, there is disclosed a technique for generating execution count data of a common portion consisting of a sequence of instructions in the same execution order described in object code, and performing processing for grouping the common portion for the object code based on the execution count data. (See Patent Document 1, for example).

特開2007-18254号公報JP 2007-18254 A

特許文献1では、1つのオブジェクトコードにおける共通部分をまとめる処理を行っている。当該処理を上記で説明したクラウド連携サービスに適用すると、1つのクラウド連携サービスにおいて共通部分があった場合は当該共通部分をまとめることができる。しかし、特許文献1では、複数のオブジェクトコードにおける共通部分をまとめる処理を行うことについて言及していないため、複数のクラウド連携サービスに適用することができない。従って、上記で説明した通り、各クラウド連携サービスの車両側の処理が全体的に冗長となり、車両側におけるデータ処理の負荷が大きくなるという問題がある。 In Japanese Patent Application Laid-Open No. 2002-200012, processing is performed to collect common parts in one object code. By applying this processing to the cloud cooperation service described above, if there is a common part in one cloud cooperation service, the common part can be put together. However, since Patent Literature 1 does not refer to processing for grouping common parts in a plurality of object codes, it cannot be applied to a plurality of cloud cooperation services. Therefore, as described above, there is a problem that the vehicle-side processing of each cloud cooperation service becomes redundant as a whole, and the data processing load on the vehicle side increases.

このように、従来では、車両が複数のクラウド連携サービスを利用している場合において、車両側におけるデータ処理の負荷を軽減することができなかった。 As described above, conventionally, when a vehicle uses a plurality of cloud cooperation services, the load of data processing on the vehicle side could not be reduced.

本発明は、このような問題を解決するためになされたものであり、データ処理の負荷を軽減することが可能な情報処理装置および情報処理方法を提供することを目的とする。 SUMMARY OF THE INVENTION The present invention has been made to solve such problems, and it is an object of the present invention to provide an information processing apparatus and an information processing method capable of reducing the load of data processing.

上記の課題を解決するために、本発明による情報処理装置は、複数のサービスアプリケーションから、各サービスアプリケーションを実行するために順序付けられた複数の処理機能で構成された処理フローを取得する取得部と、取得部が取得した各処理フローにおいて先頭から順に同一の処理を行う共通部分がある場合は当該共通部分を統合する統合部と、統合部が統合した共通部分を含む各処理フローに基づいてデータ処理を実行するデータ処理実行部と、データ処理実行部が実行したデータ処理の結果を各サービスアプリケーションに送信する送信部とを備え、サービスアプリケーションは、車両とクラウドとが連携して運転者にサービスを提供するクラウド連携サービスを実現するソフトウェアであり、データ処理実行部は、車両の走行に関するデータを用いてデータ処理を実行し、取得部が取得した処理フローが変更されたとき、統合部は、再度、取得部が取得した各処理フローにおいて先頭から順に同一の処理を行う共通部分がある場合は当該共通部分を統合する。
In order to solve the above problems, an information processing apparatus according to the present invention includes an acquisition unit that acquires, from a plurality of service applications, a processing flow composed of a plurality of processing functions ordered for executing each service application. , if there is a common part that performs the same process in order from the beginning in each processing flow acquired by the acquisition unit, the integration unit that integrates the common part, and data based on each processing flow that includes the common part integrated by the integration unit It comprises a data processing execution unit that executes processing, and a transmission unit that transmits the results of data processing executed by the data processing execution unit to each service application. The data processing execution unit executes data processing using data related to vehicle travel , and when the processing flow acquired by the acquisition unit is changed, the integration unit Again, if there is a common portion in which the same processing is performed in order from the top in each processing flow acquired by the acquisition unit, the common portion is integrated .

本発明によると、情報処理装置は、取得部が取得した各処理フローにおいて先頭から順に同一の処理を行う共通部分がある場合は当該共通部分を統合する統合部を備えるため、データ処理の負荷を軽減することが可能となる。 According to the present invention, the information processing apparatus includes an integration unit that integrates the common portions when there is a common portion that performs the same processing in order from the beginning in each processing flow acquired by the acquisition unit, thereby reducing the data processing load. can be reduced.

本発明の目的、特徴、態様、および利点は、以下の詳細な説明と添付図面とによって、より明白となる。 Objects, features, aspects and advantages of the present invention will become more apparent from the following detailed description and accompanying drawings.

本発明の実施の形態による情報処理装置の構成の一例を示すブロック図である。1 is a block diagram showing an example of the configuration of an information processing device according to an embodiment of the present invention; FIG. 本発明の実施の形態による情報処理装置の構成の一例を示すブロック図である。1 is a block diagram showing an example of the configuration of an information processing device according to an embodiment of the present invention; FIG. 本発明の実施の形態による処理フローの一例を示す図である。It is a figure which shows an example of the processing flow by embodiment of this invention. 本発明の実施の形態による情報処理装置のハードウェア構成の一例を示すブロック図である。1 is a block diagram showing an example hardware configuration of an information processing apparatus according to an embodiment of the present invention; FIG. 本発明の実施の形態による情報処理装置の動作の一例を示すフローチャートである。4 is a flow chart showing an example of the operation of the information processing device according to the embodiment of the present invention; 本発明の実施の形態による登録した処理フローの一例を示す図である。It is a figure which shows an example of the registered processing flow by embodiment of this invention. 本発明の実施の形態による情報処理装置の動作の一例を示すフローチャートである。4 is a flow chart showing an example of the operation of the information processing device according to the embodiment of the present invention; 本発明の実施の形態による処理フローの統合の一例を示す図である。It is a figure which shows an example of integration of the process flow by embodiment of this invention. 本発明の実施の形態によるデータ処理の基となる処理フローの一例を示す図である。It is a figure which shows an example of the processing flow based on the data processing by embodiment of this invention.

本発明の実施の形態について、図面に基づいて以下に説明する。 An embodiment of the present invention will be described below based on the drawings.

<実施の形態>
<構成>
図1は、本実施の形態による情報処理装置1の構成の一例を示すブロック図である。なお、図1では、本実施の形態による情報処理装置を構成する必要最小限の構成を示している。
<Embodiment>
<Configuration>
FIG. 1 is a block diagram showing an example of the configuration of an information processing device 1 according to this embodiment. It should be noted that FIG. 1 shows the minimum necessary configuration of the information processing apparatus according to the present embodiment.

図1に示すように、情報処理装置1は、取得部2と、統合部3と、データ処理実行部4と、送信部5とを備えている。取得部2は、複数のサービスアプリケーションから、各サービスアプリケーションを実行する処理フローを取得する。サービスアプリケーションとは、上記で説明したクラウド連携サービスを実現するソフトウェアのことをいう。 As shown in FIG. 1 , the information processing device 1 includes an acquisition unit 2 , an integration unit 3 , a data processing execution unit 4 and a transmission unit 5 . Acquisition unit 2 acquires a processing flow for executing each service application from a plurality of service applications. A service application is software that implements the cloud cooperation service described above.

統合部3は、取得部2が取得した各処理フローにおいて先頭から順に同一の処理を行う共通部分がある場合は当該共通部分を統合する。データ処理実行部4は、統合部3が統合した共通部分を含む各処理フローに基づいてデータ処理を実行する。送信部5は、データ処理実行部4が実行したデータ処理の結果を各サービスアプリケーションに送信する。 When each processing flow acquired by the acquisition unit 2 has a common part in which the same process is performed sequentially from the top, the integration unit 3 integrates the common part. The data processing execution unit 4 executes data processing based on each processing flow including common parts integrated by the integration unit 3 . The transmission unit 5 transmits the result of the data processing executed by the data processing execution unit 4 to each service application.

次に、図1に示す情報処理装置1を含む情報処理装置の他の構成について説明する。 Next, another configuration of the information processing apparatus including the information processing apparatus 1 shown in FIG. 1 will be described.

図2は、他の構成に係る情報処理装置6の構成の一例を示すブロック図である。 FIG. 2 is a block diagram showing an example of the configuration of the information processing device 6 according to another configuration.

図2に示すように、情報処理装置6は、取得部2と、処理フロー登録部7と、統合部3と、データ処理実行部4と、送信部5とを備えている。なお、情報処理装置6は、車両に搭載されているものとする。例えば、情報処理装置6は、車両に搭載されたナビゲーション装置に含まれてもよく、情報処理装置6が単体で車両に搭載されてもよい。 As shown in FIG. 2 , the information processing device 6 includes an acquisition unit 2 , a processing flow registration unit 7 , an integration unit 3 , a data processing execution unit 4 and a transmission unit 5 . It is assumed that the information processing device 6 is mounted on a vehicle. For example, the information processing device 6 may be included in a navigation device mounted on a vehicle, or the information processing device 6 alone may be mounted on the vehicle.

取得部2は、各サービスアプリケーション8,9,10から、当該各サービスアプリケーション8,9,10を実行する処理フローを取得する。取得部2は、各サービスアプリケーション8,9,10から処理フローを取得すると、当該各サービスアプリケーション8,9,10から処理要求があったと判断する。また、取得部2は、各サービスアプリケーション8,9,10から処理フローを取得するとともに、各サービスアプリケーション8,9,10を識別するサービスIDを取得する。 The acquisition unit 2 acquires from each service application 8 , 9 , 10 a processing flow for executing each service application 8 , 9 , 10 . When the acquisition unit 2 acquires the processing flow from each service application 8, 9, 10, it determines that each service application 8, 9, 10 has issued a processing request. Further, the acquisition unit 2 acquires the processing flow from each service application 8, 9, 10 and acquires the service ID for identifying each service application 8, 9, 10. FIG.

各サービスアプリケーション8,9,10は、例えば、車両に搭載されたナビゲーション装置にインストールされたものでもよく、ナビゲーション装置以外の装置にインストールされたものであってもよい。この場合、各サービスアプリケーション8,9,10は、ナビゲーション装置に備えられたメモリ、またはナビゲーション装置以外の装置に備えられたメモリに記憶される。 Each service application 8, 9, 10 may be installed, for example, in a navigation device mounted on a vehicle, or may be installed in a device other than the navigation device. In this case, each service application 8, 9, 10 is stored in a memory provided in the navigation device or in a memory provided in a device other than the navigation device.

ここで、処理フローについて説明する。図3は、ドライブレコーダーサービスを実現するサービスアプリケーションを実行する処理フローの一例を示している。ドライブレコーダーサービスは、クラウド連携サービスの1つである。 Here, the processing flow will be described. FIG. 3 shows an example of a processing flow for executing a service application that implements the drive recorder service. The drive recorder service is one of cloud cooperation services.

図3に示すように、処理フローは、「前方カメラ」、「加速度」、「同期」、「急ブレーキ」、「動画抽出」、および「送信」の各処理機能が順序付けられて構成されている。各処理機能は、ソフトウェアで構成されている。 As shown in FIG. 3, the processing flow consists of the processing functions of "front camera", "acceleration", "synchronization", "sudden braking", "moving image extraction", and "transmission" in order. . Each processing function is composed of software.

「前方カメラ」は、車両前方を撮影したカメラから映像を取得する処理機能である。「加速度」は、車両に設けられた加速度センサから加速度データを取得する処理機能である。すなわち、「前方カメラ」および「加速度」は、映像および加速度データなどのデータソースを収集する処理機能である。なお、データソースを収集する処理機能としては、「前方カメラ」および「加速度」以外に、例えば、車内を撮影したカメラから映像を取得する処理機能である「車内カメラ」、運転者などの視線を検出する処理機能である「視線座標」、レーザ光を用いて車両の周辺に存在する歩行者および物体を検出する処理機能である「LIDAR(Light Detection and Ranging)」、およびミリ波を用いて車両の周辺に存在する歩行者および物体を検出する処理機能である「ミリ波」などが挙げられる。 A "front camera" is a processing function that acquires an image from a camera that photographs the front of the vehicle. "Acceleration" is a processing function that acquires acceleration data from an acceleration sensor provided in the vehicle. That is, "front camera" and "acceleration" are processing functions that collect data sources such as video and acceleration data. In addition to the "front camera" and "acceleration" processing functions that collect data sources, for example, the "in-vehicle camera", which is a processing function that acquires images from a camera that captures the inside of the vehicle, and the line of sight of the driver, etc. "Line-of-sight coordinates" is a processing function that detects, "LIDAR (Light Detection and Ranging)" is a processing function that uses laser light to detect pedestrians and objects around the vehicle, and millimeter waves are used to detect vehicle ``millimeter wave'', which is a processing function that detects pedestrians and objects in the vicinity of the vehicle.

「同期」は、複数のデータソースの同期を取る処理機能である。図3の例では、前方カメラから取得した映像と、加速度センサから取得した加速度データとの同期を取る。 "Sync" is a processing function that synchronizes multiple data sources. In the example of FIG. 3, the image acquired from the front camera and the acceleration data acquired from the acceleration sensor are synchronized.

「急ブレーキ」は、加速データに基づいて車両の急ブレーキを検出する処理機能であり、処理フローに基づくデータ処理の結果を送信するトリガとなる。なお、当該トリガとなる処理機能としては、「急ブレーキ」以外に、例えば、運転者などの視線が予め定められた方向であることを検出する処理機能である「視線注目」、車両の急加速を検出する処理機能である「急加速」、および定周期でデータソースを送信する処理機能である「定周期」などが挙げられる。 "Sudden braking" is a processing function that detects sudden braking of the vehicle based on the acceleration data, and serves as a trigger for transmitting the result of data processing based on the processing flow. In addition to the "sudden braking", processing functions that serve as triggers include, for example, "focus on the line of sight", which is a processing function for detecting that the line of sight of the driver or the like is in a predetermined direction, and sudden acceleration of the vehicle. "rapid acceleration", which is a processing function for detecting , and "periodic", which is a processing function for periodically transmitting data sources.

「動画抽出」は、カメラが撮影した映像から一定時間内の動画を抽出する処理機能であり、処理フローに基づくデータ処理の結果として送信すべき情報を生成する。データ処理の結果として送信すべき情報を生成する処理機能としては、「動画抽出」以外に、例えば、複数の画像から少なくとも1つの画像を抽出する「画像抽出」、地図を生成する「地図生成」、および運転のリスクに関する情報を生成する「リスク情報」などが挙げられる。 "Extracting moving images" is a processing function for extracting moving images within a certain period of time from images captured by the camera, and generates information to be transmitted as a result of data processing based on the processing flow. As a processing function for generating information to be transmitted as a result of data processing, in addition to "moving image extraction", for example, "image extraction" for extracting at least one image from a plurality of images, and "map generation" for generating a map. , and “risk information” that generates information about driving risks.

図2の説明に戻り、処理フロー登録部7は、例えば図示しないハードディスクまたは半導体メモリ等の記憶装置を有しており、取得部2が取得した処理フローをサービスIDに対応付けて記憶装置に登録する。なお、登録済みのサービスアプリケーションから新たな処理フローを取得部2が取得したとき、処理フロー登録部7は、当該新たな処理フローを登録済みの処理フローに上書きする。 Returning to the description of FIG. 2, the processing flow registration unit 7 has a storage device such as a hard disk or a semiconductor memory (not shown), and registers the processing flow acquired by the acquisition unit 2 in the storage device in association with the service ID. do. When the acquisition unit 2 acquires a new processing flow from a registered service application, the processing flow registration unit 7 overwrites the registered processing flow with the new processing flow.

統合部3は、処理フロー登録部7に登録されている各処理フローを比較し、各処理フローにおいて先頭から順に同一の処理を行う共通部分がある場合は当該共通部分を統合する。また、統合部3は、各処理フローを比較して共通部分がない処理フローについては統合の処理を行わない。このように、統合部3では、処理フロー登録部7に登録されている各処理フローを最適化する処理を実行する。なお、統合部3は、処理フロー登録部7に登録されている処理フローが変更したとき、または処理フロー登録部7に新規の処理フローが登録されたときに上記処理を実行する。 The integration unit 3 compares the processing flows registered in the processing flow registration unit 7, and if there is a common part in which the same process is performed sequentially from the beginning in each process flow, integrates the common part. Further, the integration unit 3 compares each processing flow and does not perform integration processing for processing flows that do not have a common portion. In this manner, the integration unit 3 executes processing for optimizing each processing flow registered in the processing flow registration unit 7 . Note that the integration unit 3 executes the above process when the processing flow registered in the processing flow registration unit 7 is changed, or when a new processing flow is registered in the processing flow registration unit 7 .

データ処理実行部4は、統合部3が統合した共通部分を含む各処理フローに基づいてデータ処理を実行する。具体的には、データ処理実行部4は、カメラ11、センサ12、マイク13、タッチパネル14、およびECU(Electronic Control Unit)15の少なくとも1つから取得したデータを用いて、統合部3で最適化された各処理フローに基づいてデータ処理を実行する。最適化された各処理フローには、上記で説明した共通部分を統合した処理フロー、および統合されなかった処理フローのうちの少なくとも一方が含まれている。 The data processing execution unit 4 executes data processing based on each processing flow including common parts integrated by the integration unit 3 . Specifically, the data processing execution unit 4 uses data acquired from at least one of the camera 11, the sensor 12, the microphone 13, the touch panel 14, and the ECU (Electronic Control Unit) 15 to optimize the data in the integration unit 3. Data processing is executed based on each processing flow. Each optimized process flow includes at least one of the process flow that integrates the common parts described above and the process flow that is not integrated.

カメラ11は、車両に設けられたカメラであり、例えば、車両の前方を撮影するカメラ、および車内を撮影するカメラなどが挙げられる。センサ12は、車両に設けられたセンサであり、例えば、加速度センサなどが挙げられる。マイク13は、運転者などの音声を集音する。タッチパネル14は、タッチパネルを用いたユーザの操作を受け付ける。ECU15は、例えば、エアバックの使用の有無、シートベルトの着用の有無、タイヤの空気圧、ガソリンまたは電気の残量など、車両に関するデータを収集する。なお、ECU15は、センサ12が検出した情報を収集してもよい。 The camera 11 is a camera provided in a vehicle, and includes, for example, a camera that captures the front of the vehicle and a camera that captures the interior of the vehicle. The sensor 12 is a sensor provided in the vehicle, such as an acceleration sensor. A microphone 13 collects the voice of the driver or the like. The touch panel 14 receives a user's operation using the touch panel. The ECU 15 collects vehicle-related data such as whether or not an airbag is used, whether or not a seatbelt is worn, tire air pressure, remaining amount of gasoline or electricity, and the like. In addition, the ECU 15 may collect information detected by the sensor 12 .

例えば、データ処理実行部4が図3に示す処理フローに基づいてデータ処理を実行するとき、まず、カメラ11が撮影した車両の前方の映像と、センサ12が検出した加速度データとを取得し、両者の同期を取る。そして、センサ12が検出した加速度データに基づいて車両の急ブレーキを検出すると、当該急ブレーキを検出した時点の前後数秒間の動画をカメラ11が撮影した映像から抽出し、抽出した映像を送信する。 For example, when the data processing execution unit 4 executes data processing based on the processing flow shown in FIG. Synchronize the two. Then, when the sudden braking of the vehicle is detected based on the acceleration data detected by the sensor 12, a moving image for several seconds before and after the detection of the sudden braking is extracted from the image taken by the camera 11, and the extracted image is transmitted. .

送信部5は、データ処理実行部4が実行したデータ処理の結果を各サービスアプリケーション8,9,10に送信する。 The transmission unit 5 transmits the result of the data processing executed by the data processing execution unit 4 to each service application 8, 9, 10. FIG.

図4は、情報処理装置6のハードウェア構成の一例を示すブロック図である。 FIG. 4 is a block diagram showing an example of the hardware configuration of the information processing device 6. As shown in FIG.

情報処理装置6における取得部2、処理フロー登録部7、統合部3、データ処理実行部4、および送信部5の各機能は、処理回路により実現される。すなわち、情報処理装置6は、複数のサービスアプリケーションから処理フローを取得し、取得した処理フローを登録し、各処理フローにおいて先頭から順に同一の処理を行う共通部分がある場合は当該共通部分を統合し、統合した共通部分を含む各処理フローに基づいてデータ処理を実行し、データ処理の結果を各サービスアプリケーションに送信するための処理回路を備える。処理回路は、メモリ17に格納されたプログラムを実行するプロセッサ16(中央処理装置、処理装置、演算装置、マイクロプロセッサ、マイクロコンピュータ、DSP(Digital Signal Processor)ともいう)である。 Each function of the acquisition unit 2, the processing flow registration unit 7, the integration unit 3, the data processing execution unit 4, and the transmission unit 5 in the information processing device 6 is realized by a processing circuit. That is, the information processing device 6 acquires processing flows from a plurality of service applications, registers the acquired processing flows, and if there is a common portion in which the same processing is performed in order from the beginning in each processing flow, integrates the common portion. and a processing circuit for executing data processing based on each processing flow including the integrated common portion and transmitting the result of the data processing to each service application. The processing circuit is a processor 16 (also called a central processing unit, a processing unit, an arithmetic unit, a microprocessor, a microcomputer, or a DSP (Digital Signal Processor)) that executes programs stored in a memory 17 .

情報処理装置6における取得部2、処理フロー登録部7、統合部3、データ処理実行部4、および送信部5の各機能は、ソフトウェア、ファームウェア、またはソフトウェアとファームウェアとの組み合わせにより実現される。ソフトウェアまたはファームウェアは、プログラムとして記述され、メモリ17に格納される。処理回路は、メモリ17に記憶されたプログラムを読み出して実行することにより、各部の機能を実現する。すなわち、情報処理装置6は、複数のサービスアプリケーションから処理フローを取得するステップ、取得した処理フローを登録するステップ、各処理フローにおいて先頭から順に同一の処理を行う共通部分がある場合は当該共通部分を統合するステップ、統合した共通部分を含む各処理フローに基づいてデータ処理を実行するステップ、データ処理の結果を各サービスアプリケーションに送信するステップが結果的に実行されることになるプログラムを格納するためのメモリ17を備える。また、これらのプログラムは、取得部2、処理フロー登録部7、統合部3、データ処理実行部4、および送信部5の手順または方法をコンピュータに実行させるものであるともいえる。ここで、メモリとは、例えば、RAM(Random Access Memory)、ROM(Read Only Memory)、フラッシュメモリ、EPROM(Erasable Programmable Read Only Memory)、EEPROM(Electrically Erasable Programmable Read Only Memory)等の不揮発性または揮発性の半導体メモリ、磁気ディスク、フレキシブルディスク、光ディスク、コンパクトディスク、DVD等、または、今後使用されるあらゆる記憶媒体であってもよい。 Each function of the acquisition unit 2, the processing flow registration unit 7, the integration unit 3, the data processing execution unit 4, and the transmission unit 5 in the information processing device 6 is realized by software, firmware, or a combination of software and firmware. Software or firmware is written as a program and stored in memory 17 . The processing circuit reads out and executes a program stored in the memory 17 to implement the function of each unit. That is, the information processing device 6 performs a step of acquiring processing flows from a plurality of service applications, a step of registering the acquired processing flows, and, if there is a common portion performing the same processing in order from the beginning in each processing flow, the common portion , the step of executing data processing based on each processing flow including the integrated common part, and the step of sending the result of data processing to each service application are stored as a result of executing the program. A memory 17 is provided for It can also be said that these programs cause a computer to execute the procedures or methods of the acquisition unit 2 , the processing flow registration unit 7 , the integration unit 3 , the data processing execution unit 4 and the transmission unit 5 . Here, memory means non-volatile or volatile memories such as RAM (Random Access Memory), ROM (Read Only Memory), flash memory, EPROM (Erasable Programmable Read Only Memory), EEPROM (Electrically Erasable Programmable Read Only Memory). semiconductor memory, magnetic disk, flexible disk, optical disk, compact disk, DVD, etc., or any storage medium that will be used in the future.

<動作>
図5は、情報処理装置6の動作の一例を示すフローチャートである。
<Action>
FIG. 5 is a flow chart showing an example of the operation of the information processing device 6. As shown in FIG.

ステップS11において、取得部2は、サービスアプリケーション8,9,10から処理フローを取得したか否かを判断する。取得部2は、サービスアプリケーション8,9,10から処理フローを取得するまでステップS11の処理を繰り返し、サービスアプリケーション8,9,10から処理フローを取得するとステップS12に移行する。このとき、取得部2は、各サービスアプリケーション8,9,10を識別するサービスIDも取得する。なお、本実施の形態では、サービスアプリケーションが3つある場合について説明するが、これに限るものではない。サービスアプリケーションは複数あればよい。 In step S<b>11 , the acquiring unit 2 determines whether or not the process flow has been acquired from the service applications 8 , 9 , 10 . The acquiring unit 2 repeats the process of step S11 until the process flow is acquired from the service applications 8, 9, and 10, and when the process flow is acquired from the service applications 8, 9, and 10, the process proceeds to step S12. At this time, the acquiring unit 2 also acquires service IDs that identify the respective service applications 8, 9, and 10. FIG. In this embodiment, a case where there are three service applications will be described, but the present invention is not limited to this. Multiple service applications are sufficient.

ステップS12において、処理フロー登録部7は、取得部2が取得した処理フローを登録する。本実施の形態では、処理フロー登録部7は、図6に示す処理フローを登録しているものとして説明する。図6において、サービスアプリケーション8は、サービスIDが「a」であり、処理フローが「A→B→D」である。サービスアプリケーション9は、サービスIDが「b」であり、処理フローが「A→B→C」である。サービスアプリケーション10は、サービスIDが「c」であり、処理フローが「E→B→D」である。 In step S<b>12 , the processing flow registration unit 7 registers the processing flow acquired by the acquisition unit 2 . In this embodiment, it is assumed that the processing flow registration unit 7 registers the processing flow shown in FIG. In FIG. 6, the service application 8 has a service ID of "a" and a processing flow of "A→B→D". The service application 9 has a service ID of "b" and a processing flow of "A→B→C". The service application 10 has a service ID of "c" and a processing flow of "E→B→D".

ステップS13において、統合部3は、2つ以上の処理フローが処理フロー登録部7に登録されているか否かを判断する。2つ以上の処理フローが登録されている場合は、ステップS14に移行する。一方、2つ以上の処理フローが登録されていない場合は、ステップS15に移行する。 In step S<b>13 , the integration unit 3 determines whether or not two or more process flows are registered in the process flow registration unit 7 . If two or more processing flows are registered, the process proceeds to step S14. On the other hand, if two or more process flows are not registered, the process proceeds to step S15.

ステップS14において、統合部3は、各処理フローを最適化する。 In step S14, the integration unit 3 optimizes each processing flow.

ここで、統合部3の処理の詳細について説明する。図7は、統合部3の動作の一例を示すフローチャートであり、図5のステップS14の詳細な動作を示している。 Here, the details of the processing of the integration unit 3 will be described. FIG. 7 is a flow chart showing an example of the operation of the integrating section 3, and shows the detailed operation of step S14 in FIG.

ステップS21において、統合部3は、処理フロー登録部7に登録されている処理フローが変更したか、または新規の処理フローが処理フロー登録部7に登録されたか否かを判断する。処理フロー登録部7に登録されている処理フローが変更した、または新規の処理フローが処理フロー登録部7に登録された場合は、ステップS22に移行する。一方、処理フロー登録部7に登録されている処理フローが変更せず、かつ新規の処理フローが処理フロー登録部7に登録されていない場合は、図7の動作を終了する。 In step S<b>21 , the integration unit 3 determines whether the processing flow registered in the processing flow registration unit 7 has been changed, or whether a new processing flow has been registered in the processing flow registration unit 7 . If the processing flow registered in the processing flow registration unit 7 has been changed or a new processing flow has been registered in the processing flow registration unit 7, the process proceeds to step S22. On the other hand, if the processing flow registered in the processing flow registration unit 7 has not been changed and no new processing flow has been registered in the processing flow registration unit 7, the operation of FIG. 7 ends.

ステップS22において、統合部3は、処理フロー登録部7に登録されている各処理フローを比較する。本実施の形態では、処理フロー登録部7には図6に示す3つの処理フローが登録されているため、当該3つの処理フローを比較する。 In step S<b>22 , the integration unit 3 compares each processing flow registered in the processing flow registration unit 7 . In the present embodiment, the three processing flows shown in FIG. 6 are registered in the processing flow registration unit 7, so the three processing flows are compared.

ステップS23において、統合部3は、各処理フローにおいて先頭から順に同一の処理を行う共通部分があるか否かを判断する。共通部分がある場合は、ステップS24に移行する。一方、共通部分がない場合は、図7の動作を終了する。 In step S23, the integration unit 3 determines whether or not there is a common part in which the same process is performed sequentially from the beginning in each process flow. If there is a common portion, the process proceeds to step S24. On the other hand, if there is no common portion, the operation of FIG. 7 ends.

本実施の形態では、図6に示す3つの処理フローのうち、サービスアプリケーション8,9の各処理フローには共通部分がある。具体的には、図8に示すように、サービスアプリケーション8,9の処理フローにおいて、先頭から2つ目までは「A→B」の同一の処理を行っている。従って、サービスアプリケーション8,9の各処理フローについては、ステップS24の処理を行う。一方、サービスアプリケーション10の処理フローは、サービスアプリケーション8,9の処理フローと比較して、先頭から同一の処理を行う共通部分がない。従って、サービスアプリケーション10の処理フローについては、ステップS24の処理を行わずに終了する。 In this embodiment, among the three processing flows shown in FIG. 6, each processing flow of service applications 8 and 9 has a common portion. Specifically, as shown in FIG. 8, in the processing flow of service applications 8 and 9, the same processing of "A→B" is performed from the top to the second. Therefore, for each processing flow of the service applications 8 and 9, the processing of step S24 is performed. On the other hand, the processing flow of the service application 10 does not have a common part where the same processing is performed from the beginning as compared with the processing flows of the service applications 8 and 9 . Therefore, the processing flow of the service application 10 ends without performing the processing of step S24.

ステップS24において、統合部3は、各処理フローの共通部分を統合する。具体的には、図8に示すように、統合部3は、サービスアプリケーション8,9の各処理フローの共通部分である「A→B」を統合する。 In step S24, the integration unit 3 integrates the common parts of each processing flow. Specifically, as shown in FIG. 8 , the integration unit 3 integrates “A→B”, which is a common part of each processing flow of the service applications 8 and 9 .

そして、統合部3は、共通部分の処理の結果を、統合の対象である各処理フローにおける共通部分の後の処理に分配する。具体的には、図8に示すように、統合部3は、統合した共通部分である「A→B」の結果を、統合の対象であるサービスアプリケーション8,9の各処理フローにおける共通部分の後の処理、すなわちサービスアプリケーション8の処理フローにおける「D」、およびサービスアプリケーション9の処理フローにおける「C」のそれぞれに分配する。 Then, the integration unit 3 distributes the result of the processing of the common portion to the processing after the common portion in each processing flow to be integrated. Specifically, as shown in FIG. 8, the integrating unit 3 converts the result of the integrated common part "A→B" into the common parts in the processing flows of the service applications 8 and 9 to be integrated. It is distributed to subsequent processing, that is, “D” in the processing flow of service application 8 and “C” in the processing flow of service application 9 .

図5に戻り、ステップS15において、データ処理実行部4は、ステップS14で最適化された各処理フローに従ってデータ処理を実行する。具体的には、データ処理実行部4は、図9に示す最適化された各処理フローに従って処理を実行する。このとき、データ処理実行部4は、必要に応じてカメラ11、センサ12、マイク13、タッチパネル14、およびECU15から取得したデータを用いて処理を実行する。 Returning to FIG. 5, in step S15, the data processing execution unit 4 executes data processing according to each processing flow optimized in step S14. Specifically, the data processing execution unit 4 executes processing according to each optimized processing flow shown in FIG. At this time, the data processing execution unit 4 executes processing using data acquired from the camera 11, the sensor 12, the microphone 13, the touch panel 14, and the ECU 15 as necessary.

ステップS16において、送信部5は、データ処理実行部4が実行したデータ処理の結果を各サービスアプリケーション8,9,10に送信する。例えば、送信部5は、サービスアプリケーション8の処理フローに従ってデータ処理を実行した結果、すなわち図6に示す処理フローにおける「D」の結果をサービスアプリケーション8に送信する。このとき、送信部5は、サービスIDに基づいて、データ処理の結果をサービスアプリケーション8に送信する。 In step S<b>16 , the transmission unit 5 transmits the result of the data processing executed by the data processing execution unit 4 to each service application 8 , 9 , 10 . For example, the transmission unit 5 transmits to the service application 8 the result of executing data processing according to the processing flow of the service application 8, that is, the result of "D" in the processing flow shown in FIG. At this time, the transmission unit 5 transmits the data processing result to the service application 8 based on the service ID.

各サービスアプリケーション8,9,10は、送信部5から取得したデータ処理の結果を、車両外部のクラウドに送信する。そして、クラウドでは、各サービスアプリケーション8,9,10から受信したデータを用いて各クラウド連携サービスに応じた処理を行い、当該処理結果を適宜に各サービスアプリケーション8,9,10に送信する。このようにしてクラウド連携サービスが実現される。 Each service application 8, 9, 10 transmits the data processing result obtained from the transmission unit 5 to the cloud outside the vehicle. Then, in the cloud, the data received from each service application 8, 9, 10 is used to perform processing corresponding to each cloud cooperation service, and the processing result is sent to each service application 8, 9, 10 as appropriate. In this way, a cloud cooperation service is realized.

<効果>
従来、各クラウド連携サービスの車両側では、独自に車両のデータを収集してクラウドに送信する処理を行うため、処理が全体的に冗長となり、車両側におけるデータ処理の負荷が大きくなるという問題があった。一方、本実施の形態によれば、情報処理装置6は、複数のサービスアプリケーションから取得した各処理フローにおいて先頭から順に同一の処理を行う共通部分がある場合は当該共通部分を統合してからデータ処理を行うため、データ処理の負荷を軽減することが可能となる。
<effect>
Conventionally, the vehicle side of each cloud-linked service collects vehicle data independently and sends it to the cloud, so the overall processing becomes redundant and the data processing load on the vehicle side increases. there were. On the other hand, according to the present embodiment, when there is a common portion in which the same processing is performed in order from the beginning in each processing flow acquired from a plurality of service applications, the information processing device 6 integrates the common portion before data processing. Since the processing is performed, it is possible to reduce the load of data processing.

従来では、サービスアプリケーションがデータ処理を行っていたため、サービスアプリケーションが変更されると、変更後のサービスアプリケーションを再コンパイルする必要がある。一方、本実施の形態によれば、データ処理実行部4は、統合部3で最適化された処理フローに基づいて、各サービスアプリケーション8,9,10を区別することなく一括してデータ処理を実行している。従って、サービスアプリケーション8,9,10が変更された場合、データ処理実行部4は、変更後の処理フローに基づいてデータ処理を実行すればよく再コンパイルする必要がない。また、データ処理実行部4は、データ処理を実行中にサービスアプリケーションが変更された場合であっても、動的にデータ処理を変更することができる。 Conventionally, a service application processes data, so when a service application is changed, it is necessary to recompile the changed service application. On the other hand, according to the present embodiment, the data processing execution unit 4 collectively performs data processing without distinguishing between the service applications 8, 9, and 10 based on the processing flow optimized by the integration unit 3. Running. Therefore, when the service applications 8, 9, and 10 are changed, the data processing execution unit 4 only needs to execute data processing based on the changed processing flow and does not need to be recompiled. Further, the data processing execution unit 4 can dynamically change the data processing even if the service application is changed during execution of the data processing.

従来では、サービスアプリケーションがデータ処理を行っていたため、サービスアプリケーションの開発者は、車両ごとに搭載されるハードウェア構成を考慮してサービスアプリケーションを開発する必要があった。一方、本実施の形態によれば、データ処理実行部4は、データ処理を実行する際に必要に応じて車両に関するデータを用いている。すなわち、本実施の形態による情報処理装置6は、車両ごとに搭載されるハードウェア構成を考慮することなくデータ処理を行うことができるため、サービスアプリケーションの開発者の負担を軽減することができる。 Conventionally, service applications have performed data processing, so service application developers had to consider the hardware configuration installed in each vehicle when developing service applications. On the other hand, according to the present embodiment, the data processing execution unit 4 uses vehicle-related data as necessary when executing data processing. That is, the information processing apparatus 6 according to the present embodiment can perform data processing without considering the hardware configuration installed in each vehicle, thereby reducing the burden on service application developers.

なお、本発明は、その発明の範囲内において、実施の形態を適宜、変形、省略することが可能である。 In addition, within the scope of the invention, the embodiments can be appropriately modified or omitted.

本発明は詳細に説明されたが、上記した説明は、すべての態様において、例示であって、この発明がそれに限定されるものではない。例示されていない無数の変形例が、この発明の範囲から外れることなく想定され得るものと解される。 While the present invention has been described in detail, the foregoing description is, in all its aspects, illustrative and not intended to limit the invention. It is understood that numerous variations not illustrated can be envisioned without departing from the scope of the invention.

1 情報処理装置、2 取得部、3 統合部、4 データ処理実行部、5 送信部、6 情報処理装置、7 処理フロー登録部、8,9,10 サービスアプリケーション、11 カメラ、12 センサ、13 マイク、14 タッチパネル、15 ECU、16 プロセッサ、17 メモリ。 1 information processing device 2 acquisition unit 3 integration unit 4 data processing execution unit 5 transmission unit 6 information processing device 7 processing flow registration unit 8, 9, 10 service application 11 camera 12 sensor 13 microphone , 14 touch panel, 15 ECU, 16 processor, 17 memory.

Claims (9)

複数のサービスアプリケーションから、各前記サービスアプリケーションを実行するために順序付けられた複数の処理機能で構成された処理フローを取得する取得部と、
前記取得部が取得した各前記処理フローにおいて先頭から順に同一の処理を行う共通部分がある場合は当該共通部分を統合する統合部と、
前記統合部が統合した前記共通部分を含む各前記処理フローに基づいてデータ処理を実行するデータ処理実行部と、
前記データ処理実行部が実行した前記データ処理の結果を各前記サービスアプリケーションに送信する送信部と、
を備え、
前記サービスアプリケーションは、車両とクラウドとが連携して運転者にサービスを提供するクラウド連携サービスを実現するソフトウェアであり、
前記データ処理実行部は、前記車両の走行に関するデータを用いて前記データ処理を実行し、
前記取得部が取得した前記処理フローが変更されたとき、
前記統合部は、再度、前記取得部が取得した各前記処理フローにおいて先頭から順に同一の処理を行う共通部分がある場合は当該共通部分を統合することを特徴とする、情報処理装置。
an acquisition unit for acquiring, from a plurality of service applications, a processing flow composed of a plurality of processing functions ordered for executing each of the service applications;
an integration unit that, if there is a common portion performing the same processing in order from the top in each of the processing flows acquired by the acquisition unit, integrates the common portion;
a data processing execution unit that executes data processing based on each of the processing flows including the common part integrated by the integration unit;
a transmission unit configured to transmit a result of the data processing executed by the data processing execution unit to each of the service applications;
with
The service application is software that realizes a cloud cooperation service in which the vehicle and the cloud cooperate to provide a service to the driver,
The data processing execution unit executes the data processing using data related to travel of the vehicle ,
when the processing flow acquired by the acquisition unit is changed,
The information processing apparatus , wherein the integration unit integrates the common portions when there is a common portion in which the same processing is performed in order from the beginning in each of the processing flows acquired by the acquisition unit.
前記統合部は、前記共通部分の処理の結果を、前記統合の対象である各前記処理フローにおける前記共通部分の後の処理に分配することを特徴とする、請求項1に記載の情報処理装置。 2. The information processing apparatus according to claim 1, wherein said integration unit distributes a result of processing of said common part to processes subsequent to said common part in each of said process flows to be integrated. . 前記取得部が取得した各前記処理フローを各前記サービスアプリケーションに対応付けて登録する処理フロー登録部をさらに備えることを特徴とする、請求項1に記載の情報処理装置。 2. The information processing apparatus according to claim 1, further comprising a processing flow registration unit that registers each of said processing flows acquired by said acquisition unit in association with each of said service applications. 前記情報処理装置は前記車両に搭載され、
前記データ処理実行部は、前記統合部が統合した前記共通部分を含む各前記処理フロー、および前記車両に関するデータに基づいて前記データ処理を実行することを特徴とする、請求項1に記載の情報処理装置。
The information processing device is mounted on the vehicle,
The information according to claim 1, wherein the data processing execution unit executes the data processing based on each of the processing flows including the common portion integrated by the integration unit and data related to the vehicle. processing equipment.
前記統合部は、前記取得部が取得した各前記処理フローにおいて先頭の処理機能から順に同一の処理を行う処理機能群がある場合は、当該処理機能群を前記共通部分として統合することを特徴とする、請求項に記載の情報処理装置。 If there is a processing function group that performs the same processing in order from the first processing function in each of the processing flows acquired by the acquisition unit, the integration unit integrates the processing function group as the common part. The information processing apparatus according to claim 1 , wherein 前記取得部が互いに異なる各前記処理フローを取得したとき、
前記統合部は、前記取得部が取得した各前記処理フローにおいて先頭の処理機能から順に同一の処理を行う処理機能群がある場合は、当該処理機能群を前記共通部分として統合することを特徴とする、請求項に記載の情報処理装置。
When the acquiring unit acquires each of the processing flows different from each other,
If there is a processing function group that performs the same processing in order from the first processing function in each of the processing flows acquired by the acquisition unit, the integration unit integrates the processing function group as the common part. The information processing apparatus according to claim 1 , wherein
前記クラウド連携サービスは、ドライブレコーダーサービスを含む、請求項1に記載の情報処理装置。 The information processing apparatus according to claim 1, wherein said cloud cooperation service includes a drive recorder service. 前記サービスアプリケーションは、前記車両前方を撮影したカメラから映像を取得する処理機能、前記車両に設けられた加速度センサから加速度データを取得する処理機能、複数のデータソースの同期を取る処理機能、前記加速度データに基づいて前記車両の急ブレーキを検出する処理機能、前記カメラが撮影した映像から一定時間内の動画を抽出する処理機能、および抽出した前記動画を送信する処理機能を含む、請求項1に記載の情報処理装置。 The service application has a processing function of acquiring an image from a camera that captures the front of the vehicle, a processing function of acquiring acceleration data from an acceleration sensor provided in the vehicle, a processing function of synchronizing a plurality of data sources, and the acceleration 2. The method according to claim 1, comprising a processing function for detecting sudden braking of the vehicle based on data, a processing function for extracting a moving image within a certain period of time from the image captured by the camera, and a processing function for transmitting the extracted moving image. The information processing device described. 複数のサービスアプリケーションから、各前記サービスアプリケーションを実行するために順序付けられた複数の処理機能で構成された処理フローを取得し、
取得した各前記処理フローにおいて先頭から順に同一の処理を行う共通部分がある場合は当該共通部分を統合し、
統合した前記共通部分を含む各前記処理フローに基づいてデータ処理を実行し、
実行した前記データ処理の結果を各前記サービスアプリケーションに送信し、
前記サービスアプリケーションは、車両とクラウドとが連携して運転者にサービスを提供するクラウド連携サービスを実現するソフトウェアであり、
前記車両の走行に関するデータを用いて前記データ処理を実行し、
取得した前記処理フローが変更されたとき、
再度、取得した各前記処理フローにおいて先頭から順に同一の処理を行う共通部分がある場合は当該共通部分を統合することを特徴とする、情報処理方法。
obtaining from a plurality of service applications a processing flow composed of a plurality of processing functions ordered to execute each said service application;
If there is a common portion that performs the same processing in order from the top in each of the acquired processing flows, integrate the common portion,
performing data processing based on each of the processing flows including the integrated common portion;
sending results of the data processing performed to each of the service applications;
The service application is software that realizes a cloud cooperation service in which the vehicle and the cloud cooperate to provide a service to the driver,
executing the data processing using data relating to travel of the vehicle ;
When the acquired processing flow is changed,
An information processing method, wherein if there is a common portion in which the same processing is performed in order from the beginning in each of the acquired processing flows, the common portion is integrated .
JP2020558774A 2018-12-07 2018-12-07 Information processing device and information processing method Active JP7109586B2 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2018/045041 WO2020115888A1 (en) 2018-12-07 2018-12-07 Information processing device and information processing method

Publications (2)

Publication Number Publication Date
JPWO2020115888A1 JPWO2020115888A1 (en) 2021-09-02
JP7109586B2 true JP7109586B2 (en) 2022-07-29

Family

ID=70974175

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020558774A Active JP7109586B2 (en) 2018-12-07 2018-12-07 Information processing device and information processing method

Country Status (2)

Country Link
JP (1) JP7109586B2 (en)
WO (1) WO2020115888A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002331882A (en) 2001-05-09 2002-11-19 Hitachi Ltd Vehicle data access method and on-vehicle terminal
JP2007133696A (en) 2005-11-10 2007-05-31 Canon Inc Information processor and method
JP2014006683A (en) 2012-06-25 2014-01-16 Yupiteru Corp Operation management system
JP2014235675A (en) 2013-06-05 2014-12-15 三菱電機株式会社 Data processing apparatus and data processing method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002331882A (en) 2001-05-09 2002-11-19 Hitachi Ltd Vehicle data access method and on-vehicle terminal
JP2007133696A (en) 2005-11-10 2007-05-31 Canon Inc Information processor and method
JP2014006683A (en) 2012-06-25 2014-01-16 Yupiteru Corp Operation management system
JP2014235675A (en) 2013-06-05 2014-12-15 三菱電機株式会社 Data processing apparatus and data processing method

Also Published As

Publication number Publication date
JPWO2020115888A1 (en) 2021-09-02
WO2020115888A1 (en) 2020-06-11

Similar Documents

Publication Publication Date Title
US9972211B2 (en) Communication device and communication method
JP6698945B2 (en) Dangerous vehicle prediction device, dangerous vehicle warning system, and dangerous vehicle prediction method
JP2020061079A (en) Traffic violation vehicle identification system, server, and vehicle control program
JP6509361B2 (en) Parking support device and parking support method
US11631326B2 (en) Information providing system, server, onboard device, vehicle, storage medium, and information providing method
US11875582B2 (en) Vehicle number identification device, vehicle number identification method, and program
JP2019067201A (en) Vehicle search system, vehicle search method, and vehicle and program employed in the same
JP2008217218A (en) Accident information acquisition system
JP6728897B2 (en) Image collecting device, image collecting system, image collecting method and program
JP7135796B2 (en) Server device, server control method, server control program, vehicle, vehicle control method, and vehicle control program
CN108924461B (en) Video image processing method and device
JP2020009174A (en) On-vehicle device and vehicle search system
CN112542052A (en) Method for warning unprotected traffic participants
JP2017216498A (en) Communication device and communication method
JP2018189457A (en) Information processing device
US11415423B2 (en) Map information management device, map information management system, and map information management method
CN109637148B (en) Vehicle-mounted whistling monitoring system, method, storage medium and equipment
JP7109586B2 (en) Information processing device and information processing method
JP2020060932A (en) On-vehicle device
US11734967B2 (en) Information processing device, information processing method and program
CN111523366B (en) Information processing apparatus, information processing method, and storage medium
JP4783437B2 (en) Information processing apparatus, information processing method, information processing program, and computer-readable recording medium
JP6649329B2 (en) Vehicle control device and method for recognizing traffic sign
CA3181843A1 (en) Methods and systems for monitoring driving automation
KR20180067431A (en) Method of providing video of black box and apparatuses performing the same

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210113

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210113

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20211228

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220204

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220719

R150 Certificate of patent or registration of utility model

Ref document number: 7109586

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150