RE: Is the T3 still relevant?

2008-02-10 Thread Luc Le Blanc
Lee Church worte: > Since the T# has long been discontinued it can hardly be considered > relevant. I think your efforts should be concentrated on the E2 > and Treo units; at least they are still in production. OTOH, the T3 had all features of the current TX except for wifi, and bosted the faste

re: ...with endlines (Sorry 'bout that- I thought Lyris could word-wrap text.)

2008-02-10 Thread Dr. S.L. Sanders
On Friday (Feb. 8) I sent an e-mail message to [EMAIL PROTECTED] (one of the listed forum administrators) asking that this unnecessary duplicate posting be deleted. --Sid -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/develop

RE: Is the T3 still relevant?

2008-02-10 Thread Lee Church
All of those are valid points from an engineering perspective, although many would argue that while NVFS has some issues it is still a step forward. But speed is a relative issue, and the user's perceived speed has only an indirect relationship to actual application speed. But I don't think it

Re: Is the T3 still relevant?

2008-02-10 Thread Ryan Rix
Hi, >But I don't think it is a good use of my programming resources to build application features that will only be available to a user who buys a used machine on eBay I'm not sure that's what he's saying: What about the people who owned this device originally? Apparently it's stable and nice eno

RE: Is the T3 still relevant?

2008-02-10 Thread Lee Church
I don't have any data to back this up (but I have been developing for Palm since 1997), although I would expect that the average PDA has a service life of under 3 years. All I'm saying is that the pool of potential buyers is small and getting smaller, bearing in mind that small & smaller are rela

video capture on treo 680

2008-02-10 Thread ssk
i tried using two APIs. first the PalmOnePhotoAPI. here's the part of the code that calls the built in camera. Err VideoPreview() { /** from the photo lib **/ PalmPhotoHandle photoH = NULL; PalmPhotoCaptureParamV2 captureParam; PalmPhotoCaptureResolution SupportedResolutions; Err err; Boolean con

Re: video capture on treo 680

2008-02-10 Thread P . Douglas Reeder
The Photo API calls the Camera Manager library, so you shouldn't call Camera Manager functions (such as StartStream) yourself. I think you need to use a constant such as palmPhotoMJPEGFileFormat with the Photo API, but haven't tried this route myself. (I call the Camera Manager directly, ign

RE: Is the T3 still relevant?

2008-02-10 Thread Luc Le Blanc
Lee Church wrote: > All of those are valid points from an engineering perspective, > although many would argue that while NVFS has some issues it is > still a step forward. But speed is a relative issue, and the > user's perceived speed has only an indirect relationship to > actual application sp

Re: video capture on treo 680

2008-02-10 Thread ssk
thanks for your reply. regarding the video streaming, i got the CamLibControl usage code below. Yes. To do video streaming, call CamLibControl. Use the following sequence: static CamLibStreamPreviewType gStreamPreviewType; gStreamPreviewType.type = kCamLibStreamPreviewOn ; err = CamLibControl(g