RE: LOOP sample in DSPLINK

2008-05-19 Thread Kamoolkar, Mugdha
Mike, LOOP is just a DSPLink sample application. It is self-contained and generates its own DSP executable that works alongwith the corresponding GPP-side LOOP application. Hence it needs to have its own configuration information. When you write your own application, you can simply use the

Problem on Davinci with V4L2 driver and audio port

2008-05-19 Thread kalaiarasan
Hi, We are facing some problem with Audio driver output on Davinci board. When we enable V4L2 streaming, audio write is getting hanged. This problem is specific, when we are including the V4L2 driver. We have a DVBS tuner, which we are interfacing to the Davinci processor through CCD interface.

Regarding : xDM error's..

2008-05-19 Thread Ragas sag
Dear Xperts, When i am running an MPEG 4 stream using the decode() demo, I am getting some xDM error's. And this is the best place to get some answer's for my question's. I am using DM6446 DVEVM. I am getting the following error's. VIDDEC_process() 1 failed with a fatal

Re: How to install GTK+ on davinci? (amr ali)

2008-05-19 Thread David . Kondrad
Amr Ali, Cross compiling GTK+ can certainly be frustrating, but there are a few techniques that you can do make the cross compile easier. 1. Make sure your cross compiling tools follow the triplet prefix naming convention that most autoconfs/automakes look for: For montavista compiler it is:

RE: [dm6467_beta_sw_support] RE: Decode Demos of lattest v.1.4 not working........

2008-05-19 Thread Singh, Brijesh
Manas, I believe you are referring DVSDK 1.4.0 Beta release for DM6467. If so, then you need to flash u-boot 1.2 before running demo. This information is well documented in DM6467 Release note; see section uboot and Linux kernel. Best Regards, Brijesh Singh

RE: Regarding : xDM error's..

2008-05-19 Thread Ring, Chris
You've got it right, the upper bits are 'generic'(e.g. XDM_UNSUPPORTEDPARAM), span all codecs, and are defined in xdm.h. The lower bits (e.g. 0x1e in your example below) are codec specific. The User's Guide for your particular codec should describe details about any bits it sets in this range.

(no subject)

2008-05-19 Thread Etienne Eccles
[EMAIL PROTECTED] Regards, Etienne Eccles ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

RE: how to set the C64P.rootDir

2008-05-19 Thread Griffis, Brad
C64P.rootDir needs to point to the c6000 codegen tools. The tools are not provided as part of the DVEVM. Only licensed users of Code Composer Studio should have these tools. Brad From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of amdw2 Sent:

Re: Porting OpenCV to DM6446

2008-05-19 Thread jcm
Hi Andre, I'm trying to complete the first step you mentioned, i.e. make (i) Opencv work on the ARM-montavista-linux (which I did quite quickly). When I try to compile the OpenCV sources, I get the following error compiling cv/src/cvpyrsegmentation.cpp if /bin/sh ../../libtool --tag=CXX

split screen with mt9t031 on dm355

2008-05-19 Thread Chris Stillson
When I capture video using the ipipe_480p_example, I get a split in the screen, where the bottom of the screen is delayed about 5 frames from the top of the frame. This happens with a stock setup, and has appeared on both the dvevm boards I have tested with. I'm using an in-house designed ccdc

Re: split screen with mt9t031 on dm355

2008-05-19 Thread Diego Dompe
Hi Chris, I have never seen this, but I would say it sounds like the process that is refreshing the screen is being interrupted but some higher priority operation, probably starving for a while. I'm not familiar with the example you are using, where is the source for the