-
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
D430 Alternating emitter (on/off) mode control #3066
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ev-mp
force-pushed
the
alternating_emitter
branch
from
January 15, 2019 13:47
aa7e1ba
to
7788cbe
Compare
ev-mp
force-pushed
the
alternating_emitter
branch
from
January 16, 2019 07:47
67253be
to
95bb545
Compare
dorodnic
approved these changes
Jan 16, 2019
Change-Id: Ia34da1ff946dbd83c8433ce8c70e58155be734d0
Change-Id: I80d197426e71078d4ab6b08944e04c8d8b5b4bfd
…profyling OS latencies Change-Id: Icef21fc94b0db29a3bdf3de010e55dd74f18fcf1
Change-Id: I716c1f651743f69174e551676c5c50272581c2ab
Change-Id: I548ca02935a81e9bc5a4a3415129faa8c63ccecc Signed-off-by: Evgeni Raikhel <[email protected]>
Adjust HWMON API calls Fix DQT compilation Change-Id: I74fa83f9e35aa3dfea85488fabd0f832831d7601 Signed-off-by: Evgeni Raikhel <[email protected]>
Remove FW sleep limitation in emiter_on_off test except for the initialization Change-Id: I891c767c434d6e7d810505cd28a4d66ba0f88256 Signed-off-by: Evgeni Raikhel <[email protected]>
ev-mp
force-pushed
the
alternating_emitter
branch
from
January 16, 2019 14:52
95bb545
to
c56d575
Compare
Fix EOL discrepancy Enhance unit-test Change-Id: If12bda3219a62fc1ef45080ceec021ef2f3621a3
ev-mp
force-pushed
the
alternating_emitter
branch
from
January 20, 2019 09:32
c56d575
to
20cfc12
Compare
How do you get firmware 5.12.0? |
This was referenced May 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A new depth sensor feature introduced for D430, D435 and D435i devices (Global shutter/ Active):
Setting laser into (per-frame) on/off alternating mode.
Mode of operation:
Limitations:
Per-frame illumination on/off can be established for depth and ir sensors via reading frame's metadata attribute:
Requires FW version 5.12.0+
Fixes:
[Realsense-viewer] :
[Windows]: - Fix backend timestamp generation for HID device
Tracked on: DSO-11825. in #482, #1299. This implementation is a further evolvement of PR2829