| Reply | « Previous Thread | Next Thread » |
|
is there a method on how to take a photograph using the front camera?
|
| arren_tuazon |
| View Public Profile |
| Find all posts by arren_tuazon |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
|
Yes, you set the camera position to 1 (for front camera) instead of 0 (for main camera, which is the default).
From the PyS60 documentation: Quote:
Code:
import camera image = camera.take_photo(mode = "RGB", size = (176, 144), exposure = "auto", position = 1) #Remember that resolution for the front camera may be different depending on the device |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Python for S60 1.4.0 released | jplauril | Python | 43 | 2009-05-24 10:22 |
| API to read file information in S60 2nd FP2 sdk? | SanjayKhuntia | Mobile Java General | 10 | 2008-08-28 13:11 |
| N73 front camera access | dudi | Symbian Media (Graphics & Sounds) | 4 | 2007-04-05 17:42 |
| Loop back examples for S60 2nd, 3rd and 3rd FP1 | nly | VoIP | 0 | 2007-03-16 17:03 |
| What is going on with Vibration on S60? | amd_rikus | Mobile Java General | 3 | 2006-06-16 01:29 |