| Reply | « Previous Thread | Next Thread » |
|
Hi!
I tried to look around the web and this forum but I was unable to get a clear answer to this issue. I'm very new to python and symbian so it is possible I just didn't understand something right. I'm trying to learn pys60 by writing a program which takes pictures with the camera of my n73 and transfers them to another program on my computer to be operated on. Pys60 handels images as graphics.Image objects. is it possible to somehow get the actual image data out of these objects to be sent to my computer using a rfcomm socket? I'd like to transfer images between these programs without having to write the image to a file. thanks for your help -- kkarme |
|
Hi kkarme and welcome to our favorite forum
![]() I've been through that problem for encoding a picture to base64 without having to write it on the phone. Unfortunately you cannot access the image data buffer from PyS60. The "workaround" is to write the temporary picture on the RAM (D:), which is much faster than C: or E: drives. Then you can transfer the picture via bluetooth. Happy Pythoning, LFD Devices: Nokia E61 3rd Edition - pys60 1.4.0 Tips and modules: http://www.lfdm.net/thesis |
|
thanks for the tip.. i'll try it out.
-- kkarme |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| help me on file transfer - pc to phone over bluetooth. | kiran10182 | Bluetooth Technology | 2 | 2009-09-05 11:07 |
| Combined Delivery Bluetooth Transfer On Nokia 6681 Problems | shahnirav79 | Bluetooth Technology | 0 | 2006-08-30 14:44 |
| HELP: Mutable Image to Immutable Image? | rj_cybersilver | Mobile Java Media (Graphics & Sounds) | 1 | 2005-03-26 10:58 |
| problems with bluetooth file transfer to 6230? - here's the solution! | spyghost | Bluetooth Technology | 1 | 2005-01-04 18:16 |
| Image transfer via bluetooth | tserivdd | Bluetooth Technology | 5 | 2004-01-19 14:45 |