Cita Iniciado por ho-malo Ver mensaje
que susederia si se cambiara los codigos y mas kb podria sacar mejor calidad de la foto (esta en negrita) llevandolo a 400kb en vga 900kb en 1.3mp 1200kb en 2mp


// Sizes:
//
sup_sizes=
// CAPTURE MODE
1[280,1E0,0], // SS 640 x 480, JPEG
2[500,3C0,0], // SS 1280 x 960, JPEG
3[640,4B0,0], // SS 1600 x 1200, JPEG
4[280,1E0,0], // SS 640 x 480, YUV
// DRAFT MODE
11[B0,84,5DC], // VF 176 x 132, Charlotte VF max 15 FPS <=- TODO: correct FPS!!!
12[DC,A8,5DC], // VF 220 x 168, Thelma VF max 15 FPS <=- TODO: correct FPS!!! (use 168 instead of 165)
13[140,F0,5DC], // VF 320 x 240, Cyndi VF max 15 FPS <=- TODO: correct FPS!!!
14[140,F0,5DC], // VF 320 x 240, Cyndi VF max 15 FPS. Used for rotation to fix broken image
// VT MODE for Cyndi/Thelma
19[60,80,5DC], // VT 96 x 128, max 15 fps
20[90,B0,5DC], // VT 144 x 176, max 15 fps
// VR MODE
21[80,60,3E8], // VR 128 x 96, fixed 10 fps (night mode OFF)
22[80,60,2BC], // VR 128 x 96, fixed 7 fps (night mode ON)
23[B0,90,3E8], // VR 176 x 144, fixed 10 fps (night mode OFF)
24[B0,90,2BC], // VR 176 x 144, fixed 7 fps (night mode ON)
;
//================================================== =======
// all viewfinder (and video record)
// modes are YUV422, Y1, U, Y2, V:
cam_vf_format=E400;
// Most capture modes are JPEG
cam_ss_format=0001;
cam_ss_format_4=E400; // this one is YUV422, Y1, U, Y2, V
//-- JPEG buffer sizes (only used for ITP)
// NOTE!!! these values were copied from Clara camera driver
// TODO: get realistic values for OmniVision sensor
cam_ss_jpeg_buf_size_1=61A80; // 150 KB buffer for 640x480 JPEG snap
cam_ss_jpeg_buf_size_2=927C0; // 400 KB buffer for 1280x960 JPEG snap
cam_ss_jpeg_buf_size_3=DBBA0; // 600 KB buffer for 1600x1200 JPEG snap
Espero que al hacer esto no aparesca el mensaje en el celular al momento de activar la camara de que "hay una aplicacion activa" por falta memoria en el SE.
Haria la prueba pero ya no soy posedor de un w710.