| Reply | « Previous Thread | Next Thread » |
|
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?
|
|
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 |
|
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! |
|
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!"
LFD Devices: Nokia E61 3rd Edition - pys60 1.4.0 Tips and modules: http://www.lfdm.net/thesis |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| 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 |