We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行pyorbbecsdk功能包中的example/color_viewer.py 无论是单开color通道读取rgb还是单开depth通道读取深度都会在一段时间(2-3分钟)卡死,导致color_frame = frames.get_color_frame()读取到的是None,随后frames: FrameSet = pipeline.wait_for_frames(100)也读取为None,增加了wait的时间到1000,增加了buffur的容量,更换了usb数据线,重启都试过了,还是会出现一样的问题。
The text was updated successfully, but these errors were encountered:
是电脑还是开发板?
Sorry, something went wrong.
使用的电脑, ubuntu20.04
No branches or pull requests
运行pyorbbecsdk功能包中的example/color_viewer.py
无论是单开color通道读取rgb还是单开depth通道读取深度都会在一段时间(2-3分钟)卡死,导致color_frame = frames.get_color_frame()读取到的是None,随后frames: FrameSet = pipeline.wait_for_frames(100)也读取为None,增加了wait的时间到1000,增加了buffur的容量,更换了usb数据线,重启都试过了,还是会出现一样的问题。
The text was updated successfully, but these errors were encountered: