Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > N1™ 3.05 SM, Camdriver for k790/k800/k810/k818 & N1™ 2.5 Final camdriver1 for /k800/k810.

Previous  123 ... 161718 ... 232425  Next
Author N1™ 3.05 SM, Camdriver for k790/k800/k810/k818 & N1™ 2.5 Final camdriver1 for /k800/k810.
thomasz
Model not set
Joined: May 09, 2008
Posts: 10
PM, WWW
Posted: 2008-06-12 09:10
Reply with quoteEdit/Delete This PostPrint this post
Thanks for your information, nice to meet you again.
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2008-06-12 14:00
Reply with quoteEdit/Delete This PostPrint this post

On 2008-06-12 05:12:50, hfmls wrote:
number1 i don't know if i'm talking garbage but, is it possible no to make any compression in jpg? or make like only 1% ? i have plenty of space in memory card. if it could take more quality, why not, besides, everytime i see my pictures is in a 40" widescreen. so... the bigger, more quality i would want.


compression is already set at it's maxuim, it won't go any higher without crashing the cam.


On 2008-06-12 06:07:29, hfmls wrote:
number1 every time i try to take pictures in mode3 (indoor) i use all auto and mode3 flash auto. but all pics come dark, far from truth. in my room with light on. why is that?


They shouldn't be that dark it uses a lower iso (200) than the normal flash because it's meant for indoors where objects are closer not for pitch black night pics.
hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-06-12 16:21
Reply with quoteEdit/Delete This PostPrint this post
oh ok, because i was trying to take a general picture of the entire room
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2008-06-12 16:41
Reply with quoteEdit/Delete This PostPrint this post

On 2008-06-12 16:21:34, hfmls wrote:
oh ok, because i was trying to take a general picture of the entire room


i've never found it too dark when trying to take photos in medimish light like it's meant for check the exif info it should read shutter 1/25 iso 200.
hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-06-12 22:27
Reply with quoteEdit/Delete This PostPrint this post
i was talking about, taking a picture at night, with my bedroom light on. like a entire photo of the room from the corner. number1, i'm trying new modes. should i use only mode1 2 or 3 in each situation. or should i use for example, to take a picture from a face in a bar, i should use the specific MODEZ than use twilight portratit too combined?

so...should i use only mode, or mode + SCENE ?
claypot
K810 Blue
Joined: May 02, 2008
Posts: 45
From: North Borneo
PM
Posted: 2008-06-12 23:17
Reply with quoteEdit/Delete This PostPrint this post
Number1...i hope u still be able to add Force flash to this driver..it will be really useful...huhu
hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-06-12 23:49
Reply with quoteEdit/Delete This PostPrint this post
what's that force flash ? what does that add ?
claypot
K810 Blue
Joined: May 02, 2008
Posts: 45
From: North Borneo
PM
Posted: 2008-06-13 00:00
Reply with quoteEdit/Delete This PostPrint this post

On 2008-06-12 23:49:27, hfmls wrote:
what's that force flash ? what does that add ?


the flash is force even at daylight... it will produce beautiful pics for some scene..
hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-06-13 20:02
Reply with quoteEdit/Delete This PostPrint this post
oh, ok
vudu70
K810 Ivory
Joined: Apr 15, 2008
Posts: 383
From: Hungary
PM, WWW
Posted: 2008-06-14 11:43
Reply with quoteEdit/Delete This PostPrint this post
Hi, Number1!

There is a hitch somewhere in your driver:

In seq_init:
#SET_REG(12,15) #SET_REG(11,B3) //JPEG_RETRY_LIMIT=0x15B3=5555d milliseconds

In Property 5:
RETRY = #SET_REG(12,!1) #SET_REG(11,!0)
and
#RETRY(1B,44) //retry 6980 milliseconds
than
#RETRY(1B,44)≠6980d milliseconds but=0x441B=17435d milliseconds (ye gods!)

Correctly: #RETRY(44,1B)=0x1B44=6980d milliseconds
or
RETRY = #SET_REG(12,!0) #SET_REG(11,!1)

OKs?

[ This Message was edited by: vudu70 on 2008-06-14 10:46 ]

[ This Message was edited by: vudu70 on 2008-06-14 10:52 ]

[ This Message was edited by: vudu70 on 2008-06-14 13:12 ]
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2008-06-14 15:08
Reply with quoteEdit/Delete This PostPrint this post

On 2008-06-14 11:43:00, vudu70 wrote:
Hi, Number1!



There is a hitch somewhere in your driver:



In seq_init:

#SET_REG(12,15) #SET_REG(11,B3) //JPEG_RETRY_LIMIT=0x15B3=5555d milliseconds



In Property 5:

RETRY = #SET_REG(12,!1) #SET_REG(11,!0)

and

#RETRY(1B,44) //retry 6980 milliseconds

than

#RETRY(1B,44)≠6980d milliseconds but=0x441B=17435d milliseconds (ye gods!)



Correctly: #RETRY(44,1B)=0x1B44=6980d milliseconds

or

RETRY = #SET_REG(12,!0) #SET_REG(11,!1)



OKs?

[ This Message was edited by: vudu70 on 2008-06-14 10:46 ]

[ This Message was edited by: vudu70 on 2008-06-14 10:52 ]

[ This Message was edited by: vudu70 on 2008-06-14 13:12 ]


yea it appears i put them the wrong way round lol, nothing to worry about the camera won't retry for 17435 milliseconds as it's impossible.

my k800i is in the repair shop, it should be fixed by next week longs it don't cost too much to repair.
vudu70
K810 Ivory
Joined: Apr 15, 2008
Posts: 383
From: Hungary
PM, WWW
Posted: 2008-06-14 15:37
Reply with quoteEdit/Delete This PostPrint this post
Right oh.Thank you number1. Goodluck to repair!
(de rohadt szarul tudok angolul)

[ This Message was edited by: vudu70 on 2008-06-14 14:43 ]
mirrage24
Model not set
Joined: May 07, 2008
Posts: 101
From: Philippines
PM
Posted: 2008-06-14 17:27
Reply with quoteEdit/Delete This PostPrint this post
@ number1

nice.. would dat min, if your K800 is fixed you will continue working with camdrivers? i hope so... your one of the BEST.. hope your phone get fixed soon..
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2008-06-14 19:02
Reply with quoteEdit/Delete This PostPrint this post
yea i'll continue, i collect my k800i next week.
Domecot
Apple Iphone 5
Joined: Mar 25, 2008
Posts: 468
From: Macedonia
PM, WWW
Posted: 2008-06-14 19:26
Reply with quoteEdit/Delete This PostPrint this post
YOU"LL CONTINUE?????????
than why did you told us you'll stop modding k800i camera driver?
ahhh never mind.I'M GLAD YOU'RE BACK....

P.S
I hope there's no hard feeling that I wrote ti CAPS
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 161718 ... 232425  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic