From f513f9dc17135bfbcf88a01381bd02d048d2c0fc Mon Sep 17 00:00:00 2001 From: "michal.szwaj" Date: Sun, 11 Feb 2018 22:14:53 +0100 Subject: [PATCH] Add readme file --- Readme.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..d459609 --- /dev/null +++ b/Readme.md @@ -0,0 +1,42 @@ + +# 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) + +### Description +OpenAuto is a headunit emulator application based on aasdk library and Qt libraries. Main goal is to run this application on the RaspberryPI 3 board computer smoothly. + +### Supported functionalities + - 480p, 720p and 1080p with 30 or 60 FPS + - RaspberryPI 3 hardware acceleration support to decode video stream (up to 1080p@60!) + - Audio playback from all audio channels (Media, System and Speech) + - Audio input for voice commands + - Touchscreen and buttons input + - Bluetooth + - Automatic launch after device hotplug + - User-friendly settings + +### Supported platforms + + - Linux + - RaspberryPI 3 + - Windows + +### License +GNU GPLv3 + +Copyrights (c) 2018 f1x.studio (Michal Szwaj) + +*AndroidAuto is registered trademark of Google Inc.* + +### Used software + - [aasdk](https://github.com/f1xpl/aasdk) + - [Boost libraries](http://www.boost.org/) + - [Qt libraries](https://www.qt.io/) + - [CMake](https://cmake.org/) + - Broadcom ilclient from RaspberryPI 3 firmware + - 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.**