Actions
Issue #693
closed
SJ
PK
Camera app crashes when selecting the third (non-video non-photo) mode
Issue #693:
Camera app crashes when selecting the third (non-video non-photo) mode
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Framework
Target version:
Start date:
11/08/2013
Due date:
% Done:
0%
Estimated time:
Resolution:
duplicate
Device:
Galaxy S 3 (I9300)
Grant:
Type of work:
Description
Taking pictures and recording video works fine, but when I select the third mode in the camera app, it crashes. I'm attaching three logs. This is reproducible, so if you want me to provide further details, I can.
Files
SJ Updated by Simon Josefsson almost 13 years ago
The mode is called the panorama mode.
PK Updated by Paul Kocialkowski almost 13 years ago
This happens because the returned camera preview format is RGB565 and the panorama mode explicitly requires YUV420. We need RGB565 because our EGL implementation cannot handle color YUV (it would be slower and black & white only preview).
PK Updated by Paul Kocialkowski almost 13 years ago
- Status changed from New to Rejected
- Resolution set to duplicate
Duplicate of #705
DC Updated by Denis 'GNUtoo' Carikli over 10 years ago
- Category changed from 117 to Framework
- Device Galaxy S 3 (I9300) added
Actions