# aquila **Repository Path**: fangbinbin1990/aquila ## Basic Information - **Project Name**: aquila - **Description**: IPCamera摄像机,目标为支持UVC摄像头/树梅派/Hisi/Amba等多种SDK,方便产品落地 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 69 - **Created**: 2020-01-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Aquila [中文](README.cn.md) [![Build Status](https://travis-ci.org/gozfree/aquila.svg?branch=master)](https://travis-ci.org/gozfree/aquila) [![Release](https://img.shields.io/github/release/gozfree/aquila.svg)](https://github.com/gozfree/aquila/releases) [![License](https://img.shields.io/github/license/gozfree/aquila.svg)](https://github.com/gozfree/aquila/blob/master/LICENSE.MIT) ==== Aquila is an app-level framework to process multimedia, aims to unify the different middleware SDK on generic level. It mainly support software encoding and decoding on CPU, and easily porting. It can be used on video surveillance, ipcam or drone. ## Framework * `algo` algorithm * `codec` video enc/dec codecs * `device` video, audio and other multimedia source devices * `playback` video, audio and other multimedia sink devices * `protocol` network protocols * `util` utility ## Libraries This app is mostly based on [gear-lib](https://github.com/gozfree/gear-lib) ## Build How to build aquila, please refer to INSTALL.md. ## Documentation The documentation is available in the **doc/** directory. ## Moral Wiki: Aquila is the Latin and Romance languages word for eagle. Meaning fast, robust, intelligent, and good eyesight. ## License Please refer to the LICENSE file for detailed information. ## Framework ``` device ==> encode ==> decode ==> network ==> playback v4l2 x264 h264 rtsp sdl fake mjpeg rtmp rpc/mqtt ``` ## Author & Contributing Welcome pull request to the project. gozfree