Camera capture requests need an extension to support multiple physical cameras. Clients should be able to include the list of additional physical camera ids as part of the request builder call and then be able to modify them individually. Test: Manual using camera application, Camera CTS Bug: 64691172 Change-Id: I280cb24b41076a2fb5603e91db30f060f7b53456
MediaFrameworkTest/
Uses instrumentation and so can be run with runtest.
It assumes /sdcard/media_api/ has been populated.
contents/media_api/
Push to /sdcard/media_api/ for use with MediaFrameworkTest:
adb shell mkdir /sdcard/media_api
adb push contents/media_api/ /sdcard/media_api/
All other subdirectories are manual tests or sample apps.