Discard previous mail. >From the sample programs (like amptest ,iruser), I amtrying to run dvdnav_test.cpp on target board.
I have follwing queries. How to run this program? What parameters should be passed to this program? I can run this program on target, but unable to supply required command line arguments like [display_options] On Thu, Feb 4, 2010 at 9:37 AM, barakha kelkar <[email protected]>wrote: > From the sample programs (like amptest ,iruser), I amtrying to run > dvd_nav.cpp on target board. > > I have follwing queries. > How to run this program? > What parameters should be passed to this program? > > I can run this program on target, but unable to supply required command > line arguments like [display_options] > > Regards > Barakha > > On 1/18/10, Homam Dabis <[email protected]> wrote: >> >> try iruser in sample apps >> >> Homam >> >> >> ------------------------------ >> *From:* barakha kelkar <[email protected]> >> *To:* Niels Roest <[email protected]> >> *Cc:* [email protected] >> *Sent:* Mon, 18 January, 2010 7:48:26 >> *Subject:* Re: [directfb-users] ir remote control & directfb >> >> I have built directFb application on target (Board specifications are: >> SMP8652 Sigma Platform) >> I can run dvd with amptest application on target. >> >> Like sample program amptest , is there any sample code which will give me >> hex code of each key on remote control ? >> >> Regards >> Barakha >> >> On Fri, Jan 15, 2010 at 11:46 PM, Niels Roest <[email protected]> wrote: >> >>> Hi Barakha. >>> >>> At startup, DirectFB tries to detect input devices based on a few simple >>> rules. >>> >>> If your device is supported by TSLIB, you have to make sure the node is >>> "/dev/input/event%d" with %d some number, or add some configuration in >>> directfbrc to point to the right device node. >>> >>> If you are using a non-standard device you might need to write a device >>> driver yourself, check the "inputdrivers" directory in the DirectFB sources >>> - make sure you add DFB_INPUT_DRIVER( yourname ) and implement the >>> InputDriverFuncs from src/core/input_driver.h, then you can create a thread >>> to monitor incoming events, which you dispatch to DirectFB using >>> dfb_input_dispatch(). >>> >>> An alternative approach is to use the add-on library of "Divine", and >>> write a standard linux app which reads the remote using this library - >>> Divine will make sure the events end up inside of DirectFB. >>> >>> Greets >>> Niels >>> >>> barakha kelkar wrote: >>> >>>> I have built directFb application on target (Board specifications >>>> are: SMP8652 Sigma Platform) >>>> I can run dvd with amptest application on target. >>>> >>>> Our problem is as follows: >>>> When I boot target.,I can operate with remote (say x). Now when I run >>>> directfb application, this remote x stops working & I need to to use >>>> another >>>> remote say y. >>>> >>>> Now I want make remote control x functional on directfb? >>>> >>>> How I can do that? >>>> Using directfb api's , is it possible to do so? >>>> What should be exact procedure ? >>>> >>>> Regards >>>> Barakha >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> directfb-users mailing list >>>> [email protected] >>>> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users >>>> >>>> >>> >>> >>> -- >>> >>> .------------------------------------------. >>> | DirectFB - Hardware accelerated graphics | >>> | http://www.directfb.org/ | >>> "------------------------------------------" >>> >> >> >> >> > >
_______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
