-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
Why does the frame drop occur when record color frame and depth frame. #2102
Comments
The subject of slow running speed or missed frames during recording has come up before on the other RealSense support forum. The discussion linked to below may be useful to you. |
Thank you for your reply. |
I am not personally experienced in Python programming unfortunately. There is a general guide to For loops in Python though that may provide some guidance about how to convert the code for Python. |
[Realsense Customer Engineering Team Comment] |
[Realsense Customer Engineering Team Comment] Still observe this issue? If not, will close this. |
The playback issue should be addressed. |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
<Describe your issue / question / feature request / etc..>
Why does the frame drop occur when record color frame and depth frame.
The program I want is as follows.
First, record color frame and depth frame at 60fps
second, color and depth frames are called for image processing.
However, filter application and recording will cause the frame drop
How can i fix this problem?
please help..
source code
The text was updated successfully, but these errors were encountered: