Hi,
Thanks a lot for your help.
Now I created one GUI application which has a combobox displaying all .264
files . and if we select a file and press play button ,
I am making a system call to executable
system("./app.out -v filename ") ;
In my application (./app.out) I am using video1 driver for dispalying. So
when i Press play button, executable starts running but display crahes.
I think QT uses fbdev(framebuffer) driver to display the GUI.
When I checked with Imageviewer application (made system call to this
executable) with my GUI. images are getting displayed properly.
Imageviewer application is using fbdev drivers.
So how I can solve problem?
Is there anyway to modify QT to use video driver?
Thanks,
Mahalakshmi.
Yusuf Caglar AKYUZ <[email protected]> wrote on 04/15/2009 05:37:49
PM:
> Yusuf Caglar AKYUZ <[email protected]>
> 04/15/2009 05:37 PM
>
> To
>
> Mahalakshmi Gonuguntala <[email protected]>
>
> cc
>
> [email protected]
>
> Subject
>
> Re: GUI development for OMAP
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Mahalakshmi Gonuguntala wrote:
> > Hi,
> >
> > I have downloaded QT/embedded qt-embedded-linux-eval-src-4.5.0.tar.gz
> > and cross compiled the qt for my arm toolchain.(./configure -embedded
arm
> > , make , make install )
> >
> > and qt installation is sucessful.
> >
> > How to run a qt example on my board ( i have OMAP3530 EVM, mistral
board)
> > .
>
> You should install your libraries(if you haven't build Qt with
> static option) to your target board some how. If you have an NFS
> development environment all you need is to copy Qt libraries into
> YOUR_NFS_ROOT/usr/lib. Then you can run any of your test
> appliacations like(on your board):
>
> $someqtapp -qws
>
> You can find further detailed information in Qt documentation.
>
> > What libraries i should copy to board. I have some libraries generated
at
> > /usr/lib/qt*.*. /
> >
>
> I'm surprised that your PC is still functioning.
>
> > I would like to develop a player kind of application which will list
all
> > the files on the board and when i select a file, i should be able to
play
> > the file using my decoder application.
> >
>
> This would be off-topic in this list. You need more libraries to
> achieve this. I strongly recommend that you use OpenEmbedded since
> it builds all the libraries as well as a rootfs for you. OMAP3 is
> very well supported in Openembedded, with all the necessary
> libraries including Qt.
>
> > I would like to use the touch screen .
> >
>
> You need to install tslib and your Qt must be configured to tslib at
> *compile* time. After these two requirements are met, all you need
> to do is to run your applications like:
>
> $QWS_MOUSE_PROTO:Tslib:/dev/touchscreen0 someqtapp -qws
>
> > Where can i specify the touch screen driver in QT?
> >
>
> Try this before configuring your Qt(before building) to get more info:
>
> $./configure --help | grep -i tslib
>
> Regards,
> Caglar
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (GNU/Linux)
> Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
>
> iEYEARECAAYFAknlzhUACgkQ/nL+S5dojei26ACdEk560r61QZKPWYG9ch922gP4
> gmYAn1Hbi5rqWEKFB+lLKy+rdHRlnSyc
> =CWI7
> -----END PGP SIGNATURE-----
> ForwardSourceID:NT0000357A
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source