Thanks for the advice. You should pass it also to your colleagues at Nokia CV:
http://research.nokia.com/research/projects/nokiacv/
They wrote the code which extends a T-class with one having a...
Type: Posts; User: omarfr; Keyword(s):
Thanks for the advice. You should pass it also to your colleagues at Nokia CV:
http://research.nokia.com/research/projects/nokiacv/
They wrote the code which extends a T-class with one having a...
Thanks for the answer.
So we should never call the PopAndDestroy on a T-based class.
Clearly :)
Well, the TBitmapUtil is a Symbian class and from its declaration it seems to be a destructor-less T class.
On the other hand, CPixelAccess is defined like this:
class...
Hi all,
I would like to know what is the difference between using
CleanupStack::PopAndDestroy(object);
and
Good suggestion :).
I've updated the wiki article: http://wiki.forum.nokia.com/index.php/Capturing_keys_in_background
Omar
I might be talking to myself but anyway... I just wanted to point out that I wasn't able to log using CaptureLongKey.
To avoid the problem mentioned and also to be able to detect/log the key the...
I've solved the problem. I apology for not looking better on the SDK / forum before.
The solution was to use CaptureLongKey as here:
void CKeyCapturer::SetCapture()
{
ClearCapture();
...
Hi all,
I have a problem while capturing key events from the Nokia Maps 3.0 or Google Maps applications. The problem didn't exist in the Nokia Maps 2.0 but it exist in the new version, I suppose...
Thanks for the hint.
After creating a new workspace and importing my projects the index function is working :).
It's not very cool to import all the projects when you change the version of...
Hi,
FREE sounds great for the new Carbide. But it with some problems (at least for me). I've used the same workspace that I've used for Carbide v1.3 and I've updated all my projects (as it asked...
Ok... it seems I have not been clear.
I know "where/why/with which leave code" my application crashes and I've seen in many posts (not in the wiki as there is no result searching the wiki) in the...
Hi All,
I am using a Nokia N95, S60 3rd ed. FP1. I need to retrieve real-time images from the camera using the ViewFinder.
My problem is that I need a format like EColor16M not EColor16MU and...
Hello mak_tgi,
I've tried to use the MCameraObserver2 as you did. I am trying this because I need a different format in the image returned from the ViewFinder and it seems that using...
If the memory trick doesn't work I suggest that you switch to the MCameraObserver used in the Nokia example. This is how I am using it and it is working. I can't help you in the other solution as I...
Hi mak_tgi,
First of all I don't see the point in what you've done. I mean the CaptureImage() function of CCamera is asynchronous by itself. After you call it the following function gets called:...
Hi mak_tgi,
As I've said in one of the posts I have an application in which I've already done the copy/paste of the files from the camera example and it is working. I still don't know why the...
I've deleted ALL the files under "C:\Symbian\9.2\S60_3rd_FP1\Epoc32\BUILD\symbian_carbide_cpp\S60_Camera_Example" (the directory of the Camera Example). Then I've rebuilt and I've installed the new...
Thanks Wizard_hu, you were right.
I've forgot on UID modification in the following line:
// UID of the application
#ifdef __SERIES60_3X__
const TUid KUidCameraApp = { 0x20022103 }; ...
Thanks for your reply Itomuta.
But my frustration is that I've took the example from the website, I've only modified the necessary fields as mentioned and the application won't work.
Of course...
Why do you think I have a PANIC? there is no PANIC in the emulator output file or sign of that to make me think of this.
Anyway, I've installed the sis file from the link that you've said and I...
I've just observed one important thing. The size of the signed sis file that comes with the example has 59KB while the signed sis file created from my build has only 37KB. There is a lot of data...
Ok .. so as expected the application doesn't run on the phone neither.
It simply exits instantly as in the emulator.
It is clear that there is a problem and I should be able at least to debug...
I've seen that post, but thanks for the link.
I was asking you if this problem is important or I can simply ignore it because of your reply:
I don't understand what do you mean. Do you mean...
I understand that the application will not run in the emulator as it doesn't have camera support etc... but as I've said in the fist post I got the same error in the phone too (Nokia N95).
I'll...
Thanks for the hint with the bld file. Indeed the export destination wasn't modified. I've changed the file to reflect my UID and I've also enabled the just in time debugger.
But... I still have...