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 support in configuring recorder compression mode #2687

Merged
merged 4 commits into from
Nov 22, 2018

Conversation

belkinirena
Copy link
Contributor

@belkinirena belkinirena commented Nov 7, 2018

Added API:

  • C : rs2_device* rs2_create_record_device_ex(const rs2_device* device, const char* file, int compression_enabled, rs2_error** error);
  • C++ : recorder(const std::string& file, rs2::device device, bool compression_enabled)

By default the compression in on for all devices except T260

@belkinirena belkinirena changed the title Disable compression while recording from t260 device Added support in configuring recorder compression mode Nov 7, 2018
@dorodnic
Copy link
Contributor

@belkinirena could you please update CMake/realsense.def

@bbrucee
Copy link

bbrucee commented Oct 24, 2019

Are there plans to expose this option in the pyrealsense2 wrapper?

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