Search found 181 matches
- Sat Feb 16, 2013 7:39 am
- Forum: C/C++
- Topic: I2C LCD using C
- Replies: 53
- Views: 45069
Re: I2C LCD using C
Want a ready solution? There is lcdproc
- Sat Feb 16, 2013 7:31 am
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: Standard i2c only connector
- Replies: 8
- Views: 3026
Re: Standard i2c only connector
For I2C I just use a 1x4 2.54mm header, because I can easily connect multiple together on a Stripboard:
Code: Select all
Vcc Gnd SDA SCL
| | | |
Vcc Gnd SDA SCL
| | | |
...
- Sun Feb 10, 2013 7:08 am
- Forum: Graphics, sound and multimedia
- Topic: openmax,gstreamer or opencv
- Replies: 7
- Views: 2997
Re: openmax,gstreamer or opencv
Afaik broadcasting via network is simplest when using gstreamer.
Also GStreamer can be combined with opencv (and probably openmax) using the appsink/appsrc elements.
Also GStreamer can be combined with opencv (and probably openmax) using the appsink/appsrc elements.
- Sun Jan 20, 2013 6:07 pm
- Forum: Graphics, sound and multimedia
- Topic: gst-omx issue or recent change to openmax issue?
- Replies: 15
- Views: 10153
Re: gst-omx issue or recent change to openmax issue?
Isn't that commit one of the <=256MB Ram versions?
So I guess someone has to adjust the gst-omx plugin to make it work again?
So I guess someone has to adjust the gst-omx plugin to make it work again?
- Wed Jan 02, 2013 8:27 pm
- Forum: Graphics, sound and multimedia
- Topic: gstreamer openmax
- Replies: 263
- Views: 146100
Re: gstreamer openmax
You need the -dev packages. Try
-libgstreamer0.10-dev
-libgstreamer-plugins-base0.10-dev
-libgstreamer0.10-dev
-libgstreamer-plugins-base0.10-dev
- Mon Dec 17, 2012 7:41 pm
- Forum: Automation, sensing and robotics
- Topic: Speech Recognition with Pocketsphinx
- Replies: 46
- Views: 53851
Re: Speech Recognition with Pocketsphinx
Try the gstreamer api: http://cmusphinx.sourceforge.net/wiki/gstreamer
I'm successfully using it on the pandaboard, should do as well on rpi.
I'm successfully using it on the pandaboard, should do as well on rpi.