Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.
android
java
c-plus-plus
performance
camera
ndk
native
android-library
camera-api
captured-images
capture-video
-
Updated
Jun 10, 2020 - Java


No big thing, but there is a small difference between the code in readme against the cpp file.
Line 37: filter_options(const std::string name, rs2::filter& filter);in https://github.com/IntelRealSense/librealsense/blob/master/examples/post-processing/rs-post-processing.cpp
filter_options(const std::string name, rs2::process_interface& filter);https://github.com/IntelRealSens