Skip to content
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

Added functionality of no throw wait_for_frame #2055

Merged
merged 1 commit into from
Jul 16, 2018

Conversation

belkinirena
Copy link
Contributor

-Added API of try_wait_for_frame/s to frame_queue, syncer and pipeline.
The function has the same functionality as wait_for_frame except in case of timeout try_wait_for_frame
returns false instead of throwing exception.
-Fixed bug of high CPU utilization in realsense-viewer

Wait for frames CPU usage Close delay
1 23% Immediate
10 20% Immediate
20 15% Immediate
30 10% Immediate
100 10% Immediate
1000 10% 1 sec

Tracked on: DSO-9381

-Added API of try_wait_for_frame/s to frame_queue, syncer and pipeline.
 The function has the same functionality as wait_for_frame except in case of timeout try_wait_for_frame 
 returns false instead of throwing exception.
-Fixed bug of high CPU utilization in realsense-viewer

Wait for frames | CPU usage | Close delay
-- | -- | --
1 | 23% | Immediate
10 | 20% | Immediate
20 | 15% | Immediate
30 | 10% | Immediate
100 | 10% | Immediate
1000 | 10% | 1 sec

Tracked on: DSO-9381
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants