Recording Video

2003-12-24 Thread Deepak TVS
Hi All, Are there any APIs to record video. I know that Palm Support Group have a set of APIs that can capture an image, but I need to record live video and the Capture video takes approximately one second to capture one image. So this is not helpful. Are there any APIs to do the needful.

Re: Regd VFS

2003-12-16 Thread Deepak TVS
Subject: Re: Regd VFS Use VFSFileOpen to open a directory for reading or writing. You can create or delete a directory with VFSDirCreate and VFSFileDelete. - Original Message - From: Deepak TVS [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, December 16

Re: Regd VFS

2003-12-16 Thread Deepak TVS
- Original Message - From: Deepak TVS [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 8:50 AM Subject: Re: Regd VFS Where does the simulator create the file when I say VFSDirCreate. It should have some default root directory. I am

Regd VFS

2003-12-15 Thread Deepak TVS
Hi all, I have to read a file using VFS Manager. How do I specific a directory when I am debugging my code using a simulator so that I can read the file from that particular directory Or what is the default directory from which the simulotor reads files. Thanks Regards, Deepak. -- For

Size of 68k app

2003-12-11 Thread Deepak TVS
Hi all, I am writing a application which using a PNO. The size of the PNO is 64 K but the application together with the PNO consumes 70K. Can I run a 70K application on Palm Devices. My application crashes when I run it. Is it because of the size of the application ? Thanks Regards, Deepak.

PNO Error

2003-12-11 Thread Deepak TVS
Hi all, I have the following code in my PNO. .. lDec-vSetParam = sDecSetParam; lDec-vSetParam(3); . My application crashes when it is executing lDec-vSetParam(3). But if I can my code to .. sDecSetParam(3); .. it works fine. Can I have function pointers in PNO ? Can

Regd Simulator/Emulator - Repost

2003-10-27 Thread Deepak TVS
Hi, I am stuck with my work. So please help me out. I have a ARM-Library. My application is using that library. I want to run my application on the emulator/simulator. How do I add the library (I have built) to the simulator/emulator so that my application can load that library. Regards,

Re: FAST

2003-10-06 Thread Deepak TVS
At 11:50 PM 10/5/2003, Deepak TVS wrote: Hi all, where can I get more info on Fast ARM Solutions Toolkit (FAST). Is there any evaluation version of the toolkit available for free download. A version is available in the seeding section of the palmsource.com developer pages. If you've got

Intel XScale

2003-10-06 Thread Deepak TVS
Hi all, How can I compile an ARM Library for Palm built on ARM Devloper Suite (ADS) for Intel XScale based ARM processor. The current library works for the Intel ARM processor present in Tungsten C device but I was told that the effecieny of my program will improve if I compile it using Intel C++

Re: Sound Stream question

2003-10-06 Thread Deepak TVS
Hi rajan, How/Where are you filling the buffer. I am using the same functions for playing audio files. Its working fine. - Original Message - From: [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, October 06, 2003 7:57 PM Subject:

Re: what event it is when the pop-up trigger is clicked ?

2003-10-06 Thread Deepak TVS
popSelectEvent is the event that occurs when u select an item in the popup menu.. - Original Message - From: Amy Chen [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 1:50 AM Subject: what event it is when the pop-up trigger is clicked ? Hi

FAST

2003-10-05 Thread Deepak TVS
Hi all, where can I get more info on Fast ARM Solutions Toolkit (FAST). Is there any evaluation version of the toolkit available for free download. Thanks Regards, Deepak. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Strange Error

2003-09-22 Thread Deepak TVS
Hi all, I am writing a AACPlayer. This player uses an ArmLibrary written by me. When I select a file and play, it starts playing the file but suddenly the following error comes up Emul68KCommon.c, Line 1683: Entry already in use. Can anyone tell me why this error is coming. Thanks

Palm Simulator

2003-09-08 Thread Deepak TVS
Hi all, I am using the simulator for debugging. Where does the VFSFileOpen search for files when using the simulator. It has been given that Palm OS 5 Simulator supports expansion cards, but I am unable to figure out in which directory the files should be stored so as to access them using

Regd Zire Camera APIs

2003-09-02 Thread Deepak TVS
Hi all, I am trying to writing a video recorder usind Zire Camera APIs. So for that I am using the function CamLibControl to capture an image from the Camera. But this function blinks the screen once. So when I am continuously calling this function to record a video, the display screens goes