willprice / python-omxplayer-wrapper

:tv: Control OMXPlayer, the Raspberry Pi media player, from Python
http://python-omxplayer-wrapper.readthedocs.io
GNU Lesser General Public License v3.0
253 stars 71 forks source link

Wrapper not working open CV #87

Closed GitTestProject360 closed 7 years ago

GitTestProject360 commented 7 years ago

omxplayer wrapper not working in cv

Description

omxplayer wrapper not working in cv (please see screenshot below) omxplayerwrapper

A short description of the problem sample code stream rtsp stream from IP camera. outside cv working fine (see above screenshot).if i change to CV .code not working. Omxplayer wrapper install on OpenCV version 3.2.0

omxplayerwrapper1

Environment details

omxplayerwrapper2

working in python 3 but not in cv pytho3. i need to run wrapper in side Opencv (version 3.2.0) so i can added text in rtsp stream before play in omxplayer. thanks

Distributor ID: Raspbian Description: Raspbian GNU/Linux 8.0 (jessie) Release: 8.0 Codename: jessie



| Software | Version |
|----------|---------|
| `python-omxplayer-wrapper` |insatlled from this link https://github.com/willprice/python-omxplayer-wrapper/tree/python_2_3_support|
| `python-dbus` (`dpkg -s python-dbus`) |  `1.2.0` |
| `python` (`python --version`) | `3` |
| `omxplayer` (`omxplayer --version`) | `6c90c75` |

Thanks
willprice commented 7 years ago

Looks like your virtualenvironment (workon cv) doesn't have omxplayer installed. After running workon do a pip install omxplayer-wrapper