From 5867a24f7f3a7105d885a77dae8675b02f530784 Mon Sep 17 00:00:00 2001 From: Kyle Gordon Date: Mon, 29 Jun 2020 13:13:06 +0100 Subject: [PATCH 1/4] Shuffle original project info --- Readme.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Readme.md b/Readme.md index d9db82d..9764088 100644 --- a/Readme.md +++ b/Readme.md @@ -1,15 +1,6 @@ # OpenAuto -### Support project -[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=R4HXE5ESDR4U4) - -**OpenAuto Pro version** provides features like brightness control, volume control, support of Kodi and integration with the Raspberry PI OS (Raspbian Desktop). [See how it works at OpenAuto Pro overview video](https://www.youtube.com/watch?v=9sTOMI1qTiA) - -If you are looking for the car power supply with ignition state detection [go to the Blue Wave Studio page](https://bluewavestudio.io/index.php/bluewave-shop) - -For support of other platforms please contact me at f1xstudiopl@gmail.com - ### Community [![Join the chat at https://gitter.im/publiclab/publiclab](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/openauto_androidauto/Lobby) @@ -54,3 +45,12 @@ Copyrights (c) 2018 f1x.studio (Michal Szwaj) ### Remarks **This software is not certified by Google Inc. It is created for R&D purposes and may not work as expected by the original authors. Do not use while driving. You use this software at your own risk.** + +### Support OpenAuto Pro +[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=R4HXE5ESDR4U4) + +**OpenAuto Pro version** provides features like brightness control, volume control, support of Kodi and integration with the Raspberry PI OS (Raspbian Desktop). [See how it works at OpenAuto Pro overview video](https://www.youtube.com/watch?v=9sTOMI1qTiA) + +If you are looking for the car power supply with ignition state detection [go to the Blue Wave Studio page](https://bluewavestudio.io/index.php/bluewave-shop) + +For support of other platforms please contact me at f1xstudiopl@gmail.com \ No newline at end of file From a2b54630b0c0a95db6e3e5888c1ca3463774c5ac Mon Sep 17 00:00:00 2001 From: Kyle Gordon Date: Mon, 29 Jun 2020 21:36:18 +0100 Subject: [PATCH 2/4] Build instructions --- Readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Readme.md b/Readme.md index 9764088..56a6801 100644 --- a/Readme.md +++ b/Readme.md @@ -9,6 +9,26 @@ OpenAuto is an AndroidAuto(tm) headunit emulator based on aasdk library and Qt l [See demo video](https://www.youtube.com/watch?v=k9tKRqIkQs8) +### Build Guide +#### Local build instructions for Raspberry Pi + +```sudo apt-get update +sudo apt-get -y install cmake build-essential git + +sudo apt-get install libboost-all-dev libusb-1.0.0-dev libssl-dev cmake libprotobuf-dev protobuf-c-compiler protobuf-compiler libqt5multimedia5 libqt5multimedia5-plugins libqt5multimediawidgets5 qtmultimedia5-dev libqt5bluetooth5 libqt5bluetooth5-bin qtconnectivity5-dev pulseaudio librtaudio-dev + +git clone https://github.com/OpenDsh/openauto + +mkdir openauto_build; cd openauto_build + +cmake -DCMAKE_BUILD_TYPE=Release -DRPI3_BUILD=TRUE -DAASDK_INCLUDE_DIRS="../aasdk/include" -DAASDK_LIBRARIES="../aasdk/lib/libaasdk.so" -DAASDK_PROTO_INCLUDE_DIRS="../aasdk" -DAASDK_PROTO_LIBRARIES="../aasdk/lib/libaasdk_proto.so" ../openauto + +make -j2 +sudo make install +``` + +The executable binary can then be found at ~/openauto/bin/autoapp + ### Supported functionalities - 480p, 720p and 1080p with 30 or 60 FPS - RaspberryPI 3 hardware acceleration support to decode video stream (up to 1080p@60!) From 1357f96d4eb6db4e24305b45f4e4b34bc4c0434e Mon Sep 17 00:00:00 2001 From: Kyle Gordon Date: Mon, 29 Jun 2020 21:56:48 +0100 Subject: [PATCH 3/4] aasdk required --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 56a6801..11b6dbd 100644 --- a/Readme.md +++ b/Readme.md @@ -12,6 +12,8 @@ OpenAuto is an AndroidAuto(tm) headunit emulator based on aasdk library and Qt l ### Build Guide #### Local build instructions for Raspberry Pi +Having aasdk built and install first is a prequisite for this task. Please complete the necessary aasdk steps before proceeding here. + ```sudo apt-get update sudo apt-get -y install cmake build-essential git From 7b5239102027deca1beb8dbf5b479d37c77cd237 Mon Sep 17 00:00:00 2001 From: Kyle Gordon Date: Tue, 30 Jun 2020 11:25:17 +0100 Subject: [PATCH 4/4] Remove outdated contact info --- Readme.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Readme.md b/Readme.md index 11b6dbd..ec2b073 100644 --- a/Readme.md +++ b/Readme.md @@ -66,13 +66,4 @@ Copyrights (c) 2018 f1x.studio (Michal Szwaj) - OpenMAX IL API ### Remarks -**This software is not certified by Google Inc. It is created for R&D purposes and may not work as expected by the original authors. Do not use while driving. You use this software at your own risk.** - -### Support OpenAuto Pro -[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=R4HXE5ESDR4U4) - -**OpenAuto Pro version** provides features like brightness control, volume control, support of Kodi and integration with the Raspberry PI OS (Raspbian Desktop). [See how it works at OpenAuto Pro overview video](https://www.youtube.com/watch?v=9sTOMI1qTiA) - -If you are looking for the car power supply with ignition state detection [go to the Blue Wave Studio page](https://bluewavestudio.io/index.php/bluewave-shop) - -For support of other platforms please contact me at f1xstudiopl@gmail.com \ No newline at end of file +**This software is not certified by Google Inc. It is created for R&D purposes and may not work as expected by the original authors. Do not use while driving. You use this software at your own risk.** \ No newline at end of file