Sony Ericsson / Sony : Software, Firmware and Drivers : Modded Camera Driver for k800i/k810i
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Modded Camera Driver for k800i/k810i
Bookmark topic
@genus
sir, i like your new 4.7, but i like my document mode without the AF led turning on. you have that on 4.51. please tell me how to disable it in 4.7
thanks
--
Posted: 2007-11-27 13:47:31
Edit :
Quote
@genus
since u said some comment already have the value in the MAIN, i wonder we can find out the shutter speed command in the MAIN......
--
Posted: 2007-11-27 13:48:14
Edit :
Quote
On 2007-11-27 13:48:14, SEKseries wrote:
@genus
since u said some comment already have the value in the MAIN, i wonder we can find out the shutter speed command in the MAIN......
the shutter speed command is in the main, so we need the command that overwrites it like COM_EVENT(04, does on the k550i, the .mbn can be taken apart with a hex editor
--
Posted: 2007-11-27 13:53:40
Edit :
Quote
because we cannot suddenly say changhe shutter speed only put the value, we must let the camera know that when there is low light..then...then...need to change shutter speed from (default) to ....
--
Posted: 2007-11-27 13:53:59
Edit :
Quote
On 2007-11-27 13:47:31, masterjp wrote:
@genus
sir, i like your new 4.7, but i like my document mode without the AF led turning on. you have that on 4.51. please tell me how to disable it in 4.7
thanks
Here you are
change below the property 10, for seq_set_prop_a_1 to this:
seq_set_prop_a_1 =
$c9 08 // R5
#COM_EVENT(72,00) // Update the registers
#READ_REG(28,$r2 5 5) // Read AE-value (MSB)in camera reg 28
$>5 5
$p4 10 // Put value of scene property in reg 4
$c4 07 // Document mode?
// AF-LED OFF in document mode
$cl
$c4 06 // Sports mode?
// AF-LED OFF in sports mode
$cl
$c5 00 // AF-LED ON?
$go 37 1 // Set gpio 3:7 (AF-LED) to high (one)
$cl $cx
$cx
$cx
$cl // else R6
$ce 01 // AF-LED for IS_MOVIE_MODE?
#COM_EVENT(72,00) // Update the registers
#READ_REG(28,$r2 5 5) // Read AE-value (MSB)in camera reg 28
$>5 5
$c5 00 // AF-LED ON?
$go 37 1 // Set gpio 3:7 (AF-LED) to high (one)
$cl $cx
$cl // Not IS_MOVIE_MODE
#COM_EVENT(72,00) // Update the registers
#READ_REG(3a,$r2 5 5) // Read AE_FLASHINFO_STATUS
$p4 10 // Put value of scene property in reg 4
$c4 07 // Document mode?
// AF-LED OFF in document mode
$cl
$c4 06 // Sports mode?
// AF-LED OFF in sports mode
$cl
$c5 03 // AF-LED ON?
$go 37 1 // Set gpio 3:7 (AF-LED) to high (one)
$cl $cx
$cx
$cx
$cx
$cx
#COM_EVENT(42,01);
--
Posted: 2007-11-27 14:01:35
Edit :
Quote
On 2007-11-27 13:53:59, genus wrote:
because we cannot suddenly say changhe shutter speed only put the value, we must let the camera know that when there is low light..then...then...need to change shutter speed from (default) to ....
i am not understanding, i fixed the shutter speeds on the k550i when fixed to 1/2 sec the phone use iso 100 and it gives a very clean no noise pic, why can't the same be done on the k800i
--
Posted: 2007-11-27 14:01:52
Edit :
Quote
On 2007-11-27 14:01:52, number1 wrote:
On 2007-11-27 13:53:59, genus wrote:
because we cannot suddenly say changhe shutter speed only put the value, we must let the camera know that when there is low light..then...then...need to change shutter speed from (default) to ....
i am not understanding, i fixed the shutter speeds on the k550i when fixed to 1/2 sec the phone use iso 100 and it gives a very clean no noise pic, why can't the same be done on the k800i
Actually, what you gonna to do???
The twilightlandscape mode alrdy have shutter speed 1/2s and iso125.
Are you gonna to change the shutter speed of other mode???
--
Posted: 2007-11-27 14:10:17
Edit :
Quote
@genus
thanks bro. i love your camdrivers. cant wait for 4.8
keep it up!
--
Posted: 2007-11-27 14:13:00
Edit :
Quote
On 2007-11-27 14:10:17, genus wrote:
On 2007-11-27 14:01:52, number1 wrote:
On 2007-11-27 13:53:59, genus wrote:
because we cannot suddenly say changhe shutter speed only put the value, we must let the camera know that when there is low light..then...then...need to change shutter speed from (default) to ....
i am not understanding, i fixed the shutter speeds on the k550i when fixed to 1/2 sec the phone use iso 100 and it gives a very clean no noise pic, why can't the same be done on the k800i
Actually, what you gonna to do???
The twilightlandscape mode alrdy have shutter speed 1/2s and iso125.
Are you gonna to change the shutter speed of other mode???
yes and we can have Em mode it would be very helpful to know the shutter speed command
--
Posted: 2007-11-27 14:27:10
Edit :
Quote
hi guys,
i`m using gprsman 2.2 + LiveColours™ fix and the liveColours really works great!
i put this setting in normal mode
#COM_EVENT(55,01) // Reset contrast
#COM_EVENT(56,08) // Sharpeness 00 to 08
#COM_EVENT(06,00) // Reset exposure
#COM_EVENT(54,00) // Reset Brightness
#SET_REG(40,05) // AE_XENON_ISO = 250
#SET_REG(43,28) // FLASH_CC_R = 0x28 (colour temperature of 5700 K for flash)
#SET_REG(44,6A) // FLASH_CC_B = 0x6A (colour temperature of 5700 K for flash)
#WB_ISO250
#COM_EVENT(58,0B);
i think this colours are real, and the sharpness make pictures detail, but cause noise
--
Posted: 2007-11-27 15:05:40
Edit :
Quote
New Topic
Reply