Hi,
I am suffering a very similar problem with both the N8 and 808. After locking focus and taking a picture, I call QCamera::stop(), after ~40 seconds the camera enters standby mode. At some...
Type: Posts; User: SteUK; Keyword(s):
Hi,
I am suffering a very similar problem with both the N8 and 808. After locking focus and taking a picture, I call QCamera::stop(), after ~40 seconds the camera enters standby mode. At some...
In fact, With a very small change to your code, I can make it do what I am suggesting is the bug...and break it.
Change the single shot timer call in Camera::imageSaved from 4000ms to 45000ms and...
Hi mahbub,
Had a quick look through the code you posted. Think you are missing the point of what I am trying to achieve.
Not been able to run what you have posted, don't have the phone here...
Hi dudes,
Wonder if anyone can help me out.
Working on an N8 phone, I am adding GPS info grabbed from the device to images taken with the device. Inspecting the produced JPEGs, the longitude...
From that log, looks to me like it is not taking a picture at all, not even the first time. For speed of building the test app I used delays rather than checking for signals...they are mostly 4...
Answering my own question here I think ... :)
Looks like it is possible, but at a Symbian API level. For those that stumble across this in the future, these put me on the right track...
...
Hi,
The main camera application on the Nokia N8 allows for capture of location data which it includes in the EXIF metadata.
I have hooked up QGeoPosSourceInfo to get location info, but images...
Hi gnuton,
Sure thing. I posted it up as a bug here: https://bugreports.qt-project.org/browse/QTMOBILITY-2021
Hope that was not the wrong thing to do!
It's on an Nokia N8 phone. Code is...
Hi dudes,
Been running round in circles trying to perform the following:
1) Start camera and wait for active state
2) Lock focus
3) Get locked focus
4) Capture image
5) Stop camera
6) Wait...