Keyboard interface

2008-04-07 Thread Ibrahim Kutluay
Hi, What does happen if I enable keyboard interface in 'encode' demo on DM355? Could I associate a key with a function or an instruction? How can I learn to manage keyboard in this demo? Regards. ___ Davinci-linux-open-source mailing list

RE: Keyboard interface

2008-04-07 Thread Anderberg, Niclas
Hi, The keyboard user interface of the demos is very basic. Execute 'help' to get available commands. No scripting / aliasing is supported. Regards, Niclas From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ibrahim Kutluay Sent: Monday, April 07,

Re: Keyboard interface

2008-04-07 Thread Ibrahim Kutluay
Ok, No problems with that. Executing 'help' you can see an option: - k, which enable keyboard interface. I don't know what happen if I type ./encode -v file.mpeg4 -k What keys are avalaible with '-k' option? Thanks. 2008/4/7, Anderberg,

Re: Keyboard interface

2008-04-07 Thread Viet Hoang
Hi, You really did not see this line printed on your terminal? Command [ 'help' for usage ] Here is what I tried on my board: [EMAIL PROTECTED]:/opt/dvsdk# ./encode -v file.mpeg4 -k Encode demo started. Capturing 720x480 video (cropped to 720x480) Command [ 'help' for usage ] help

Re: DM355 MPEG-4 Streaming

2008-04-07 Thread Viet Hoang
Hi, I cannot send all the live555 package compiled on my board. Attached is the executable file live555MediaServer, put it any where on your board and run it. Let me know if there's any problem or you make any progress :). Regards, Viet Hoang Albert Burbea [EMAIL PROTECTED] wrote: all the

First I frame without chroma

2008-04-07 Thread Laurent
Hi all, I am working with 6467, dvsdk_1_40_00_11. After spending some time comparing frames decoded from my module and frames decoded from the decode sample, I came to the conclusion that the codec is not doing a good job on the first picture it decodes. The video is Mpeg2 and looks like

Re: Keyboard interface

2008-04-07 Thread Ibrahim Kutluay
I don't know the reason, but my KeyAction function wasn't avalaible. Now, it's all right, and the keyboard works 100%. Thanks for all your answers. Regards. 2008/4/7, Viet Hoang [EMAIL PROTECTED]: Hi, You really did not see this line printed on your terminal? Command [ 'help' for

Re: TI's GStreamer demo

2008-04-07 Thread Vijay
Hi all, I've noticed that the last element in the pipeline consistently fails to pause. Actually, I'm not sure if (a) it doesn't pause because it doesn't finish preroll or (b) it says it hasn't finished preroll because it doesn't send a pause signal! (I'm not sure which is the cause and which is

Help- for making a task to sleep for some micro second (Accurately)

2008-04-07 Thread manas lenka
Hi, Has anybody has done something to make a task sleep for certain number of microseconds. I am trying with int nanosleep( const struct timespec *req, struct timespec *rem); But I dont know whether it is precise-- meaning it is waking up the task at the end of the given time accurately.

Re: DM355 MPEG-4 Streaming

2008-04-07 Thread Albert Burbea
Thank you so much if you can add some explanation about how to use it Albert On 4/7/08, Viet Hoang [EMAIL PROTECTED] wrote: Sorry, I forgot to attach the file. Viet Hoang. *Viet Hoang [EMAIL PROTECTED]* wrote: Hi, I cannot send all the live555 package compiled on my board. Attached is

Gstreamer update

2008-04-07 Thread Tyler Nielsen
Hello all, I've just pushed some of my changes to gstreamer to a public git repository. You can get access to it at git:// repo.or.cz/gst-davinci/bts.git or http://repo.or.cz/r/gst-davinci/bts.git. For a list of the change sets, you can go to http://repo.or.cz/w/gst-davinci/bts.git. Everything

RE: SPI over EDMA settings

2008-04-07 Thread Griffis, Brad
If the SPI interface has a 16-bit interface then you should do an A-sync transfer with ACNT=2. It should be A-sync and not AB-sync because the SPI interface is only ready to receive one element when it gives the “ready” signal to the EDMA. If for example the SPI had a FIFO on it then you

Re: DM355 MPEG-4 Streaming

2008-04-07 Thread Viet Hoang
Hi Albert, I think this contains all you need http://www.live555.com/mediaServer/ Regards, Viet Hoang. Albert Burbea [EMAIL PROTECTED] wrote: Thank you so much if you can add some explanation about how to use it Albert On 4/7/08, Viet Hoang [EMAIL PROTECTED] wrote: Sorry, I forgot

outArgs.displayBufs.bufs[0] return NULL

2008-04-07 Thread steven.zhang
in TI decode demo, VIDDEC_process(hDecode, inBufDesc, outBufDesc, inArgs, outArgs); what is outArgs.displayBufs.bufs[0] used for? I try to use codec provide by other company, it always return NULL. However, ti codec does not.