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

Merge detached android branch #5419

Merged
merged 16 commits into from
Jan 20, 2020

Conversation

arilowen
Copy link
Contributor

Add the following features:

  • Terminal
  • FW Logger
  • FW Backup
  • Extend stream stats
  • Basic Controls tab - Emitter mode only for now

Fix issues:

  • Pipeline memory leak
  • Recordings functionality
  • Permissions issues

@arilowen arilowen requested review from dorodnic and ev-mp December 10, 2019 09:25
@arilowen arilowen requested a review from dorodnic January 13, 2020 11:36
remibettan and others added 2 commits January 13, 2020 14:03
@@ -15,10 +15,10 @@ macro(os_set_flags)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -pedantic -g -Wno-missing-field-initializers")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-switch -Wno-multichar")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fPIE -pie")

set(HWM_OVER_XU ON)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this was moved?

@@ -156,7 +156,7 @@ public String prettyPrint(){
"\nFrame Count: " + mTotalFrameCount +
"\nFrame Number: " + mFrameNumber +
"\nFrame Loss: " + mFrameLoss +
"\nHW timestamp: " + mHWTimestamp +
"\nHW timestamp: " + (long)mHWTimestamp +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Print double in fixed representation, not long

@@ -201,8 +201,8 @@ private void logFrameData() {
mResolution + ", " +
mRequestedFps + ", " +
mFrameNumber + ", " +
mHWTimestamp + ", " +
mHWTimestampDiff + ", " +
(long)mHWTimestamp + ", " +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same

remibettan and others added 2 commits January 15, 2020 10:15
@dorodnic dorodnic merged commit 0c2f7a4 into IntelRealSense:development Jan 20, 2020
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.

3 participants