Sony Ericsson / Sony : Software, Firmware and Drivers : C510 & C702 Cyber-shot CCD
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> C510 & C702 Cyber-shot CCD
Bookmark topic
@ code
thanx so much for your reply which gives some hope that the camdriver will be very good one day

waiting for your release

keep up good work
--
Posted: 2009-04-30 21:03:07
Edit :
Quote
@ Code
same as Acudan i noticed that there's no flash at all in c510

really strange

before with the original driver it seemed to be badly synchronized as it was flashing somehow too early or too late and was ruinining most of the night shots...but in your camdriver it does not work at all

tried different modes but couldn't make it work

but in video mode in works
maybe it's only me but i think other c510 users experienced the same
--
Posted: 2009-05-03 13:12:52
Edit :
Quote
for C510 user...please try a new one. Download link are in page 1
please gave me any feedback
--
Posted: 2009-05-03 16:17:24
Edit :
Quote
guys and code28h4p
try this for colors correction, only testing
#SET_REG(20,05)
#SET_REG(21,F4)
#COMMAND(13,01) => [on =enable] colors correction on enable
#SET_REG(20,XX)=> change the values and find the colors
#SET_REG(21,XX)=> change the values and find the colors
#COMMAND(13,01)=> [on =enable] colors correction on enable
#COMMAND(13,00) => [off=disable] colors correction off disable
or this
#SET_REG(3A,00)
#SET_REG(3B,04)
#COM_EVENT(13,01)=> [on =enable] colors correction on enable
#SET_REG(3A,XX)=> change the values and find the colors
#SET_REG(3B,XX)=> change the values and find the colors
#COM_EVENT(13,01)=> [on =enable] colors correction on enable
or this
#SET_REG(3c,2D)
#SET_REG(3d,54)
#COM_EVENT(13,01)=> [on =enable] colors correction on enable
#SET_REG(3c,xx)
#SET_REG(3d,xx)
#COM_EVENT(13,01)=> [on =enable] colors correction on enable
for led flash forced try this
#COM_EVENT(5A,00); //Off
#COM_EVENT(5A,01); //Force LED Fill Light Mode =>try this
#COM_EVENT(5A,02); //Automatic LED Fill Light Mode
#COM_EVENT(5A,03); //Forced Xenon Fill Light Mode=>try this
#COM_EVENT(5A,04); //Automatic Xenon Fill Light Mode
[ This Message was edited by: brazzuka's on 2009-05-03 15:34 ]
--
Posted: 2009-05-03 16:23:53
Edit :
Quote
When testing for colour correction it's best to do,
#SET_REG(20,00)
#SET_REG(21,FF)
#COM_EVENT(13,01)
that way if it works you will notice a strong colour cast.
--
Posted: 2009-05-03 16:29:15
Edit :
Quote
brazzuka & number1
thanx for advice...
i've tried reg 3A, 3B, 3C and 3D....will try 20 and 21 soon.
--
Posted: 2009-05-03 17:13:06
Edit :
Quote
@ code
thanx for new c510 camdriver!!!
didn't have much time to try it better but there are things that i already like it more than the pevious version:
* much faster viewfinder in dark places (not as fast as in daylight but already quite good). don't even know if you can improve it more
* flash seems to be working quite well when taking pictures. maybe it's trying to use it when it's not so dark. somehow i expect it to use it only when it's really dark
other than that much better than previous one
thanx for great improvement...maybe you'll achieve even more with Number 1 and Brazzuka helping you
--
Posted: 2009-05-03 17:29:42
Edit :
Quote
gedas
Sorry for previous one, actually previous one have some miss register. Maybe my friend didn't recognize that C510 has different trigger macro and led register...that's not mine after all.
About new latest one, please give more feedback and sample, i don't think it was a perfect one, because it was working in a hurry.
brazzuka and n1
Still can't found right color correction value.
--
Posted: 2009-05-03 19:55:34
Edit :
Quote
Lightspeed_x Posts: > 500
@Code: I made some tests in low light with my C702 and your camdriver, i would like to know if it is possible to use the color correction/whitebalance from beach/snow with flash and put it in auto, or portrait... in my tests i saw the better color reproduction (less yellow cast) using beach/snow... however, auto mode works just fine without flash...
Auto + Flash:
Beach/Snow+Flash:
--
Posted: 2009-05-04 05:17:39
Edit :
Quote
brazuka & n1
Color correction founded. But it's working after some shot and change scenes to portrait then back again to auto.
--
Posted: 2009-05-04 06:16:50
Edit :
Quote
New Topic
Reply