Esato Mobile
Sony Ericsson / Sony : Software, Firmware and Drivers : Camera Drivers Sony Ericsson for Series W/K/Z/VGA
> New Topic
> Reply
< Esato Forum Index > Sony Ericsson / Sony > Software, Firmware and Drivers > Camera Drivers Sony Ericsson for Series W/K/Z/VGA Bookmark topic
Page <  123 ... 161718 ... 383940>

brazzuka's Posts: > 500

Sony Ericsson CamDriver Version v6.5/ v6.8 by BrAzUkA´s for w880
Version v6.5/ v6.8 BrAzUkA´s
Optimized for the Sony Ericsson w880 ** Works support w660/v630 **





Features v6.5 w880:

Master Clock™ for w880
New Power Sequence 27mhz clock and added sequence cam_watchdog_timeout
Add property Draft Mode resolution VF 240 x 180
Add property FRAME_RATE_13_FPS
New White Balance
New Exposure
Implemented 24mhz Clock Settings
New JPEG compression/New JPEG buffer sizes/New JPEG_qtable

Serie w880
Version:v6.5
Download:

http://www.4shared.com/file/40456625/e57bf48a/v65_BrAzUkAs.html

Last Version:v6.8_Standard™
Download
:
http://www.4shared.com/file/4[....]4e7/v68_Standard_BrAzUkAs.html

Last Version:v6.8_Prisma™
Download:

http://www.4shared.com/file/4[....]45068/v68_Prisma_BrAzUkAs.html


[ This Message was edited by: brazuka on 2008-03-11 14:37 ]
--
Posted: 2008-02-07 02:35:43
Edit : Quote

amnher Posts: > 500


On 2008-02-06 16:07:46, brazuka wrote:
@who
I did not understand what you wanted to say with lines for the k610 or the lines that works with your k610 ??? What that means?
Driver for k610 post#8
http://www.esato.com/board/viewtopic.php?topic=159467&start=105

@amnher

The driver v5.95 for the w600 this working for the w550? Believe it is because the sequence are the same and exposure of both drivers are equal I don´t know you respond because the w550 takes the photos darker using driver for the w600 should take pictures equal because the exhibits are the same.
Try the driver w600/w550 v5.95 and test it in your w550 is still taking photos darker then the w550 has something different to w600.


[ This Message was edited by: brazuka on 2008-02-06 15:09 ]


Did you make changes in 5.95 comparede to the one I tried yesterday? Cause the One I tried yesterday makes the phone restart when I try to activate night mode and exit the camera
--
Posted: 2008-02-07 03:43:11
Edit : Quote

brazzuka's Posts: > 500

@amnher

Try changing the values and the function nigth mode or dark mode wherever the name of function.
I don´t know if the hardware of the w550 accepts change the function nigth mode but try this, but first i think it would be better if u change power sequence and to implemented a little more frequency for the function because the frequency of times a stimulus triggers the hardware in a way that does not need to make major changes in properties.
Look amnher the w600/w550 works with both chips processor ADCM-3855 and ADCM-1700 maybe Accepted work with these two languages.
Then u can change the power sequence u know.

w600/w550:
power sequence on

cam_power_on_0 = 5, 5, 6, 1, 32; // Turn on Vincenne regulator LDO_G (CAM_1V80), wait 50 ms.
cam_power_on_1 = 5, 1, 42, 1, 00; // Set GPIO 42 (= 2.8 V power) as an output.
cam_power_on_2 = 5, 2, 42, 1, 32; // Set GPIO 42 (= 2.8 V power) high, wait 50 ms.
cam_power_on_3 = 5, 0, 0, 1, 32; // Enable RESETn pin (reset is performed), wait 50ms.
cam_power_on_4 = 5, 1, 16, 1, 00; // Set GPIO 16 (= Off pin) as an output.
cam_power_on_5 = 5, 2, 16, 0, 32; // Set GPIO 16 (= Off pin) low, wait 50ms.
cam_power_on_6 = 5, 0, 0, 0, 32; // Disable RESETn pin, wait 50ms.
cam_power_on_7 = 5, 3, [[1]], [[32C8]], [[64]]; // Start the SYSCON_SYSCLK_13_MHZ, wait 100 ms.
cam_power_on_8 = 5, 4, 0, 0, 0A; // Execute i2c sequence 0 (Camera in Sleep state), wait 10ms.

Step 1:

[[1]]=>Reg 1 div/1
[[32C8]]=> start on frequency 13mhz (hexa) value if u want try by [[5DC0]]=>24 mhz or [[6978]]=>27mhz
[[64]]=>100ms (time)
but i don´t know if the hardware support w600/w550

These values are certain to cam can change the start of the cam but that does not change much the result then if u don´t change the power sequence, change the master clock for the w600/w550

//================================
// CAMERA PROPERTIES MASTER CLOCK™ w600
//================================

cam_i2c_address = 56; // Decimal: 86
cam_vf_clock_freq = [[32C8]]; // 13 MHz during view find
cam_ss_clock_freq = 32C8; // 13 MHz during snap shot
cam_ss_clock_freq_d= 5DC0; // 24 MHz yuv-mode
cam_ping_result = 70,00; // Chip ID for ADCM-3850 is 0070
cam_vf_format = B100; // UY1VY2 order is used during view find (YUV 4:2:2).
cam_vf_sync = 7; // Last data is samples after VSYNC goes inactive for viewfinder.
//cam_ss_sync = 7; // Last data is samples after VSYNC goes inactive for snapshot.
cam_ss_sync = f;
cam_ss_sync_d = 7; // Hans fix for RAW data snapshot
cam_ss_format = 0001; // JPEG-format is used for snap shot.
cam_ss_format_d = B100; // UY1VY2 order is used during view find (YUV 4:2:2).
cam_data_offset = 4;

Change of value fpr VF= display screen
cam_vf_clock_freq = [[32C8]]; =>13 MHz

by

cam_vf_clock_freq=[[4650]];=>18mhz or [[5DC0]]=>24mhz
[[XXX]]=> frequency MHz (hexa) value


Change only those values because the other functions and values are the records and bits used by chip w600/w550

Perhaps the increased frequency change the composition of the photos and certainly change the speed of recording recalling that the frequency increased always need a property correspondent for the hardware responds, for example frequency of 18 MHz need a property of frames that support and 18mhz must be included in the programming language of the driver.

Always testing the functions
Try it and good luck





[ This Message was edited by: brazuka on 2008-02-14 01:52 ]
--
Posted: 2008-02-07 04:20:41
Edit : Quote

amnher Posts: > 500


On 2008-02-07 04:20:41, brazuka wrote:
@amnher

Try changing the values and the function nigth mode or dark mode wherever the name of function.
I don´t know if the hardware of the w550 accepts change the function nigth mode but try this, but first i think it would be better if u change power sequence and to implemented a little more frequency for the function because the frequency of times a stimulus triggers the hardware in a way that does not need to make major changes in properties.
Look amnher the w600/w550 works with both chips processor ADCM-3855 and EvoCam 4.6 maybe Accepted work with these two languages.
Then u can change the power sequence u know.

w600/w550:
power sequence on

cam_power_on_0 = 5, 5, 6, 1, 32; // Turn on Vincenne regulator LDO_G (CAM_1V80), wait 50 ms.
cam_power_on_1 = 5, 1, 42, 1, 00; // Set GPIO 42 (= 2.8 V power) as an output.
cam_power_on_2 = 5, 2, 42, 1, 32; // Set GPIO 42 (= 2.8 V power) high, wait 50 ms.
cam_power_on_3 = 5, 0, 0, 1, 32; // Enable RESETn pin (reset is performed), wait 50ms.
cam_power_on_4 = 5, 1, 16, 1, 00; // Set GPIO 16 (= Off pin) as an output.
cam_power_on_5 = 5, 2, 16, 0, 32; // Set GPIO 16 (= Off pin) low, wait 50ms.
cam_power_on_6 = 5, 0, 0, 0, 32; // Disable RESETn pin, wait 50ms.
cam_power_on_7 = 5, 3, [[1]], [[32C8]], [[64]]; // Start the SYSCON_SYSCLK_13_MHZ, wait 100 ms.
cam_power_on_8 = 5, 4, 0, 0, 0A; // Execute i2c sequence 0 (Camera in Sleep state), wait 10ms.

Step 1:

[[1]]=>Reg 1 div/1
[[32C8]]=> start on frequency 13mhz (hexa) value if u want try by [[5DC0]]=>24 mhz or [[6978]]=>27mhz
[[64]]=>100ms (time)
but i don´t know if the hardware support w600/w550

These values are certain to cam can change the start of the cam but that does not change much the result then if u don´t change the power sequence, change the master clock for the w600/w550

//================================
// CAMERA PROPERTIES MASTER CLOCK™ w600
//================================

cam_i2c_address = 56; // Decimal: 86
cam_vf_clock_freq = [[32C8]]; // 13 MHz during view find
cam_ss_clock_freq = 32C8; // 13 MHz during snap shot
cam_ss_clock_freq_d= 5DC0; // 24 MHz yuv-mode
cam_ping_result = 70,00; // Chip ID for ADCM-3850 is 0070
cam_vf_format = B100; // UY1VY2 order is used during view find (YUV 4:2:2).
cam_vf_sync = 7; // Last data is samples after VSYNC goes inactive for viewfinder.
//cam_ss_sync = 7; // Last data is samples after VSYNC goes inactive for snapshot.
cam_ss_sync = f;
cam_ss_sync_d = 7; // Hans fix for RAW data snapshot
cam_ss_format = 0001; // JPEG-format is used for snap shot.
cam_ss_format_d = B100; // UY1VY2 order is used during view find (YUV 4:2:2).
cam_data_offset = 4;

Change of value fpr VF= display screen
cam_vf_clock_freq = [[32C8]]; =>13 MHz

by

cam_vf_clock_freq=[[4650]];=>18mhz or [[5DC0]]=>24mhz
[[XXX]]=> frequency MHz (hexa) value


Change only those values because the other functions and values are the records and bits used by chip w600/w550

Perhaps the increased frequency change the composition of the photos and certainly change the speed of recording recalling that the frequency increased always need a property correspondent for the hardware responds, for example frequency of 18 MHz need a property of frames that support and 18mhz must be included in the programming language of the driver.

Always testing the functions
Try it and good luck




Oh my Im noob to this things can't seem to understand
--
Posted: 2008-02-07 04:39:12
Edit : Quote

amnher Posts: > 500

Any developments for the cam driver
--
Posted: 2008-02-08 08:16:28
Edit : Quote

brazzuka's Posts: > 500

Sony Ericsson CamDriver Version Triple SSS v4.87/v4.86/v4.85/4.6 by BrAzUkA´s for w610
Optimized for the Sony Ericsson w610 ** Works k550 **





Features v4.6 w610:

-Based on version original driver cam W610/k550 and based version v2.3 w610/v2.3 k550
-New JPEG compresion/New JPEG buffer size/New JPEG_qtable
-New Power Sequence with 24mhz frequency
-Master Clock™ w610
-Scenes with new EXIF adapted and appropriate for each scene in test

Version:v4.6
Download:
http://www.4shared.com/file/37402062/931ef72f/v46_BrAzUkAs.html


Features v4.85 w610:

-Based on version original driver cam W610/k550 and based version v2.3 w610/v2.3 k550 and based k810
-Remove Super_Color™ for w610
-New Normal Mode
-New Nigth Mode
-New Focus
-JPEG compresion/New JPEG buffer size/New JPEG_qtable
-Power Sequence with 24mhz frequency
-Master Clock™ w610
-Scenes with new EXIF adapted and appropriate for each scene in test

Last Version:v4.85
Download:
Sony Ericsson CamDriver Version v4.85 by BrAzUkA´s for w610
Version v4.85 BrAzUkA´s
Optimized for the Sony Ericsson w610 ** Works k550 **

Features v4.85 w610:

-Based on version original driver cam W610/k550 and based version v2.3 w610/v2.3 k550 and based k810
-Remove Super_Color™ for w610
-New Normal Mode
-New Nigth Mode
-New Focus
-JPEG compresion/New JPEG buffer size/New JPEG_qtable
-Power Sequence with 24mhz frequency
-Master Clock™ w610
-Scenes with new EXIF adapted and appropriate for each scene in test


fix errors bug

-WB correction fix
-shutter speed corecction fix
-WB if necesary used
-iso fix ISO 100 for all scenes
-property enable and disable stable

Version:v4.85

Download:
http://www.4shared.com/file/38389412/d76a45a5/v485_BrAzUkAs.html

Version v4.86 Triple SSS:

Features v4.86_Standard™

Implemented some properties of k810:
-Image stabilization
-Snapshot operation
-Check if flash needed
-Get EXIF
-New Exposure
-More Stable Scenes

Version: v4.86_Standard™

Download:
http://www.4shared.com/file/3[....]e5/v486_Standard_BrAzUkAs.html


Features v4.86_Searchlight™
Implemented some properties of k810:
-Image stabilization
-Snapshot operation
-Check if flash needed
-Get EXIF
-Scene Sports Stable

Version: v4.86_Searchlight™

Download:
http://www.4shared.com/file/3[....]v486_SearchLigth_BrAzUkAs.html



Features v4.86_SuperNatural™
Implemented some properties of k810:
-Image stabilization
-Snapshot operation
-Check if flash needed
-Get EXIF
-SuperNatural™_Color all the scenes

Version: v4.86_SuperNatural™

Download:
http://www.4shared.com/file/3[....]486_SuperNatural_BrAzUkAs.html


Version v4.87 Triple SSS

Features v4.87_Standard™ w610:
Implemented some properties of k810:
-Image stabilization
-Snapshot operation
-Check if flash needed
-Get EXIF
-New Exposure
-Levels Color Correction Normal/High/Low
-More Stable Scenes

Last Version: v4.87_Standard™

Download:
http://www.4shared.com/file/3[....]2b/v487_Standard_BrAzUkAs.html

Features v4.87_SearchLigth™ w610:
Implemented some properties of k810:
-Image stabilization
-New Exposure
-Snapshot operation
-Check if flash needed
-Get EXIF
-Scene Sports Stable
Last Version: v4.87_Searchlight™

Download:
http://www.4shared.com/file/3[....]v487_SearchLigth_BrAzUkAs.html

Features v4.87_SuperNatural™ w610:
Implemented some properties of k810:
-Image stabilization
-Snapshot operation
-Check if flash needed
-Get EXIF
-New SuperNatural™_Color all the scenes
-New Exposure
-Levels Color Correction Normal/High/Low

Last Version: v4.87_SuperNatural™

Download:
http://www.4shared.com/file/3[....]487_SuperNatural_BrAzUkAs.html


[ This Message was edited by: brazuka on 2008-02-25 11:06 ]
--
Posted: 2008-02-08 21:16:20
Edit : Quote

brazzuka's Posts: > 500

Sony Ericsson CamDriver Version v5.5 final by BrAzUkA´s for k510
Based on version original v5.0 MT9V112_Sancho
Version v5.5 final BrAzUkA´s
Optimized for the Sony Ericsson k510

Release v5.5 final k510
Last Driver:v5.5 final
Post#6
http://www.esato.com/board/viewtopic.php?topic=159467&start=75
--
Posted: 2008-02-09 19:09:41
Edit : Quote

amnher Posts: > 500


On 2008-02-08 21:16:20, brazuka wrote:
Sony Ericsson CamDriver Version v4.6 by BrAzUkA´s for w610
Version v4.6 BrAzUkA´s
Optimized for the Sony Ericsson w610 ** Works k550 **




Features v4.6 w610:

-Based on version original driver cam W610/k550 and based version v2.3 w610/v2.3 k550
-New JPEG compresion/New JPEG buffer size/New JPEG_qtable
-New Power Sequence with 24mhz frequency
-Master Clock™ w610
-Scenes with new EXIF adapted and appropriate for each scene in test

Last Version:v4.6
Download:
http://www.4shared.com/file/37402062/931ef72f/v46_BrAzUkAs.html

Attention:
Need to test the driver

fix error bug v4.6


[ This Message was edited by: brazuka on 2008-02-10 16:09 ]



How about for the w550i any news?
--
Posted: 2008-02-11 02:23:20
Edit : Quote

amnher Posts: > 500

I have seen some new files EVOCAM 5.95 and ADCm, whats this?my phone is w550i
--
Posted: 2008-02-12 02:27:32
Edit : Quote

amnher Posts: > 500

Doesnt work. Both ADCM and evocam, it says wrong version please upgrade to 4.6 or later. I tried to look at the camera version and its 5.95
--
Posted: 2008-02-12 03:36:43
Edit : Quote
Page <  123 ... 161718 ... 383940>

New Topic   Reply
Forum Index

Esato home