Esato Mobile
Sony Ericsson / Sony : Software, Firmware and Drivers : Super camera driver for k750/w800/w810
> New Topic
> Reply
< Esato Forum Index > Sony Ericsson / Sony > Software, Firmware and Drivers > Super camera driver for k750/w800/w810 Bookmark topic
Page <  123 ... 702703704 ... 996997998>

lpachuong Posts: > 500

A4A-8.8 - All in One [New code - Test 1]

http://www.mediafire.com/?2be9mbe2ykm

Hello everyone. Here comes A4A-8.8. In this version, I created the driver for 3 modules. Because I don't have much free time to test it so I put them together. There may be some minor problem but as it is based on the new code, I hope everyone can help me find out bugs and problems. Thank you.

When you test it, please tell me:

- Your camera module: cid49/cid36/w810i
- If you have w810i, please tell me the size of the pictures and its ISO (80 or 100)
- If you have k750/w800 cid49, please make some comments on the colours and sharpness
- Do you get crash or not? Because the is the first test, I setup highest compression is 98% and lowest compression is 94% so there maybe crash. If there is no crash then the compression is good then.
------------------------
- Zoom + infinity focus is available now
- Video recorder is smoother than 8.5
- Always use fine-quality
- Macro off for normal focus
- Macro on for enhanced focus (like before but from zoom 1.1, viewfinder will be zoomed in)
- EM is always on
------------------------

Hope you enjoy it and I am waiting for your comments.

Actually, about the compression, I based on SPU's compression method and make some changes to improve it to make it suitable with my driver (As I used Raiderski's Profile Code as my pre-defined profiles). Anyways, thank you SPU and Raiderski and friends here.

------------------------

Good night
--
Posted: 2007-10-02 23:38:05
Edit : Quote

dukempg Posts: 70

@Ridersky
Original PIC1 (Sharpness 6)
www.ImageShack.us" />
Original PIC3 (Sharpness 0)
www.ImageShack.us" />


I'll disable EM for the next pictures, I wasn't aware that EM shouldn't be used with MXE-60.
--
Posted: 2007-10-02 23:59:28
Edit : Quote

strong Posts: > 500

@billcat
you allright but this is not happens in k750/w800
I found whats wrong open camdriver0.dat with notepad and find this line:

seq_set_prop_6=$s0 00
$c0 01 #SM_ZOOM
#CMD(61,$w0)
$cl
#SELECT_FUNCTION
$cx;
change the bold code with this code SET_SM_ZOOM it is my fault
post if you can the result
--
Posted: 2007-10-03 00:48:54
Edit : Quote

d8ctor46 Posts: 75

lpachuong i tested your 8.5 test 2 very good driver ma in very hard condition (poor light) too dark,i make shot,but phone don't save photo e became to stand by
i uploaded your test 2 on my k750 cid 36
have you any idea.?
--
Posted: 2007-10-03 01:27:46
Edit : Quote

dukempg Posts: 70

@lpachuong
Tested your driver. Initially it was crashing but then I noticed that I forgot to change picture quality to Fine.
The shots are out of sync with MXE-60 external flash, and since it`s night here I can`t do more tests...

[ This Message was edited by: on 2007-10-03 05:24 ]
--
Posted: 2007-10-03 06:17:47
Edit : Quote

ptkstep Posts: 52

@lpachuong
I'm testing your 8.8 driver. Is this driver base on SPU all code?
Because I can use every function from SPU eg. change to SM(Super Mode) by press >, AE Lock by press >what are different about your 8.8 and SPU? Can you make instruction for use your 8.8, please? Thank you.
sorry for my bad english.
--
Posted: 2007-10-03 06:22:40
Edit : Quote

lpachuong Posts: > 500

Good morning everyone.

Yes, as I told, I used some codes from SPU in this driver because of his brilliant code of compression. In other to make it work, the structure must be consistent so I aslo intergrated some other codes as well. The most significant different btw my and his is the EM. If you take pictures btw my and SPU you can see the differences for sure. Supermode/AE-locked are also changed so that it is convenient for you to record better video. In my old version, if you record the video, AE will be locked immediately after the beep and this is not good. I think chengrong's method is better. In brief, you can say that it is the combination of archievements from different drivers. I dont care whether which codes are from whom , bcz I just think about the final quality and it will be good in that way. I already gave creadits to Raiderski, SPU and myself. Therefore, this driver is totally different from SPU's driver. You can check and compare it by yourself. YOur sincerely.

@dukempg: did you get crash with MXE-60. I forgot to mention that bcz of the high compression in the second step, MXE-60 may not work in some cases and also my driver has EM On. 8.8 is not created for MXE-60 bcz if it is decided for MXE-60, the second compression will be lowered to 50%. If the phone is setup at 98% and get crashes, the pictures will be save at 50% and this is very bad.

@pkstep: the function on this driver is the same as the others drivers:

• Supermode with functions as shown below:
EV:
o -2.0: Change GREEN
o -1.7: Change MAGENTA
o -1.3: Change blue
o -1.0: Change yellow
o -0.7: change zoom
o -0.3: change iso
o 0.0: focus: 1.0 auto 1.1 infinitive 1.2-4.0
o +0.3: change exposure: EM/ENM is ready. read exposure information below.
o +0.7: light metering/spot: 1.0 - no spot 1.1 spot on
o +1.0: change shutter speed (1/5000' - 1/6' with daylight, 1/5 to 2' or more at night/low light)
o +1.3: change flicker(refresh rate 50hz/60hz)
o +1.7: Change scene: 1.0: normal ,1.1 Portrait,1.2 Landscape,1.3 Nightportrait,1.4 Nightscene,1.5 sports,1.6 Beach/snow, 1.7 Document,1.8 Manual Exposure Scene.
o +2.0: Profile
ZOOM 1.1: reduce overexposure cases for indoor
ZOOM 1.2: for taking pictures of buildings at long distance with contrast=02
ZOOM 1.3: close-up shot
ZOOM 1.4-1.6: different colour profile. If you get blueish/yellowish pictures then change the colour profile for correct colour
ZOOM 1.7: max zoom for infinity shot.

AE lock and Supermode off is the same >> respectively.

Please remember to use Fine-Quality.

---------------------

Again, here is how the compression works: First, the camera will take the snap shot and start saving at 98% compression. If the files are out of the limitation of compression, the phone wont crash but it will save pictures at lvl 94%. (As this is the first test, I set highest lower-boundary at 94% and may get crash).

Whosever successful codes they are, as long as I give credits for those people on my drivers, we will have some things good to use. If we just keep our own creation without developing from other success then we will never improve. I think this is also how this world is developed.


I have to go to school so I will try to be online as soon as possible.

Have a nice day.
_________________
To be or not to be !!!
Please save our world. Save our world to save our lives and our generation.
There is no place as good as your house with your family. Home sweet home.

[ This Message was edited by: lpachuong on 2007-10-03 07:52 ]

[ This Message was edited by: lpachuong on 2007-10-03 07:56 ]
--
Posted: 2007-10-03 08:39:44
Edit : Quote

hemnath123 Posts: 49


On 2007-10-03 08:39:44, lpachuong wrote:
Good morning everyone.

Yes, as I told, I used some codes from SPU in this driver because of his brilliant code of compression. In other to make it work, the structure must be consistent so I aslo intergrated some other codes as well. The most significant different btw my and his is the EM. If you take pictures btw my and SPU you can see the differences for sure. Supermode/AE-locked are also changed so that it is convenient for you to record better video. In my old version, if you record the video, AE will be locked immediately after the beep and this is not good. I think chengrong's method is better. In brief, you can say that it is the combination of archievements from different drivers. I dont care whether which codes are from whom , bcz I just think about the final quality and it will be good in that way. I already gave creadits to Raiderski, SPU and myself. Therefore, this driver is totally different from SPU's driver. You can check and compare it by yourself. YOur sincerely.

@dukempg: did you get crash with MXE-60. I forgot to mention that bcz of the high compression in the second step, MXE-60 may not work in some cases and also my driver has EM On. 8.8 is not created for MXE-60 bcz if it is decided for MXE-60, the second compression will be lowered to 50%. If the phone is setup at 98% and get crashes, the pictures will be save at 50% and this is very bad.

@pkstep: the function on this driver is the same as the others drivers:

• Supermode with functions as shown below:
EV:
o -2.0: Change GREEN
o -1.7: Change MAGENTA
o -1.3: Change blue
o -1.0: Change yellow
o -0.7: change zoom
o -0.3: change iso
o 0.0: focus: 1.0 auto 1.1 infinitive 1.2-4.0
o +0.3: change exposure: EM/ENM is ready. read exposure information below.
o +0.7: light metering/spot: 1.0 - no spot 1.1 spot on
o +1.0: change shutter speed (1/5000' - 1/6' with daylight, 1/5 to 2' or more at night/low light)
o +1.3: change flicker(refresh rate 50hz/60hz)
o +1.7: Change scene: 1.0: normal ,1.1 Portrait,1.2 Landscape,1.3 Nightportrait,1.4 Nightscene,1.5 sports,1.6 Beach/snow, 1.7 Document,1.8 Manual Exposure Scene.
o +2.0: Profile
ZOOM 1.1: reduce overexposure cases for indoor
ZOOM 1.2: for taking pictures of buildings at long distance with contrast=02
ZOOM 1.3: close-up shot
ZOOM 1.4-1.6: different colour profile. If you get blueish/yellowish pictures then change the colour profile for correct colour
ZOOM 1.7: max zoom for infinity shot.

AE lock and Supermode off is the same >> respectively.

Please remember to use Fine-Quality.

---------------------

Again, here is how the compression works: First, the camera will take the snap shot and start saving at 98% compression. If the files are out of the limitation of compression, the phone wont crash but it will save pictures at lvl 94%. (As this is the first test, I set highest lower-boundary at 94% and may get crash).

Whosever successful codes they are, as long as I give credits for those people on my drivers, we will have some things good to use. If we just keep our own creation without developing from other success then we will never improve. I think this is also how this world is developed.


I have to go to school so I will try to be online as soon as possible.

Have a nice day.
_________________
To be or not to be !!!
Please save our world. Save our world to save our lives and our generation.
There is no place as good as your house with your family. Home sweet home.

[ This Message was edited by: lpachuong on 2007-10-03 07:52 ]

[ This Message was edited by: lpachuong on 2007-10-03 07:56 ]


Great work lpachuong. Your drivers always does the job in daylight shots . Night shots are the biggest problem, because of the very slow shutter speed. I am happy with your 8.4. I will try your 8.8 especially the night shots, and i will tell the results. Thanks man. Then how is your studies going on.
--
Posted: 2007-10-03 09:01:27
Edit : Quote

terminator17 Posts: 155

@lpachuong
hey,i think..profile at EV +2.0..is not thr...and i m getting lower file size...not more than 600kb yet..max till now is 604 kb...
--
Posted: 2007-10-03 09:20:57
Edit : Quote

EduX Posts: 92

A4A 8.8 after second shot (close distance, macro off) crashed .
Preview and scrolling the pic at 4xzoom is too slow (maybe because of compression)
--
Posted: 2007-10-03 09:24:11
Edit : Quote
Page <  123 ... 702703704 ... 996997998>

New Topic   Reply
Forum Index

Esato home