问题描述
我正在使用 openni2 库编写一个oni文件播放器,并在使用 Seek 功能后冻结了应用程序。
openni2.initialize()
dev = openni2.Device.open_file(filename.encode('utf-8'))
playback = openni2.PlaybackSupport(dev)
depth_stream = dev.create_depth_stream()
depth_stream.stop()
playback.seek(depth_stream,frame_index) <<< Freeze......
没有返回错误代码... 我是否错误地调用了seek函数???
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)