Enable recorderProfiles menu and 1080p video encode
Per Mozilla UX design on v1.4, the recorderProfiles menu is disabled by default. Also 1080p video resolution is explicitly disabled due to bug 987068. This patch reverses enables these two settings in our internal builds because: 1) 1080p works fine on 8926, and enabling doesn't cause issues on 8x10 or 7x27a 2) The recorderProfiles menu is very useful when debugging why a video recording failed. For example currently on 7x27a, our camera HAL reports that we can support up to 720p video so the camera application by default selects the maximum resolution. However in reality we can only support up to CIF. Without the recorderProfiles menu enabled it would have taken much longer to root cause such a problem. Change-Id: Ied55f19dbebc823b5e66f370cbefd239a8a47fe2
Please register or sign in to comment