Hi,
I am trying to make a app to do this.
for i=1 to 10{
take a image
send it over bluetooth to pc
}
I am able to write the code for taking the image in a for loop but when I put code for...
Type: Posts; User: vardhman; Keyword(s):
Hi,
I am trying to make a app to do this.
for i=1 to 10{
take a image
send it over bluetooth to pc
}
I am able to write the code for taking the image in a for loop but when I put code for...
Hi there,
I am facing some error in calling the method InitFromFileL on a object of type CObjectFileObject, I want to know what exact problem is there, how do I proceed.
void...
hi,
I need to know if there is any way to test the values of variables in a C++ program on Symbian OS 6.0.
I mean I am using following code:
_LIT(tempFileName,"temp.jpg");//just adding...
Hi,
I am not able to figure out the use of the following lines and how they work, can someone please provide an explaination, I have created a MBM using the AIFBuilder tool already.
// Creates...
Basically you should have a MBM entry in the .mmp file, this entry is very simple and is as follows.
// Creates Mbm file.
START BITMAP CamTimer.mbm
HEADER
TARGETPATH \system\apps\CamTimer...
Just check it at
http://vardhman.blogspot.com/
Under the entry First App on Symbian OS running.
This is a direct URL and should hopefully work always....
Hi all,
Why doesn't the examples come with aif /bmp files. Are the application meant to be run in background ?
I have seen the example BTPointToPoint but it doesn't look to have all the...
;
; Install file for CamTimer
; This creates a sis file that can be used in a Series 60 emulator
;
; Languages -
&EN
; Installation header
; Application UID
I have the code of the application. I have made the sis file my self using borlands C++ Builder 6 mobile pluggin, do I need to set some special thing in some file to make it work, like .mmp file or...
Hi,
I sent a .sis file to my Nokia 3660 using bluetooth, I opened the inbox and installed the application. I can see the application in Menu > tools > Manager I can see the application, Can...
Thanks to all,
Finally the camera emulation worked. I coped the images in to the directory
C:\Symbian\Series60_1_2_B\epoc32\winsb\c
This seems to solve the problem and works I am able to see...
hi,
Finally I came to know what was going wrong. The C++ builder comes ups with its own copy of Emulator, unlike what I expected.
The copy of emulator that C++ Builder involes is at this...
I would really like to open the emulator in debug mode and debug the application. But when I open the Emulator in Debug or release mode from the Prog files menu of nokia SDK, I donot see any ...
Hi,
Thanks for the answer. I have got the file from the nokia website and have put it in correct place. I have one doubt, When I see the code for CamTimer.cpp I see following declarations:
...
I am using Borlands C++ builder with pluggin for Symbian OS C++, It itself invokes the emulator at the end of compilation. I think it is the Series 60 emulator that got installed while installing...
hi,
All the testing examples are getting accumulated in the Applications folder in the Emulator, Is there any way to delete them ??
This happened by mistake, it is not a new thread. kindly delete this thread.
hi,
bldmake problem is gone. I didnot try anything else but took the code from that application and changed the helloworld application to include thi s code. The application seems to be making...
hi,
bldmake problem is gone. I didnot try anything else but took the code from that application and changed the helloworld application to include thi s code. The application seems to be making...
hi,
bldmake problem is gone. I have read some where on the net that the reason for the problem of bldmake hanging is the occurance of space in the project files name. So if you too get the problem...
hi,
Finally I got an example named RemoteCam_app somewhere on Nokia site, It does use RCameraServ. I am trying to run this program from quite some time now, tweaked some code of it, but nothing...
Thanks a lot for your replies, But by the last reply I feel like I havenot been clear in my problem.
I am not talking about loading some image file from the system and using it. I am looking for...
<b>convert Jpeg to CFbsBitmap and then you can do some basic manipulation with it....<b>
Any predefined method to do it?? Its better if I can do it by a function call rather than using some GUI...
hi,
Any API for JPEG image handling. What I want it to be able to get a pixels color values, and to be able to create a image with pixels value given by me, say.
Can I access the Camera device...
Hi,
is any such API available. The simplest thing I would call processing is to be able to change a coordinates color values, or say handle the image in a convinient way like a matrix as in...