History log of /packages/apps/DevCamera/src/com/android/devcamera/DevCameraActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3855bb499fbfc073771fa951babfe1922d90ffc9 26-Apr-2016 Eino-Ville Talvala <etalvala@google.com> Fix portrait-orientation assumptions

Not all devices are native portrait, so account for other sensor
orientations in drawing gyro output and saving JPEGs.

With this, Pixel C gyro overlay looks reasonable

Bug: 27543253
Change-Id: I03f48a84f2dd206c468d00cca9ba09a46c1432a6
/packages/apps/DevCamera/src/com/android/devcamera/DevCameraActivity.java
9736d0f3038125c3c4b0cdeacbe18884a70805f2 22-Apr-2016 Eino-Ville Talvala <etalvala@google.com> Remove device whitelisting and hardcoded constants

- Select features based on hardware level and capabilities
- Calculate field of view from camera constants
- Fix gyro overlay for forward-facing cameras

Bug: 27543253
Change-Id: I998c1acbe555fb11460b4898527c2096ee3ddab4
/packages/apps/DevCamera/src/com/android/devcamera/DevCameraActivity.java
3651aa3f8296eae150590b765fda1d87f49fb5b6 14-Apr-2016 Eino-Ville Talvala <etalvala@google.com> Fix DevCamera name and many other things

DevCamera is a camera application that uses the camera2 API
for all operations. It has a flexible output configuration,
and is meant as a sample application for developers and Android
OEMs, and as a testing and development tool for the Android
camera stack.

- Rename package/etc to DevCamera
- Add new DevCamera app icon
- Update comments and class names
- Implement runtime permissions
- Add license information to all files
- Clean up makefile

Bug: 27543253
Change-Id: I050ef9034108053c87ae7cb84e6a72c3e88948cb
/packages/apps/DevCamera/src/com/android/devcamera/DevCameraActivity.java