You Are Here:

Community: Developer Discussion Boards

#1 Old Question N70 camre flash problem - 2008-04-01, 16:49

Join Date: Apr 2008
Posts: 2
ubxxx
Offline
Registered User
Hi,
I try to take a photo,shutting down the flash light.

I test the code on N70,but the flash is still working.

Anybody could help me?

Here is my source code,

camera.stop_finder()
....
pic = camera.take_photo(size =(iPhotoSizeW,iPhotoSizeH),flash = 'none')

....
camera.start_finder(finder_cb)
Reply With Quote

#2 Old Re: N70 camre flash problem - 2008-04-01, 18:33

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
Quote:
Originally Posted by ubxxx View Post
Hi,
I try to take a photo,shutting down the flash light.

I test the code on N70,but the flash is still working.

Anybody could help me?

Here is my source code,

camera.stop_finder()
....
pic = camera.take_photo(size =(iPhotoSizeW,iPhotoSizeH),flash = 'none')

....
camera.start_finder(finder_cb)
hi ubxxx
the flash depends on many external factors plz refer the documentation of python.


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#3 Old Re: N70 camre flash problem - 2008-04-03, 13:10

Join Date: Dec 2007
Posts: 134
Location: India
kandyfloss's Avatar
kandyfloss
Offline
Regular Contributor
Hi,

Well I have done this on a friend's 6680 and it doesn't flash while taking a photo.

Quote:
Originally Posted by ubxxx View Post
Hi,
I try to take a photo,shutting down the flash light.

I test the code on N70,but the flash is still working.

Anybody could help me?

Here is my source code,

camera.stop_finder()
....
pic = camera.take_photo(size =(iPhotoSizeW,iPhotoSizeH),flash = 'none')

....
camera.start_finder(finder_cb)


Kandyfloss

V 7.0642.0
18-10-06
RH-51
Nokia 7610
Reply With Quote

#4 Old Re: N70 camre flash problem - 2008-04-05, 12:12

Join Date: Apr 2008
Posts: 2
ubxxx
Offline
Registered User
Quote:
Originally Posted by kandyfloss View Post
Hi,

Well I have done this on a friend's 6680 and it doesn't flash while taking a photo.


I tested the code on N71 (s60v3). it flashed red light.
Reply With Quote

#5 Old Re: N70 camre flash problem - 2008-04-05, 20:27

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
Quote:
Originally Posted by ubxxx View Post
I tested the code on N71 (s60v3). it flashed red light.
hi Ubxxx
does the camera really flashed in red colour or it was a illusion by you.
thannx


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#6 Old Re: N70 camre flash problem - 2008-04-05, 21:41

Join Date: Dec 2007
Posts: 134
Location: India
kandyfloss's Avatar
kandyfloss
Offline
Regular Contributor
Quote:
Originally Posted by ubxxx View Post
I tested the code on N71 (s60v3). it flashed red light.
Well I said I had tested it on a Nokia 6680 or perhaps it was Nokia 6681 and the flash doesn't come up. I am not sure of other models. All 3rd Ed devices generally do give a small red flash.


Kandyfloss

V 7.0642.0
18-10-06
RH-51
Nokia 7610
Reply With Quote

#7 Old Re: N70 camre flash problem - 2008-08-25, 13:52

Join Date: Aug 2008
Posts: 2
evanbooth
Offline
Registered User
I'm actually having the exact same problem with my N70. The flash goes off regardless of how the "flash" parameter is set. My code is set up in the most simple configuration possible.

Any ideas?
Reply With Quote

#8 Old Re: N70 camre flash problem - 2008-08-25, 14:50

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
Quote:
Originally Posted by evanbooth View Post
I'm actually having the exact same problem with my N70. The flash goes off regardless of how the "flash" parameter is set. My code is set up in the most simple configuration possible.

Any ideas?
hi evanbooth
welcome to the forum nokia discussion boards.

I will request you if you dont mind that please post a bit of code so that we all can offer more help to you.

Enjoy Pythoning
Gaba88


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#9 Old Re: N70 camre flash problem - 2008-08-25, 14:55

Join Date: Aug 2008
Posts: 2
evanbooth
Offline
Registered User
Sure, it doesn't get any simpler:

Code:
import e32, camera, time
    

pic = camera.take_photo()
pic.save('e:\\images\\picture1.jpg')
I'm starting to this that it's a phone-specific ordeal. When I take a regular picture (with the default photo app), it still flashes just a bit. I'll probably need to turn it off via a hex editor or something.
Reply With Quote

#10 Old Re: N70 camre flash problem - 2008-08-25, 15:03

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
hi evanbooth
yes you are absolutely correct i checked the thing in my n70. I am guessing that the flash is depending on the outer atmospheric factors that may be the reason the flash not working.

Hope you get it
Gaba88


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#11 Old Re: N70 camre flash problem - 2008-08-25, 22:44

Join Date: Mar 2003
Posts: 937
Location: Espoo, Finland
JOM's Avatar
JOM
Offline
Forum Nokia Champion
Quote:
Originally Posted by ubxxx View Post
I tested the code on N71 (s60v3). it flashed red light.
What happens, when you try to set flash ON in your code? Is it same "red flash" or a white flash? My N82 uses red dot to do auto focus and that's something different than actual flash.

Cheers,

--jouni
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
Embedded Flash Lite & Key events & problem with red button EagleSW Flash Lite on Nokia Devices 3 2008-01-11 19:53
N70 backlight problem cristi_c1983 General Discussion 2 2007-12-16 16:15
N70 - MMAPI Audio Capture Problem myloon7 Mobile Java Media (Graphics & Sounds) 2 2007-12-13 04:13
N70 and USB Bluetooth Dongle Problem..etc. locohamster Bluetooth Technology 3 2007-06-26 21:35
N70 Blueooth NOAUTHENTICATE_NOENCRYPT Pairing Problem samialtundag Bluetooth Technology 3 2006-07-12 18:40

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