summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-27Fix portrait-orientation assumptionsnougat-devEino-Ville Talvala
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
2016-04-27Remove device whitelisting and hardcoded constantsEino-Ville Talvala
- 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
2016-04-19Fix DevCamera name and many other thingsEino-Ville Talvala
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
2016-04-14Initial check-in of Snappy codeEino-Ville Talvala
Snappy will be the basis of DevCamera, so start with its current state. Bug: 27543253 Change-Id: I672190320d9305dff7b7b095d3256d8a270ad693
2016-04-14Initial empty repositoryThomas Joseph Avila