Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 595 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 595 Bytes

Camera2_Project

Overview

  • This project can compiled with Android Studio, contain 2 submodules:
  1. Android Latest AOSP Camera2, site: https://github.com/baby518/Camera2_aosp_app;
  2. framework/ex/camera2, site: https://github.com/baby518/android_frameworks_ex;
  • Use git submodule update --init --recursive to update all submodules before your work.

Compile

Support 2 product flavors: AOSP_ORIG and PLUS.

  • AOSP_ORIG build aosp source code;
  • PLUS base on aosp source code and fix some bugs, and add some new features.

Screen Shot