You Are Here:

Community: Developer Discussion Boards

#1 Old Unhappy 3230 Camera Module - 2006-10-30, 14:43

Join Date: Sep 2006
Posts: 24
cashgoh
Offline
Registered User
hi there, i recently program a camera application on my 3230 but have module error! But when i try it on my N73 i work perfectly fine! anyone can help mi?
Reply With Quote

#2 Old Re: 3230 Camera Module - 2006-10-31, 14:35

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
Hi cashgoh,

That could be many things! You should post your code that someone have a look at it.

My first thought is that you might have used some parameters for the camera which are not available on the 3230 since it's an older device.

LFD


Devices:
Nokia E61 3rd Edition - pys60 1.4.0

Tips and modules:
http://www.lfdm.net/thesis
Reply With Quote

#3 Old Re: 3230 Camera Module - 2006-11-01, 02:28

Join Date: Sep 2006
Posts: 24
cashgoh
Offline
Registered User
hi, this is my code:

import camera

im = camera.take_photo()
im.save(u'c:\\nokia\\image\test.jpg')

but i try N73 it work but not on 3230!
Reply With Quote

#4 Old Re: 3230 Camera Module - 2006-11-01, 14:48

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
Hi cashgoh,

image folder doesn't exist but images then use always \\ but it's maybe a typo. Try:

Code:
import camera

try:
    im = camera.take_photo()
    im.save(u'c:\\nokia\\images\\test.jpg')
    print "Ok"
except:
    print "Failed!"
It takes a while to save the picture on my 6600 (2nd edition also) so be patient until ok or failed

LFD


Devices:
Nokia E61 3rd Edition - pys60 1.4.0

Tips and modules:
http://www.lfdm.net/thesis
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
Nokia N-Series Complete Model Line-Up Dopod General Discussion 6 2008-07-22 21:16
Carbide.j 1.5 and Netbeans 5.5 beta 2 ovjo12 Mobile Java Tools & SDKs 5 2007-06-11 06:43
N-90 Mechanical Problem Turning camera Module ALTheo General Discussion 1 2006-04-06 19:41
N-90 Mechanical Problem Turning camera Module ALTheo General Symbian C++ 1 2006-04-06 11:48
New camera module - help needed canopus961 Python 0 2005-11-02 16:57

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia