Author |
camdriver for satio (almost released) by eltoffer |
eltoffer Joined: Nov 01, 2007 Posts: 348 PM |
hi guys let me notice you i have found the a way to modify some aspects in our satios camera drivers
for now i have improved the video and image quality tomorrow morning will post some shots to show you the new quality, thanks
PS i would like to get 30 fps on WVGA but for now i didnt get success, frames dropped to 15-14 :S so i leave it at 23
samples, put the link to watch the real quality
http://img87.imageshack.us/img87/4218/29042010007.jpg
http://img227.imageshack.us/img227/6707/29042010001.jpg
http://img442.imageshack.us/img442/3194/29042010006.jpg
http://img163.imageshack.us/img163/5426/29042010005.jpg
comment
UPDATE
well raafat couldnt help me due to personal issues anyway thanks man
for those who want to test it here you have
http://rapidshare.com/files/381816072/satio_camera.rar
in rar file there is an instruction file but it has wrong path in NUMBER 2
th right path is 2.-delete from c\private\10202be9\persists
so...
You must have a hacked phone
1.-enable open4all
2.-delete from c\private\10202be9\persists
a)10282EDC.cre
b)10208696.cre
3.-copy files into path
4.-enable c2z patch
5.-restart ann enjoy
for all you guys have changed original files for mines, you MUST do it all again in order to make it works properly sorry big BIG mistake
[ This Message was edited by: eltoffer on 2010-04-30 07:00 ] |
|
larry 68 Joined: Nov 09, 2007 Posts: > 500 PM |
excellent looking forward to further results |
HxH Joined: Dec 26, 2008 Posts: > 500 From: GMT+7 PM |
looking good
thanks for great effort
SONY x Sexy x Sleek x Solid x Stunner x Stylish : Nozomi/Kagura with Love. |
pintycar Joined: Mar 22, 2009 Posts: 17 PM |
Thank you so much. Your contribution is greatly appreciated among Satio users  |
panties Joined: Dec 16, 2009 Posts: 3 PM |
wow what happened to all the 'noise' in those night shots, cant wait to try these out. Good work.  |
Raafat Joined: Dec 01, 2009 Posts: 150 PM |
Well Done, it's nice to see that someone is creating a better camera driver. BTW is it 10208696.txt that you are modding?
[ This Message was edited by: Raafat on 2010-04-29 18:13 ] |
eltoffer Joined: Nov 01, 2007 Posts: 348 PM |
@all
thanks for your patience
@raafat
yes i modded both camera files, but some how now i cant get higher buffer size there MUST be another camera file to edit, but i can find it
|
Raafat Joined: Dec 01, 2009 Posts: 150 PM |
On 2010-04-29 19:17:16, eltoffer wrote:
@all
thanks for your patience
@raafat
yes i modded both camera files, but some how now i cant get higher buffer size  there MUST be another camera file to edit, but i can find it
The only camera files are 10282EDC and 10208696. The file z:\private\101F857A\SettingRules.ini describes the camera well, too bad I can't find secamera.hrh.
// the id should be a integer and can be assigned by yourself, but it should be bigger than zero.
// 1 ESeCameraSettingCaptureModeStill,
// 2 ESeCameraSettingCaptureModePanorama,
// 3 ESeCameraSettingCaptureModeBestPic,
// 4 ESeCameraSettingCaputreModeSmileShutter,
// 5 ESeCameraSettingCaputreModeTouchCapture,
// 6 ESeCameraSettingCaptureModeHighVideo,
// 7 ESeCameraSettingCaptureModeMessageVideo,
//
// @setting_id the id of setting item. You can refer to header file "secamera.hrh" - menu bar id(e.g. ESeCameraSettingCaptureMode)
// 0 ESeCameraSettingCaptureMode,
// 1 ESeCameraSettingImageScene,
// 2 ESeCameraSettingFlash,
// 3 ESeCameraExposure,
// 4 ESeCameraSettingSelfTimer,
// 5 ESeCameraSettingFocus,
// 6 ESeCameraSettingWhiteBalance,
// 7 ESeCameraSettingImageStabilizer,
// 8 ESeCameraSettingAspectRatio,
// 9 ESeCameraSettingImageFrameSize,
// 10 ESeCameraSettingVisualEffect,
// 11 ESeCameraSettingShutterSound,
// 12 ESeCameraSettingVideoNightMode,
// 13 ESeCameraSettingMicrophone,
// 14 ESeCameraSettingVideoLamp,
// 15 ESeCameraSettingVideoExposure, //(add)
// 16 ESeCameraSettingVideoSelfTimer, //(add)
// 17 ESeCameraSettingVideoWhiteBalance, //(add)
// 18 ESeCameraSettingVideoStabilizer,
// 19 ESeCameraSettingVideoFormat, //(add)
// 20 ESeCameraSettingVideoEffect, //(add)
// 21 ESeCameraSettingAutoReview,
// 22 ESeCameraSettingBestPicSpeed,
// 23 ESeCameraSettingGPSInfo,
// 24 ESeCameraSettingAutoRotate,
// 25 ESeCameraSettingReset,
// 26 ESeCameraZoom,
// 27 ESeCameraLocation,
// 28 ESeCameraImageAutoMode,
// 29 ESeCameraVideoAutoMode
// 30 ESeCameraSettingVideoFocus
//
// @default_value initial value, the value for the first start after flash or need to set back to default value.
// You can refer to header file "secamera.hrh" (e.g. TSeCameraSettingCaptureMode), or -1 means not inapplicable
// @Item_flag it's setting_item's flag, Include some flags as: launchnew(E/A), bringtoforground(E/A),visible,lock,support.
// launchnew(E/A), bringtoforground(E/A): indicate if these value need to be set to default against relavant action,
// E means EasyMode and A means AdvancedMode menumode. 1 means YES, and 0 means NO.
// visible,lock,support: indicate if this item is visible\lock\being supported by device. 1 means YES, 0 means NO.
//
//
//
// rule_id setting_id default_value item_flag(automode_remain, support, save,visible,islock)
1 0 0 11010
1 1 -1 11110
1 2 -1 11110
1 3 -1 11110
1 4 -1 11010
1 5 -1 11110
1 6 -1 11110
1 7 -1 11110
1 8 -1 01110
1 9 -1 01110
1 10 -1 11110
1 11 -1 01110
1 12 -1 11110
1 13 -1 11110
1 14 -1 11110
1 15 -1 11110
1 16 -1 11010
1 17 -1 11110
1 18 -1 11110
1 19 -1 01110
1 20 -1 11110
1 21 -1 01110
1 22 -1 01110
1 23 -1 01110
1 24 -1 01110
1 25 -1 11110
1 26 -1 11010
1 27 -1 11100
1 28 -1 11100
1 29 -1 11100
1 30 -1 11100
2 0 -1 11010
2 1 -1 11110
2 2 -1 11110
2 3 -1 11110
2 4 0 11010
2 5 0 11110
2 6 -1 11110
2 7 -1 11110
2 8 0 01110
2 9 3 01110
2 10 -1 11110
2 11 -1 01110
2 12 -1 11110
2 13 -1 11110
2 14 -1 11110
2 15 -1 11110
2 16 -1 11010
2 17 -1 11110
2 18 -1 11110
2 19 -1 01110
2 20 -1 11110
2 21 1 01110
2 22 -1 01110
2 23 -1 01110
2 24 -1 01110
2 25 -1 11110
2 26 -1 11010
2 27 -1 11100
2 28 -1 11100
2 29 -1 11100
2 30 -1 11100
3 0 -1 11110
3 1 -1 11110
3 2 0 11111
3 3 -1 11110
3 4 -1 11010
3 5 -1 11110
3 6 -1 11110
3 7 0 11111
3 8 -1 01110
3 9 -1 01110
3 10 -1 11110
3 11 -1 01110
3 12 -1 11110
3 13 -1 11110
3 14 -1 11110
3 15 -1 11110
3 16 -1 11010
3 17 -1 11110
3 18 -1 11110
3 19 -1 01110
3 20 -1 11110
3 21 1 01111
3 22 -1 01110
3 23 -1 01110
3 24 -1 01110
3 25 -1 11110
3 26 -1 11010
3 27 -1 11100
3 28 -1 11100
3 29 -1 11100
3 30 -1 11100
4 0 -1 11110
4 1 -1 11110
4 2 -1 11110
4 3 0 11111
4 4 0 11011
4 5 3 11110
4 6 -1 11110
4 7 -1 11110
4 8 -1 01110
4 9 -1 01110
4 10 -1 11110
4 11 -1 01110
4 12 -1 11110
4 13 -1 11110
4 14 -1 11110
4 15 -1 11110
4 16 -1 11010
4 17 -1 11110
4 18 -1 11110
4 19 -1 01110
4 20 -1 11110
4 21 -1 01110
4 22 -1 01110
4 23 -1 01110
4 24 -1 01110
4 25 -1 11110
4 26 -1 11010
4 27 -1 11100
4 28 -1 11100
4 29 -1 11100
4 30 -1 11100
5 0 -1 11110
5 1 -1 11110
5 2 -1 11110
5 3 0 11111
5 4 0 11011
5 5 1 11110
5 6 -1 11110
5 7 -1 11110
5 8 -1 01110
5 9 -1 01110
5 10 -1 11110
5 11 -1 01110
5 12 -1 11110
5 13 -1 11110
5 14 -1 11110
5 15 -1 11110
5 16 -1 11010
5 17 -1 11110
5 18 -1 11110
5 19 -1 01110
5 20 -1 11110
5 21 -1 01110
5 22 -1 01110
5 23 -1 01110
5 24 -1 01110
5 25 -1 11110
5 26 -1 11010
5 27 -1 11100
5 28 -1 11100
5 29 -1 11100
5 30 -1 11100
6 0 -1 11110
6 1 -1 11110
6 2 -1 11110
6 3 -1 11110
6 4 -1 11010
6 5 -1 11110
6 6 -1 11110
6 7 -1 11110
6 8 -1 01110
6 9 -1 01110
6 10 -1 11110
6 11 -1 01110
6 12 -1 11110
6 13 -1 11110
6 14 -1 11110
6 15 -1 11110
6 16 -1 11010
6 17 -1 11110
6 18 -1 11110
6 19 -1 01110
6 20 -1 11110
6 21 -1 01110
6 22 -1 01110
6 23 -1 01110
6 24 -1 01110
6 25 -1 11110
6 26 -1 11010
6 27 -1 11100
6 28 -1 11100
6 29 -1 11100
6 30 -1 11110
// Image and camera is started by other application
7 0 0 11011
7 1 -1 11110
7 2 -1 11110
7 3 0 11110
7 4 0 11010
7 5 -1 11110
7 6 -1 11110
7 7 -1 11110
7 8 -1 01110
7 9 -1 11011
7 10 -1 11110
7 11 -1 01110
7 12 -1 11111
7 13 -1 11111
7 14 -1 11111
7 15 0 11111
7 16 0 11011
7 17 -1 11111
7 18 -1 11111
7 19 -1 01111
7 20 -1 11111
7 21 0 01111
7 22 -1 01111
7 23 -1 01110
7 24 -1 01110
7 25 -1 11111
7 26 -1 11010
7 27 -1 11100
7 28 -1 11100
7 29 -1 11100
7 30 -1 11110
// Video and camera is started by other application
8 0 -1 11011
8 1 -1 11011
8 2 -1 11011
8 3 0 11011
8 4 0 11011
8 5 -1 11011
8 6 -1 11011
8 7 -1 11011
8 8 -1 01011
8 9 -1 11011
8 10 -1 11011
8 11 -1 01011
8 12 -1 11110
8 13 -1 11110
8 14 -1 11110
8 15 0 11110
8 16 0 11010
8 17 -1 11110
8 18 -1 11010
8 19 -1 01011
8 20 -1 11110
8 21 0 01011
8 22 -1 01011
8 23 -1 01011
8 24 -1 01011
8 25 -1 11011
8 26 -1 11010
8 27 -1 11100
8 28 -1 11100
8 29 -1 11100
8 30 -1 11110
Maybe you could compare it to the G900 Camera driver as that has more comments
http://www.smart-se.ru/forums[....]?act=Attach&type=post&id=11455
[ This Message was edited by: Raafat on 2010-04-29 18:31 ] |
eltoffer Joined: Nov 01, 2007 Posts: 348 PM |
just one question
what is t higher image size you have gotten?? 2.0 2.5,3.0????
thanks
btw i need ONE guy to test this modd, i got this in my phone and seem to work fine, just contact me and i will explain why i need you guys
JUST one, the first one will be the chosen
and before that will release the modd
[ This Message was edited by: eltoffer on 2010-04-29 20:12 ] |
Raafat Joined: Dec 01, 2009 Posts: 150 PM |
On 2010-04-29 21:10:55, eltoffer wrote:
just one question
what is t higher image size you have gotten?? 2.0 2.5,3.0????
thanks
btw i need ONE guy to test this modd, i got this in my phone and seem to work fine, just contact me and i will explain why i need you guys
JUST one, the first one will be the chosen
and before that will release the modd
[ This Message was edited by: eltoffer on 2010-04-29 20:12 ]
I haven't done any Camera driver modding, I just thought I could help! but if you want me to test just PM me the file. |
eltoffer Joined: Nov 01, 2007 Posts: 348 PM |
On 2010-04-29 21:32:44, Raafat wrote:
On 2010-04-29 21:10:55, eltoffer wrote:
just one question
what is t higher image size you have gotten?? 2.0 2.5,3.0????
thanks
btw i need ONE guy to test this modd, i got this in my phone and seem to work fine, just contact me and i will explain why i need you guys
JUST one, the first one will be the chosen
and before that will release the modd
[ This Message was edited by: eltoffer on 2010-04-29 20:12 ]
I haven't done any Camera driver modding, I just thought I could help! but if you want me to test just PM me the file.
thanks man i also will keep an eye on that file i didnt do it for now because it doesnt seems to control quality or what im looking for
PM for you
|
norbi_nw Joined: Nov 27, 2006 Posts: > 500 From: Romania, Timisoara PM |
im wayting for some daylight shots. Its "noise but sharp image" vs. "washed (painted) image with low noise". K750 and W800 used the sharp but with noise method... since K800 all hell has been unleashed.. nokia like images. I can show you some pictures where grass is a green carpet, no detail at all..
So waiting to see tomorrow. Maybe some "Before" and "After" pictures
http://norbinw.blogspot.com |
eltoffer Joined: Nov 01, 2007 Posts: 348 PM |
some daylight pictures
http://www.img4up.com/images/57263892974228337146.jpg
http://www.img4up.com/images/11681883667066976097.jpg
http://www.img4up.com/images/81081786688628069039.jpg
just waiting for RAAFAT pictures to post before and after
|
Christoforo Joined: Jan 24, 2010 Posts: 64 PM |
is there going to be an upgrade in video quality also
|
eltoffer Joined: Nov 01, 2007 Posts: 348 PM |
On 2010-04-29 23:00:30, Christoforo wrote:
is there going to be an upgrade in video quality also
as i stated VIDEO QUALITY has been improved also for both res VGA and WVGA try it
|
|
Access the forum with a mobile phone via esato.mobi
|