omxplayer包装器不能在开放式CV中工作

时间:2017-06-30 00:44:21

标签: opencv3.0 omxplayer

我是python编码和新手的新手。我想在omxplayer中运行openCV包装器。

Omxplayer wrapper screenshot

omxplayer封包在CV之外正常工作。

示例代码:

 from omxplayer import OMXPlayer
 from time import sleep
 file_path_or_url='rtsp://..'   IPCamera path
 player=OMXPlayer(file_path_or_url)
 player.play()
 sleep(5)
 player.pause()
 player.quit()

环境详情: Environment details screenshot

0 个答案:

没有答案