Esato Mobile
Sony Ericsson / Sony : Software, Firmware and Drivers : New Modded Camera Driver for K550i
> New Topic
> Reply
< Esato Forum Index > Sony Ericsson / Sony > Software, Firmware and Drivers > New Modded Camera Driver for K550i Bookmark topic
Page <  123 ... 111213 ... 919293>

chris067 Posts: 62


I personaly think EM is better than genuine dark/portait mode.
Yes, the EM dark/portrait mode is unstable...
...but it only need to be improved !
--
Posted: 2007-09-22 13:03:36
Edit : Quote

kelace Posts: 124


same with me also

crashed many times

So i rolled back to the orginal k550i driver
--
Posted: 2007-09-22 13:16:35
Edit : Quote

Leshcat Posts: 44

Well...here is first made shot in night, with EM. Jesus,it saved picture for 5 seconds but result is amazing:

--
Posted: 2007-09-22 13:57:31
Edit : Quote

salambaba Posts: 119

wich driver are u using ?
2.4a or 2.4b ?
--
Posted: 2007-09-22 14:09:35
Edit : Quote

chris067 Posts: 62

dont ask ... EM is 2.4b
And people, better to complain, try to participate and take a look
at the code.
Here it is :

EM_SET=$p1 05
$-1 01 // if selected quality mode = FINE
$c1 00 //
#READ_REG(23,$r2 1 1)
$m0 1 $/0 28
$c0 00 // if
$m0 1 $/0 03 //
$c0 00 // if
$cl //
$p0 07
$c0 01 // if
$s0 3d // status = 3D EM_RATIO_NIGHT
$cl // else
$s0 40 // status = 40 EM_RATIO_NORMAL
$cx // end if
$-0 r1 // reg 0 = reg 0 - reg 1
#COMMAND(04,$w0)
$cx // end if
$cx // end if
$cx; // end if

EM_UNSET=#COMMAND(04,00);





[ This Message was edited by: chris067 on 2007-09-22 13:56 ]
--
Posted: 2007-09-22 14:37:37
Edit : Quote

number1 Posts: > 500

why does your driver have no sharpness a little bit of sharpness is nice i edited ur b version

http://www.mediafire.com/?3gujnjehcmx



could i have EM for the k800i camdriver it's not that different from the k550i camdriver

scenes r // 0 => normal 1 => Portrait 2 => Landscape
// 3 => Nightscene 4 => Nightportrait 5 => Beach/snow
// 6 => sports 7 => Document

and the STATE TRANSITIONS is almost the same

seq_vf_start = $"draft"
#CHANGE_MODE(34,01) // Draft mode
$d000a // Delay to remove blink
$ce 01 // IS ON?
$c6 23
#CHANGE_MODE(38,01)
$cx
$c6 24
#CHANGE_MODE(38,01)
$cx
$cx;

seq_vf_stop = ;

seq_ss_start = $cb 02 // Xenon "auto"
$go 13 0 // Turn off xenon charge
$cx

$cd 00 // Still Capture mode?
$cf 00 // YCbCr?
$ce 01 // Image stabilization ON?
$"IS_YCbCr_snapshot"
#CHANGE_MODE(37,01) // IS YCbCr
$cl
$"YCbCr_snapshot"
#CHANGE_MODE(36,01) // YCbCr
$cx
$cl
$ce 01 // Image stabilization ON?
$"IS_JPEG_snapshot"
#CHANGE_MODE(37,81) // IS JPEG
$c9 05 // 05=R3 firmware version?

$cl
$c9 07 // 07=R4 firmware, no 02 E4 event

$cl
#CAPTURE_EVENT // e4 02
$cx
$cx
$cl
$"JPEG_snapshot"
#CHANGE_MODE(36,81) // JPEG
$c9 05 // 05=R3 firmware version?

$cl
$c9 07 // 07=R4 firmware, no 02 E4 event

$cl
#CAPTURE_EVENT // e4 02
$cx
$cx
$cx
$cx
$cl // Burst output mode
$"Best_Pic_snapshot"
#CHANGE_MODE(3a,$wd) // Read out picture # in reg. d
$cx;

// Take only waits for status = 0
seq_ss_take = #CAPTURE_EVENT; // e4 00


// Verify should be modified to something that actually verifies
// the image.

seq_ss_verify = #CAPTURE_EVENT // e4 01
$s0 01; // STATUS == 1

seq_ss_stop = ;

// Functions for synchronized viewfinder images in burst mode.

seq_pv_start = $"[PV] START_PREVIEW"
$s7 00 // [Init]
#SET_REG(0d,02) // Rapid YC size 320x240
#CHANGE_MODE(39,45); // Mode burst start, BURST_NUM = 9, BURST_REMAIN = 4

seq_pv_stop = $c7 01
$"[PV] STOP_PREVIEW"
$s7 03 // [Done]
#COMMAND(3a,00) // Stop
$cl
$"[PV] STOP_PREVIEW (wait)"
$s7 02 // [Delay]
$cx;

seq_pv_verify = $h0 25 5 0000
05 01 00 03 03 $f $r4 0 012 // [source, info, id]
05 02 00 06 03 $f
$c7 ff //
$s0 ff // [Finish!]
$"[PV] Abort"
$cl //
$s0 00
$c2 e3 // ev_jpeg_end
$b1 00 4 4
$c1 00
$s0 01 // Rotate...i.e synch jpeg with viewfinder image
$"[PV] rotate"
$cl
$"[PV] Failed_%0_%1_%2"
$cx
$cl
$cx
$c2 ea // ev_mode_changed
$c1 0a
$"[PV] ev_mode_changed(burst_output)"
$s0 ff // [Finish!]
$cl
$"[PV] ev_mode_changed(%0_%1_%2)"
$cx
$cl
$cx
$c2 ee // ev_burst_status
$c7 02
$"[PV] STOP_PREVIEW (delay)"
$s7 03 // [Done]
#COMMAND(3a,00) // Stop
$cl
$"[PV] ev_burst_status"
$s7 01 // [Ready]
$cx
$cl
$cx
$cx;






[ This Message was edited by: number1 on 2007-09-22 17:11 ]
--
Posted: 2007-09-22 18:07:56
Edit : Quote

salambaba Posts: 119

@number1

thanks for your camdriver .
Can you transfer you all settings from 2.7camdriver for K800 to K550 camera driver ?

( sharpness and color correction and contrast and othe settings )
--
Posted: 2007-09-22 21:07:44
Edit : Quote

Leshcat Posts: 44

Join for salambaba question. It would be just perfect.

Still...not enough sharpness ..and very sssslooowww....in EM



[ This Message was edited by: Leshcat on 2007-09-22 21:10 ]
--
Posted: 2007-09-22 22:08:28
Edit : Quote

chris067 Posts: 62

sharpness is here :

#COM_EVENT(56,0F) //Sharpness

...from 01 (low) to 0F (max)

do not hesitate to modify, and to post your pictures, showing sharpness you used.

and thx for pretty girl picture ! we want more !


--
Posted: 2007-09-23 01:13:26
Edit : Quote

kelace Posts: 124

Hi guys ....

Something just went wrong with my k550i modded to w610 FS + MAIN with ur camera drivers installed.
Now all the photos (whether in day or night) have a think grey line running through the middle of the screen downwards

So i reverted back to the orginal stock k550i camera driver in the first page of our forum .... Still no effect





I think my camera module has gone bad (think is a hardware issue , rather than the software )....

any solutions or suggestions ???? please help me out ....

regards

kelvin

--
Posted: 2007-09-23 06:01:30
Edit : Quote
Page <  123 ... 111213 ... 919293>

New Topic   Reply
Forum Index

Esato home