Sony Ericsson / Sony : Software, Firmware and Drivers : All about camdriver modding (for modders)
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> All about camdriver modding (for modders)
Bookmark topic
@petkoxray, i'm probley gonna get moaned at again but try
seq_set_prop_1_0 = #CMD(11,80);
--
Posted: 2008-03-04 19:57:17
Edit :
Quote
number1 don't count on this
Can some one put WhiteBalance From K770 in K750i driver ?
forget about things like this...
K770 and K750 are completely different camera systems - different sensor, different DSP and whole image processing. i don't know what you guys want from K800/K750 white balance. i like it, maybe it's not the best but where is? even normal digital cameras have problems
--
Posted: 2008-03-04 20:43:01
Edit :
Quote
On 2008-03-04 01:08:13, jomateixa wrote:
CS is not the same as CSS. Source engine is not the same as COD4 engine...
Raiderski is fighting with several seq_ss issues... It's not easy and we have another things to do... He's doing some steps forward. Don't be impatient.
I know and i know it aint the same engine but a more fun game.
OK, nice to hear that there is progress! Im not impatiant, first time i even ask about the super driver, im doing fine with your driver!
Keep up the good work guys!
--
Posted: 2008-03-04 21:22:20
Edit :
Quote
On 2008-03-04 19:57:17, number1 wrote:
@petkoxray, i'm probley gonna get moaned at again but try
seq_set_prop_1_0 = #CMD(11,80);
There is no such support value from firmware at k750
Sony is stupid?
White balance, property 1 *******
//************************************************
// 0 => auto 1 => tungsten 2 => fluorescent
// 3 => clear sky 4 => cloudy
// 5 => one push 6 => hold
--
Posted: 2008-03-05 00:50:27
Edit :
Quote
I want long shuttle time and viewfinder 10-15 fps. What the best value for shuttle and viewfinder on K550 in night mode?
Now settings is
seq_set_prop_10_3= $sc 04 // Sensor scene
#COM_EVENT(03,02) // SCENE_SLOW_SHUTTER = 35, 1
#SET_REG(22,3c) // DRAFT_MIN_FRMRATE 5 fps
#COM_EVENT(02,00) // AE Auto
#COM_EVENT(51,04) // Night scene // On, set reg e to 01
#SET_REG(09,3c)
#COM_EVENT(11,03)
#UPDATE_WB_IF_NECESSARY
#NIGHT_MODE;
Example photo
EXIF Info

[ This Message was edited by: killem on 2008-03-05 07:35 ]
--
Posted: 2008-03-05 08:21:19
Edit :
Quote
@ strong, sony is a pain in the arse not stupid
@killem, change #COM_EVENT(03,02) to #COM_EVENT(03,01) then you will have the maxium 2second shutter speed.
--
Posted: 2008-03-05 10:31:05
Edit :
Quote
//
0 => auto
1 => tungsten
2 => fluorescent
...
//---------------------------------------------------
seq_set_prop_1_
0=06 02 00 01 00 11 #CMD_END;
seq_set_prop_1_
1=06 02 00 01 03 11 #CMD_END;
seq_set_prop_1_
2=06 02 00 01 04 11 #CMD_END;
...
Sony did great job with K750 (at least with CID36 cam modules). with K800 too, i can accept some mistakes
--
Posted: 2008-03-05 10:41:49
Edit :
Quote
change #COM_EVENT(03,02) to #COM_EVENT(03,01) then you will have the maxium 2second shutter speed.
Yes, but viewfinder fps is too low! How can I increase it?
--
Posted: 2008-03-05 11:05:45
Edit :
Quote
any know what
TO_DRAFT = // Changes to draft (but not on display)
$cf.02 0 // If not draft
#CHANGE_MODE(33,00) // MODE_MAIN
$sf.02 1 // Set draft flag to 1
$cl
$cx
;
is????, it's in the k850i driver
--
Posted: 2008-03-05 13:09:43
Edit :
Quote
changes are made in draft mode 33 (normal viewfinder work) but they won't be visible immediately on viewfinder. to take effect viewfinder must go back to draft mode 34. mode 33 is good if you must do many changes in very short time period (for example scene change) - theoretically it should prevent viewfinder lags during changes
--
Posted: 2008-03-05 13:40:40
Edit :
Quote
New Topic
Reply