History log of /packages/apps/DevCamera/src/com/android/devcamera/Api2Camera.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
90fdbf7460fbd255194455331c6a38a7b8f41dd2 17-Jan-2017 Emilian Peev <epeev@google.com> Add experimental depth stream support

Configure one depth cloud stream in
case the camera supports it. In order to
avoid possible performance degrations
the depth stream will only get enabled
and start streaming when all additional
YUV/RAW streams are disabled.
Every N-th depth cloud buffer could be stored
on the sd card if the storage flag is enabled.
This is an experimental feature that could be
used as reference on how to work with and
access data from depth cloud streams.

Bug: 33833999
Test: Manual
Change-Id: I7bb84b038fd444a235910c46fae0e37d799b6fff
/packages/apps/DevCamera/src/com/android/devcamera/Api2Camera.java
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/Api2Camera.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/Api2Camera.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/Api2Camera.java