Skip to content

Merge detached android branch - #5419

Merged
dorodnic merged 16 commits into
realsenseai:developmentfrom
arilowen:merge-android-branch
Jan 20, 2020
Merged

Merge detached android branch#5419
dorodnic merged 16 commits into
realsenseai:developmentfrom
arilowen:merge-android-branch

Conversation

@arilowen

Copy link
Copy Markdown
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
Comment thread src/android/fw-logger/rs-fw-logger.h
@arilowen
arilowen requested a review from dorodnic January 13, 2020 11:36
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
Copy Markdown
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?

"\nFrame Number: " + mFrameNumber +
"\nFrame Loss: " + mFrameLoss +
"\nHW timestamp: " + mHWTimestamp +
"\nHW timestamp: " + (long)mHWTimestamp +

Copy link
Copy Markdown
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

mFrameNumber + ", " +
mHWTimestamp + ", " +
mHWTimestampDiff + ", " +
(long)mHWTimestamp + ", " +

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Same

@dorodnic
dorodnic merged commit 0c2f7a4 into realsenseai: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.

4 participants